/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.archimede.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.bubbleInfo {
    display: none;
    width: 0;
	position: relative;
	top: 8px;
	left: -30px;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
    text-align: left;
    background: #fff;
    font-size: 12px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: 0 0 7px #333; -webkit-box-shadow: 0 0 7px #333333; box-shadow: 0 0 7px #333333;
    border: 1px solid #a0c7ff;
    color: #333 !important;
    padding: 10px;
}
.popup p {margin-bottom: 7px;}
.popup #firstname,
.popup #lastname,
.popup #registryid {width: 200px;} 
.popup a {font-size: 12px !important; color: #1E7EC8 !important; display: block; width: 200px !important;}
.popup label {width: 200px !important; display: block;}

.shop-access {zoom:1; margin-bottom: 0;}
.shop-access:after,
.quick-access ul:after {content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden;}
.shop-access table {float: right;}
.quick-access ul {display: block; zoom:1; float: right;}
.quick-access li {display: block !important; float: left;}


#loading-mask {
	background: #e6f0fb;
	border: 2px solid #6f81ac;
	color: #6f81ac;
	font-weight: bold;
	left: 50%;
	margin-left: -60px;
	padding: 15px 60px;
	position: fixed;
	text-align: center;
	top: 45%;
	width: 120px;
	z-index: 1000;
	opacity: 0.3 !important;
}

#loading-mask .loader {
	background: #e6f0fb;
	border: 2px solid #6f81ac;
	color: #6f81ac;
	font-weight: bold;
	left: 50%;
	margin-left: -60px;
	padding: 15px 60px;
	position: fixed;
	text-align: center;
	top: 45%;
	width: 120px;
	z-index: 1000;
}
a:focus { outline: none; }
.highlight {
    color: #40ACE7 !important;
    font-weight: bold;
	float: none !important;
}
body.catalogsearch-result-index .col-main {
    background: url("https://www.archimede.be/skin/frontend/base/default/css/images/the-original.png") no-repeat scroll right bottom white;
    border: 1px solid #A1B5C9;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
    padding: 20px 30px 65px;
}
span.apd {display:none}
.reset-button{
    position: absolute;
    border: 0px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    padding: 0px 6px 6px 2px;
    z-index: 100;
    margin-top: 2px;
    color: #DE5400;
    font-size: 10pt;
    cursor: pointer;
    vertical-align: baseline;
    line-height: 16px;
}
@-moz-document url-prefix() 
{
.reset-button{margin-top: 0px;}
}
.reset-button{
    left: 585px !important;
    margin-top: 0;
    top: 38px;
}	
input.spinner, input.spinner:focus {
    background-repeat: no-repeat !important;
    background-position: right center;
    background-image: url(https://www.archimede.be/skin/frontend/base/default/css/mageworx/images/spinner.gif) !important;
}
.s_separator{
    border-top: 1px solid #AAA;
}
.s_separator:first-child{
    border-top: none;
}
#search_autocomplete{
 
    left: -4px !important;
    top: 61px !important;
    z-index: 9999999;
}
.searchautocomplete-container{
    float: right;
    margin-top: -1px;
}
.search-container .span_item{
    padding-left: 4px;
}
.searchautocomplete-search{
    background-color: white;
    border-radius: 8px; 
    border: 1px solid #CCCCCC;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    font: 11px Arial,Helvetica,sans-serif;
    padding-top: 10px;
    background: #FAFAFA;
    display: block;
    font-size: 11px;
    line-height: 140%;
    overflow: hidden;
    position: relative;
	top: 58px;
	left: 4px !important;
}
.search-results{
    clear: both;
    display: block;
    text-align: left;
    padding-left: 3px;
}
.search-header {
    margin: 0;
    text-align: left;
    padding: 0px 0px 0px 5px;
    height: 25px;   
    line-height: 25px;
    font-weight: bold;
    color: #999999;
    font-size: 15px;
    letter-spacing: 0px;
    clear: both;
}
.s_item{
    float: left;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 303px;
}
.s_item:hover{
    background-color:#EDF1FF;
    cursor:default;
}
.s_item a:link,
.s_item a:hover,
.s_item a:visited {    
    color: #2F2F2F;
    text-decoration: none;
}
.s_icon{
    float: left;
    height: auto;
    display: table-cell;
    margin-right: 5px;
}
.s_details{
    text-align: left;
    display: table-cell;
    padding-bottom: 10px;
}
.s_description{
    font-size: 11px;
}
.s_item_name{
    font-weight: bold;
    height: auto !important;
    min-height: 15px;
    height: 15px;
    overflow: auto;
}
.s_item_name span{
    float: left;
}
.s_review{
    clear: both;
}
.s_ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}

.s_item_name .a_review {
    color: #1E7EC8 !important;
}
.s_sku {
    font-size: 10px;
}
.searchautocomplete-search .s_button button.button span {
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: white;
    display: block;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.s_category {
    margin: 6px 2px;
    padding: 4px 2px 4px 2px;
    white-space: nowrap;
    cursor: pointer;
    float: left;
}
.s_category a{
    color: #2F2F2F;
    text-decoration: none;
}
.resultbox-b {
    height: 16px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    margin: 0 4px 4px 4px;
    clear: both;
}
.resultbox-b a,
.resultbox-b a:link, 
.resultbox-b a:visited, 
.resultbox-b a:hover {
    color: #999999;
    text-decoration: none;
}
.maintitle {
  background: url("https://www.archimede.be/skin/frontend/smartwave/default/images/filterproducts/greyboxbg.gif") repeat-x scroll center top transparent;
  border-left: 1px solid #dbdbdb;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  color: #3a3a3a;
  float: none;
  font-size: 14px;
  height: 29px;
  padding: 6px 10px 0;
  clear: both; }

.titlemain {
  color: #3a3a3a;
  float: left;
  font-size: 14px;
  font-weight: bold; }

.viewall {
  float: right; }
  .viewall a {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline; }

.products-grid li.item {
	float: left;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	width: 138px;
	height: 350px;
	max-height: 350px;
}

.std .category-products ul, .std .category-products ol {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('https://www.archimede.be/skin/frontend/smartwave/default/megamenu/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*New Style*/
.main-nav {
  /*border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;*/
  background-color: #e6f0fb;
  padding: 2px 0;
  position: relative; 
 }
.main-nav .double-border {
    /*border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;*/ 
}

.fixed-header a,
.main-nav a {
  color: #6f81ac;
  text-align: left; }
  .fixed-header a:hover,
  .main-nav a:hover {
    color: #6f81ac; }
.fixed-header .menu,
.main-nav .menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .fixed-header .menu > li,
  .main-nav .menu > li {
    display: inline-block;
    padding: 0 12px; }
    .fixed-header .menu > li > a,
    .main-nav .menu > li > a {
      display: block;
      position: relative;
	  /*
      font-family: Georgia;
      font-size: 20px;
      padding: 13px 5px;
      font-weight: normal; 
	  color: #6f83ba;
	  */
	}
      .fixed-header .menu > li > a:after,
      .main-nav .menu > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: -20px;
        left: 0; }
      .fixed-header .menu > li > a > span.cat-label,
      .main-nav .menu > li > a > span.cat-label {
        position: absolute;
        top: 8px;
        right: -25px;
        font: 11px arial, sans-serif;
        text-transform: uppercase;
        padding: 0 2px; }
        .fixed-header .menu > li > a > span.cat-label.cat-label-label1,
        .main-nav .menu > li > a > span.cat-label.cat-label-label1 {
          background: #f00;
          color: #fff; }
        .fixed-header .menu > li > a > span.cat-label.cat-label-label2,
        .main-nav .menu > li > a > span.cat-label.cat-label-label2 {
          background: #00f;
          color: #fff; }
    .fixed-header .menu > li .nav-sublist-dropdown,
    .main-nav .menu > li .nav-sublist-dropdown {
      display: none;
      position: absolute;
      z-index: 10000;
      width: 200px;
      top: 100%;
      border-bottom: 1px solid #ebebeb;
      padding: 0;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%; }
      .fixed-header .menu > li .nav-sublist-dropdown:before,
      .main-nav .menu > li .nav-sublist-dropdown:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -15px;
        z-index: -1; }
      .fixed-header .menu > li .nav-sublist-dropdown ul,
      .main-nav .menu > li .nav-sublist-dropdown ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li a > span,
        .main-nav .menu > li .nav-sublist-dropdown ul li a > span {
          position: relative; }
          .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label,
          .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
            position: absolute;
            font: 10px arial, sans-serif;
            text-transform: uppercase;
            padding: 0 2px;
            top: 2px;
            right: -35px; }
            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,
            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1 {
              background: #f00;
              color: #fff; }
            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,
            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2 {
              background: #00f;
              color: #fff; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item a,
        .main-nav .menu > li .nav-sublist-dropdown ul li .image-item a {
          font-size: 0 !important; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item:before,
        .main-nav .menu > li .nav-sublist-dropdown ul li .image-item:before {
          display: none; }
      .fixed-header .menu > li .nav-sublist-dropdown .container,
      .main-nav .menu > li .nav-sublist-dropdown .container {
        max-width: 100%;
        padding: 0; }
        .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
        .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
          padding: 15px 20px;
          display: block;
          border-left: 1px solid #dbdbdb;
          border-right: 1px solid #dbdbdb;
          border-top: 1px solid #dbdbdb;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children,
        .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
          position: relative; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
            font: normal normal 16px/20px "FontAwesome";
            content: '\f105';
            width: 15px;
            height: 15px;
            position: absolute;
            right: 10px;
            margin-left: 13px; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
            position: absolute;
            left: 199px;
            top: 0;
            display: none; }
            .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li,
            .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
              background-color: #fff;
              width: 200px; }
              .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
              .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
                border-bottom: 1px solid #dbdbdb; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
            display: block; }
    .fixed-header .menu > li.menu-full-width,
    .main-nav .menu > li.menu-full-width {
      /*added from version 1.1.0*/
      /*version 1.1.0 start*/
      /*version 1.1.0 end*/ }
      .fixed-header .menu > li.menu-full-width.category-top-menu-item .nav-sublist-dropdown,
      .main-nav .menu > li.menu-full-width.category-top-menu-item .nav-sublist-dropdown {
        padding: 15px 0 10px; }
      .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
      .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
        padding: 25px 0 30px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 1px solid #dfdfdf;
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3); }
        .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container,
        .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container {
          /*padding: 0 15px;*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a {
            display: block;
            padding: 5px;
            border: none; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
              font-size: 14px;
              /*the font size for level1*/
              text-transform: uppercase;
              font-family: Georgia;
              line-height: 1.5; }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li {
            background: none;
            width: auto;
            clear: both; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before {
              font: normal normal 16px/20px "FontAwesome";
              text-decoration: inherit;
              content: "\f105";
              -webkit-font-smoothing: antialiased;
              float: left;
              margin: 0 10px 0 10px;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before {
              text-decoration: none; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
              margin: 3px 0 3px 5px; }
              .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before,
              .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before {
                line-height: 17px; }
              .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a,
              .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a {
                padding: 3px;
                font-size: 12px;
                /*the font size for under level 2*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
            font-size: 13px;
            /*the font size for level 2*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before {
            background: none; }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a {
            border-bottom: none; }
    .fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
    .main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
    .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
      left: auto;
      right: 199px; }

.fixed-menu-type4 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-4 .main-nav .menu > li .nav-sublist-dropdown:before,
.fixed-menu-type3 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-3 .main-nav .menu > li .nav-sublist-dropdown:before {
  top: -50px; }

.fixed-header {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3); }
  .fixed-header .menu li a {
    padding-bottom: 15px; }

.fixed-header .menu li a {
  padding-bottom: 15px; }

.fixed-header-area {
  position: fixed;
  top: -160px;
  left: 0;
  width: 100%;
  z-index: 901;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .fixed-header-area.fixed-already {
    top: 0; }
  .fixed-header-area .menu {
    float: right; }
    .fixed-header-area .menu > li {
      padding: 0 11px !important; }

/*mobile menu*/
.mobile-nav {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10100;
  height: 100%;
  width: 240px;
  background-color: #f5f9fd; }
  .mobile-nav-shown .mobile-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 10px 10px #111111;
    box-shadow: 0 10px 10px #111111;
    height: 100%;
    z-index: 950;
    left: 0;
    position: fixed;
    overflow-y: scroll; }
  .mobile-nav .sw-mobile-menu {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0; }
    .mobile-nav .sw-mobile-menu li {
      display: block;
      position: relative;
      clear: both; }
		.mobile-nav.side-block .close-block,
		.mobile-nav.side-block .close-block:hover {
			color: #FFFFFF;
			background-color: #6e82b0;
			font-size: 30px;
			padding: 10px 20px;
			font-family: "plutocond_regular";
		}
      .mobile-nav .sw-mobile-menu li.over > .open-child:after {
        background-image: url(https://www.archimede.be/skin/frontend/smartwave/default/megamenu/css/images/small-plus.png);
        background-position: top center;
        background-repeat: no-repeat; }
      .mobile-nav .sw-mobile-menu li .container {
        width: 100%;
        padding: 0; }
      .mobile-nav .sw-mobile-menu li .open-child {
        float: right;
        font-size: 0;
        width: 40px;
        height: 40px;
        margin-top: 1px;
        display: block;
        cursor: pointer;
        position: relative;
        background-color: #f5f9fd;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        .mobile-nav .sw-mobile-menu li .open-child:after {
          content: "";
          background-image: url(https://www.archimede.be/skin/frontend/smartwave/default/megamenu/css/images/small-plus.png);
          background-position: bottom center;
          background-repeat: no-repeat;
          cursor: pointer;
          width: 19px;
          height: 19px;
          display: block;
          position: absolute;
          left: 10px;
          top: 10px;
          opacity: 0.5; }
        .mobile-nav .sw-mobile-menu li .open-child:selection {
          background-color: transparent !important; }
      .mobile-nav .sw-mobile-menu li.active > a {background-color: #e6f0fb;}
      .mobile-nav .sw-mobile-menu li > a {
        color: #6e82b0;
        display: block;
        line-height: 40px;
        padding: 0 10px 0 10px;
        font-size: 15px;
        font-family: "plutocond_regular",Arial;
        text-transform: uppercase;
        background: #f5f9fd;
        border-top: 1px solid #e3e7f0; }
        .mobile-nav .sw-mobile-menu li > a:hover {
          background-color: #f9fbfe;
          text-decoration: none;
          color: #6e82b0;}
        .mobile-nav .sw-mobile-menu li > a span.cat-label {
          font: 10px/1.2 arial;
          text-transform: uppercase;
          padding: 0 2px;
          margin-left: 1px;
          margin-bottom: 3px;
          display: inline-block;
          vertical-align: middle; }
          .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1 {
            background: #f00;
            color: #fff; }
          .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2 {
            background: #00f;
            color: #fff; }
    .mobile-nav .sw-mobile-menu > li > ul {
      border-top: 0;
      padding-left: 0;
      margin-bottom: 0; }
      .mobile-nav .sw-mobile-menu > li > ul li {
        display: block;
        position: relative;
        background-color: #f5f9fd; }
      .mobile-nav .sw-mobile-menu > li > ul > li a {
        padding-left: 20px;
        text-transform: none;
        font: 12px/40px "Open Sans", Arial;
        display: block;
        /*background-color: #f5f9fd;*/ }
        .mobile-nav .sw-mobile-menu > li > ul > li a span.cat-label {
          margin-bottom: 0; }
        .mobile-nav .sw-mobile-menu > li > ul > li a:before {
          font: normal normal 16px/40px "FontAwesome";
          text-decoration: inherit;
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          float: left;
          margin-right: 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .mobile-nav .sw-mobile-menu > li > ul > li li a {
        padding-left: 0px;
        margin-left: 60px; }
      .mobile-nav .sw-mobile-menu > li > ul > li li li a {
        padding-left: 0px;
        margin-left: 80px; }
      .mobile-nav .sw-mobile-menu > li > ul > li li li li a {
        padding-left: 0px;
        margin-left: 100px; }
    .mobile-nav .sw-mobile-menu > li ul {
      display: none;
      padding: 0;
      margin: 0; }

.side-block .close-block {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #f5f9fd;
  display: block;
  padding: 20px 0 20px 20px;
  font-family: Georgia;
  text-align: left;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .side-block .close-block:hover {
    color: #c6c6c6; }
    .side-block .close-block:hover:before {
      background-position: bottom center; }
  .side-block .close-block:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 25px;
    background-image: url(https://www.archimede.be/skin/frontend/smartwave/default/megamenu/css/images/small-close.png);
    background-repeat: no-repeat;
    background-position: top center; }

/* ---added from version 1.0.2 ---*/
/*1.0.2 start*/
.top-mega-block {
  margin-bottom: 15px; }

.top-mega-bottom {
  margin-top: 15px; }

/*1.0.2 end*/
/* ---added from verion 1.1.0 ---*/
/*1.1.0 start*/
.col-sw-1,
.col-sw-2,
.col-sw-3,
.col-sw-4,
.col-sw-5,
.col-sw-6,
.col-sw-7,
.col-sw-8,
.col-sw-9,
.col-sw-10,
.col-sw-11,
.col-sw-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-sw-1 {
  width: 100%; }

.col-sw-2 {
  width: 50%; }

.col-sw-3 {
  width: 33.3333%; }

.col-sw-4 {
  width: 25%; }

.col-sw-5 {
  width: 20%; }

.col-sw-6 {
  width: 16.6666%; }

.col-sw-7 {
  width: 14.2857%; }

.col-sw-8 {
  width: 12.5%; }

.col-sw-9 {
  width: 11.1111%; }

.col-sw-10 {
  width: 10%; }

.col-sw-11 {
  width: 9.0909%; }

.col-sw-12 {
  width: 8.3333%; }

.category-top-menu-item .menu_thumb_img {
  margin: 10px 0; }

.menu_thumb_img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #000; }
  .menu_thumb_img img {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
  .menu_thumb_img:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }

/*category list module*/
.vmegamenu {
  /*max-width: 342px;*/ }

.nav-category-list {
  float: left;
  width: 100%; }
  .nav-category-list li {
    list-style: none; }
  .nav-category-list > li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px; }
    .nav-category-list > li > a {
      text-transform: uppercase;
      position: relative;
      font-size: 14px; }
      .nav-category-list > li > a > span.cat-label {
        position: absolute;
        top: -5px;
        right: -30px;
        font: 11px arial, sans-serif;
        text-transform: uppercase;
        padding: 0 2px; }
        .nav-category-list > li > a > span.cat-label.cat-label-label1 {
          background: #f00;
          color: #fff; }
        .nav-category-list > li > a > span.cat-label.cat-label-label2 {
          background: #00f;
          color: #fff; }
    .nav-category-list > li > div, .nav-category-list > li > ul {
      position: absolute;
      left: 100%;
      top: 0; }
    .nav-category-list > li:hover > a {
      color: #f00;
      text-decoration: underline; }
    .nav-category-list > li.menu-full-width .nav-sublist-dropdown {
      width: 750px;
      padding: 15px 10px; }
      .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li > a.level1 {
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 14px; }
      .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a {
        font-size: 13px;
        display: block;
        padding: 5px; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a:before {
          font: normal normal 16px/20px "FontAwesome";
          text-decoration: inherit;
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          float: left;
          margin: 0 10px 0 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a:hover:before {
          text-decoration: none; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a span {
          position: relative; }
    .nav-category-list > li .nav-sublist-dropdown {
      width: 200px;
      border: 1px solid #dfdfdf;
      -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
      z-index: 3; }
      .nav-category-list > li .nav-sublist-dropdown:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -15px;
        z-index: -1; }
      .nav-category-list > li .nav-sublist-dropdown .container {
        max-width: 100%; }
        .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
          position: relative; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
            position: absolute;
            left: 199px;
            top: 0;
            display: none; }
            .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
              width: 200px; }
              .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li a {
                border-right: 1px solid #dbdbdb;
                border-bottom: 1px solid #dbdbdb; }
              .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a {
                border-top: 1px solid #dbdbdb; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
            display: block; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
            font: normal normal 16px/20px "FontAwesome";
            content: '\f105';
            width: 15px;
            height: 15px;
            position: absolute;
            right: 10px;
            margin-left: 13px; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:hover:before {
            text-decoration: none; }
        .nav-category-list > li .nav-sublist-dropdown .container > ul > li a {
          padding: 15px 20px;
          display: block;
          border-bottom: 1px solid #dbdbdb; }
        .nav-category-list > li .nav-sublist-dropdown .container ul {
          margin-bottom: 0; }
          .nav-category-list > li .nav-sublist-dropdown .container ul li a > span {
            position: relative; }
            .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label {
              position: absolute;
              font: 10px arial, sans-serif;
              text-transform: uppercase;
              padding: 0 2px;
              top: 2px;
              right: -35px; }
              .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label1 {
                background: #f00;
                color: #fff; }
              .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label2 {
                background: #00f;
                color: #fff; }
    .nav-category-list > li.menu-item > .nav-sublist-dropdown > .container {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
    .nav-category-list > li .cat-open-this {
      cursor: pointer;
      height: 21px;
      line-height: 18px;
      width: 21px;
      display: block;
      margin: 0;
      text-align: center;
      border: solid 1px #e2e2e2;
      left: auto;
      right: 10px;
      top: 4px;
      font-family: open sans; }

.nav-category-mobile-list .sw-mobile-menu li {
  display: block;
  position: relative;
  clear: both; }
  .nav-category-mobile-list .sw-mobile-menu li .open-child {
    cursor: pointer;
    height: 21px;
    line-height: 18px;
    width: 21px;
    display: block;
    margin: 0;
    text-align: center;
    border: solid 1px #e2e2e2;
    left: auto;
    right: 10px;
    top: 4px;
    font-family: open sans;
    position: absolute; }
  .nav-category-mobile-list .sw-mobile-menu li > a {
    font-size: 14px;
    text-transform: uppercase; }
  .nav-category-mobile-list .sw-mobile-menu li ul {
    display: none;
    padding: 0 0 0 10px;
    margin: 0; }
.nav-category-mobile-list .sw-mobile-menu > li {
  padding: 5px 0; }
  .nav-category-mobile-list .sw-mobile-menu > li > a {
    position: relative; }
    .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label {
      position: absolute;
      top: -5px;
      right: -30px;
      font: 11px arial, sans-serif;
      text-transform: uppercase;
      padding: 0 2px; }
      .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label1 {
        background: #f00;
        color: #fff; }
      .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label2 {
        background: #00f;
        color: #fff; }
  .nav-category-mobile-list .sw-mobile-menu > li > ul li {
    display: block;
    position: relative; }
    .nav-category-mobile-list .sw-mobile-menu > li > ul li a {
      text-transform: none;
      font: 12px "Open Sans", Arial;
      display: block;
      padding: 5px 0; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a:before {
        font: normal normal 16px "FontAwesome";
        text-decoration: inherit;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        float: left;
        margin-right: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a:hover:before {
        text-decoration: none; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span {
        position: relative; }
        .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label {
          position: absolute;
          font: 10px arial, sans-serif;
          text-transform: uppercase;
          padding: 0 2px;
          top: 2px;
          right: -35px; }
          .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label1 {
            background: #f00;
            color: #fff; }
          .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label2 {
            background: #00f;
            color: #fff; }

/*1.1.0 end*/


.mobile-nav ul li.active ul li.active a {

}
.mobile-nav ul li.active ul li.active a {

}
@media (max-width: 979px)  {
    .fixed-header .menu-icon {
        float: left;
        position: relative;
        top: 11px;
        left: 10px;
    }
    .fixed-header .menu{
        display: none;
    }
}
.flickr-image,
.fb-person {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  margin: 0 10px 10px 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .flickr-image:hover,
  .fb-person:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.fb-person a,
.fb-person span {
  display: block;
  width: 100%; }
  .fb-person a img,
  .fb-person span img {
    width: 100%; }

/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }

#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { 
	color: #fff; 
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
	border-color: #95b1d4; 
	border-bottom-color: #7c93bf; 
	background-color: #7c93bf; 
	background-image: linear-gradient(#95b1d4, #7c93bf); 
}

#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #95b1d4; background-image: linear-gradient(#95b1d4, #7c93bf); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.eot);src:url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  background: #fff;
  font: 13px/1.5 "Open Sans", Helvetica, sans-serif;
  color: #6f6f6f;
  text-align: center;
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

a {
  /*color: black;*/
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }


  a:focus {
    outline: none; }

@font-face {
  font-family: 'Aleo-Regular';
  src: url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.eot");
  src: url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.woff") format("woff"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.ttf") format("truetype"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'arrows';
  src: url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/arrows.eot");
  src: url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/arrows.eot?#iefix") format("embedded-opentype"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/arrows.woff") format("woff"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/arrows.ttf") format("truetype"), url("https://www.archimede.be/skin/frontend/smartwave/legenda/css/fonts/arrows.svg#arrows") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Headings */
h1, h2, h3,
h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0;
  font-weight: 300;

  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px; }

ul.menu.smartwave-menu li {cursor: pointer;}
  
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin-bottom: 0; }

h1, .h1 {
  font-size: 38.5px; }

h2, .h2 {
  font-size: 31.5px; }

h3, .h3 {
  font-size: 24.5px; }

h4, .h4 {
  font-size: 17.5px; }

h5, .h5 {
  font-size: 14px;
  margin-bottom: 10px; }

h6, .h6 {
  font-size: 11.9px;
  margin-bottom: 10px; }



















.font-large {
  font-size: 72px; }

.et_section {
  width: 100%;
  position: relative;
  float: left;
  background-color: #f4f4f4;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #565656;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  overflow: hidden; }
  .dark .et_section {
    border-color: #3d3d3d; }
  .et_section.color-scheme-dark {
    color: #d5d5d5; }
    .et_section.color-scheme-dark h1, .et_section.color-scheme-dark h2, .et_section.color-scheme-dark h3, .et_section.color-scheme-dark h4, .et_section.color-scheme-dark h5, .et_section.color-scheme-dark h6 {
      color: #f3f3f3; }
  .et_section.no-border {
    border: none !important; }
  .et_section.parallax-section {
    background-attachment: fixed !important; }
  .et_section .button {
    margin-left: 3px;
    margin-right: 3px; }

.content-video-wrapper {
  padding-top: 56%;
  position: relative; }
  .content-video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0; }

hr {
  height: 1px;
  background: 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%; }
  hr.horizontal-break {
    width: 100px;
    margin: 20px auto;
    height: 3px;
    background: #e6e6e6;
    border: none; }
  hr.space {
    border: none;
    margin: 0; }

.teaser-box {
  margin-bottom: 20px; }
  .teaser-box.style-bordered {
    border: 1px solid #ebebeb;
    padding: 5px;
    background: #fff; }
    .teaser-box.style-bordered > div {
      border: 1px solid #ebebeb;
      padding: 15px; }

.block-with-ico {
  margin-bottom: 20px; }
  .block-with-ico.ico-position-top {
    text-align: center; }
    .block-with-ico.ico-position-top i {
      position: relative;
      text-align: center;
      float: none;
      margin: 0 10px 20px auto !important;
      display: inline-block;
      color: #fff;
      border: none; }
      .block-with-ico.ico-position-top i:before {
        position: absolute;
        left: 0;
        right: 0; }
  .block-with-ico i {
    float: left;
    font-size: 36px;
    font-style: normal !important;
    color: #b6b6b6;
    margin: 0 20px 10px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    border-radius: 100%;
    line-height: 75px;
    width: 75px;
    height: 75px; }
  .block-with-ico:after {
    content: "";
    clear: both;
    display: block; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-archive:before {
  content: "\f187"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-dropbox:before {
  content: "\f16b"; }

.cta-block {
  float: left;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-block.style-without-border {
    border: none;
    padding: 0; }

.table-row {
  display: table;
  width: 100%; }
  .table-row .table-cell {
    display: table-cell;
    vertical-align: middle; }

.brand {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center; }
  .brand:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
  margin-bottom: 20px; }
  table th,
  table td {
    padding: 4px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;}
    table th .button,
    table td .button {
      margin: 15px 0; }
  table thead th {
    vertical-align: bottom; }

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

/* Content */
p {
  margin: 0 0 10px;
  line-height: 1.5; }

strong {
  font-weight: 600;
  /*color: black;*/ }

address {
  font-style: normal;
  line-height: 1.5; }

cite {
  font-style: italic; }
  cite strong,
  cite a {
    font-style: italic; }

q,
blockquote {
  quotes: none; }

blockquote {
  font-family: Georgia;
  font-size: 14px;
  font-style: italic; }

q:before,
q:after {
  content: ''; }

small, big {
  font-size: 1em; }

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol {
  list-style: none; }

dl:after {
  content: ' ';
  display: table;
  clear: both; }

dt,
dd {
  line-height: 20px; }

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.label {

  padding: 0;
  font-weight: normal;
  font-size: 100%;
  text-align: left; }

label,
input,
button,
sekect,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  outline: none; }

input, input[type="password"], input[type="search"] {
  background: none; }

/*
.cart-table .price,
.cart .totals,
.cart .totals .price,
.order-products-table .price,
strong {
  color: black; }
*/

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  min-width: 320px;
  overflow: hidden;
  background: #fff; }

.boxed .wrapper {
  width: 990px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 6px;
  box-shadow: 0 1px 6px; }
  
/*
.boxed .links li a,
.boxed .links li.login:before,
.boxed .links li.logout:before,
.boxed .links li.myaccount:before,
.boxed .links li.mywishlist:before,
.boxed .links li.register:before,
.boxed .links li.mycart:before,
.boxed .search .search-link:before,
.boxed .my-account-link:before,
.boxed .top-bar select,
.boxed .top-bar .form-language i:before,
.boxed .top-bar .form-currency i:before,
.boxed .top-bar li.blog:before {
  color: #8e8e8e; }
*/  

.page-print {
  padding: 25px 30px;
  text-align: left; }

.page-empty {
  padding: 20px;
  text-align: left; }

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left; }
  .page-popup .page-title {
    display: block; }
  .dark .page-popup {
    background: #151515; }
	
/*
  .page-popup .button, .page-popup .link-wishlist, .page-popup .link-compare {
    color: #000; }
*/	

.main {
  margin-top: 20px;
  margin-bottom: 40px;
  min-height: 150px;
  padding: 0;
  text-align: left; }

/* Base Columns */
.col-left {
  float: left; }

.col-main {
  float: left; }

.col-right {
  float: right; }

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right; }

/* 3 Columns Layout */
.col3-layout .col-wrapper {
  float: left; }

.col3-layout .col-wrapper .col-main {
  float: right; }

/* Content Columns */
.col2-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col2-set:before {
    content: " ";
    display: table; }
  .col2-set:after {
    content: " ";
    display: table;
    clear: both; }
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col2-set .col-narrow {
    width: 32%; }
  .col2-set .col-wide {
    width: 65%; }

.col3-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px; }

.col4-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/*Common Styles*/
.table-row {
  display: table;
  width: 100%; }

input.input-text:focus,
/*
textarea:focus {
  border-color: #da14a0; }
*/ 

.hidden-desktop {
  display: none !important; }

/* Form Elements */
input, select, textarea, button {
  display: inline-block;
  padding: 9px 6px;
  font-size: 14px;
  /*color: #555;*/
  vertical-align: middle;
  outline: none;
  margin-bottom: 10px; }

input.input-text, select, textarea {
  border: 1px solid #ebebeb;
  background-color: #fff; }

input.input-text {
  border: 1px solid #ebebeb;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 6px;
  line-height: 1.2;
  width: 206px;
  height: auto;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/select-arrow.png) no-repeat center right; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #ebebeb;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio,
input.checkbox,
input[type=checkbox],
input[type=radio] {
  /*    visibility: hidden;*/
  display: inline-block;
  margin-right: 10px;
  -webkit-appearance: none;
  outline: none;
  /* line-height: 16px;
   &:before {
       display: inline-block;
       margin-right: 5px;
       font-size: 12px;
       visibility: visible;
       position: relative;        
       font-family: "FontAwesome";
       content: " ";
       width: 16px;
       height: 16px;
       line-height: 16px;
       color: $active-color;
   }*/ }
  input.radio:focus, input.radio:hover,
  input.checkbox:focus,
  input.checkbox:hover,
  input[type=checkbox]:focus,
  input[type=checkbox]:hover,
  input[type=radio]:focus,
  input[type=radio]:hover {
    outline: none; }

input.checkbox,
input[type=checkbox] {
  /* &:before {
       background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center;
   }
   &:checked:before {
       font-family: "FontAwesome";
       content: "\f00c";
   }*/
  width: 16px;
  height: 20px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center; }
  .dark input.checkbox, .dark
  input[type=checkbox] {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon-white.png) no-repeat center center; }
  input.checkbox:checked,
  input[type=checkbox]:checked {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon-check.png) no-repeat center center; }
    .dark input.checkbox:checked, .dark
    input[type=checkbox]:checked {
      background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon-check-white.png) no-repeat center center; }

input.radio,
input[type=radio] {
  /*&:before {
      background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center;
  }
  &:checked:before {
      font-family: "FontAwesome";
      content: "\f111";
  }*/
  width: 14px;
  height: 20px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/radio-icon.png) no-repeat center center; }
  .dark input.radio, .dark
  input[type=radio] {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/radio-icon-white.png) no-repeat center center; }
  input.radio:checked,
  input[type=radio]:checked {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/radio-icon-check.png) no-repeat center center; }
    .dark input.radio:checked, .dark
    input[type=radio]:checked {
      background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/radio-icon-check-white.png) no-repeat center center; }

input.qty {
  width: 40px;
  height: 33px;
  text-align: center;
  margin-bottom: 0;
  padding: 8px; }
  input.qty.qty-disabled {
    opacity: 0.5; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
.button,
.link-wishlist,
.link-compare {
  border: solid 1px #dddddd;
  display: inline-block;

  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: baseline; }
  .button:hover,
  .link-wishlist:hover,
  .link-compare:hover {
    color: #da14a0;
    border-color: #da14a0;
    text-decoration: none; }
  .button.filled,
  .link-wishlist.filled,
  .link-compare.filled {
    background-color: #da14a0;
    border-color: #da14a0;
    color: #fff; }
    .button.filled:hover,
    .link-wishlist.filled:hover,
    .link-compare.filled:hover {
      color: #fff;
      text-decoration: underline; }
  .button.white,
  .link-wishlist.white,
  .link-compare.white {
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    border: 1px solid #dbdbdb; }
    .button.white:hover,
    .link-wishlist.white:hover,
    .link-compare.white:hover {
      background: #da14a0;
      border-color: #da14a0;
      color: #fff; }

button.button {
  cursor: pointer; }

.column5 .btn-cart {
  padding: 5px 10px; }

button.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: solid 1px #dddddd;

  background-color: rgba(255, 255, 255, 0.2); }
  button.disabled:hover {
    text-decoration: none; }

button.button[disabled]:hover {
  text-decoration: none; }

button.btn-checkout {
  padding: 8px 20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 21px; }

.big {
  font-size: 21px;
  padding: 10px 45px; }

.filled {
  background-color: #da14a0;
  border-color: #da14a0;
  color: #fff; }
  .filled:hover {
    color: #fff; }

.back-to-top {
  display: block;
  text-align: center;
  cursor: pointer;
  position: fixed;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 3;
  bottom: -95px;
  right: 40px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(173, 194, 220, 0.7); 
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
 }
.back-to-top:before {
    content: "\e601";
    font-family: "arrows";
    font-size: 11px;
    opacity: 1;
    display: block;
    text-indent: 0;
    line-height: 40px;
    color: #fff;
    height: 40px;
    text-align: center;
    width: 40px;
    background: rgba(173, 194, 220, 0.8);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; 
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.back-to-top:hover:before {
    rgba(173, 194, 220, 0.6);
    color: #fff !important; 
}
  .back-to-top span {
    display: none; }
  .back-to-top.btt-shown {
    bottom: 50px; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff; }

/*Owl slider controls*/
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {

  display: block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0;
  padding: 0;
  width: 75px;
  height: 100px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.75);
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -50px; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    color: #da14a0; }
  .owl-theme .owl-controls .owl-buttons div:before {
    font-family: "arrows";
    font-size: 60px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: block;
    text-indent: 0; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0; }
	/*
    .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
      content: "\e602"; }
	*/
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0; }
	/*
    .owl-theme .owl-controls .owl-buttons div.owl-next:before {
      content: "\e603"; }
	*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791; }
    .owl-theme .owl-controls .owl-page span.owl-numbers {
      height: auto;
      width: auto;
      color: #FFF;
      padding: 2px 10px;
      font-size: 12px; }
  .owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/*banner blocks owl slider*/
.category-banner-block {
  margin-bottom: 20px; }

.category-banner-block .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/*products slider controls*/
.products-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -80px; }
  .boxed .products-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -38px; }
.products-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -80px; }
  .boxed .products-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -38px; }

.items-slider {
  margin-bottom: 20px; }

/*fancybox buttons*/
.fancybox-close {
  background: rgba(255, 255, 255, 0.8) url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
  right: 0;
  top: -32px;
  width: 26px;
  height: 25px; }

.fancybox-nav {
  position: fixed;
  width: 55px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.8); }
  .fancybox-nav span {
    background: none;
    width: 100%;
    height: 100%;
    visibility: visible;
    top: 0;
    margin: 0;
    padding: 0; }
    .fancybox-nav span:before {
      font: 52px/80px "arrows"; }
  .fancybox-nav.fancybox-next span {
    right: 0; }
    .fancybox-nav.fancybox-next span:before {
      content: "\e603"; }
  .fancybox-nav.fancybox-prev span {
    left: 0; }
    .fancybox-nav.fancybox-prev span:before {
      content: "\e602"; }

.fancybox-overlay {
  cursor: -webkit-zoom-out; }

.form-list li {
  margin: 0 0 10px; }
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left; }
  .form-list label.required em {
    color: #e00016;
    float: right; }
	
body.onepagecheckout-index-index  .form-list label.required em {float: none;}

.form-list .input-box {
  display: block;
  width: 100%;
  clear: both; }
.form-list input.input-text {
  width: 100%; }
.form-list textarea {
  width: 100%;
  height: 10em; }
.form-list .fields {
  margin: 0 -10px; }
  .form-list .fields .fields {
    margin: 0;
    padding: 0 10px; }
.form-list .field {
  float: left;
  width: 50%;
  padding: 10px; }
.form-list .full {
  float: left;
  width: 100%;
  padding: 10px; }
.form-list.wide input.input-text {
  width: 100%; }
.form-list.wide textarea {
  width: 100%; }
.form-list.wide select {
  width: 100%; }
.form-list strong {
  font-weight: normal; }
.form-list select {
  width: 100%; }

.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  margin-top: 0;
  float: left; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list li.additional-row {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:600; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.buttons-set {
  clear: both;
  text-align: left; }
  .buttons-set p.required {
    display: none; }
  .buttons-set .back-link {
    margin: 0; }
  .buttons-set button.button {
    float: none;
    display: block;
    margin-bottom: 20px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.fieldset {
  border: 1px solid #ebebeb;
  padding: 20px;
  margin-bottom: 30px; }

.fieldset .legend {
  position: relative; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 13px;
  color: #eb340a; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background-color: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #98c391;
  text-transform: uppercase; }

.error {
  color: #f45b5b;
  text-transform: uppercase; }

.notice {
  color: #e26703;
  text-transform: uppercase; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0;
  padding: 0; }

.messages {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px !important; }

.messages li {
  margin: 0;
  padding: 6px !important; }

.messages li li {
  line-height: 24px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; 
}
  
/*
.error-msg ul,
.success-msg ul,
.note-msg ul,
.notice-msg ul {
border: 1px solid #fff;
padding: 8px 8px 8px 60px; }
*/
  .error-msg .msg-content,
  .success-msg .msg-content,
  .note-msg .msg-content,
  .notice-msg .msg-content {
    display: block;
    padding: 16px 8px 16px 60px; }

/*
.error-msg {
  background-color: #f45b5b;
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_msg-error.png); }
*/

p.error-msg,
div.error-msg,
p.success-msg,
div.success-msg,
p.note-msg,
div.note-msg,
p.notice-msg,
div.notice-msg {
  padding: 6px; }

body .success-msg {
  background-color: #fbfefe;
  color: #4bc1be;
  border: 1px solid #4bc1be !important;
  border-radius: 4px;
  text-align: center;
  font-size: 14px !important;
}

body .error-msg {
  background-color: #fefbfb;
  color: #c14b6a;
  border: 1px solid #c14b6a !important;
  border-radius: 4px;
  text-align: center;
  font-size: 14px !important;
}

body .note-msg ,
body .notice-msg {
  background-color: #fefefb;
  color: #c1bd4b;
  border: 1px solid #c1bd4b !important;
  border-radius: 4px;
  text-align: center;
  font-size: 14px !important;
}

/*
.success-msg:before {
    content: "\f00c";
    position: absolute;
    left: 25px;
    font-size: 36px;
    color: #FFF;
    font-family: "FontAwesome";
    float: left;
    top: 50%;
    margin-top: -27px; 
}
*/

.note-msg,
.notice-msg {
  background-color: #f3d87a;
  color: #fff;
  padding: 6px; }
  .note-msg:before,
  .notice-msg:before {
    content: "\f12a";
    position: absolute;
    left: 25px;
    font-size: 36px;
    color: #FFF;
    font-family: "FontAwesome";
    float: left;
    top: 50%;
    margin-top: -27px; }

#messages_product_view {
  position: relative; }
  #messages_product_view .sw-cart-state {
    position: relative;
    margin-bottom: 20px; }
    #messages_product_view .sw-cart-state .ajax-cart-fail,
    #messages_product_view .sw-cart-state .ajax-cart-success {
      padding: 6px; }
      #messages_product_view .sw-cart-state .ajax-cart-fail div,
      #messages_product_view .sw-cart-state .ajax-cart-success div {
        padding: 16px 8px 16px 60px; }
      #messages_product_view .sw-cart-state .ajax-cart-fail:before,
      #messages_product_view .sw-cart-state .ajax-cart-success:before {
        left: 25px; }

/* BreadCrumbs */
.page-heading {
  padding: 30px 0 10px; }

.breadcrumbs {
  text-transform: uppercase; }
  .breadcrumbs .search {
    float: none; }

.page-heading h1 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px;
  border-bottom: 1px solid #f1f2f7;
  padding-bottom: 15px;
}

.page-heading .a-center {
  position: relative; }

.page-heading .back-to {
  position: absolute;
  right: 0;
  top: -5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px; }
  .page-heading .back-to:before {
    content: '\f104';
    font: 14px "FontAwesome";
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: absolute;
    left: -10px;
    top: 0; }

.breadcrumbs li {
  display: inline; }

.breadcrumbs li strong {
  font-weight: normal;
   }

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  display: none; }
  .page-title h1,
  .page-title h2 {
    font-size: 20px; }
  .page-title .separator {
    margin: 0 3px; }

.page-title .link-rss {
  float: right;
  margin: 7px 0 0; }

.title-buttons {
  text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle,
.sub-title {
  display: block;
  clear: both;
  font-size: 15px; }

/* Pager */
.pager .amount span {color:#6f83ba;}
.pager .amount {
  float: left;
  margin-top: 15px;
  font-size: 13px;
  color: #91b0d6;
  font-family: "plutocond_regular";
}
.pager .limiter {
  float: right;
  margin-left: 10px; 
  font-size: 13px;
  color: #91b0d6;
  font-family: "plutocond_regular";  
  margin-top: 1px;
  }

.pager .limiter label {
  vertical-align: middle; }

.pager .limiter select {
  vertical-align: middle;
  width: 60px;
  margin-bottom: 0; 
  border: none; }

.pager .pages {
  float: left;
  margin-top: 6px; }

.pager .pages li {
  display: inline-block;
  list-style: none;
  float: left;
  line-height: 21px;
  margin-right: 5px; }
  .pager .pages li a,
  .pager .pages li span {
    font-size: 14px;
    display: block;
    padding: 2px 0;
    width: 26px;
    text-align: center;
    border: solid 1px #e2e2e2;
    border-radius: 0;
    background: none; }
  .pager .pages li.current span {
    border-color: #da14a0;
    color: #da14a0; }
  .pager .pages li a.next,
  .pager .pages li a.previous {
    font-size: 0;
    text-indent: -9999em;
    padding: 0;
    height: 27px;
    width: 26px; }
    .pager .pages li a.next:before,
    .pager .pages li a.previous:before {
      font: 14px/27px "arrows";
      position: relative;
      top: 1px;
      float: left;
      display: block;
      text-indent: 0; }
  .pager .pages li a.next:before {
    content: "\df";
    left: 10px; }
  .pager .pages li a.previous:before {
    content: "\66";
    right: -9px; }

.pager li > a:hover, .pager li > a:focus {
  background: none;
  border-color: #da14a0; }

/* Sorter */
/* Toolbar */
.toolbar {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e2e6ee;
  height:45px;
}
  .toolbar .amount {
    display: inline-block;
    line-height: 28px;
    margin-right: 15px;
    float: left;
    font-size: 14px; }
  .toolbar .sort-by {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
    .toolbar .sort-by select {
        padding-top: 7px;
		border-left: 1px solid #ebebeb;
		line-height: 15px;
		font-size: 14px;
		width: 170px;
		margin-bottom: 0;
		border-bottom: none;
		border-right: none;
		border-top: none;
		margin-left: 10px;
		padding-left: 17px; 
		color: #acc2dc;
	}
  .toolbar .sorter {
    float: left;
    margin-top: 9px;
    margin-left: 10px; }
  .toolbar .pager {
    float: right;
    margin: 0 0 20px; }

[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

.icon-direction {
  text-align: center; }
  .icon-direction:hover {
    text-decoration: none; }
  .icon-direction i:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-left: 2px; }
  .icon-direction.icon-asc i:before {
    content: '\f175'; }
  .icon-direction.icon-desc i:before {
    content: '\f176'; }

.toolbar .sorter .grid,
.toolbar .sorter .list {
  float: left;
  padding: 0;
  margin-left: 3px;
  cursor: pointer;
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/switch-sprite.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  background-color: black; }
  .toolbar .sorter .grid a,
  .toolbar .sorter .list a {
    display: block;
    width: 100%;
    height: 100%; }
  .toolbar .sorter .grid.active, .toolbar .sorter .grid:hover,
  .toolbar .sorter .list.active,
  .toolbar .sorter .list:hover {
    background-color: #da14a0; }
.toolbar .sorter .grid {
  background-position: 0 -1px;
  margin-right: 5px; }
.toolbar .sorter .list {
  background-position: 0 bottom; }

.toolbar-bottom .toolbar {
  margin-bottom: 0; }

/* Data Table */
.data-table {
  width: 100%;
  border-bottom: 1px solid #ebebeb; }
  .data-table td,
  .data-table th {
    border-top: 1px solid #ebebeb;
    line-height: 20px;
    padding: 9px 12px;
    vertical-align: middle; }
  .data-table th {
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase; }
    .data-table th.label {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
  .data-table td .price {
    vertical-align: middle; }
  .data-table td .description {
    margin-bottom: 10px; }
  .data-table td .cart-cell {
    text-align: center; }
    .data-table td .cart-cell .out-of-stock {
      margin: 15px auto; }
    .data-table td .cart-cell .price-box {
      margin-bottom: 10px; }
  .data-table thead th {
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    padding: 9px 12px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-top: 0;
    white-space: nowrap; }
    .data-table thead th.wrap {
      white-space: normal; }
  .data-table .product-name {
    font-size: 15px; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff; }

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap; }

.data-table tfoot strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal; }

/* Bundle products tables */
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0; }

.data-table tbody td .option-label {
  font-weight: 600;
  font-style: italic; }

.data-table tbody td .option-value {
  padding-left: 10px; }

/* Generic Info Box */
.info-box {
  border: 1px solid #ebebeb;
  padding: 12px 15px;
  margin: 0 0 15px; }

.info-box h2 {
  font-weight: 600;
  font-size: 13px; }

.info-table th {
  font-weight: 600;
  padding: 2px 15px 2px 0; }

.info-table td {
  padding: 2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #ebebeb; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: none;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: 600; }

.std dl dd {
  margin: 0 0 10px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: none; }

.std ol {
  list-style: none; }

.std ul ul {
  list-style-type: none; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0; }

.std dt {
  font-weight: 600; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: 600; }

.std i,
.std em {
  font-style: italic; }

/* Misc */
.links {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;}

.links li {
  display: inline;
  list-style: none;
  margin: 0 3px; }
  .links li a {
    color: #8e8e8e; }
    .links li a:hover {
      color: #da14a0; }

.links li.first {
  padding-left: 0 !important; }

.links li.last {
  background: none !important;
  padding-right: 0 !important; }

.link-wishlist,
.link-compare {
  font-size: 0;
  padding: 5px 10px; }
  .link-wishlist:before,
  .link-compare:before {
    font-family: "FontAwesome";
    font-size: 12px; }

.link-wishlist:before {
  content: "\f004"; }

.link-compare:before {
  content: "\f079"; }

.link-print:before {
  font-family: "FontAwesome";
  content: "\f02f";
  margin-right: 5px; }
.link-print:hover {
  text-decoration: none; }

.link-rss {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .btn-remove:before {
  /*
    position: absolute;
    top: 0;
    right: 0;
    content: '\e619';
    font: 11px/20px 'arrows'; 
	*/
	}

.edit-link:before {
  font-family: "FontAwesome";
  content: "\f044";
  margin-right: 5px; }
.edit-link:hover {
  text-decoration: none; }

.wishlist-link:before {
  font-family: "arrows";
  content: "\e61d";
  margin-right: 5px;
  font-size: 11px; }
.wishlist-link:hover {
  text-decoration: none; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #fff;
  text-indent: -999em;
  overflow: hidden; }

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left; }

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px; }

.global-site-notice .notice-inner .actions {
  padding-top: 10px; }

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */ }

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff; }

.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center; }

.demo-notice .notice-inner p {
  padding: 0;
  border: 0; }

/* ======================================================================================= */
/* Header ================================================================================ */
/*---Header Topbar Styles---*/
.header-container .top-bar {
  /*position: relative;*/
  margin: 0;
  font-weight: 200; }

.top-bar .language-area,
.top-bar .currency-area {
  float: left;
  line-height: 25px; }
  .top-bar .language-area select,
  .top-bar .currency-area select {
    margin: 0; }

.top-bar .currency-area {
  margin-left: 15px;
  margin-top: 2px;
}

.top-bar .language-area {
  margin-left: 0 !important;
  padding-right: 12px;
  border-right: 1px solid #9daecf;
}

.top-bar .form-language i:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 10px;
  position: relative;
  top: 1px;
  content: '\f0e5'; }
.top-bar .form-language select {
  width: 125px;
  background-color: white;
  border-radius: 5px;
  line-height: 16px;
  padding: 5px 10px;
  font-family: "plutocond_light";
  color: #7c93bf;
  font-size: 14px;
}

.top-bar .form-currency i:before {
  font-family: "Arrows";
  font-size: 14px;
  line-height: 10px;
  position: relative;
  top: 3px;
  content: '\.'; }
.top-bar .form-currency select {
  width: 95px; }

.top-bar select {
  border: none;
  padding: 0 2px;
  color: #8e8e8e; }

.top-bar .container {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #dbdbdb;
  position: relative; }

.top-bar .top-links {
  float: right;
  margin: 0;
  padding: 0;
  width: 145px;
}
   .top-bar .top-links li.last {border-bottom: none;}
  .top-bar .top-links li {
    line-height: 20px; }
.top-bar .top-links li.dropdown ul.dropdown-menu li a {
	font-size: 12px;
	text-transform: initial;
	text-align: center;
	color: #ffffff !important;
	border-bottom: 1px solid #e4ecf7;
	padding: 5px 10px;
	margin: 0px 10px;
}
.top-bar .top-links li.dropdown ul.dropdown-menu li.last a {border-bottom: none;}
  .top-bar .top-links .price {
    font-size: 12px; }

/* ---added from version 1.0.2 beta ---*/
/* ---version 1.0.2 start---*/
.links li.login, .links li.logout, .links li.myaccount, .links li.mywishlist, .links li.register, .links li.mycart, .links li.blog, .links li[class^="mycart"], .links li[class*="mycart"], .links li.topbar-wishlist, .links li.topbar-login, .links li.topbar-logout, .links li.topbar-create, .links li.topbar-cart, .links li.topbar-blog, .links li.topbar-account {
  padding-left: 0;
  margin-left: 20px;
  margin-right: 0;
  background-position: left center;
  background-repeat: no-repeat; }
  .links li.login:before, .links li.logout:before, .links li.myaccount:before, .links li.mywishlist:before, .links li.register:before, .links li.mycart:before, .links li.blog:before, .links li[class^="mycart"]:before, .links li[class*="mycart"]:before, .links li.topbar-wishlist:before, .links li.topbar-login:before, .links li.topbar-logout:before, .links li.topbar-create:before, .links li.topbar-cart:before, .links li.topbar-blog:before, .links li.topbar-account:before {
    font-size: 14px;
    line-height: 10px;
    font-family: 'arrows';
    margin-right: 5px;
    position: relative;
    top: 1px; }

.login:before,
.topbar-login:before {
  content: '\e61c'; }

.logout:before,
.topbar-logout:before {
  content: '\e616'; }

.mycart:before,
[class^="mycart"]:before,
[class*="mycart"]:before,
.topbar-cart:before {
  content: '\e61f'; }

.mywishlist:before,
.topbar-wishlist:before {
  content: '\e61d'; }

.myaccount:before,
.topbar-create:before,
.topbar-account:before {
  content: '\e61b'; }

.top-bar .blog:before,
.topbar-blog:before {
  content: '0'; }

/* ---version 1.0.2 end---*/
.search {
  float: right;
  position: relative;
  /*margin-right: 20px;*/ }
  .search .search-link {
    font-size: 0;
    cursor: pointer; }
    .search .search-link:before {
      content: "\e614";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 25px;
      font-family: "arrows";
      color: #6f6f6f;
      position: relative;
      top: 2px; }

.show-top-panel {
  color: #cccccc;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  top: -2px;
  position: absolute;
  left: 50%;
  right: 50%; }
  .show-top-panel:before {
    content: "\f107";
    font-family: "FontAwesome"; }
  .show-top-panel.show-panel {
     }

    .show-top-panel.show-panel:before {
      content: "\f106"; }
.my-account-link {
  margin-right: 5px;
  width: 35px;
  float: right; }
  .my-account-link:hover {
    text-decoration: none; }
  .my-account-link:before {
    font: normal 16px/30px "arrows";
    color: #8e8e8e;
    position: relative;
    top: 1px;
    content: '\e61b';
    margin-right: 8px; }

/*---Header Topbar Styles End---*/
/*---Header Container > Header Part Styles---*/
.header {
  text-align: right;
  position: relative;
  z-index: 10; }
  .header .container {
    position: relative; }
  .header .quick-access {
    position: relative; }
    .header .quick-access .form-search {
      width: 250px;
      position: relative; }
      .header .quick-access .form-search label {
        text-indent: -9999em;
        overflow: hidden; }
      .header .quick-access .form-search input.input-text {
        margin: 0;
        float: none;
        padding: 2px 11px;
        color: #6f6f6f;
        font-size: 13px;
        line-height: 24px;
        height: 30px;
        border: solid 1px #ebebeb;
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .header .quick-access .form-search .button {
        background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/icon-zoom.png) no-repeat center 8px;
        text-indent: -9999px;
        font-size: 0;
        text-align: left;
        width: 18px;
        height: 30px;
        border: 0;
        position: absolute;
        top: 0;
        right: -3px;
        margin-left: -40px;
        -webkit-transition: none;
        transition: none; }
        .header .quick-access .form-search .button span {
          background: none; }
  .header .search-left {
    width: 325px;
    display: table-cell;
    vertical-align: middle; }

.shopping-cart {
  vertical-align: middle;
  float: none;
  line-height: 25px;
  font-size: 14px;
  padding-left: 0;
  position: relative; }
  .shopping-cart .price {
    font-size: 16px; }
  .shopping-cart .cart-sum {
    text-transform: uppercase; }
    .shopping-cart .cart-sum > a {
      padding-left: 20px;
      padding-bottom: 25px; }
	  
	  /*
      .shopping-cart .cart-sum > a:before 
	  {
        content: '\e61f';
        font: normal 20px/10px "arrows";
        position: relative;
        margin-right: 10px;
        top: 1px; 
	  }
	  */
      .shopping-cart .cart-sum > a strong {
        font-weight: normal; }
      .shopping-cart .cart-sum > a:hover {
        text-decoration: none; }
    .shopping-cart .cart-sum .items {
      text-transform: none;
      display: inline-block;
      height: 25px;
      margin: 0 3px; }
    .shopping-cart .cart-sum .for-label {
      text-transform: none; }
  .shopping-cart .cart-popup-container {
    position: relative; }
  .shopping-cart .cart-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: absolute;
    z-index: 1001;
    right: -27px;
	top: 33px;
    margin-top: 6px;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    text-align: left;
    padding: 20px;
    width: 320px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
    .shopping-cart .cart-popup .button {
      width: 48%; }
    .shopping-cart .cart-popup:before {
      position: absolute;
      right: 40px;
      top: -11px;
      content: "";
      display: block;
      width: 22px;
      height: 11px; }
    .shopping-cart .cart-popup:after {
      content: "";
      display: block;
      right: 25px;
      width: 27px;
      height: 14px;
      background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/after-arrow.png);
      background-position: center center;
      background-repeat: no-repeat;
      margin: -1em 0 0 2em;
      position: absolute;
      top: 0; }
    .shopping-cart .cart-popup .empty {
      margin: 0; }
    .shopping-cart .cart-popup .qty {
      font-size: 12px; }
    .shopping-cart .cart-popup .products-small .product-item {
      margin-bottom: 20px;
      border-bottom: 1px solid #f1f2ef;
      padding-bottom: 10px; }
      .shopping-cart .cart-popup .products-small .product-item h5 {
        font-weight: normal;
        text-transform: none;
        margin-bottom: 3px; }
        .shopping-cart .cart-popup .products-small .product-item h5 a 
		{
          color: #babcb1 !important;
          font-size: 14px;
		  font-family: "plutocond_light";
          letter-spacing: 0px;
		  text-transform: initial;
		}
		
          .shopping-cart .cart-popup .products-small .product-item h5 a:hover {
            color: #da14a0; }
      .shopping-cart .cart-popup .products-small .product-item:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .shopping-cart .cart-popup .products-small .product-item .product-image {
        display: inline-block;
        float: left; }
        .shopping-cart .cart-popup .products-small .product-item .product-image img {
          margin: 0 10px 5px 0;
          max-width: 80px; 
		  padding-right: 6px;}
      .shopping-cart .cart-popup .products-small .product-item .qty .quantity-label {
        text-transform: uppercase; 
		color: #babcb1 !important;
		font-family: "plutocond_light";
	  }
      .shopping-cart .cart-popup .products-small .product-item .qty strong {
        font-weight: 300; 
		color: #babcb1 !important;
	  }
      .shopping-cart .cart-popup .products-small .product-item .btn-remove {
        float: right;
        /*color: #dedede;                        */
        font-weight: 600;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        /*background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;                        */
        display: block;
        width: 15px;
        height: 15px;
        font-size: 0;
        /*@include opacity(0.3);*/ }
        .shopping-cart .cart-popup .products-small .product-item .btn-remove:hover {
          /*@include opacity(1);*/
          /*color: #000000;*/
          text-decoration: none; }
      .shopping-cart .cart-popup .products-small .product-item .price {
        float: right;
        font-size: 25px; 
		font-family: "plutocond_light";
		color: #95b3d8 !important;
	  }
    .shopping-cart .cart-popup .subtotal {
      text-align: right;
      margin-bottom: 20px;
      font-size: 30px;
      position: relative;
      top: -1px;
      text-transform: initial;
      color: #95b3d8; 
	  font-family: "plutocond_light";
	}
      .shopping-cart .cart-popup .subtotal .price {
        font-size: 24px; }
    .shopping-cart .cart-popup .button {
		margin-bottom: 0;
		background-color: #b9b9b0;
		border: none;
		color: white !important;
		font-family: "plutocond_light";
		font-size: 16px;
		text-transform: initial;
		border-radius: 13px;
		line-height: 14px;
	}
	.shopping-cart .cart-popup button.button {
		background-color: #91b0d6;
	}
  .shopping-cart:hover .cart-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

/*---Header Container > Header Part Styles End---*/
/*---Logo With Menu Styles---*/
.logo-with-menu {
  display: none;
  float: left; }
  .logo-with-menu h1 {
    margin: 0;
    line-height: 1;
    font-size: 13px; }

/*---Logo With Menu Styles End---*/
/*---Sticky Header Styles---*/
.fixed-header-area .fixed-header > .container {
  display: table; }
  .fixed-header-area .fixed-header > .container .menu-wrapper {
    display: table-row; }

.fixed-header-area .fixed-header .logo-with-menu + div + div {
  display: table-cell;
  vertical-align: middle; }

.fixed-header .logo-with-menu,
.fixed-header-area .logo-with-menu {
  display: table-cell;
  width: 184px;
  margin: 8px 0;
  vertical-align: middle; }

.modal-buttons {
  float: right;
  padding-top: 11px; }

/*---Sticky Header Styles End---*/
/*---Header Types Styles---*/
/*---added from version 1.0.2 beta---*/
/*---version 1.0.2 start---*/
.logo h1 {
  margin-bottom: 0;
  line-height: 1; }

/*---version 1.0.2 end---*/
.header-type-1 .search,
.header-type-1 .links [class^="mycart"],
.header-type-1 .links [class*="mycart"],
.header-type-2 .search,
.header-type-2 .links [class^="mycart"],
.header-type-2 .links [class*="mycart"] {
  display: none; }
.rightPanel-disabled .header-type-1 .top-bar .top-links, .rightPanel-disabled
.header-type-2 .top-bar .top-links {
  margin-right: 0; }
.header-type-1 .header,
.header-type-2 .header {
  margin-top: 30px;
  margin-bottom: 30px; }

.header-type-2 .top-bar,
.header-type-3 .top-bar {
  background: #f8f8f8; }

.header-type-3 .top-bar .top-links,
.header-type-4 .top-bar .top-links {
  margin-right: 20px; }
.header-type-3 .links li.mywishlist,
.header-type-4 .links li.mywishlist {
  display: none; }
.header-type-3 .search,
.header-type-4 .search {
  margin-right: 40px; }
.header-type-3 .header,
.header-type-4 .header {
  display: none; }
.header-type-3 .logo-with-menu,
.header-type-4 .logo-with-menu {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  float: none; }
  .header-type-3 .logo-with-menu img,
  .header-type-4 .logo-with-menu img {
    width: 100%; }
.header-type-3 .logo-with-menu + div,
.header-type-4 .logo-with-menu + div {
  display: table-cell;
  vertical-align: middle; }
.header-type-3 .main-nav .double-border,
.header-type-4 .main-nav .double-border {
  padding: 30px 0;
  border: none; }
.header-type-3 .main-nav .menu,
.header-type-4 .main-nav .menu {
  margin-right: 5px;
  text-align: right;
  float: none;
  width: 730px; }

.header-type-1 .search-center {
  display: none; }
.header-type-1 .logo {
  display: table-cell;
  vertical-align: middle;
  width: 300px; }
  .header-type-1 .logo img {
    max-width: 300px; }
.header-type-1 .shopping-cart:hover .cart-popup {
  margin-top: 10px; }

.header-type-2 .top-bar {
  background-color: #f8f8f8; }
.header-type-2 .search-left {
  display: none !important; }
.header-type-2 .logo {
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: left;
  float: left;
 }
.header-type-2 .search-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center; }
  .header-type-2 .search-center .form-search {
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.header-type-3 .main-nav {
  background: none;
  border-top: none; }
  .header-type-3 .main-nav .double-border {
    border-top: none; }

.header-type-4 .main-nav {
  background: #f8f8f8; }

/*---Header Types Styles End---*/
/*---Menu Styles---*/
.header-type-1 .main-nav .menu {
  text-align: center; }

.header-type-1 .main-nav .menu > li {
  margin-right: -3px; }

.header-type-1 .main-nav .menu > li li {
  text-align: left; }

.header-type-3 .main-nav .menu > li,
.header-type-4 .main-nav .menu > li {
  padding: 0 11px;
  margin-right: -3px; }

/*---Menu Styles End---*/
/*---menu icon & side area icon Styles---*/
.side-area-icon,
.menu-icon {
  cursor: pointer;
  position: absolute;
  margin-left: 20px;
  right: 0;
  color: #ccc; }
  .side-area-icon i:before,
  .menu-icon i:before {
    content: "\f0c9" !important;
    font: normal 24px FontAwesome;
    color: #d3d3d3; }

.side-area-icon {
  font-size: 22px;
  float: right;
  line-height: 25px;
  top: 10px;
  color: #ccc; }
  .side-area-icon i {
    right: 0;
    top: -5px;
    position: relative; }

.menu-icon {
  font-size: 28px;
  float: left;
  line-height: 28px;
  top: 16px; }
  .menu-icon i {
    position: absolute;
    right: 0; }
    .menu-icon i:before {
      font-size: 28px; }

/*---menu icon & side area icon Styles End---*/
.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.top-panel {
  padding: 20px;
  /*    position: absolute;*/
  width: 100%;
  z-index: 0;
  background: #404040;
  color: #8b8b8b;
  /*    @include transition(0.2s all ease-in-out);*/
  /*@include translateY(-100%);*/
  display: none; }
  .top-panel h1,
  .top-panel h2,
  .top-panel h3,
  .top-panel h4,
  .top-panel h5,
  .top-panel h6,
  .top-panel strong,
  .top-panel cite a {
    color: #fff; }
  .top-panel .button [class^="icon-"], .top-panel [class*=" icon-"] {
    margin-right: 5px; }
  .top-panel .cbp-qtrotator blockquote {
    border-color: #5E5E5E;
    background-image: url("https://www.archimede.be/skin/frontend/smartwave/legenda/images/quote2.png"); }

.top-panel.show-panel {
  /*@include translateY(0);*/ }

/*.logo { float:left; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
*/
/*---right side block---*/
.side-block {
  position: absolute;
  background: #2f2f2f;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  bottom: 0;
  z-index: 250;
  -webkit-transition: opacity 100ms 300ms, -webkit-transform 500ms ease;
  transition: opacity 100ms 300ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s; }

.mobile-nav {
  background-color: #f5f9fd; }

.shown-side-area .side-block {
  z-index: 900; }

.side-block .close-block {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #151515;
  display: block;
  padding: 20px 0 20px 20px;
  font-family: Georgia;
  text-align: left;
  cursor: pointer;
  width: 100%; }

.side-block .close-block:hover {
  color: #c6c6c6; }

.side-block .close-block:hover:before {
  background-position: bottom center; }

.side-block .close-block:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 25px;
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small-close.png);
  background-repeat: no-repeat;
  background-position: top center; }

.shown-side-area .wrapper {
  overflow-x: hidden;
  z-index: 0; }

.shown-side-area .top-bar .container {
  /*    position: static;*/ }

.shown-side-area .side-area-icon {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 899;
  top: 0; }
  .shown-side-area .side-area-icon i {
    display: none; }

.shown-side-area.boxed {
  background-color: rgba(0, 0, 0, 0.4); }

.side-area {
  left: auto;
  width: 0;
  right: 0;
  padding: 0px;
  font-size: 0;
  color: #c7c7c7; }

.side-area .close-block {
  display: none;
  float: left;
  padding: 10px 20px;
  text-align: center;
  height: 50px;
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/white_cross_big.png);
  background-repeat: no-repeat;
  background-position: center center; }

.side-area .close-block:before {
  background-image: none; }

.side-area .close-block:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.side-area .close-block i {
  float: right;
  font-size: 36px;
  width: 100%;
  color: #C6C6C6; }

.side-area .close-block i:before {
  content: "" !important; }

.side-area .close-block:hover {
  color: #707070; }

.side-area a {
  color: white; }

.side-area h1,
.side-area h2,
.side-area h3,
.side-area h4,
.side-area h5 {
  color: #c7c7c7; }

.side-area .sidebar-widget {
  display: none;
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px; }

.side-area .widget-title {
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px; }

.widget_search {
  min-height: 32px; }

.shown-side-area .side-area {
  width: 290px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: inherit; }

.shown-side-area .close-block,
.shown-side-area .side-area .sidebar-widget {
  display: block; }

.shown-side-area .side-area .sidebar-widget {
  border-top: 1px solid #3e3e3e; }

.recent-post-mini {
  list-style: none;
  margin-bottom: 20px;
  text-align: left; }

.recent-post-mini a {
  text-transform: uppercase;
  color: #000000; }

.recent-post-mini .postimg {
  float: left;
  margin-right: 20px; }

.recent-post-mini > a.postimg {
  position: relative;
  text-align: center; }

.recent-post-mini > a.postimg img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.recent-post-mini > a.postimg:hover img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.recent-post-mini strong {
  font-weight: normal; }

.side-block .recent-post-mini a {
  color: #fff; }

/*---right side block end---*/
.mobile-nav {
  left: -100%; }

.logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.header h1.logo {
  margin: 0; }

.header .welcome-msg {
  margin: 0;
  color: #fff;
  text-align: right; }

.header .welcome-msg a {
  color: #ebbc58; }

.header .form-search .search-autocomplete {
  z-index: 999;
  left: 40px !important;
  top: 22px !important; }

.header .form-search .search-autocomplete ul {
  border: 1px solid #ebebeb;
  background-color: #f9f5f0; }

.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 2px 8px 1px 8px;
  cursor: pointer; }

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: 600; }

.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb; }

.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd; }

.header .form-language {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

.header .form-language label {
  font-weight: 600;
  padding-right: 5px;
  color: #a7c6dd;
  vertical-align: middle; }

.header .form-language select {
  padding: 0; }

.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px; }

.header .links {
  float: right;
  margin: 0 0 6px; }

.header .links li {
  float: left;
  font-size: 11px;
  background: #fff;
  padding: 0 8px 0 7px; }

.header .links a {
  color: #ebbc58; }

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right; }

.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58; }

/********** < Navigation */
.nav-container {
  background: #0a263d url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_nav0.jpg) 50% 0 repeat-y; }

#nav {
  width: 918px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px; }

/* All Levels */
/* Style consistent throughout all nav levels */
#nav li {
  position: relative;
  text-align: left; }

#nav li.over {
  z-index: 998; }

#nav a,
#nav a:hover {
  display: block;
  line-height: 1.3em;
  text-decoration: none; }

#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap; }

#nav li ul span {
  white-space: normal; }

#nav ul li.parent a {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_nav2.gif) 100% 100% no-repeat; }

#nav ul li.parent li a {
  background-image: none; }

/* 0 Level */
#nav li {
  float: left; }

#nav li.active a {
  color: #d96708; }

#nav a {
  float: left;
  padding: 5px 12px 6px 8px;
  /*color: #a7c6dd;
  font-weight: 600;*/ }

#nav li.over a,
#nav a:hover {
  color: #d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  /*background: #ecf3f6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_nav1.gif) 0 100% repeat-x; */
}

#nav ul li.last {
  background: #ecf3f6;
  padding-bottom: 0; }

#nav ul a,
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none; }

#nav ul li a {
  font-weight: normal !important; }

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5; }

#nav div ul {
  position: static;
  width: auto;
  border: none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
  top: 5px; }

/*  
#nav ul li a {
  background: #ecf3f6; }

#nav ul li a:hover {
  background: #d5e4eb; }
*/  

#nav ul li a,
#nav ul li a:hover {
  color: #2f2f2f !important; }

#nav ul span,
#nav ul li.last li span {
  padding: 3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999; }

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px; }

/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.sidebar a:hover {
  text-decoration: none; }

.sidebar .widget-title,
.sidebar #narrow-by-list .widget-title {
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	color: #91b0d6;
}

#narrow-by-list .sidebar-item ul li {
  list-style: none;
  padding: 5px 0 5px 5px; 
}

/*
#narrow-by-list .sidebar-item ul li a:before {
    font: normal normal 16px/20px 'FontAwesome';
    margin-right: 10px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '\f105';
    -webkit-font-smoothing: antialiased; 
}
*/

div.currently .sidebar-item {border-bottom: none !important}

.sidebar-item {
  margin-bottom: 14px;
  width: 100%;
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #f1f2f7;
  padding-bottom: 15px;
}

.sidebar-item.pricefilter  {padding-bottom: 20px;padding-right: 54px;}

.block {
  margin-bottom: 20px; }

.block .block-title {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 17.5px;
  }
  .block .block-title strong {
    font-weight: normal;
    text-transform: uppercase; }

.block .block-title a {
  text-decoration: none !important; }

.block .block-subtitle {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  }

.block .block-content li.item {
  list-style: none;
  padding: 5px 0 5px 5px; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }

.block .actions {
  padding: 0;
  text-align: right;
  margin-top: 20px; }

.block .actions a {
  float: left; }

.block .actions button.button {
  float: right; }

.block .empty {
  margin: 0; }

/* Mini Blocks */
/* Mini Products List */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #ebebeb; }

.mini-products-list .product-details {
  margin-left: 60px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

/* Block: Account */
.block-account .account-sidebar {
  border: 1px solid #fcbb5a;
  padding: 15px 20px; 
  margin-bottom:15px;
}
.block-account .account-sidebar strong {
    font-weight: 600;
	color: #fbb852;
	font-size: 22px;
}
.block-account .block-content {
  margin-bottom: 20px; 
 }
.block-account .block-content ul {
    padding: 0;
}
.block-account .block-content li {
  list-style: none;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 3px;
  border-bottom: 1px solid #eef0f5;
  padding-right: 25px;
  background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/blue__arrow.png) no-repeat center right;
}
.block-account .block-content li.last {
  border-bottom: none;
}
.block-account .block-content li.current {
  background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/blue_on_arrow.png) no-repeat center right;
}
.block-account .block-content li.current {
  background-color: #ffffff;
}
/*
.block-account .block-content li:before {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 14px;
      position: absolute;
      left: 35px;
      top: 17px; 
}
*/
.block-account .block-content li.current strong {
  padding: 5px 20px 5px 5px;
  color: #58595B !important;
  font-size: 18px;
  display: block;
  border: none;
  font-family: "plutocond_regular";
  font-weight:300 !important;
}
.block-account .block-content li a {
  padding: 5px 20px 5px 5px;
  color: #58595B !important;
  font-size: 18px;
  display: block;
  border: none;
  font-family: "plutocond_light";
}
.block-account .block-content li strong {
  padding: 10px 20px 10px 25px;
  color: white !important;
  font-size: 18px;
  display: block;
  border: none;
  font-family: "plutocond_light";
}
    .block-account .block-content li:first-child a, .block-account .block-content li:first-child strong {
      border-top: none !important; }
    .block-account .block-content li.current {
      color: #da14a0; }

.block-account .block-content li.current.last {
  border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency {
  border: 0;
  background: #fff;
  padding: 7px 12px 10px;
  height: 51px; }

.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px; }

.block-currency .block-title strong {
  font: 600 13px/21px Arial, Helvetica, sans-serif;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_block-currency.gif) 0 50% no-repeat;
  padding: 0 0 0 21px;
  text-transform: none;
  color: #fff; }

.block-currency .block-content {
  background: none;
  padding: 0; }

.block-currency .block-content select {
  width: 100%;
  padding: 0; }

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0; }

.block-layered-nav .block-title {
  border: 0;
  padding: 0;
  height: 24px;
  background: #fff;
  text-indent: -999em;
  overflow: hidden; }

.block-layered-nav .block-subtitle {
  line-height: 1.35;
  background: #d5e8ff;
  padding: 3px 9px;
  border: 1px solid #b9ccdd;
  border-width: 1px 0;
  text-transform: uppercase;
  color: #1f5070; }

.block-layered-nav .block-content {
  border: 1px solid #a0b3c3;
  background: #e7f1f4; }

.block-layered-nav dt {
  background: #fff;
  padding: 7px 10px 0 25px;
  font-weight: 600;
  text-transform: uppercase; }

.block-layered-nav dd {
  padding: 0 12px 12px;
  background: #fff; }

.block-layered-nav dd.last {
  background: none; }

.block-layered-nav .currently li {
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.block-layered-nav .currently .sidebar-item {
  margin-bottom: 0; }

.block-layered-nav .currently .label {
  text-transform: uppercase;
  display: inline-block; }

.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top; }

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0; }

.block-layered-nav .currently .btn-previous {
  right: 17px; }

.block-layered-nav .actions {
  font-size: 11px;
  text-align: right;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px; }

.block-layered-nav .actions a {
  float: none; }

.block-layered-nav .widget-title {
  margin-bottom: 10px; }

.product-categories li {
  list-style: none;
  margin: 3px 0 3px; 
  
}

.product-categories > li.last {border:none !important;}
.product-categories > li {
  margin-bottom: 5px;
  background: #fff url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/blue__arrow.png) no-repeat 260px 16px;
  border-bottom: 1px solid #e2e6ee;
  padding: 8px 0 8px 2px;
}
.product-categories > li > a {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: initial !important;
	color: #6f81ac !important;
	font-family: "plutocond_light";
}
body.catalog-category-view div.col-left.sidebar {
	border-right: 1px solid #e2e6ee;
	/*padding: 0;*/
}

.product-categories .open-this {
	cursor: pointer;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 21px;
	display: block;
	margin: 3px 10px 0 15px;
	text-align: center;
	color: white;
	font-size: 24px;
}

.product-categories li.current-cat ul.children {
	margin-top: 8px;
}
.product-categories li.current-cat {
  background: #fff url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/blue_on_arrow.png) no-repeat 260px 16px;
}
.product-categories li.current-cat a {
	font-weight: 600 !important;
}

.product-categories li ul {
	margin-bottom: -11px;
	background-color: white;
	padding-left: 34px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-top: 5px;
}

.product-categories li ul li.cat-item  {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bullet_off.png) no-repeat left center;
	padding-left: 18px;
}
.product-categories li ul li.cat-item:hover  {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bullet_on.png) no-repeat left center;
}
.product-categories li ul li.cat-item  a {
	color: #b9b9b0 !important;
	font-family: "plutocond_regular";
	font-size: 13px;
}
  
.product-categories > li > ul {
  display: none;
  padding-left: 20px; }

.product-categories ul.children li > a:before {
  /*
  font: normal normal 16px/20px "FontAwesome";
  content: '\f105';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
  */
  float: left;
  margin-right: 10px;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bullet_off.png) no-repeat center center;
}

/* Block: Cart */
.block-cart .block-title {
  /*border-bottom:0;*/ }

.block-cart .block-title strong {
  background: #fff; }

.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1; }

.block-cart .amount {
  margin: 0; }

.block-cart .amount a {
  font-weight: 600; }

.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center; }

.block-cart .subtotal .price {
  font-weight: 600; }

.block-cart .actions {
  border-bottom: 1px solid #c2c2c2; }

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right; }

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_block-wishlist.gif); }

.block-wishlist .actions {
  text-align: right; }

.block-wishlist .actions a {
  float: none; }

/* Block: Related */
.block-related .block-title strong {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_block-related.gif);
  background-position: 0 1px; }

.block-related input.checkbox {
  float: left; }

.block-related .product {
  margin-left: 20px; }

/* Block: Compare Products */
.block-compare li.item {
  padding: 0 0 10px 0 !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
  .block-compare li.item:last-child {
    border-bottom: 0; }
.block-compare .product-img {
  float: left;
  margin-right: 10px; }
  .block-compare .product-img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.page-popup .link-print {
  padding: 2px 0 2px 25px; }

.compare-table {
  border: 0; }
  .compare-table th,
  .compare-table td {
    position: relative; }
  .compare-table .btn-remove {
    float: right;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10; }
  .compare-table .product-image-wrapper {
    display: block;
    position: relative; }
  .compare-table .compare-cart {
    display: inline; }
    .compare-table .compare-cart .button {
      margin-top: 15px;
      margin-bottom: 0; }
  .compare-table .add-to-links {
    margin-right: 10px;
    margin-top: 15px; }
  .compare-table .no-padding {
    padding: 10px 0 !important; }
  .compare-table tr td .product-name {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 10px; }
  .compare-table tr td .ratings {
    width: 69px;
    margin: 0 auto; }
    .compare-table tr td .ratings .amount {
      display: none; }
  .compare-table tr.product-shop-row td {
    text-align: center; }
  .compare-table .price-box {
    padding: 0 10px; }

.mobile-compare-table .compare-head strong {
  font-weight: 400;
  font-size: 15px; }
.mobile-compare-table td {
  text-align: center; }

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_block-viewed.gif); }

/* Block: Recently Compared */
/* Block: Poll */
.block-poll .block-title strong {
  background: #fff; }

.block-poll .block-subtitle {
  font-size: 12px; }

.block-poll label {
  color: #777;
  font-weight: 600; }

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px; }

.block-poll li {
  padding: 3px 9px; }

.block-poll .actions {
  margin: 5px 0 0; }

.block-poll button.button span {
  border-color: #406a83;
  background: #618499; }

.block-poll .answer {
  font-weight: 600; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px; }

.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499; }

/* Block: Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px; }

.block-tags .actions {
  text-align: right; }

.block-tags .actions a {
  float: none; }

/* Block: Subscribe */
.block-subscribe .block-content {
  padding: 5px 10px; }

.block-subscribe .block-title strong {
  background-image: #fff; }

.block-subscribe label {
  font-weight: 600;
  color: #666; }

.block-subscribe input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left; }

.block-subscribe .actions button.button {
  float: none; }

.block-subscribe .actions button.button span {
  border-color: #406a83;
  background: #618499; }

/* Block: Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0; }

.block-reorder .product-name {
  margin-left: 20px; }

.block-reorder .validation-advice {
  margin: 3px 9px 7px; }

/* Block: Banner */
.block-banner {
  border: 0; }

.block-banner .block-content {
  padding: 0;
  text-align: center; }

/* Block: Login */
.block-login .block-title strong {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_ma-info.gif); }

.block-login .block-content {
  padding: 5px 10px; }

.block-login label {
  font-weight: 600;
  color: #666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0; }

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499; }

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }

.sidebar .paypal-logo a {
  float: none; }

/* ======================================================================================= */
/* Category Page ========================================================================= */
.label-icon {
  text-indent: -9999em;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 50;
  background-size: 100%;
  width: 48px;
  height: 48px; }
  .label-icon.sale-label {
    background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/label-sale.png);
    left: 5px; }
  .label-icon.new-label {
    background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/label-new.png); }

.catalog-side-block .img-wrapper {
  margin-bottom: 20px; }

.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-image img {
  width: 100%; }

.category-description {
  margin: 0 0 10px; }
  
.category-description p {
  font-size: 13px;
  color: #9d9d94;
}
.category-description p strong {
  color: #9d9d94;
}  

.children .current-cat > a {
  color: #da14a0; }

/* View Type: Grid */
.products-grid {
  position: relative; }
  .products-grid li.item {
    float: left;
    padding: 0 15px;
    margin-bottom: 60px; }
    .products-slider .products-grid li.item {
      margin-bottom: 0;
      width: 100%; }
    .products-grid li.item .item-area {
      position: relative;
      padding: 1px; }
    .products-grid li.item:hover .item-area {
      border: 1px solid #e8e8e8;
      padding: 0; }
  .products-grid .product-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px; }
    .products-grid .product-image img {
      width: 100%; }
  .products-grid .amount {
    display: none; }
  .products-grid .description-wrapper {
    padding: 0 10px 10px; }
  .products-grid .product-name {
    font-size: 16px;
    margin-bottom: 10px; }
  .products-grid .price-box {
    margin-bottom: 10px; 
	text-align: center;
  }

.products-grid .availability {
  line-height: 21px; }

.col-main .category-products .products-grid.column2 li.item {
  width: 50%; }
  .col-main .category-products .products-grid.column2 li.item.nth-child-2np1 {
    clear: left; }
.col-main .category-products .products-grid.column3 li.item {
  width: 33.33%; }
  .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
    clear: left; }
.col-main .category-products .products-grid.column4 li.item {
  width: 25%; }
  .col-main .category-products .products-grid.column4 li.item.nth-child-4np1 {
    clear: left; }
.col-main .category-products .products-grid.column5 li.item {
  width: 20%; }
  .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
    clear: left; }

/* View Type: List */
.products-list li.item.last {
  border-bottom: 0; }

.products-list .product-shop {
  margin-left: 150px; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc .link-learn {
  font-size: 11px; }

.products-list .add-to-links {
  clear: both; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px; }

.products-list {
  position: relative; }
  .products-list li.item {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    .products-list li.item .product-image-wrapper {
      position: relative;
      margin-bottom: 10px;
      float: left;
      width: 35%;
      border: 1px solid transparent; }
      .products-slider .products-list li.item .product-image-wrapper {
        width: 100%; }
      .products-list li.item .product-image-wrapper:hover {
        border: 1px solid #ebebeb;
        padding: 0; }
      .products-slider .products-list li.item .product-image-wrapper {
        margin: 0 15px; }
    .products-list li.item .product-image {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
      .products-list li.item .product-image img {
        width: 100%; }
    .products-list li.item .description-wrapper {
      width: 65%;
      padding-left: 20px;
      float: right; }
      .products-slider .products-list li.item .description-wrapper {
        width: 100%;
        padding: 0;
        float: none; }
      .products-list li.item .description-wrapper .amount {
        line-height: 20px; }
    .products-list li.item .product-name {
      font-size: 18px;
      margin-bottom: 10px; }
    .products-list li.item .desc {
      margin-bottom: 30px; }
    .products-list li.item .price-box {
      float: left; }
      .products-slider .products-list li.item .price-box {
        float: none;
        margin-bottom: 10px; }
    .products-list li.item .price {
      font-size: 24px; }
      .products-slider .products-list li.item .price {
        font-size: 18px;
        line-height: 1.5; }
    .products-list li.item .add-to-container {
      padding: 15px 0 15px 20px;
      float: right;
      width: 65%; }
      .products-list li.item .add-to-container .actions {
        float: right; }

.products-grid .product-image-wrapper {
  position: relative;
  text-align: left;
  /*margin-bottom: 10px;*/ }

.hover-effect-slider .slider-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 4px;
  background-color: #fff; }

.hover-effect-slider .small-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 25px;
  height: 35px;
  border: 1px solid #e2e2e2;
  line-height: 37px;
  cursor: pointer;
  background: #fff;
  font-size: 0;
  text-indent: -99999px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1; }

.hover-effect-slider .small-slider-arrow.arrow-right {
  right: 0;
  text-align: center;
  border-right: none; }

.hover-effect-slider .small-slider-arrow.arrow-right:hover {
  background-color: #ebebeb;
  color: #4f4f4f; }

.hover-effect-slider .small-slider-arrow.arrow-right:before {
  content: "\df";
  font-family: "arrows";
  font-size: 14px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  text-indent: 0; }

.hover-effect-slider .small-slider-arrow.arrow-left {
  text-align: center;
  left: 0;
  border-left: none; }

.hover-effect-slider .small-slider-arrow.arrow-left:hover {
  background-color: #ebebeb;
  color: #4f4f4f; }

.hover-effect-slider .small-slider-arrow.arrow-left:before {
  content: "\66";
  font-family: "arrows";
  font-size: 14px;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  text-indent: 0; }

.sw-product-quickview {
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: uppercase;
  padding: 2px;
  text-align: center;
  width: 50px;
  background-color: #fff; }

.products-grid .item:hover .sw-product-quickview,
.products-list .item .product-image-wrapper:hover .sw-product-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.slide-item .item:hover .product-image-wrapper .slider-counter,
.slide-item .item:hover .product-image-wrapper .small-slider-arrow,
.slide-item .item:hover .product-image-wrapper .sw-product-quickview,
.products-grid .item:hover .product-image-wrapper .slider-counter,
.products-grid .item:hover .product-image-wrapper .small-slider-arrow,
.products-grid .item:hover .product-image-wrapper .sw-product-quickview,
.products-list .item .product-image-wrapper:hover .slider-counter,
.products-list .item .product-image-wrapper:hover .small-slider-arrow,
.products-list .item .product-image-wrapper:hover .sw-product-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.products-list .product-image-wrapper .small-slider-arrow.arrow-right {
  border-right: 1px solid #e2e2e2;
  right: -1px; }

.products-list .product-image-wrapper .small-slider-arrow.arrow-left {
  border-left: 1px solid #e2e2e2;
  left: -1px; }

.product-image-wrapper .out-of-stock {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 7px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin-bottom: 10px; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }

.ratings strong {
  float: left;
  text-transform: uppercase;
  font-weight: normal;
  margin: 3px 3px 0 0; }

.ratings .rating-links {
  margin: 0;
  line-height: 20px; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  display: inline-block;
  width: 75px;
  height: 20px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/star-inactive.png) repeat-x center left;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  display: block;
  height: 20px;
  font-size: 0;
  text-align: left;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/star-active.png) repeat-x center left; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px; }
  .ratings-table th,
  .ratings-table td {
    padding: 9px 12px;
    vertical-align: middle; }
  .ratings-table th {
    text-transform: uppercase; }

/* Availability */
.availability {
  margin: 0; }

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px; }

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000; }

.availability-only a {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none; }

.availability-only .expanded {
  background-position: 100% -15px; }

.availability-only strong {
  color: #be2c00; }

.availability-only-details {
  margin: 0 0 7px; }

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px; }

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px; }

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: 600; }

/* Email to a Friend */
.email-friend {
  margin-bottom: 10px; }
  .email-friend a:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f003";
    margin-right: 5px; }

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px; }

.alert-stock {
  margin: 0;
  font-size: 11px; }

/********** < Product Prices */
.price {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap !important;
  color: #da14a0; }

.price-box p {
  display: inline-block;
  margin-bottom: 0; }

/* Regular price */
.block .regular-price,
.block .regular-price .price {
  color: #2f2f2f; }

/* Old price */
.old-price {
  margin: 0; }

.old-price .price {

  font-size: 14px;
  text-decoration: line-through; }

/* Special price */
.special-price {
  margin: 0;
  padding: 0; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  white-space: nowrap; }

.minimal-price-link {
  display: block; }
  .minimal-price-link:hover {
    text-decoration: none; }

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999; }

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999; }

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200; }

/* Including tax */
.price-including-tax {
  display: block;
  color: #999; }

.price-including-tax .label {
  white-space: nowrap;
  color: #999; }

.price-including-tax .price {
  font-size: 13px;
  font-weight: 600;
  color: #c76200; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: 600;
  white-space: nowrap; }

.configured-price .price {
  font-weight: 600; }

  
  
/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }

.price-excl-tax .label {
  display: block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: 600; }

/* Price range */
.price-from {
  margin: 0; }

.price-from .price-label {
  font-weight: 600;
  white-space: nowrap; }

.price-to {
  margin: 0; }

.price-to .price-label {
  font-weight: 600;
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px; }

/* Price as configured */
.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important; }

/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin-bottom: 20px; }

.tier-prices li {
  line-height: 1.4;
  padding: 5px 0; }

.tier-prices .benefit {
  font-style: italic;
  font-weight: 600;
  color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .products-grid .item-area .add-to-links {
	margin: 0;
	padding: 0;
	/*
	position: absolute;
	top: 5px;
	left: 5px;
	*/
	}
  .add-to-links li {
    display: inline; }
    .add-to-links li a.button {
      padding: 5px 10px; }
    .add-to-links li a i:before {
      font-family: 'FontAwesome'; }
    .add-to-links li a.link-wishlist i:before {
      content: '\f004'; }
    .add-to-links li a.link-compare i:before {
      content: '\f079'; }
    .add-to-links li .separator {
      display: none !important; }

/* Add to Cart */
.add-to-cart label {
  float: left;
  font-size: 12px;
  display: block;
  margin: 7px 10px 0 0;
  text-transform: uppercase; }

.add-to-cart label[for=qty] {
	margin-right:12px;
}
  
.add-to-cart button.button {
  float: left; }

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right; }

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0; }

.product-view .add-to-cart .paypal-logo {
  margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0; }
  .add-to-box .add-to-cart {
    float: left;
    width: 100%;
    margin: 10px 10px 20px 0; }
  .add-to-box .or {
    display: none; }
  .add-to-box .add-to-links li .separator {
    display: none !important; }

.button-down,
.button-up {
  width: 30px;
  height: 33px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center; }

.button-down {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/qty_arrow_left.png);
  margin-right: -3px; 
  float:left;  
}

.button-up {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/qty_arrow_right.png);
  margin-left: -3px; 
}

.product-essential {
  margin-bottom: 60px; }
  .page-empty .product-essential, .quickview-main .product-essential {
    margin-bottom: 0; }

.product-essential h2 {
  font: 600 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }
  .product-collateral .box-collateral .pager {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px; }
  .product-collateral .box-collateral dt {
    margin-bottom: 15px; }

/* Product Images */
.product-view .product-img-box .owl-theme .owl-controls .owl-buttons div {
  font-size: 0;
  background-color: #fff;
  color: #b8b8b8;
  border-radius: 0;
  width: 40px;
  height: 70px;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div:before {
    font: 40px/70px "arrows";
    text-align: center;
    display: block;
    color: #b8b8b8;
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\e602'; }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\e603'; }
.product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div {
  margin-top: -35px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div:before {
    opacity: 0;
    filter: alpha(opacity=0); }
.product-view .product-img-box .more-views:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .product-view .product-img-box .more-views:hover .owl-theme .owl-controls .owl-buttons div:before {
    opacity: 1;
    filter: alpha(opacity=100); }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  margin: 0 0 13px; }

.product-view .product-img-box .product-image-zoom {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9; }

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move; }

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer; }

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3; }

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px; }

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/magnifier_handle.gif) 0 0 no-repeat; }

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0; }

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0; }

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase; }

.product-view .product-img-box .more-views ul {
  margin-left: -9px; }

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px; }

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden; }

.product-image-popup {
  margin: 0 auto; }

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0; }

.product-image-popup .nav {
  font-weight: 600;
  margin: 0 100px;
  text-align: center; }

.product-image-popup .image {
  display: block;
  margin: 10px 0; }

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2f2f2f; }

/* Product Shop */
.product-view .product-shop .product-name {
  margin: 0 0 10px; }
.product-view .product-shop .product-name h1 {
    font-size: 18px;
	color: #4b63ae; 
}
.product-view .product-shop .price {
  font-size: 35px;
  color: #f3a0ad;
  font-family: "plutocond_light";
}
.product-view .product-shop .tier-prices .price,
.product-view .product-shop .price-notice .price {
  font-size: 18px; }
.product-view .product-shop .sku_wrapper,
.product-view .product-shop .category-url-wrapper {
  display: block;
  margin-bottom: 10px; }
.product-view .product-shop .item-title {
  color: #000; }
.product-view .product-shop .availability.out-of-stock {
  font-weight: 700;
  font-size: 14px;
  color: #da14a0;
  margin-bottom: 5px; }
.product-view .product-shop .add-to-links {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  margin-top: 0;
  padding-top: 0; }
.product-view .product-shop .data-table td .button-up,
.product-view .product-shop .data-table td .button-down {
  display: none; }
.product-view .product-shop .link-wishlist,
.product-view .product-shop .link-compare {
  padding: 10px 15px;
  border-radius: 100%;
  position: relative; }
  .product-view .product-shop .link-wishlist:hover,
  .product-view .product-shop .link-compare:hover {
    background: #da14a0; }
    .product-view .product-shop .link-wishlist:hover:before,
    .product-view .product-shop .link-compare:hover:before {
      color: #fff; }
    .product-view .product-shop .link-wishlist:hover:after,
    .product-view .product-shop .link-compare:hover:after {
      bottom: -36px;
      left: -40px;
      width: 120px;
      display: block; }
  .product-view .product-shop .link-wishlist:before,
  .product-view .product-shop .link-compare:before {
    font-size: 16px; }
  .product-view .product-shop .link-wishlist:after,
  .product-view .product-shop .link-compare:after {
    /*content:"" attr(data-hover) "";
    position: absolute;
    font-size: 12px;
    display: none;
    padding: 5px;
    text-transform: none;
    color: #6f6f6f;*/ }
.product-view .product-shop .btn-cart {
  margin: 0 15px 20px 0;
  float: left; }

.col3-layout .product-view .product-shop {
  float: none;
  width: auto; }

.product-view .product-shop .short-description {
  margin: 10px 0;
  padding: 10px 0 0; }

.product-view .product-shop .price-box {
	margin-bottom: 10px;
	margin-top: 16px;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
  display: inline; }

/*Sharing Tool for social*/
.share-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px; }

.sharing-tool-area {
  margin-bottom: 20px; }
  .sharing-tool-area.style_10 .addthis_toolbox a {
        margin-right: 10px;
		overflow: auto;
		display: block;
		float: left; }
    .sharing-tool-area.style_10 .addthis_toolbox a:hover {
      text-decoration: none; }
    .sharing-tool-area.style_10 .addthis_toolbox a span {
      background: none !important;
      font-size: 20px; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc {
        width: auto;
        height: auto;
        line-height: 1 !important; }
      .sharing-tool-area.style_10 .addthis_toolbox a span:before {
        font-family: "FontAwesome"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_facebook:before {
        content: "\f09a"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_twitter:before {
        content: "\f099"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_FacebookButton ,
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_TwitterButton ,
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_EmailButton ,
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_GoogleButton ,
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_PinItButton {
        width: auto;
        height: auto;
        line-height: 1; }

	  .sharing-tool-area.style_10 .addthis_toolbox a span.at_GoogleButton {
        /*content: "\f0d5"; */
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_googplus_share.png) no-repeat center center !important;
        width: 28px;
        height: 28px;
		display: block;
	}
	  .sharing-tool-area.style_10 .addthis_toolbox a span.at_EmailButton {
        /*content: "\f0e0"; */
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/picto_email.png) no-repeat center center !important;
        width: 32px;
        height: 32px;
		display: block;		
	}		
	.addthis_button_email.at300b {margin-right: 0 !important;}
	  .sharing-tool-area.style_10 .addthis_toolbox a span.at_FacebookButton {
        /*content: "\f09a"; */
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/picto_facebook.png) no-repeat center center !important;
        width: 32px;
        height: 32px;
		display: block;			
	}
	  .sharing-tool-area.style_10 .addthis_toolbox a span.at_TwitterButton {
        /*content: "\f099";*/
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_twitt_share.png) no-repeat center center !important;
        width: 28px;
        height: 28px;
		display: block;		
	}
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_PinItButton {
        /*content: "\f0d2"; */
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/picto_pinterest.png) no-repeat center center !important;
        width: 32px;
        height: 32px;
		display: block;		
	}
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_InstagramButton {
        /*content: "\f0d2"; */
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/picto_instagram.png) no-repeat center center !important;
        width: 32px;
        height: 32px;
		display: block;		
	}		
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_email:before {
        content: "\f0e0"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_google:before {
        content: "\f0d5"; }

/* Product Options */
.product-options {
  margin-bottom: 20px; }
  .product-options dt {
    /*        float: left;*/
    padding-bottom: 10px;
    min-width: 80px; }
    .product-options dt label {
      line-height: 38px;
      text-transform: uppercase;
      font-size: 12px;
      margin-right: 15px;
      width: 100%; }
      .product-options dt label.required em {
        display: none; }
  .product-options dd {
    float: left;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    width: 100%; }
  .product-options p.required {
    display: none; }
  .product-options p.note {
    margin: 0;
    font-size: 11px; }
  .product-options ul.options-list input.checkbox {
    display: block;
    float: left; }
  .product-options ul.options-list .label {
    display: block;
    width: 90%;
    white-space: normal;
    float: left;
    line-height: 16px; }
  .product-options select[multiple],
  .product-options select[size] {
    width: 100%; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd .multiselect option {
  border-bottom: 1px dotted #ebebeb;
  padding: 2px 4px; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 0; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options-bottom {
  padding: 0; }
  .product-options-bottom .add-to-cart {
    float: left;
    width: 100%;
    margin: 10px 10px 20px 0; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703; }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703; }

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0; }

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px; }

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px; }

.product-options-bottom .price-tax {
  float: left; }

.product-shop .product-options-bottom {
  margin: 0 0 10px; }

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px; }

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0; }

.product-shop .product-options-bottom .price-tax {
  float: none; }

.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 0;
  text-align: right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

/* Block: Description */
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25; }

.tabs {
  position: relative;
  margin-bottom: 20px; }
  .tabs .tab-title {
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0 8px; }
    .tabs .tab-title:first-child {
      margin-left: 20px; }
    .tabs .tab-title.opened {
      border-bottom: 1px solid #fff; }
      .tabs .tab-title.opened a {
        color: #000; }
        .tabs .tab-title.opened a:hover {
          color: #da14a0; }
  .tabs .tab-content {
    display: none;
    margin-top: -1px;
    float: right;
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-bottom: 30px; }

/* Product View Tabs*/
.product-tabs li {
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 0 8px;
  text-align: center; }
  .product-tabs li.active {
    border-bottom: 1px solid #fff; }
    .product-tabs li.active a {
      color: #000; }
      .product-tabs li.active a:hover {
        color: #da14a0; }
  .product-tabs li:first-child {
    margin-left: 20px; }

/* Block: Tags */
.product-tabs-content,
.tab-content {
  margin-top: -1px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  margin-bottom: 30px; }
  .product-tabs-content h2,
  .tab-content h2 {
    font-size: 18px;
    margin-bottom: 20px; }
  .product-tabs-content .comment-container,
  .tab-content .comment-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .product-tabs-content .comment-container .avatar-image,
    .tab-content .comment-container .avatar-image {
      float: left;
      margin: 0 10px 0 0; }
    .product-tabs-content .comment-container .ratings-list,
    .tab-content .comment-container .ratings-list {
      float: right; }
      .product-tabs-content .comment-container .ratings-list .label,
      .tab-content .comment-container .ratings-list .label {
        display: inline-block;
        vertical-align: top;
        min-width: 60px;
        text-align: left;
        line-height: 20px; }
    .product-tabs-content .comment-container .meta,
    .tab-content .comment-container .meta {
      margin: 5px; }
  .product-tabs-content .add-review,
  .tab-content .add-review {
    max-width: 360px; }
  .product-tabs-content .box-tags,
  .tab-content .box-tags {
    margin: 0; }
    .product-tabs-content .box-tags h3,
    .tab-content .box-tags h3 {
      font-size: 13px; }
    .product-tabs-content .box-tags .product-tags,
    .tab-content .box-tags .product-tags {
      display: block;
      margin: 0 0 15px; }
      .product-tabs-content .box-tags .product-tags li,
      .tab-content .box-tags .product-tags li {
        display: inline;
        padding: 0 7px 0 4px; }
        .product-tabs-content .box-tags .product-tags li.first,
        .tab-content .box-tags .product-tags li.first {
          padding-left: 0; }
        .product-tabs-content .box-tags .product-tags li.last,
        .tab-content .box-tags .product-tags li.last {
          padding-right: 0; }
    .product-tabs-content .box-tags .form-add label,
    .tab-content .box-tags .form-add label {
      display: block;
      font-size: 13px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .product-tabs-content .box-tags .form-add .input-box,
    .tab-content .box-tags .form-add .input-box {
      display: inline-block;
      width: 275px;
      padding: 0;
      margin-bottom: 10px; }
    .product-tabs-content .box-tags .form-add input.input-text,
    .tab-content .box-tags .form-add input.input-text {
      width: 270px;
      margin: 0; }
    .product-tabs-content .box-tags .form-add button.button,
    .tab-content .box-tags .form-add button.button {
      display: inline-block;
      padding: 10px 20px; }
    .product-tabs-content .box-tags .note,
    .tab-content .box-tags .note {
      margin: 3px 0 0;
      padding: 0;
      font-size: 11px; }

/* Block: Brands */
.product-view .product-brand {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  text-align: center; }
  .product-view .product-brand .title {
    margin: 20px 20px 10px;
    font-size: 14px;
    font-weight: normal; }
  .product-view .product-brand .product-brand-content {
    padding: 10px; }

/* Block: Upsell */
.slider-viewport .price {
  font-size: 14px; }

.box-up-sell,
.box-viewed {
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  padding: 0; }
  .box-up-sell .title,
  .box-viewed .title {
    margin: 20px 20px 10px;
    font-size: 14px;
    font-weight: normal; }
  .box-up-sell .slider-viewport,
  .box-viewed .slider-viewport {
    padding: 0 15px 15px 15px; }
    .box-up-sell .slider-viewport .product,
    .box-viewed .slider-viewport .product {
      padding: 4px 15px;
      text-align: center; }
      .box-up-sell .slider-viewport .product .product-image img,
      .box-viewed .slider-viewport .product .product-image img {
        margin-bottom: 10px; }
      .box-up-sell .slider-viewport .product:hover .product-image img,
      .box-viewed .slider-viewport .product:hover .product-image img {
        opacity: 0.75;
        filter: alpha(opacity=75); }
      .box-up-sell .slider-viewport .product .product-name,
      .box-viewed .slider-viewport .product .product-name {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0; }
      .box-up-sell .slider-viewport .product .rating-box,
      .box-viewed .slider-viewport .product .rating-box {
        float: none; }
      .box-up-sell .slider-viewport .product .rating-links,
      .box-viewed .slider-viewport .product .rating-links {
        display: none; }
    .box-up-sell .slider-viewport .item,
    .box-viewed .slider-viewport .item {
      margin-bottom: 10px; }
    .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div,
    .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div {
      position: relative;
      width: 25px;
      height: 25px;
      padding: 0;
      font-size: 0;
      background: rgba(255, 255, 255, 0.1);

      border: 1px solid #dbdbdb;
      display: inline-block;
      margin: 0 3px; }
      .dark .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div, .dark
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div {
        background: rgba(255, 255, 255, 0.75); }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div:before {
        font: 14px/25px "arrows";
        display: block; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
        content: "\66"; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-next:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-next:before {
        content: "\df"; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover {
        color: #da14a0; }

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: 600; }

.product-view .box-reviews dd {
  margin: 0 0 15px; }

.product-view .box-reviews dd small {
  font-style: italic; }

.product-view .box-reviews .form-add {
  max-width: 360px; }

.product-view .box-reviews .form-add .data-table td {
  text-align: center; }

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px; }

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 100%; }

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }

.send-friend .form-list li {
  margin-right: -15px; }

.send-friend .form-list li p {
  margin: 0 15px 0 0; }

.send-friend .form-list .field {
  width: 315px; }

.send-friend .form-list .input-box {
  width: 300px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px; }

.send-friend .form-list li.wide .input-box {
  width: 612px; }

.send-friend .form-list li.wide textarea {
  width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0; }

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px; }

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none; }

.advanced-search-amount {
  margin: 0 0 10px; }

.advanced-search-summary {
  margin: 20px 0;
  border: 1px solid #ebebeb;
  padding: 10px; }
  .advanced-search-summary strong {
    text-transform: uppercase;
    font-weight: normal; }
  .advanced-search-summary p {
    clear: both;
    margin: 0;
    text-transform: uppercase; }

.advanced-search-summary ul {
  float: left;
  width: 49%; }

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }

.page-sitemap .links a {
  text-decoration: none;
  position: relative; }

.page-sitemap .links a:hover {
  text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }

.page-sitemap .sitemap a {
  color: #1b2d3b; }

.page-sitemap .sitemap li {
  margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: 600; }

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8; }

/* RSS */
.rss-title h1 {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .cart-total-section {
  float: right; }

.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }

.cart .page-title h1 {
  margin: 10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

.cart .cart-coupon-extra {
	background-color: #f8f8f7;
	height: auto;
}

/* Shopping Cart Table */
.cart-table {
  border-collapse: separate;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-bottom: 0; }
  .cart-table .price {
  }
  
  .cart-table th,
  .cart-table td {
    padding: 18px 12px; }
    .cart-table th .button,
    .cart-table td .button {
      margin: 0;
      vertical-align: middle; 
	  text-transform: inherit; }
      .cart-table th .button.btn-update,
      .cart-table td .button.btn-update {
        margin-left: 10px; }
      .cart-table th .button:before,
      .cart-table td .button:before {
        font-family: "FontAwesome";
        margin-right: 5px;
        text-align: center; }
      .cart-table th .button.btn-continue:before,
      .cart-table td .button.btn-continue:before {
        content: "\f07a"; }
      .cart-table th .button.btn-empty:before,
      .cart-table td .button.btn-empty:before {
        content: "\f014"; 
		margin-right: 10px;
		}
      .cart-table th .button.btn-update:before,
      .cart-table td .button.btn-update:before {
        content: "\f021"; 
		margin-right: 10px;
		}
  .cart-table tbody th,
  .cart-table tbody td {
    padding: 18px 12px; }
  .cart-table tbody .product-thumbnail {
    display: block; }
  .cart-table .product-name {
    font-size: 17px; }  
  .cart-table .product-name a{
	color: #4b63ae;
	font-family: "plutocond_regular";
	text-transform: initial;
  }
  .cart-table .product-thumbnail {
    min-width: 32px;
    width: 220px; }
  .cart-table h2,
  .cart-table h6 {
    margin: 0; }
  .cart-table h6 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom; }

.table-qty {
  min-width: 120px; }

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: 600; }

.cart-table .btn-continue {
  float: left; }

.cart-table .btn-update,
.cart-table .btn-empty {
  float: right; }

.cart-table .btn-update {
  margin-left: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px; }

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px; }

/*ajaxcart options*/
.ajaxcart-index-options .product-view {
  padding: 15px;
  border: 1px solid #ebebeb; }

.ajaxcart-options .product-name {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount h2,
.cart .shipping h2 {
  line-height: 20px;
  font-size: 16px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  text-align: left; }

.cart .shipping h2 a {
  display: inline-block;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/arrow_down.png) no-repeat right center;
  padding-right: 20px; }
.cart .shipping .shipping-form {
  display: none; }

.cart .discount {
float: left;
width: 100%;}
  .cart .discount input.input-text {
    width: 100%; }
  .cart .discount .discount-form,
  .cart .discount .buttons-set {
    text-align: right; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  float: right;
  margin-left: 0; }

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0; }

/* Shopping Cart Totals */
.cart .totals {
  margin-top: 9px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ebebeb;
  }
  .cart .totals h2 {
    font-size: 18px; }
  .cart .totals .price {
  }
  .cart .totals table {
    width: 100%;
    margin-bottom: 20px; }
    .cart .totals table td,
    .cart .totals table th {
      padding: 18px 0;
      padding-right: 0; }
    .cart .totals table tfoot td {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase; }
      .cart .totals table tfoot td strong {
        font-size: 18px; }
      .cart .totals table tfoot td .price {
        font-size: 24px; }
  .cart .totals .checkout-types {
    text-align: right; }
    .cart .totals .checkout-types li {
      clear: both; }

	  
	  
/* Options Tool Tip */
.item-options dt {
	display: block;
	font-weight: normal;
	margin: 0 .25em 0 0;
	padding: 0;
	float: left;
	clear: both;
	color: #94968c;
	font-family: "plutocond_medium";
}
.item_option_qty {
	color: #94968c;
	font-family: "plutocond_medium";
}
  .item-options dt:after {
    content: ":"; }
.item-options dd {
	display: inline-block;
	margin-right: 5px;
	float: left;
	color: #94968c;
	font-family: "plutocond_light";
}
  .item-options dd:after {
    /*content: "/";*/
    margin-left: 5px; }
  .item-options dd:last-child:after {
    display: none; }
  .item-options dd .price {
    font-size: 100%; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 999; }

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

.truncated .truncated_full_value .item-options > p {
  font-weight: 600;
  text-transform: uppercase; }

.truncated .show .item-options {
  top: -20px;
  left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    text-transform: uppercase;
    margin: 13px 0 5px; }
  .sp-methods input[type="radio"],
  .sp-methods input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 0; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods .form-list {
  padding-left: 20px; }

.sp-methods .form-list li {
  margin: 0 0 8px; }

.sp-methods select.month {
  width: 154px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 3em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: 0.5em 0; }

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

.please-wait {
  float: right; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  line-height: 40px; }

/* Tooltip */
.tool-tip {
  border: 1px solid #dbdbdb;
  background: #f8f8f8;
  padding: 15px 20px;
  position: absolute;
  z-index: 999; }
  .tool-tip .btn-close {
    font-size: 0; }
    .tool-tip .btn-close a:before {
      content: " ";
      border: 1px solid #dbdbdb;
      background: #f8f8f8 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -30px;
      right: 0; }

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: 600;
  color: #e87403; }

.gift-messages p.control {
  color: #8e8d8b; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: 600;
  color: #e87403; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: 600;
  text-align: center;
  color: #8a8987; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px; }

.gift-messages-form .item .details .form-list .field {
  width: 255px; }

.gift-messages-form .item .details .form-list .input-box {
  width: 240px; }

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px; }

.gift-message-link {
  font-size: 11px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px; }

.gift-message-link.expanded {
  background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0; }

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 230px;
  padding: 20px 0 20px 20px;
  background-color: #e0e9f3;
  border: 1px solid #d5dced; 
  color: #4b63ae;
  font-family: "plutocond_light";
  font-size: 14px;  
}
div#onepagecheckout-agreement-container {
	overflow: auto;
	height: 180px;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px; }

.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
	margin-top: -3px; 
}

.checkout-agreements .agree label {
  font-weight: 600;
  color: #666; }

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px; }

.opc .checkout-agreements li {
  margin: 20px 0 0; }

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px; }

.opc .checkout-agreements .agree {
  padding-left: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set */
/* Updated from version 1.1.3  */
.info-set {
  border: 1px solid #ebebeb;
  margin: 0 0 25px;
  padding-top: 15px; }
  .info-set h2 {
    font-size: 20px; }
  .info-set h3,
  .info-set h4 {
    font-size: 18px; }
  .info-set h2 a,
  .info-set h3 a,
  .info-set h4 a {
    display: inline-block; }
  .info-set h2.legend,
  .info-set h3.legend,
  .info-set h4.legend {
    position: relative; }
  .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative; }
  .info-set select {
    width: 100%; }
  .info-set .box {
    margin: 0 0 15px; }
  .info-set .data-table .product-name {
    margin-bottom: 0; }
  .info-set .form-list li {
    margin: 0 -10px; }

/** end version 1.1.3 **/
/********** Common Checkout Styles > */
/* One Page Checkout */
#checkout-progress-wrapper {
  margin-bottom: 20px;
  border: 1px solid #ebebeb; }
  #checkout-progress-wrapper .title {
    margin: 20px 20px 10px; }
    #checkout-progress-wrapper .title span {
      padding: 0 10px; }

.block-progress {
  margin-bottom: 0; }
  .block-progress .block-content {
    padding: 0 15px 15px 15px;
    margin-top: 20px; }
  .block-progress dt {
    font-size: 15px;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px; }
    .block-progress dt.complete {
      margin: 0; }
      .block-progress dt.complete .changelink {
        float: right; }
      .block-progress dt.complete a {
        font-size: 11px;
        text-transform: lowercase; }
      .block-progress dt.complete .separator {
        display: none; }
      .block-progress dt.complete:after {
        display: table;
        content: " ";
        clear: both; }
  .block-progress dd {
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px;
    margin-bottom: 10px; }

.block-progress .block-content {
  background: none; }

.block-progress p {
  margin: 0; }

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0; }

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0; }

.block-progress .cards-list .info-table th {
  font-weight: normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a {
  display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

.opc .step-title {
  padding: 15px;
  border: 1px solid #ebebeb;
  margin-top: -1px;
  cursor: default; }
  .opc .step-title h2 {
    font-size: 18px;
    margin-bottom: 0; }
.opc .active h2 {
  color: #da14a0; }
.opc .step {
  border: 1px solid #ebebeb;
  padding: 20px 15px;
  margin-top: -1px; }
.opc #s_method_flatrate_flatrate {
  margin-top: 0; }

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em; }

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px; }

.opc .buttons-set .back-link small {
  display: none; }

.opc .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px; }

.opc .ul {
  list-style: disc outside;
  padding-left: 18px; }

.opc {
  position: relative; }

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px; }

/*.opc .allow .step-title a { display:block; }*/
/*.opc .active .step-title a { display:none; }*/
.opc .step .tool-tip {
  right: 30px; }

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2px; }
#opc-login h4 {
  font-size: 1em; }
#opc-login .buttons-set {
  border-top: 0; }

#opc-shipping_method .buttons-set {
  border-top: 0; }

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto; }

#opc-review .product-name {
  font-size: 15px;
  margin-bottom: 0; }

#opc-review .item-options {
  margin: 5px 0 0; }

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px; }

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px; }

#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }

#opc-review .warning-message {
  color: #222;
  font-weight: 600;
  text-align: center;
  padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid black;
  padding: 2px 0 0;
  text-transform: uppercase;
  text-align: center;
  }
  

.checkout-progress li.active {
  border-top-color: #da14a0;
  color: #da14a0; }

.multiple-checkout h2 {
  font-size: 18px;
  margin: 0 0 20px; }

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 16px;
  color: #E26703; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }

.multiple-checkout .box h2 {
  color: #e26703; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden; }

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_grand-total.gif) 100% 0 no-repeat; }

.multiple-checkout .place-order .grand-total .inner div {
  display: inline; }

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px; }

.multiple-checkout .place-order .grand-total .price {
  color: #E26703; }

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px; }

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499; }

#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative; }

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */


.account-login .new-users div.buttons-set button,
.account-login .registered-users div.buttons-set button {
	background-color: #5970bb;
	color: white;
	text-transform: initial;
	border-radius: 10px;
	float: right;
	font-family: "plutocond_light";
	font-size: 18px;
}

.account-login .new-users div.buttons-set a,
.account-login .registered-users div.buttons-set a {
	font-size:12px;
	color: #9fbadb;
	text-decoration: underline;
}

.account-login .new-users div.content {
	color: #94968c;
	font-size: 14px;
}
.account-login .registered-users div.content {
	color: #94968c;
	font-size: 14px;
	min-height: 345px;
}
.account-login .new-users div.content p {
	font-family: "plutocond_extralight";
	font-size: 21px;
	color: #94968c;
}
.account-login .new-users div.content label  ,
.account-login .registered-users div.content label {font-weight: 600;}
.account-login .registered-users div.content li#remember-me-box label {font-weight: normal;}

.account-login .new-users div.content h2,
.account-login .registered-users div.content h2 {
	color: #4b63ae;
	font-size: 24px;
	text-transform: initial;
	border-bottom: 1px solid #f1f2f7;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	font-family: "plutocond_light";
}

.account-login .new-users,
.account-login .registered-users {
  padding: 20px;
  margin-bottom: 30px;
  border: none }
/*
.account-login .content {
  min-height: 345px; }
.account-login .new-users .content {
  min-height: 384px; }
*/
.account-login .new-users .buttons-set button.button {
  margin: 0; }

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }

  0% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }

  0% {
    -moz-transform: rotate(-360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0); }

  0% {
    transform: rotate(-360deg); } }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: 600 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 0 20px 0; }

.dashboard .welcome-msg p {
  margin: 0; }

.dashboard .col2-set {
  margin-bottom: 15px; }

/* General Box */
.box-account {
  margin: 0 0 30px; }
  .box-account .box-head {
    text-align: left; }
    .box-account .box-head a {
      float: right; }
  .box-account h2 {
    float: left; }

.dashboard .box-title {
  text-align: right; }
  .dashboard .box-title h3,
  .dashboard .box-title h4 {
    float: left;
    text-align: left; }

/* Block: Recent Orders */
/* Block: Account Information */
/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 7px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }
.dashboard .box-reviews .product-name {
  font-size: 18px;
  margin-bottom: 10px; }
.dashboard .box-reviews .details {
  margin-left: 20px; }
.dashboard .box-reviews li.item {
  margin: 0 0 20px; }
  .dashboard .box-reviews li.item.last {
    margin: 0; }
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 7px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }
.dashboard .box-tags .product-name {
  font-size: 18px;
  margin-bottom: 10px; }
.dashboard .box-tags .details {
  margin-left: 20px; }
.dashboard .box-tags li.item {
  margin: 0 0 20px; }
  .dashboard .box-tags li.item.last {
    margin: 0; }
.dashboard .box-tags strong {
  font-weight: normal;
  text-transform: uppercase; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/* Block: Tags */
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  font-size: 24px; }

.addresses-list h3 {
  font-size: 18px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  margin: 0 0 20px; }

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px; }

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline; }

.order-info .current {
  font-weight: 600; }

.order-info li {
  margin: 0 3px; }

.order-date {
  margin: 10px 0; }

.order-info-box {
  background: #fff;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px; }

.order-info-box h2 {
  font-weight: 600;
  font-size: 13px; }

.order-info-box .box-payment p {
  margin: 0 0 3px; }

.order-info-box .box-payment th {
  font-weight: 600;
  padding-right: 7px; }

.order-items {
  width: 100%;
  overflow-x: auto; }

.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c; }

.order-items .product-name {
  font-size: 1em !important;
  font-weight: 600 !important; }

.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal; }

.order-items .order-links {
  text-align: right; }

.order-additional {
  margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments */
.order-about dt {
  font-weight: 600; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }

.tracking-table th {
  font-weight: 600;
  white-space: nowrap; }

.tracking-table-popup {
  width: 100%; }

.tracking-table-popup th {
  font-weight: 600;
  white-space: nowrap; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

.page-print h1 {
  font-size: 16px;
  font-weight: 600; }

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: 600; }

.page-print h2.h2 {
  font-size: 16px;
  font-weight: 600; }

.page-print .order-date {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px; }

.page-print .col2-set {
  margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px; }

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px; }

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px; }

.my-wishlist .data-table .link-edit:before {
  font-family: "FontAwesome";
  content: "\f044";
  margin-right: 5px; }
.my-wishlist .data-table .link-edit:hover {
  text-decoration: none; }

.my-wishlist .buttons-set button.button {
  float: none;
  display: inline-block;
  margin-right: 10px; }
.my-wishlist .buttons-set .btn-add:before {
  font-family: "FontAwesome";
  content: "\f07a";
  margin-right: 5px; }
.my-wishlist .buttons-set .btn-share:before {
  font-family: "FontAwesome";
  content: "\f045";
  margin-right: 5px; }
.my-wishlist .buttons-set .btn-update:before {
  font-family: "FontAwesome";
  content: "\f021";
  margin-right: 5px; }

#wishlist-table .add-to-links {
  white-space: nowrap; }

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }

#my-tags-table td {
  padding: 10px; }

#my-tags-table .add-to-links {
  white-space: nowrap; }

/* My Reviews */
#my-reviews-table td h2,
#my-reviews-table td h3 {
  margin: 0; }

.product-review .product-name {
  font-size: 18px; }
.product-review h3 {
  font-size: 16px;
  margin-bottom: 15px; }
.product-review dt {
  text-transform: uppercase; }
.product-review dd {
  margin: 5px 0 0; }
.product-review .product-details {
  margin-left: 150px;
  margin-bottom: 20px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .ratings-table {
  margin: 0 0 10px; }

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: 600;
  font-size: 13px; }

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: 600;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff; }

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer {
  text-align: left; }
  .footer .bordered-wrapper {
    border-top: 1px solid #e2e6ee; }
    .footer .bordered-wrapper.normal-border {
      border-color: #ebebeb; }
  .footer .footer-top .row,
  .footer .footer-bottom .row {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px; }
  .footer .copyright .row {
    padding-top: 20px;
    padding-bottom: 20px; }
  .footer .copyright .logo-small {
    margin: 0 15px 0 0;
    max-width: 180px; }
  .footer address {
    line-height: 35px;
    float: right; }
  .footer .footer-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px; }
    .footer .footer-title.twitter-title:before {
      content: "\f099";
      font-family: "FontAwesome";
      margin: 0 7px 0 0; }
    .footer .footer-title.facebook-title:before {
      content: "\f0a4";
      font-family: "FontAwesome";
      margin: 0 7px 0 0; }
  .footer .block-content .tweet {
    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 24px; }
  .footer .block-content li:last-child .tweet {
    border-bottom: 0; }
  .footer .block-content .timePosted {
    display: none; }
  .footer .footer-products-list {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .footer .footer-products-list li {
      list-style: none; }
      .footer .footer-products-list li a {
        display: block;
        text-transform: uppercase;
        }
		
        .footer .footer-products-list li a:hover {
          color: #da14a0; }
      .footer .footer-products-list li:after {
        content: " ";
        display: table;
        clear: both; }
    .footer .footer-products-list > li {
      line-height: 24px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #ebebeb;
      float: none; }
      .footer .footer-products-list > li img {
        max-width: 70px; }
      .footer .footer-products-list > li:last-child {
        border-bottom: 0; }
    .footer .footer-products-list img {
      float: left;
      margin: 0 15px 0 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .footer .footer-products-list img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .footer .footer-products-list .price {
      font-size: 14px; }
    .footer .footer-products-list .old-price .price {
      font-size: 13px; }
  .footer .recent-post-mini {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ebebeb; }
    .footer .recent-post-mini:last-child {
      border-bottom: 0; }
  .footer h6,
  .footer .h6 {
    margin-bottom: 10px; }
  .footer .footer-custom-content {
    line-height: 1.8; }
  .footer .footer-menu {
    padding-left: 20px;
    margin-bottom: 20px; }
    .footer .footer-menu li {
      list-style: none; }
      .footer .footer-menu li:before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 14px;
        position: relative;
        left: -10px; }
    .footer .footer-menu a {
      line-height: 25px; }
  .footer .store-switcher {
    display: block;
    float: left; }
    .footer .store-switcher label {
      display: none; }
    .footer .store-switcher select {
      width: 150px;
      vertical-align: middle;
      margin-bottom: 0; }

.content-element,
.element-content {
  margin-bottom: 15px; }

.custom-info-block {
  padding: 12px 0;
  text-transform: uppercase; }
  .custom-info-block a {
    line-height: 26px; }
    .custom-info-block a:hover {
      text-decoration: none; }
    .custom-info-block a .fa {
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top: 3px;
      color: #d2d2d2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .custom-info-block a .fa:hover {
        color: #da14a0; }
  .custom-info-block.text-center a {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0 20px; }
  .custom-info-block:first-child {
    padding-left: 15px; }
  .custom-info-block:last-child {
    padding-right: 15px; }

.colored-active {
  color: #da14a0; }

.footer .bugs {
  margin: 13px 0 0;
  color: #ecf3f6; }

.footer .bugs a {
  color: #ecf3f6;
  text-decoration: underline; }

.footer .bugs a:hover {
  text-decoration: none; }

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px; }

.home-callout img {
  display: block; }

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px; }

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em; }

.best-selling table {
  border-top: 1px solid #ccc; }

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px; }

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc; }

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em; }

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548; }

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
.guest-select {
  width: 305px !important; }

/*New Style for Legenda*/
.modal-body {
  padding: 30px 30px 15px;
  position: relative;
  overflow-y: auto;
  max-height: 400px; }

.modal {
  overflow: visible;
  bottom: auto;
  background-color: #fff; }

.modal-open {
  overflow: auto; }

#searchModal {
  width: 90%;
  max-width: 410px;
  left: 50%;
  margin-left: 0;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  #searchModal > div {
    border: solid 1px #ebebeb;
    margin: 15px; }
  #searchModal .modal-header {
    padding: 17px 20px 0;
    border-bottom: 0; }
    #searchModal .modal-header .close {
      font-size: 0;
      background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
      width: 25px;
      height: 25px;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      top: -32px;
      right: 0;
      margin: 0;
      margin-top: 2px; }
    #searchModal .modal-header h3 {
      margin: 0;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      overflow: hidden; }
  #searchModal .modal-body {
    padding-top: 10px; }
    #searchModal .modal-body .button {
      padding: 10px 20px;
      /*background-color: #ed1c2e;*/
      vertical-align: top; }

.title {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .title span {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
    max-width: 595px; }
  .title.a-left span {
    padding-left: 0; }
  .title.a-right span {
    padding-right: 0; }
  .title:before {
    content: "";
    display: block;
    border-top: solid 1px #ebebeb;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .title.with-customtitle {
    margin-bottom: 0; }

.custom-title {
  display: block;
  margin-bottom: 20px; }

.price-filter-slider .ui-slider {
  border-radius: 0; }
  .price-filter-slider .ui-slider .ui-slider-handle {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    top: -2px; }
    .price-filter-slider .ui-slider .ui-slider-handle:last-child {
      margin-left: -10px; }
.price-filter-slider .ui-slider-horizontal .ui-slider-range {
  border-radius: 0; }
.price-filter-slider .seperate-dash {
  line-height: 30px; }
.price-filter-slider .priceTextBox {
  font-size: 13px;
  margin: 0 5px;
  width: 60px;
  padding: 5px; }
  .price-filter-slider .priceTextBox:first-child {
    margin-left: 0; }
.price-filter-slider .go {
  float: right; }

/*Legenda Custom Codes*/
.banner {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  /* ---added from version 1.0.1 ---*/
  /*1.0.1 start*/
  /*1.0.1 end*/ }
  .banner .banner-font-dark .banner-content {
    color: #6f6f6f; }
  .banner.va-middle .banner-content .banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.va-bottom .banner-content {
    position: absolute;
    top: auto;
    bottom: 0; }
  .banner.full-inner .banner-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .banner.full-inner .banner-content:before {
      border: none; }
  .banner .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    padding: 10px;
    margin: 5px;
    font-size: 13px;
    /* ---added from version 1.0.1 ---*/
    /*1.0.1 start*/
    /*1.0.1 end*/ }
    .banner .banner-content h1,
    .banner .banner-content h2,
    .banner .banner-content h3,
    .banner .banner-content h4,
    .banner .banner-content h5,
    .banner .banner-content h6 {
      color: #fff;
      margin-bottom: 3px;
      line-height: 1.1; }
    .banner .banner-content a {
      position: relative;
      z-index: 3; }
    .product-right-custom-block .banner .banner-content, .catalog-side-block .banner .banner-content {
      background-color: rgba(255, 255, 255, 0.75);
      left: 15px;
      bottom: 50%;
      top: auto;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      width: 83%; }
    .banner .banner-content:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      padding: 5px;
      /*border: 1px solid rgba(255, 255, 255, 0.85); version 1.1.0*/
      left: -6px;
      top: -6px;
      z-index: 1;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .banner .banner-content h2 {
      margin-bottom: 3px;
      font-size: 22px; }
    .banner .banner-content p {
      margin-bottom: 0; }
    .banner .banner-content .banner-inner .banner-sub-inner.banner-dark {
      background: rgba(0, 0, 0, 0.3); }
  .banner img {
    width: 100%; }
  .banner.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    .banner.hover-zoom img {
      -webkit-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
    .banner.hover-zoom:hover {
      background: transparent; }
      .banner.hover-zoom:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.75;
        filter: alpha(opacity=75); }
  .banner.hover-fade {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #000; }
    .banner.hover-fade img {
      width: 100%;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .banner.hover-fade:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      width: 100%; }

/*contact us page*/
.google-map.google-map-wide {
  width: 100%;
  height: 300px;
  margin-bottom: 40px; }
  .google-map.google-map-wide img {
    max-width: none; }

/*404 page*/
.page-404 {
  padding: 120px 0;
  text-align: center;
  margin-bottom: 40px; }
  .page-404 h1 {
    margin-bottom: 5px; }
  .page-404 p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px; }

.largest {
  font-size: 180px;
  color: #da14a0;
  line-height: 1; }

/*about us page*/
.progress-bar {
  background: #f5f5f5;
  height: 28px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .progress-bar > span {
    color: white;
    font-size: 13px;
    margin-left: 15px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    font-weight: 300; }
  .progress-bar > div {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #da14a0;
    width: 0; }

.team-member {
  margin-bottom: 30px; }
  .team-member .member-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    float: left; }
    .team-member .member-image:hover .member-mask {
      opacity: 1;
      filter: alpha(opacity=100); }
  .team-member .member-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .team-member .member-mask .mask-text {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .team-member .member-mask .mask-text fieldset {
        width: 80%;
        margin: 0 auto;
        border: 1px solid #616161;
        padding: 0 0 10px; }
        .team-member .member-mask .mask-text fieldset legend {
          font-size: 14px;
          font-family: Geogia;
          text-transform: uppercase;
          color: #fff;
          padding: 0 10px;
          margin: 0;
          display: inline;
          border: none;
          width: 100%;
          line-height: 1; }
      .team-member .member-mask .mask-text a {
        color: #fff; }
        .team-member .member-mask .mask-text a:hover {
          color: #da14a0; }
      .team-member .member-mask .mask-text i,
      .team-member .member-mask .mask-text em {
        margin: 10px 7px 5px;
        font-size: 0;
        display: inline-block;
        opacity: 0.9;
        filter: alpha(opacity=90); }
        .team-member .member-mask .mask-text i:before,
        .team-member .member-mask .mask-text em:before {
          text-decoration: none;
          display: inline-block;
          speak: none;
          font-family: "FontAwesome";
          font-style: normal;
          font-size: 28px; }
  .team-member .member-position {
    color: #8d8f91;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans",Arial; }
  .team-member h4 {
    margin-bottom: 0; }
  .team-member .member-email {
    margin-bottom: 20px; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-instagram:before {
  content: "\f16d"; }

.mini-filled {
  color: #000;
  background-color: #f5f5f5; }
  .mini-filled:hover {
    border-color: #da14a0;
    background-color: #da14a0;
    color: #fff !important; }

.list-arrow ul,
ul.list-arrow {
  list-style: none;
  padding: 0; }
  .list-arrow ul li,
  ul.list-arrow li {
    padding: 5px 0 5px 5px; }
    .list-arrow ul li:before,
    ul.list-arrow li:before {
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      content: "\f105";
      float: left;
      line-height: 20px;
      font-size: 16px;
      margin-right: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

ul.list-arrow a {
  display: block; }
ul.list-arrow li:hover {
  color: #da14a0; }

/*blog page*/
.postWrapper {
  border-bottom: 1px solid #ebebeb; }

/*dark version setting*/
.dark .wrapper,
.dark .header-wrapper .main-nav,
.dark .fixed-header,
.dark .header-container .top-bar,
.dark .title span,
.dark .footer-top,
.dark .footer-bottom,
.dark .copyright {
  background: #151515; }
.dark .tabs .tab-title.opened {
  border-bottom-color: #151515; }
.dark .modal,
.dark .modal .title span,
.dark input, .dark input[type="password"], .dark input[type="search"],
.dark .shopping-cart .cart-popup,
.dark .button, .dark .link-wishlist, .dark .link-compare,
.dark .fancybox-skin,
.dark textarea,
.dark .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .main-nav .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark input.input-text,
.dark .progress-bar, .dark.page-empty {
  background: #1e1e1e; }
.dark .fixed-header,
.dark .header-container .top-bar .container,
.dark .main-nav,
.dark .double-border,
.dark .header .quick-access .form-search input.input-text,
.dark input, .dark input[type="password"], .dark input[type="search"],
.dark .title:before,
.dark .sidebar .widget-title,
.dark .sidebar #narrow-by-list .widget-title,
.dark .block .block-title,
.dark .toolbar,
.dark .postWrapper,
.dark input.input-text, .dark select, .dark textarea,
.dark .toolbar .sort-by select,
.dark .shopping-cart .cart-popup,
.dark .pager .pages li a,
.dark .pager .pages li span,
.dark .product-categories .open-this,
.dark .button, .dark .link-wishlist, .dark .link-compare,
.dark .products-grid li.item:hover .item-area,
.dark .quickview-main,
.dark .quickview-main .doubled-border,
.dark .share-title,
.dark .product-view .product-brand,
.dark .box-up-sell, .dark .box-viewed,
.dark .tabs .tab-content,
.dark .tabs .tab-title,
.dark .account-login .new-users,
.dark .account-login .registered-users,
.dark .fieldset,
.dark .shopping-cart .cart-popup .products-small .product-item,
.dark .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .main-nav .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .fixed-header .menu > li .nav-sublist-dropdown,
.dark .main-nav .menu > li .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
.dark .footer .bordered-wrapper,
.dark .custom-info-block.text-center a,
.dark .footer .footer-products-list > li,
.dark .footer .block-content .tweet,
.dark .block-account .account-sidebar,
.dark .data-table td, .dark .data-table th,
.dark .block-compare li.item,
.dark .block-account .block-content ul,
.dark .block-account .block-content li a,
.dark .block-account .block-content li strong,
.dark .data-table,
.dark .cart .totals,
.dark table th, .dark table td,
.dark hr,
.dark .order-view,
.dark .opc .step-title,
.dark #checkout-progress-wrapper,
.dark .opc .step,
.dark .block-progress dt,
.dark .block-progress dd,
.dark .loading-state,
.dark .ajaxcart-options .product-name, .dark.ajaxcart-index-options .product-view,
.dark .home-newsletter-block,
.dark .home-newsletter-block .newsletter-widget-container,
.dark .share-title,
.dark #opc-login {
  border-color: #3d3d3d; }
.dark .shopping-cart .cart-popup:after {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/after-arrow-dark.png); }
.dark .toolbar .sorter .grid, .dark .toolbar .sorter .list {
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/switch-sprite-dark.png); }
.dark .product-view .product-shop .item-title {
  color: #b1b1b1; }
.dark .show-top-panel.show-panel {
  color: #cccccc; }
.dark .side-area-icon {
  color: #fff; }
.dark .button.white {
  background: rgba(255, 255, 255, 0.7);
  color: #222;
  border: 1px solid #dbdbdb; }

.more-title {
  position: relative;
  clear: both; }
  .more-title .show-more-link {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
    color: #a7a9aa;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .more-title .show-more-link:after {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: 5px;
      text-align: center;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: 0; }

.loading-success {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.loading-state {
  border: 1px solid #ebebeb;
  padding: 0 !important; }

.products-list li.item .product-image-wrapper.loading-state {
  border-color: #ebebeb; }

.products-list li.item .product-image-wrapper.loading-state .product-image,
.products-list li.item .product-image-wrapper.loading-state .small-slider-arrow,
.products-list li.item .product-image-wrapper.loading-state .slider-counter,
.loading-state .product-image-wrapper,
.loading-state .description-wrapper {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.sw-qv-loading {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/loading.gif) no-repeat center center;
  z-index: 5; }

.sw-cart-state {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 5; }
  .sw-cart-state .ajax-cart-fail,
  .sw-cart-state .ajax-cart-success {
    padding: 3px;
    color: #fff; }
    .sw-cart-state .ajax-cart-fail:before,
    .sw-cart-state .ajax-cart-success:before {
      font-family: "FontAwesome";
      font-size: 36px;
      position: absolute;
      top: 50%;
      margin-top: -27px;
      left: 10px; }
    .sw-cart-state .ajax-cart-fail div,
    .sw-cart-state .ajax-cart-success div {
      border: 1px solid #fff;
      padding: 10px;
      padding-left: 23%; }
  .sw-cart-state .ajax-cart-fail {
    background-color: #f45b5b; }
    .sw-cart-state .ajax-cart-fail:before {
      content: "\f00d"; }
  .sw-cart-state .ajax-cart-success {
    background-color: #98c391; }
    .sw-cart-state .ajax-cart-success:before {
      content: "\f00c"; }

.custom-bordered-wrapper {
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb; }

.lastest-post .post-title,
.lastest-post .post-info {
  margin-bottom: 10px; }
.lastest-post .post-info strong {
  font-weight: normal; }

/*Home Page Newsletter Block*/
.home-newsletter-block {
  padding: 4px;
  border: 1px solid #ebebeb; }
  .home-newsletter-block .newsletter-widget-container {
    text-align: center;
    padding: 20px 20px 5px 20px;
    border: 1px solid #ebebeb;
    position: relative;
    z-index: 2; }
    .home-newsletter-block .newsletter-widget-container p,
    .home-newsletter-block .newsletter-widget-container input {
      text-align: center; }
    .home-newsletter-block .newsletter-widget-container .input-email {
      margin-bottom: 20px;
      width: 100%;
      height: auto;
      cursor: auto;
      display: block;
      text-align: center; }
  .home-newsletter-block .newsletter-form {
    margin: 1em 0;
    display: block; }

/*homepage products grid mode*/
.home-products-grid-container ul.row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

/*homepage blog slider*/
.posts-slider .slide-item {
  padding: 0 15px;
  position: relative; }
  .posts-slider .slide-item .post-images {
    position: relative;
    margin-bottom: 15px; }
    .posts-slider .slide-item .post-images img {
      display: block; }
    .posts-slider .slide-item .post-images .blog-mask {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      color: #fff;
      padding: 0;
      text-align: center;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      .posts-slider .slide-item .post-images .blog-mask .mask-content {
        position: absolute;
        left: 50%;
        margin-left: -65px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%; }
        .posts-slider .slide-item .post-images .blog-mask .mask-content a {
          padding: 0;
          border: 2px solid #fff;
          color: #fff;
          display: inline-block;
          width: 44px;
          height: 44px;
          position: relative;
          font-size: 28px;
          margin: 0 10px;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a i {
            font-style: normal;
            line-height: 34px; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a:after {
            content: '';
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
            -webkit-transition: opacity 0.3s, box-shadow 0.3s;
            transition: opacity 0.3s, box-shadow 0.3s;
            pointer-events: none;
            position: absolute;
            width: 22px;
            height: 26px;
            left: 22px;
            bottom: -4px; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a:hover {
            text-decoration: none; }
            .posts-slider .slide-item .post-images .blog-mask .mask-content a:hover:after {
              opacity: 0.85;
              filter: alpha(opacity=85);
              box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }
    .posts-slider .slide-item .post-images:hover .blog-mask {
      opacity: 0.9;
      filter: alpha(opacity=90);
      background-color: rgba(255, 255, 255, 0.6); }

body.mgxbabyregistry-index-viewitems table#wishlist-table td input[type=text] {width:25px !important}

div#loading-mask {
	width: 100% !important;
	height: 100% !important;
	left: 61px !important;
	top: 0 !important;
}
#loading-mask .loader {
	border: none !important;
	width: 100% !important;
	left: 61px !important;
}

div.kbase-block-content ul.kbase-list.level-0 li h2.kbase-block-title {
line-height: 28px;
height: 67px;
}

a#xscart:before {
	content: "\f07a";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	line-height: 25px;
	font-family: "FontAwesome";
	color: #58595B;
	position: absolute;
	top: 17px;
	clear: both;
	right: 25%;
}
div.banner-inner.fb h3 a {
	color: #6f83ba;
	text-transform: initial !important;
	font-weight: normal;
	font-weight: normal;
	font-family: "plutocond_thin";
	font-size: 20px;
	letter-spacing: 0px;
}

div#checkout-review-submit {position:relative;}
div#checkout-review-submit img#loading_small {
  position: absolute;
  bottom: 78px;
  left: -25px;
}

ul.menu.smartwave-menu li.cms.eshop:hover ,
ul.menu.smartwave-menu li.cms.marque:hover ,
ul.menu.smartwave-menu li.cms.chambre:hover ,
ul.menu.smartwave-menu li.cms.sos:hover {
    border: none;

    height: 54px;
    z-index: 1 !important;
    border-bottom: 2px solid #58595B;



}

ul.menu.smartwave-menu li.cms.marque:hover:after ,
ul.menu.smartwave-menu li.cms.eshop:hover:after ,
ul.menu.smartwave-menu li.cms.chambre:hover:after {
    background-color: white;
    height: 0px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 5px;
    right: 1px;
}

ul.menu.smartwave-menu li ul.histoire, ul.menu.smartwave-menu li ul.sub_eshop {
    z-index: -1 !important;
    padding: 10px 10px 20px 10px !important;
	/*
	margin: 0 -9999rem;
	padding: 0.25rem 9999rem;
	*/
}

ul.menu.smartwave-menu li ul.histoire ,
ul.menu.smartwave-menu li ul.sub_eshop {
    margin-top: -6px !important;
}

ul.menu.smartwave-menu > li + li {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/sep.png) no-repeat 0 27px;


    padding-left: 15px;
}

/*
ul.menu.smartwave-menu li ul.sub_eshop {display:block !important}
*/

body.checkout-cart-index div.cart-cadeau-box p {
    margin-left: 10px;
}

div.listingsubcategs div.col-sm-6 a.subcatname, div.listingsubcategs div.col-sm-4 a.subcatname {
	text-transform: capitalize !important;
}

body.catalog-product-view fieldset#product-options-wrapper dl dd {width: 100%}
@media (min-width: 1200px) {
  .boxed .wrapper {
    width: 1200px; }

  .title span {
    max-width: 795px; }

  .header-container .container,
  .double-border .container,
  .fixed-header .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0; }

  .header-type-1 .logo {
    width: 515px;
    text-align: center; }

  .header-type-3 .main-nav .menu,
  .header-type-4 .main-nav .menu {
    width: 965px; }
    .header-type-3 .main-nav .menu > li,
    .header-type-4 .main-nav .menu > li {
      padding: 0 12px; }

  .content-element,
  .element-content {
    margin-bottom: 30px; }

  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    width: 86%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-container .container,
  .double-border .container,
  .fixed-header .container {
    width: 970px;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 991px) {
  .boxed .wrapper {
    width: 100%; }

  .header-container.header-type-1 .header, .header-container.header-type-2 .header, .header-container.header-type-3 .header, .header-container.header-type-4 .header {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0; }
    .dark .header-container.header-type-1 .header, .dark .header-container.header-type-2 .header, .dark .header-container.header-type-3 .header, .dark .header-container.header-type-4 .header {
      border-color: #3d3d3d; }

  .top-bar {
    border-bottom: solid 1px #ebebeb; }
    .dark .top-bar {
      border-color: #3d3d3d; }
    .top-bar .container {
      border: none; }

  .header .logo {
    position: relative;
    padding-left: 40px; }

  .header-type-1 .logo {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .header .menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0; }
	
	div#topSearchContainer {
		margin-right: 0 !important;
	}

  .header-container .top-bar .links li.mycart {
    display: none; }

  .header-container .top-bar .search {
    margin-right: 0; }

  .header-type-1 .top-bar .top-links,
  .header-type-2 .top-bar .top-links {
    margin-right: 0; }

  .header-type-3 .top-bar .top-links,
  .header-type-4 .top-bar .top-links {
    margin-right: 15px; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-left: 0; }

  .fixed-header {
    min-height: 40px; }

  .fixed-header .menu {
    display: none; }

  .fixed-header .menu-icon {
    float: left;
    position: relative;
    top: 11px;
    left: 10px; }

  .fixed-header .logo-with-menu {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .fixed-header .shopping-cart-link,
  .fixed-header .my-account-link,
  .fixed-header .search-link {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 42px;
    float: left;
    margin-left: 10px;
    font-size: 0;
    cursor: pointer; }
    .fixed-header .shopping-cart-link:before,
    .fixed-header .my-account-link:before,
    .fixed-header .search-link:before {
      font-family: "arrows";
      line-height: 30px;
      color: #8e8e8e; }
    .fixed-header .shopping-cart-link:hover,
    .fixed-header .my-account-link:hover,
    .fixed-header .search-link:hover {
      text-decoration: none; }
  .fixed-header .my-account-link {

    margin-right: 25px;
    float: left;}
    .fixed-header .my-account-link:before {
      margin-right: 0; }
  .fixed-header .shopping-cart-link {
    padding-left: 5px; }
    .fixed-header .shopping-cart-link:before {
      font-size: 18px;
      content: '\e61f'; }
  .fixed-header .my-account-link:before {
		position: relative;
		top: 1px;
		font-size: 23px;
		content: '\f007';
		font-family: FontAwesome;
		color: #6f81ac;
   }
   a#sticky_storeloc {
		float: left;
		margin-top: 3px;
		margin-right: 30px;
   }
   a#sticky_storeloc i.fa-map-marker {
		font-size: 23px;
		color: #6f81ac;
   }
   div.search_icon_small_device.stickymenu {
		float: left;
		margin-right: 50px;
		margin-top: 3px !important;   
   }
   div.search_icon_small_device.stickymenu i.fa-search {
	    font-size: 23px;
		color: #6f81ac;
   }
   form#search_mini_form_sticky {
		display: none;
		width: 100%;
		clear: both;
		position: relative;
		overflow: auto;
   }
   form#search_mini_form_sticky input#search {
	   width: 100%;
   }
   form#search_mini_form_sticky button#btnsearch {
	   width: 100%;
   }
  .fixed-header .search-link {
    padding-left: 0; }
    .fixed-header .search-link:before {
      position: relative;
      top: 2px;
      font-size: 16px;
      content: '\e614'; }

  .col-main .category-products .products-grid.column3 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column4 li.item {
    width: 33.33%; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-4np1 {
      clear: none; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-3np1 {
      clear: left; }
  .col-main .category-products .products-grid.column5 li.item {
    width: 25%; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
      clear: none; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-4np1 {
      clear: left; }

  .products-list li.item {
    margin-bottom: 60px; }

  .products-list li.item .product-name.product-name-mobile {
    width: 100%;
    margin-bottom: 0;
    clear: both; }

  .products-list li.item .add-to-container {
    width: 100%;
    padding-left: 0; }

  /*  Product View Tab   */
  .tabs .tab-title {
    margin-left: 0;
    width: 100%; }
    .tabs .tab-title:first-child {
      margin-left: 0; }
  .tabs .tab-content {
    float: none;
    margin-top: 0;
    margin-bottom: 0; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    left: 9px;
    width: 84%;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .catalog-side-block .banner .banner-content {
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%); }

  .flickr-image {
    margin: 0 5px 10px 0; }

  .custom-info-block.text-center a {
    border: none; }

  .owl-theme .owl-controls .owl-buttons div {
    width: 45px;
    height: 62px; }
    .owl-theme .owl-controls .owl-buttons div:before {
      font-size: 40px; }

  .tp-leftarrow.default, .tp-rightarrow.default {
    width: 45px !important;
    height: 62px !important; }
    .tp-leftarrow.default:before, .tp-rightarrow.default:before {
      font-size: 40px !important;
      line-height: 62px !important;
      height: 62px !important; } }
@media (max-width: 767px) {
  .lastest-post {
    margin-bottom: 15px; }

  .col2-left-layout .col-main {
    float: none; }

  .col-left,
  .col-right {
    width: 100%; }

  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 10px; }

  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    width: 100%;
    margin-bottom: 10px; }

  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    width: 100%;
    margin-bottom: 10px; }

  .header-container .header .shopping-cart {
    display: block;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px; }

  .hidden-phone {
    display: none !important; }

  .form-list .field {
    width: 100%; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-bottom: 0; }

  .top-bar .my-account-link:before,
  .top-bar .search .search-link:before {
    font-size: 16px;
    top: 1px;
    line-height: 30px; }

  .shopping-cart .cart-popup {
    display: none; }

/*
  .header .logo {
    float: left;
    position: relative;
    padding: 0;
    width: auto !important; 
	}





*/	

    .header .logo img {
      max-width: 215px; }

  .header-container .top-bar .search {
    display: block; }

  .fixed-header-area .fixed-header > .container {
    width: 100%; }

  .fixed-header-area.fixed-already {
    display: block !important; }

  .fixed-header .logo-with-menu {
    display: none !important; }

  .col-main {
    margin-bottom: 20px; }

  .col-main .category-products .products-grid.column3 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column4 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-4np1, .col-main .category-products .products-grid.column4 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column5 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
      clear: none; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-2np1 {
      clear: left; }

  .page-heading h1 {
    margin-top: 0;
    font-size: 24px; }
    .page-heading h1:before {
      border-top: none; }

  .products-list li.item .product-image-wrapper {
    width: 100%; }

  .products-list li.item .description-wrapper {
    width: 100%;
    padding: 0; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    left: 20px;
    width: 94%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }

  /*shopping cart table*/
  .cart-table tr {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .cart-table tr:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .cart-table td {
    border: none; }
  .cart-table tbody .product-thumbnail {
    display: block;
    width: 100%; }
  .cart-table tbody .table-product-name {
    display: block;
    width: 100%;
    text-align: center; }
  .cart-table tbody .table-edit,
  .cart-table tbody .table-remove,
  .cart-table tbody .table-wishlist {
    position: absolute;
    top: 0;
    right: 0; }
  .cart-table tbody .table-edit {
    right: 20px; }
  .cart-table tbody .table-wishlist {
    right: 50px; }
  .cart-table tbody .table-tax,
  .cart-table tbody .table-qty {
    display: inline-block;
    width: 49%;
    padding: 18px 0; }
  .cart-table tbody .table-qty {
    text-align: left !important; }
  .cart-table tbody .table-tax-total {
    display: block;
    text-align: center !important; }
  .cart-table tfoot tr {
    border: none !important; }
  .cart-table tfoot td {
    display: block; }
    .cart-table tfoot td .button span {
      display: none; }
    .cart-table tfoot td .button:before {
      margin: 0; }

  /*shopping cart page*/
  .cart-total-section {
    max-width: 300px; }

  /*footer*/
  .text-left,
  .text-right {
    text-align: center; }

  .flickr-image {
    margin: 0 10px 10px 0; }

  .copyright {
    padding-top: 20px; }
    .copyright .col-sm-6 {
      margin-bottom: 10px; }
      .copyright .col-sm-6:last-child {
        margin-bottom: 0; }
    .copyright address,
    .copyright .store-switcher {
      float: none; }

  .account-login .content {
    min-height: 1px; }

  .checkout-progress li {
    float: none;
    width: 80%;
    margin: 0 auto; }

  /*wishlist table*/
  .my-wishlist .data-table thead {
    display: none; }
  .my-wishlist .data-table tbody tr {
    display: block;
    border-top: 1px solid #ebebeb;
    position: relative; }
    .dark .my-wishlist .data-table tbody tr {
      border-color: #3d3d3d; }
  .my-wishlist .data-table tbody td {
    display: block;
    border: none; }
    .my-wishlist .data-table tbody td .button {
      margin: 0; }
    .my-wishlist .data-table tbody td.last {
      padding: 0; }
  .my-wishlist .data-table tbody .product-image {
    width: 72px;
    height: 72px;
    margin: 0 auto; }
  .my-wishlist .data-table tbody .add-to-cart-alt {
    margin: 15px 0; }
  .my-wishlist .data-table tbody .btn-remove {
    position: absolute;
    top: 10px;
    right: 10px; }
  .my-wishlist .data-table .link-edit {
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 30px; }
    .my-wishlist .data-table .link-edit:before {
      font-size: 14px;
      margin: 0; }
	  
   .sales-order-history .pager .pages {
		margin-left: 0px !important;
	}
	.sales-order-history .pager .limiter {
		margin: 0;
		float: left;
		clear: both;
	}	  

  .link-view-order {
    font-size: 0 !important; }
    .link-view-order:before {
      font-size: 14px;
      font-family: "FontAwesome";
      content: "\f06e";
	  margin-right: 15px;	  
	 }
    .link-view-order:hover {
      text-decoration: none; }

  .link-reorder {
    font-size: 0 !important; }
    .link-reorder:before {
      font-size: 14px;
      font-family: "FontAwesome";
      content: "\f021"; }
    .link-reorder:hover {
      text-decoration: none; }

  .et_section .button {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
	
	table#my-orders-table td ,
	table#my-orders-table td span.price ,
	table#my-orders-table th	{
		font-size: 11px !important;
	}	
	
  .header-container .header .shopping-cart {
    top: -57px;
    width: 230px !important;
    text-align: left !important;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .top-bar .my-account-link:before,
  .top-bar .search .search-link:before {
    line-height: 10px; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-left: 15px; }
    .header-container .header .shopping-cart .cart-sum > a:before {
      top: 2px; }
    .header-container .header .shopping-cart .cart-sum > a .items,
    .header-container .header .shopping-cart .cart-sum > a .for-label {
      display: none; }

  .toolbar .sorter {
    display: none; }

  .toolbar .sort-by,
  .toolbar .pager {
    float: left;
    position: relative;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .col-main .category-products .products-grid.column2 li.item, .col-main .category-products .products-grid.column3 li.item, .col-main .category-products .products-grid.column4 li.item, .col-main .category-products .products-grid.column5 li.item {
    width: 100%;
    clear: left; }

  .products-list li.item .price-box,
  .products-list li.item .add-to-container .actions {
    float: none; }

  .product-tabs-content .box-tags .form-add input.input-text, .tab-content .box-tags .form-add input.input-text,
  .product-tabs-content .box-tags .form-add .input-box, .tab-content .box-tags .form-add .input-box {
    width: 100%; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    width: 86.5%; }

  /*shopping cart page*/
  .cart .cart-coupon-extra,
  .cart .discount,
  .cart .cart-shipping-extra {
    width: 100%; }
  .cart .cart-coupon-extra {
    margin-bottom: 40px; }

  /*account page (dashbody)*/
  .product-review .product-img-box {
    float: none;
    margin: 0 auto; }
  .product-review .product-details {
    margin-left: 0; } }

.top-bar .container {
	border-bottom: dotted 1px #dbdbdb;
}
.wrapper,
.title span,
.modal,
.fancybox-skin {
    background-color: #ffffff;
}
body,
.label,
.product-view .product-shop .sku_wrapper .sku {
    font-family: "glober_regularregular", Arial;
    font-size: 13px;
    color: #465077;
}
.postWrapper .post-info .posted-in a,
.breadcrumbs li strong,
.breadcrumbs li a,
.old-price .price,
.product-view .product-shop .link-wishlist:after, 
.product-view .product-shop .link-compare:after {
    color: #465077;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title,
.product-name a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.share-title,
.block .block-title strong
{
    font-family: "glober_regularregular", Arial;
    color: #465077;
}
.side-area .widget-title,
.recent-post-mini a,
.more-title .show-more-link,
.footer .footer-products-list li a,
.fixed-header .menu > li > a, 
.main-nav .menu > li > a,
.button {
    font-family: "glober_regularregular", Arial;
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, 
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-family: "glober_regularregular", Arial;
}
.cart-table .price,
.cart .totals,
.cart .totals .price,
.order-products-table .price,
strong,
.block-account .block-content li a,
.block .block-subtitle,
.product-categories > li > a,
.order-view .order-products-table th,
.shopping-cart .cart-popup .products-small .product-item h5 a,
.shopping-cart .cart-popup .subtotal,
.data-table thead th,
.recent-post-mini a{
    color: #465077;
}
a,
.f-icon i:before,
.product-view .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div,
.checkout-progress li,
.shopping-cart .cart-sum > a {
    color: #465077;
}
.checkout-progress li {
    border-color: #465077;
}
.side-area-icon i:before, 
.menu-icon i:before {
    color: #465077;
}
a:hover,
.button:hover,
.fixed-header a:hover,
.main-nav a:hover,
.links li a:hover,
.side-area-icon:hover i:before,
.menu-icon:hover i:before,
.recent-post-mini strong,
.pager li>a:hover, 
.pager li>a:focus,
.pager .pages li.current span,
.pager .pages li a.next:hover:before, 
.pager .pages li a.previous:hover:before,
.link-wishlist:hover, 
.link-compare:hover,
.product-tabs li.active a:hover,
.product-name a:hover,
.product-view .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.shopping-cart .cart-popup .products-small .product-item h5 a:hover,
.opc .active h2,
.colored-active,
.custom-info-block a .fa:hover,
.footer .footer-products-list li a:hover,
.block-account .block-content li.current,
.block-account .block-content li.current strong,
.largest,
.team-member .member-mask .mask-text a:hover,
ul.list-arrow li:hover,
.postWrapper .post-info .posted-in a:hover,
.shopping-cart .cart-sum > a:hover strong,
.form-list label.required em,
.more-title .show-more-link:hover,
.breadcrumbs li a:hover,
.product-view .product-shop .availability.out-of-stock,
.tp-leftarrow.default:hover:before, .tp-rightarrow.default:hover:before,
span.active,
strong.active,
p.active,
.children .current-cat > a,
/*version 1.1.0 start*/.vmegamenu a:hover,
.vmegamenu > li:hover > a
/*version 1.1.0 end*/ {
    color: #465077;
}
/*version 1.1.0 start*/.tp-leftarrow.default:hover:before, 
.tp-rightarrow.default:hover:before {
    color: #465077 !important;
}
/*version 1.1.0 end*/.checkout-progress li.active,
.dark .product-categories .open-this:hover {
    color: #465077;
    border-color: #465077;
}
.button:hover,
.pager li>a:hover, 
.pager li>a:focus,
.pager .pages li.current span,
.link-wishlist:hover, 
.link-compare:hover,
input.input-text:focus,
textarea:focus {
    border-color: #465077;
}
.toolbar .sorter .grid,
.toolbar .sorter .list {
    background-color: #465077;
}
.toolbar .sorter .grid.active,
.toolbar .sorter .list.active,
.toolbar .sorter .grid:hover,
.toolbar .sorter .list:hover,
.progress-bar > div,
.mini-filled:hover,
.product-view .product-shop .link-wishlist:hover, 
.product-view .product-shop .link-compare:hover,
.block-with-ico.ico-position-top i {
    background-color: #465077;
}
.price {
    color: #465077;
}
.button,
.link-wishlist, 
.link-compare {
    color: #465077;
    
}
.button.filled,
.button.filled:hover,
.button.white:hover {
    background-color: #465077;
    border-color: #465077;
    color: #ffffff;
}
.product-view .product-shop .link-wishlist:hover:before, 
.product-view .product-shop .link-compare:hover:before {
    color: #ffffff;
}
/*---Top Bar Settings---*/.header-container .top-bar {
    background: #ffffff;
}
.header-container .top-bar .container {
    border-color: #465077;
}
.links li a,
.links li.login:before, 
.links li.logout:before, 
.links li.myaccount:before, 
.links li.mywishlist:before, 
.links li.register:before, 
.links li.mycart:before,
.search .search-link:before,
.my-account-link:before,
.top-bar select,
.top-bar .form-language i:before,
.top-bar .form-currency i:before,
.top-bar li.blog:before {
    color: #465077;
}
/*---Top Bar Settings End---*//*-----Version 1.1.0 start-----*//*---Main Header Styles---*/.header-container {
background-color: #ffffff;
}
/*-----version 1.1.0 end-----*//*---Main Navigation Styles---*/.header-wrapper .main-nav {
    background-color: #ffffff;
}
.fixed-header a, 
.main-nav a,
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before,
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before,
/*version 1.1.0 start*/.vmegamenu a,
.vmegamenu li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before
/*version 1.1.0 end*/ {
    color: #465077;    
}
.fixed-header .menu > li > a, .main-nav .menu > li > a {
    font-family: "glober_regularregular", Arial;
}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-family: "glober_regularregular", Arial;
}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
    font-family: "glober_regularregular", Arial;
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1,
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,
.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1,
/*version 1.1.0 start*/.nav-category-list > li > a > span.cat-label.cat-label-label1,
.nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label1,
.nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label1,
.nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label1
/*version 1.1.0 end*/ {
background: #465077;
color: #ffffff;
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2,
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,
.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2,
/*version 1.1.0 start*/.nav-category-list > li > a > span.cat-label.cat-label-label2,
.nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label2,
.nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label2,
.nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label2
/*version 1.1.0 end*/ {
background: #465077;
color: #ffffff;
}
.fixed-header {
    background-color: #ffffff;
    background: url(https://www.noukies.com/media/smartwave/transparency/default/1.png);
    background-repeat: repeat;
}
.fixed-header .menu > li .nav-sublist-dropdown, .main-nav .menu > li .nav-sublist-dropdown,
.fixed-header .menu > li.menu-item .nav-sublist-dropdown .nav-sublist li > a, .main-nav .menu > li.menu-item .nav-sublist-dropdown .nav-sublist li > a,
/*version 1.1.0 start*/.nav-category-list > li .nav-sublist-dropdown,
.nav-category-list > li.menu-item .nav-sublist-dropdown .nav-sublist li > a
/*version 1.1.0 end*/ {
    background-color: #ffffff;
    background: url(https://www.noukies.com/media/smartwave/transparency/default/1.png);
    background-repeat: repeat;
}
/*---Main Navigation Styles End---*//*---Footer Top Styles Start---*/.footer-top {
    background-color: #ffffff;
}
.footer-top,
.footer-top a,
.footer-top .footer-products-list .old-price .price {
    color: #465077;
}
.footer-top a:hover,
.footer-top .footer-menu li:hover,
.footer-top .footer-products-list li a:hover,
.footer-top .tweet a,
.dark .footer-top .footer-products-list li a:hover {
    color: #465077;
}
.footer-top h1,
.footer-top .h1,
.footer-top h2,
.footer-top .h2,
.footer-top h3,
.footer-top .h3,
.footer-top h4,
.footer-top .h4,
.footer-top h5,
.footer-top .h5,
.footer-top h6,
.footer-top .h6,
.footer-top .footer-title,
.footer-top .recent-post-mini a,
.footer-top .footer-products-list li a {
    color: #465077;
}
.footer-top .footer-products-list > li,
.footer-top .block-content .tweet,
.footer-top .recent-post-mini {
    border-color: #ebebeb;
}
.footer .bordered-wrapper,
.footer-top .bordered-wrapper {
    border-color: #dbdbdb;
}
/*---Footer Top Styles End---*/
/*---Footer Bottom Styles Start---*/.footer-bottom {
    background-color: #ffffff;
}
.footer-bottom,
.footer-bottom a,
.footer-bottom .footer-products-list .old-price .price {
    color: #465077;
}
.footer-bottom a:hover,
.footer-bottom .footer-menu li:hover,
.footer-bottom .footer-products-list li a:hover,
.footer-bottom .tweet a,
.dark .footer-bottom .footer-products-list li a:hover {
    color: #465077;
}
.footer-bottom h1,
.footer-bottom .h1,
.footer-bottom h2,
.footer-bottom .h2,
.footer-bottom h3,
.footer-bottom .h3,
.footer-bottom h4,
.footer-bottom .h4,
.footer-bottom h5,
.footer-bottom .h5,
.footer-bottom h6,
.footer-bottom .h6,
.footer-bottom .footer-title,
.footer-bottom .recent-post-mini a,
.footer-bottom .footer-products-list li a {
    color: #465077;
}
.footer-bottom .footer-products-list > li,
.footer-bottom .block-content .tweet,
.footer-bottom .recent-post-mini {
    border-color: #ebebeb;
}
.footer-bottom .bordered-wrapper {
    border-color: #dbdbdb;
}
/*---Footer Bottom Styles End---*//*---Footer Copyright Styles Start---*/.copyright {
    background-color: #ffffff;
}
.copyright,
.copyright a {
    color: #465077;
}
.copyright .bordered-wrapper {
    border-color: #dbdbdb;
}
/*---Footer Copyright Styles End---*/.tabs .tab-title.opened {
    border-bottom-color: #ffffff;
}
@font-face {
    font-family: 'plutobold';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutobold-webfont.svg#plutobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_black';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondblack-webfont.svg#plutocond_black') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_thin';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondthin-webfont.svg#plutocond_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_regular';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondregular-webfont.svg#plutocond_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_medium';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondmedium-webfont.svg#plutocond_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_light';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondlight-webfont.svg#plutocond_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_heavy';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondheavy-webfont.svg#plutocond_heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_extralight';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondextralight-webfont.svg#plutocond_extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutolight';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutolight-webfont.svg#plutolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutoheavy';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoheavy-webfont.svg#plutoheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_bold';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutocondbold-webfont.svg#plutocond_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutothin';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutothin-webfont.svg#plutothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pluto_regularregular';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular_1-webfont.svg#pluto_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutomedium';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutomedium-webfont.svg#plutomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutoblack';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoblack-webfont.svg#plutoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutoextralight';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoextralight-webfont.svg#plutoextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pluto_regularregular';
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.eot');
    src: url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.woff') format('woff'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.ttf') format('truetype'),
         url('/skin/frontend/smartwave/legenda/css/pluto/plutoregular-webfont.svg#pluto_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'globerblack';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerblack-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'globerbold';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerbold-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'globerbook';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerbook-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'globerheavy';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerheavy-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'globerlight';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerlight-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glober_regularregular';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerregular-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'globerthin';
    src: url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerthin-webfont.woff2') format('woff2'),
         url('/skin/frontend/smartwave/legenda/css/glober/fontfabric_-_globerthin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.header-container .top-bar {
	background: #7c93bf;
	height: 42px;
	padding-top: 2px;
}
.header-container .top-bar .container {
	border-bottom: none;
}
select#select-language ,
select#select-language option {border: none !important}

div.quick-access.search-center {
  float: left;
  padding: 0;
  width: 100%;
  margin-top: -31px;
  background-color: transparent;
}
div.quick-access.search-center div.toplink {
	font-family: "plutocond_light";
	font-size: 15px;
	width: 20%;
	float: left;
	text-align: center;
}

div.quick-access.search-center div.toplink img{margin: 0 auto !important;}
div.quick-access.search-center div.lnk1 a {color:#4c64af;}
div.quick-access.search-center div.lnk2 a {color:#fbb141;}
div.quick-access.search-center div.lnk3 a {color:#96d5d2;}
div.quick-access.search-center div.lnk4 a {color:#b5b5aa;}
div.quick-access.search-center div.lnk5 a {color:#50c7c4;}
div.quick-access.search-center div.lnk5 a span {
	margin-top: -3px !important;
	display: block;
}
div.quick-access.search-center div.lnk3 img {margin-bottom:2px !important;}

.header-wrapper .main-nav {
  padding: 0 !important;
  margin-top: 36px;
}
.header-wrapper .main-nav .container {
	width: 100%;
}
.page .main-nav .menu > li {
  font-family: "plutocond_regular";
  font-size: 17px;
  font-weight: normal;
  color: #526da1;
  cursor: default;
  height: 50px;
  line-height: 50px;
}
.page .main-nav .menu > li.current {
  font-family: "plutocond_regular";
  font-size: 17px;
  font-weight: 600;
  cursor: default;
  /*
  height: 28px;
  line-height: 28px;
  margin-top: 11px;
  */
}
.page .main-nav .menu > li.current a {
  
}

ul.menu.smartwave-menu li ul.sub_eshop {
	margin-top: 4px;
	padding-bottom: 10px;
	z-index: 999;
}

.page .main-nav .menu > li.cms.eshop:hover {
  z-index: 999999;
}

/*
.page .main-nav .menu > li.cms.marque:hover ,
.page .main-nav .menu > li.cms.sos:hover ,
.page .main-nav .menu > li.cms.chambre:hover {
	font-weight: 600;
}
*/

.page .main-nav .menu > li.cms {
  border-bottom: 2px solid transparent;
  letter-spacing: 0px;
  padding-top:10px
}

div.header-wrapper.header-type-2 {
	clear: both;
}
.page .main-nav .menu > li > a:hover {text-decoration:none}
.fixed-header .menu, .main-nav .menu {float: left;}

a.copyright_links {
	font-size: 15px;
	color: #6f81ac;
	font-family: "plutocond_regular";
	margin-right:15px;
}
a.copyright_links.lastone {margin-right:0px;}
a.copyright_links:hover {text-decoration:none}
.blockhome {
	max-height: 430px;
	overflow: hidden;
	margin-top: 10px;
}
.col-sm-8.blockhome div.banner-inner {
	float: left;
	width: 198px;
	text-align: center;
}
.col-sm-4.blockhome div.banner-inner {
	float: left;
	width: 169px;
	text-align: center;
}
div.banner-inner h1{
	font-weight: normal;
	font-family: "plutocond_regular";
	font-size: 27px;
	text-transform: inherit;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 7px;
}
div.banner-inner.sos h1{
	color: #fcb345;
	border-bottom: 1px solid #feead2;
}
div.banner-inner.sos h1 a {
	color: #fcb345;
}
div.banner-inner.fb h1{
	color: #6f83ba;
	border-bottom: 1px solid #e4e7ef;
}
div.banner-inner.fb h1 a {
	color: #6f83ba;
}
div.banner-inner h3{
	font-weight: normal;
	font-family: "plutocond_thin";
	font-size: 20px;
	text-transform: inherit;
	letter-spacing: 0px;
	margin-top: 9px;
}
div.banner-inner.sos h3{
	color:#fcb345;
}
div.banner-inner.fb h3{
	color:#6f83ba;
}
body.cms-index-index div.main.row {
	padding-top:0;
}
div#homelinks {margin-top:50px}
div#homelinks div.col-sm-2 {font-size:14px;text-align:center;background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/separator_home_links.jpg) no-repeat right 14px;}
div#homelinks div.col-sm-2 img {margin-bottom:25px;opacity:0.8;}
div#homelinks div.col-sm-2 img:hover {opacity:1;}
div#homelinks div.homelnk1 , div#homelinks div.homelnk1 a {color:#4f67b2;}
div#homelinks div.homelnk2 , div#homelinks div.homelnk2 a {color:#f8b35f;}
div#homelinks div.homelnk3 , div#homelinks div.homelnk3 a {color:#7184b4;}
div#homelinks div.homelnk4 , div#homelinks div.homelnk4 a {color:#50c6c3;}
div#homelinks div.homelnk5 , div#homelinks div.homelnk5 a {color:#b7baae;}
div#homelinks div.homelnk6 , div#homelinks div.homelnk6 a {color:#99b6da;background : none !important;}

div#noukies_family {
	margin-bottom: 10px;
	margin-top: 25px;
}
div#noukies_family h1{
color: #91b0d6;
  font-weight: normal;
  font-family: "plutocond_light";
  font-size: 30px;
  text-transform: inherit;
  margin-bottom: 0;
  /*
  border-bottom: 1px solid #f1f2f7;
  padding-bottom: 15px;
  */
}
.catalog-category-view div#noukies_family h1{
  text-transform: capitalize;
}
div#noukies_family img{margin-top: 10px;}

div#noukies_family.productview {
	background-color: transparent !important;
	padding-top: 20px;
	/*
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f2f7;
	margin-bottom: 10px;
	*/
}
div#noukies_family.productview h1{
	color: #91b0d6;
}
div.breadcrumbs ul li strong ,
div.breadcrumbs ul li a {
	color: #91b0d6 !important;
	font-weight: normal;
	font-family: "plutocond_thin";
	font-size: 17px;
	text-transform: initial;
}
div.breadcrumbs ul li strong {
	font-family: "plutocond_regular" !important;
}
div.breadcrumbs ul li span {margin: 0 3px 0 5px;}
div.breadcrumbs {margin-bottom:0px}

body.catalog-product-view div.product-shop {
	border-left: 1px solid #eef0f5;
	padding-left: 30px;
}

div#personnage_menu_container {
	background-color: #e7f1fd;
	margin: 0 0 8px 0;
}
ul#perso_menu {
	overflow: auto;
	width: 495px;
	margin: 0 auto;
	padding: 0;
}
ul#perso_menu li {
	float:left;
	list-style-type: none;
	border-left: 1px solid #d0e3f7;
}
ul#perso_menu li.first {
	border-left: none;
}
ul#perso_menu li a{
	font-weight: normal;
	font-family: "plutocond_regular";
	font-size: 18px;
	color: #6d80c2;
	padding: 0 30px;
	line-height: 45px;
}
div.banner-inner.sos {
	width: 100%;
	text-align: center;
}
div.banner-inner.fb {
	width: 100%;
	text-align: center;
}

div.copyright div.bordered-wrapper div.col-sm-6.text-left {line-height: 33px;}

body.cms-personnages div.std ,
.produweb-puericultures-perso-index div.std ,
.produweb-peluches-perso-index div.std  {display:none}
body.cms-personnages div.main.row ,
.produweb-puericultures-perso-index div.main.row ,
.produweb-peluches-perso-index div.main.row {padding-top:0}
body.cms-personnages div.main-container.container.col1-layout ,
.produweb-puericultures-perso-index div.main-container.container.col1-layout ,
.produweb-peluches-perso-index div.main-container.container.col1-layout {padding:0}
div.perso-list-container.col-sm-12.slick-initialized.slick-slider a {
	color: #b7b9ae;
	font-size: 23px;
	font-family: "plutocond_regular";
}
div.perso-list-container.col-sm-12.slick-initialized.slick-slider a:hover {text-decoration:none}
span.perso_slick_name {
    margin-top: 15px;
	display: block;
	font-size: 23px;
}
body .slick-prev { 
	position: absolute;
	display: block !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/arrow-left.png) no-repeat left top;
	height: 80px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	top: 83px;
	margin-top: 0;
	padding: 0;
	border: none;
	left: 237px;
	z-index: 999999;
}
body .slick-next { 
	position: absolute;
	display: block !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/arrow-right.png) no-repeat left top;
	height: 80px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	top: 83px;
	margin-top: 0;
	padding: 0;
	border: none;
	right: 233px;
	z-index: 999999;
}	
html.touch body .slick-next {right:0}
html.touch body .slick-prev {left:0}

body .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; }

html.no-touch div.perso-list-container {
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	width: 1639px;
	left: -221px;
	top: 52px;
}
html.touch div.perso-list-container {
	padding-left:0;
	padding-right:0;
}
ul.slick-dots {display:none !important;}
ul#perso_menu li {
	/*
	border-left: 7px solid #e7f1fd;
	border-right: 7px solid #e7f1fd;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/sep_menu_persos.jpg) no-repeat left top;
	*/
}
ul#perso_menu li.active {
	background-color: #aac2de !important;
	border-left: 7px solid white;
	border-right: 7px solid white;
	background: none;
}
ul#perso_menu li.active + li {border-left:none;}
ul#perso_menu li.active a {color: white;}

html.no-touch div.perso-view-item {
	display: none;
	margin-top: 334px;
	position: relative;
	/*
	width: 1155px !important;
	height: 1180px !important;
	max-height: 1230px !important;
	margin-left: -7px;
	*/
}

html.touch div.perso-view-item {
	display: none;
	width: 100% !important;
	/*
	height: 1180px !important;
	max-height: 1230px !important;
	*/
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
div.perso-view-item.isotope div.item {
  overflow: hidden;
}
div.perso-view-item.isotope div.item.box1 {width:462px;height:564px;}
div.perso-view-item.isotope div.item.box2 {width:231px;height:282px;}
div.perso-view-item.isotope div.item.box3 {width:462px;height:282px;}
div.perso-view-item.isotope div.item.box4 {width:231px;height:564px;}
div.perso-view-item.isotope div.item.box5 {width:924px;height:282px;}
div.perso-view-item.isotope div.item.box2.move1 {margin-top: -282px;}
div.perso-view-item.isotope div.item.box2.move2 {margin-top: -282px;margin-left: 231px;}

ul.menu li.preactive {border-right:none;}
ul.menu li.active {

}
ul.menu li.active a {

}


div.mobile-nav  ul.menu li.active {
	background-color: #aac2de !important;
	border: 1px solid #d4dfee;
	border-left: none;
}
div.mobile-nav ul.menu li.active a {color: #6e82b0 !important;
}

body .page-heading {
  padding: 0;
  margin-bottom: 35px;
}
body .page-heading div.container ,
body div.main-container { 
	padding-left:0;
	padding-right:0;
}
body.cms-notre-histoire div.std {display:none}
body.cms-page-view div.main {padding-top:0}
div.year-list-item div.itemleft img {float:right;max-height:386px;}
div.year-list-item div {
	padding: 0;
	border: 3px solid white;
}
div.year-list-item div.itemleft {
	height: 418px;
	padding-top: 53px;
	margin-top: 38px;
	overflow: hidden;
}
div.year-list-item div.itemright span.subright {
	display: block;
	height: 361px;
	padding: 35px;
}
div.year-list-item div.itemright span.subright span.yearscrollpane {
	display: block;
	height: 285px;
	overflow: auto;
	padding-bottom:25px;
	line-height: 1;
}
div.year-list-item div.jspPane ,
div.year-list-item div.jspContainer ,
div.year-list-item div.jspContainer div {border:none}
div.year-list-item div.itemright {
	color: white;
	height: 418px;
	text-align: left;
	font-family: plutocond_light;
	font-size: 14px;
	padding-top: 53px;
	margin-top: 38px;
}
span.year_line {
	border: none !important;
	width: 100%;
	display: block;
	height: 405px;
}
div.year-list-item div.itemright h2{
	color: #FFF;
	font-size: 60px;
	font-family: "plutocond_regular";
	font-weight: normal;
	font-style: italic;
	margin: 60px 0 30px;
}
div.year-list-item div.itemcenter h2 {
	color: white !important;
	width: 96px;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	height: 71px;
	padding-top: 21px;
	margin: 0 auto;
}

h2.personame {
	font-family: "plutocond_extralight";
	font-size: 60px;
	font-weight: normal;
	color: white;
	margin: 50px 0 25px;
	padding: 0;
	line-height: 48px;
	text-align: left;
	text-transform: capitalize;
}
.persodescr {
	font-family: "plutocond_light";
	font-size: 14px;
	font-weight: normal;
	color: white;
	overflow: auto;
	display: block;
	width: 360px;
	height: 140px;
	padding: 0 0 15px 0;
	text-align: left;
}
@media (max-width: 1024px){
	.page .main-nav .menu > li > a {
		font-size: 14px !important;
		padding: 7px 0px !important;
	}
	div.footer_sitemap {
		background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/white_opacity.png) repeat left top !important;
	}
	div.footer_sitemap:nth-of-type(1) {
		background: none !important;
	}
	.main {
		min-height: 150px !important;	
	}
	span.newsletter_subtext {
		font-size: 12px !important;
	}
	.divtxtnewsletterfooter {
		font-size: 20px !important;
	}
	/*
	div.category_view_page div.col-sm-4.extra_attributes {
		display:none;
	}
	*/
	div.category_view_page div.col-sm-2.listingsubcategs {
		width: 40% !important;
	}
	body ul#subcategs_themes li.lastofrow {
		margin: 0 6px 6px 0 !important;
	}
	div#sos_noukies_search div.advanced-form-search div.col-sm-12 div.label-box {
		line-height: 37px !important;
	}	
	form.sos_search_form div.form-search-label h3 {
		line-height: 30px !important;
	}
}

body.cms-giftwrap div.std h2 {
	text-align:center;
}
body.cms-giftwrap div.std p img {
	margin: 0 auto;
    width: 800px;
    display: block;
}

div.namedescrbox {
	padding: 0 30px;
	background: #b7b9ae url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_perso_descr.jpg) no-repeat center bottom !important;
	position:relative;
}
body.produweb-puericultures-perso-index div.namedescrbox ,
body.produweb-peluches-perso-index div.namedescrbox {
	padding: 0 30px;
	background: #b7b9ae url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_perso_descr_noflip.jpg) no-repeat center bottom !important;
	position:relative;
}
body.produweb-puericultures-perso-index a.persoshoplink ,
body.produweb-peluches-perso-index a.persoshoplink {
	left: 34%;
}

span.closepersodescr {
	font-family: "plutocond_light";
	font-size: 35px;
	font-weight: normal;
	color: white;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor:pointer;
}
a.persoshoplink {
	position: absolute;
	color: white;
	bottom: 29px;
	font-size: 14px;
	left: 49px;
	display: block;
	width: 154px;
	text-align: center;
}
a.persofliplink {
	position: absolute;
	color: white;
	bottom: 29px;
	font-size: 14px;
	left: 248px;
	display: block;
	width: 154px;
	text-align: center;
}

.jspDrag {
	background: #e8e8e0 !important;
}
.jspTrack {
	background: #fff !important;
}
div.itemfooter {
	background-color: #b7b9ae;
	height: 55px !important;
	width: 100%;
	overflow: auto;
	line-height: 55px;
	color: white;
	position: relative;
}
div.itemfooter span.closepersodescr {
	color: white;
	display: block;
	overflow: auto;
	position: relative;
	font-size: 16px;
	float: right;
	padding-right: 35px;
}
div.itemfooter span.closepersodescr span {
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 0;
}
img#persoslideropacity , img#persoslideropacity2 {
	position: absolute;
	z-index: 999988;
}
img#persoslideropacity2 {right:0}
html.touch img#persoslideropacity , html.touch img#persoslideropacity2 {display:none}

/*html.no-touch div.logo img {min-width: 548px;}*/

div.menu-all-pages-container {
	clear: both;
	display: block !important;
	float:right;
	width: 100%;
}
html.touch div#homelinks div.col-sm-2 {background:none}
html.touch div#homelinks div.col-sm-2 img {margin-bottom: 10px}


/**** HOME SLIDER *******/
div.home-slider-container  ul li {width:1170px !important;float:left !important;}

/*sm image slider*/
.sm_imageslider_wrap .pre-text,
.sm_imageslider_wrap .post-text{
	margin: 10px 0;
}
.sm_imageslider_wrap .title-imageslider{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}
.sm_imageslider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm_imageslider .owl-animated-in {
  z-index: 0;
}
.sm_imageslider .owl-animated-out {
  z-index: 1;
}
.sm_imageslider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.sm_imageslider {
  display: none;
  width: 100%;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.sm_imageslider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm_imageslider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sm_imageslider .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.sm_imageslider .owl-controls .owl-nav .owl-prev,
.sm_imageslider .owl-controls .owl-nav .owl-next,
.sm_imageslider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sm_imageslider .owl-dots .owl-dot {
    display: inline-block;
}

.sm_imageslider.owl-loaded {
  display: block;
  margin-bottom: 34px;
}
.sm_imageslider.owl-loading {
  opacity: 0;
  display: block;
}
.sm_imageslider.owl-hidden {
  opacity: 0;
}
.sm_imageslider .owl-refresh .owl-item {
  display: none;
}
.sm_imageslider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm_imageslider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.sm_imageslider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.sm_imageslider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.sm_imageslider.owl-rtl {
  direction: rtl;
}
.sm_imageslider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .sm_imageslider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm_imageslider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm_imageslider .owl-item img {
  transform-style: preserve-3d;
  max-height: 534px;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {        
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.sm_imageslider .owl-controls .owl-dot, 
.sm_imageslider .owl-controls .owl-nav .owl-next, 
.sm_imageslider .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791;
}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.content-bottom-slider .sm_imageslider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
  left: -100%;
  position: absolute;
  z-index: 9;
}
.content-bottom-slider .sm_imageslider:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 9;
  right: -100%;
  position: absolute;
}
.content-bottom-slider .sm_imageslider .owl-controls {
  display: inline;
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 37.5%;
  left: 0;
  text-indent: -9999em;
  margin: -20px 0 0 0 !important;
  background: transparent url(/skin/frontend/smartwave/legenda/images/big_arrow_left.png) no-repeat center top;
}



.content-bottom-slider .sm_imageslider .owl-controls .owl-prev:after {
  content: "";
  width: 700px;
  height: 600px;
  position: absolute;
  top: -300px;
  left: -700px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 37.5%;
  right: 0;
  text-indent: -9999em;
  margin: -20px 0 0 0 !important;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/big_arrow_right.png) no-repeat center top;
}

body.cms-index-index .content-bottom-slider .sm_imageslider .owl-controls .owl-prev ,
body.cms-index-index .content-bottom-slider .sm_imageslider .owl-controls .owl-next {
	top: 45.5%;
}

@media (max-width: 450px){
	.content-bottom-slider .sm_imageslider .owl-controls .owl-prev ,
	.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
		top: 15.5%;
	}
	.content-bottom-slider .sm_imageslider .owl-controls .owl-prev {
		left: -12px;
	}
	.content-bottom-slider .sm_imageslider .owl-controls .owl-next {
		right: -12px;
	}
}


.content-bottom-slider .sm_imageslider .owl-controls .owl-next:before {
  content: "";
  width: 700px;
  height: 600px;
  position: absolute;
  top: -300px;
  right: -700px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*
.content-bottom-slider .sm_imageslider .owl-dots {
  display: none !important;
}
*/

span.slidetexte {
	display: block;
	width: 300px;
	height: auto;
	padding: 20px 35px;
	color: white;
	font-family: "plutocond_light";
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	border: 2px solid white;
}
span.slidetexte span {
	font-family: "plutocond_regular";
	display: block;
}
div.owl-item span.slidetexte {display:none}
div.owl-item.active span.slidetexte {display:block}
html.touch div.owl-item span.slidetexte , html.touch div.owl-item.active span.slidetexte {display:none}
/**** FIN HOME SLIDER *******/

ul.menu li:first-child.active {
    border-left: none;  
}

div.socialfooter-container {
  position: relative;
  width: 50px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
}
div.socialfooter-container img {
	margin: 0 5px !important;
	padding: 0 !important;
}
div.socialfooter-container span.sociallabel {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	width: 100%;
}
div.socialfooter-container span.sociallabel.Instagram {color:#c7c5b4;}
div.socialfooter-container span.sociallabel.Pinterest {color:#ef6364;}
html body a:hover {text-decoration:none !important}

div#main_footer input#newsletter {
	border: 1px solid #c7d8e5;
	width: 70%;
	padding: 0 0 0 25px;
	height: 60px;
	line-height: 57px;
	color: #a3bad6;
	font-size: 17px;
	font-family: "plutocond_light";
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	float: left;
}

div#main_footer input#newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a3bad6;
}
div#main_footer input#newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a3bad6;
   opacity:  1;
}
div#main_footer input#newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a3bad6;
   opacity:  1;
}
div#main_footer input#newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #a3bad6;
}

div.footer_sitemap ul ul {
	padding-top: 10px;
}

div#main_footer button#newsletter {
	border: 1px solid #c7d8e5;
	width: 28%;
	padding: 0;
	height: 60px;
	line-height: 57px;
	color: #ffffff;
	background-color: #a8bed9;
	font-size: 17px;
	font-family: "plutocond_light";
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-left: 2px;
}
.divtxtnewsletterfooter {
	line-height:35px;
	padding-left: 0;
	font-family: "plutocond_light";
	text-align: left;
	font-weight: 300;
}
div#main_footer {
	padding: 0px 0 0 0;
	margin: 10px 0 10px 0;
	
	/*min-height: 515px;*/
	min-height: 382px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_footer.jpg) no-repeat left bottom;
}
body .main {
    min-height: initial !important;
}

.txtnewsletterfooter {
	color: #6f83ba;
	font-family: "plutocond_regular";
	font-size: 30px;
}
/*div.footer_sitemap_row {padding-top: 50px}*/
div.footer_sitemap_row {padding-top: 20px}

body.produweb-puericultures-perso-index img.img_persos_slider ,
body.produweb-peluches-perso-index img.img_persos_slider ,
body.cms-personnages img.img_persos_slider {
	border-right:2px solid white;
	border-left:2px solid white;
	margin: 0 3px;
}

body.produweb-puericultures-perso-index * ,
body.produweb-peluches-perso-index * ,
body.cms-personnages * {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}

/* ---- isotope ---- */

body.produweb-puericultures-perso-index .isotope ,
body.produweb-peluches-perso-index .isotope ,
body.cms-personnages .isotope {
  /*background: #DDD;*/
  width: 100%;
}

/* clear fix */
body.produweb-puericultures-perso-index .isotope:after ,
body.produweb-peluches-perso-index .isotope:after ,
body.cms-personnages .isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.produweb-puericultures-perso-index .item ,
.produweb-peluches-perso-index .item ,
.cms-personnages .item {
  float: left;
}

.produweb-puericultures-perso-index .item.it_a ,
.produweb-peluches-perso-index .item.it_a ,
.cms-personnages .item.it_a {
	width: 470px;
	height: 572px;
	border-right: 8px solid white;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_b ,
.produweb-peluches-perso-index .item.it_b ,
.cms-personnages .item.it_b {
	width: 237px;
	height: 301px;
	border-right: 8px solid white;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_c ,
.produweb-peluches-perso-index .item.it_c ,
.cms-personnages .item.it_c {
	width: 463px;
	height: 301px;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_d ,
.produweb-peluches-perso-index .item.it_d ,
.cms-personnages .item.it_d {
	width: 473px;
	height: 573px;
	border-right: 8px solid white;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_e ,
.produweb-peluches-perso-index .item.it_e ,
.cms-personnages .item.it_e {
	width: 227px;
	height: 573px;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_f ,
.produweb-peluches-perso-index .item.it_f ,
.cms-personnages .item.it_f {
	width: 229px;
	height: 301px;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_g ,
.produweb-peluches-perso-index .item.it_g ,
.cms-personnages .item.it_g {
	width: 226px;
	height: 301px;
	margin-left: 236px;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_h ,
.produweb-peluches-perso-index .item.it_h ,
.cms-personnages .item.it_h {
	width: 944px;
	height: 301px;
	border-right: 8px solid white;
	border-bottom: 8px solid white;
}
.produweb-puericultures-perso-index .item.it_i ,
.produweb-peluches-perso-index .item.it_i ,
.cms-personnages .item.it_i {
	width: 226px;
	height: 301px;
	border-bottom: 8px solid white;
}

.produweb-puericultures-perso-index .item.it_f ,
.produweb-peluches-perso-index .item.it_f ,
.cms-personnages .item.it_f ,
.produweb-puericultures-perso-index .item.it_g ,
.produweb-peluches-perso-index .item.it_g ,
.cms-personnages .item.it_g {
	margin-top: -301px;
}

html.touch div.perso-list-container  div.content-bottom-slider div.container {
	margin-left: 0px !important;
}
html.touch div.perso-view-item {
	margin-top: 0 !important;
}
	
@media (max-width: 1200px){
	div.perso-list-container  div.content-bottom-slider div.container {
		margin-left: 233px !important;
	}
	body.cms-personnages .item.itemfooter ,
	body.cms-personnages .item.it_i ,
	body.cms-personnages .item.it_b ,
	body.cms-personnages .item.it_e , 
	.produweb-puericultures-perso-index .item.itemfooter ,
	.produweb-puericultures-perso-index .item.it_i ,
	.produweb-puericultures-perso-index .item.it_b ,
	.produweb-puericultures-perso-index .item.it_e ,
	.produweb-peluches-perso-index .item.itemfooter ,
	.produweb-peluches-perso-index .item.it_i ,
	.produweb-peluches-perso-index .item.it_b ,
	.produweb-peluches-perso-index  .item.it_e {display:none;}
}
@media (max-width: 990px){
	body.cms-personnages .item.it_i ,
	body.cms-personnages .item.it_b ,
	body.cms-personnages .item.it_e ,
	.produweb-puericultures-perso-index .item.it_i ,
	.produweb-puericultures-perso-index .item.it_b ,
	.produweb-puericultures-perso-index .item.it_e ,
	.produweb-peluches-perso-index .item.it_i ,
	.produweb-peluches-perso-index .item.it_b ,
	.produweb-peluches-perso-index  .item.it_e {display:block;}
	body.cms-personnages .item.it_c ,
	body.cms-personnages .item.it_h ,
	.produweb-puericultures-perso-index .item.it_c ,
	.produweb-puericultures-perso-index .item.it_h ,
	.produweb-peluches-perso-index .item.it_c ,
	.produweb-peluches-perso-index .item.it_h {display:none;}
	.produweb-puericultures-perso-index .item.it_i ,
	.produweb-peluches-perso-index .item.it_i ,
	body.cms-personnages .item.it_i {
		position: absolute;
		top: 301px;
		left: 487px;
		height: 272px;
	}
}
@media (max-width:767px){
	div.perso-view-item {
		margin-top: 403px !important;
		margin-left: 2px;
	}
	body.cms-personnages .item.it_a ,
	body.cms-personnages .item.it_b ,
	body.cms-personnages .item.it_c ,
	body.cms-personnages .item.it_i {display:none;}
	body.cms-personnages .item.it_f, body.cms-personnages .item.it_g {margin-top: 0px;}
	body.cms-personnages .item.it_g {margin-left: 0;}
	body.cms-personnages .item.it_b ,
	body.cms-personnages .item.it_c {display: block !important;}
	body.cms-personnages .item.it_d {height: 601px !important;}
}
@media (max-width:480px){
	body.cms-personnages .item.it_b {display:none !important;}
	body.cms-personnages .item.it_g {margin-left: 8px;}
}
@media (max-width:450px){
	body.cms-personnages .item.it_f ,
	body.cms-personnages .item.it_g ,
	body.cms-personnages .item.it_b {display:none !important;}
	body.cms-personnages .item.it_c ,
	body.cms-personnages .item.it_d {
		width: 100% !important;
		border: none !important;
	}
}
@media (max-width:410px){
	a.persoshoplink {left: 19px;}
	a.persofliplink {left: 218px;}
}
@media (max-width:360px){
	a.persoshoplink {left: -13px;}
	a.persofliplink {left: 174px;}
}


/*
body.cms-personnages .item.width2 { width: 468px; }
body.cms-personnages .item.width4 { width: 936px; }
body.cms-personnages .item.width5 { width: 100% }
body.cms-personnages .item.height2 { height: 468px; }
body.cms-personnages .item.height4 { height: 936px; }
*/

form.newsletter-form div.validation-advice{display:none}

/*
div.page {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/colors2.png) no-repeat 8px 274px;
}
*/
html.touch div.page {
	background: none;
}
body.produweb-storeview-storeitem-index div.page ,
body.cms-index-index div.page {
	background: none;
}
div.colonecontainer {
	/*background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/colors.png) no-repeat 35px top;*/
}
html.touch body.cms-personnages .isotope {overflow:auto;}
html.touch div.footercontainer {background:none;}

body.cms-eshop div.std {display:none}
body.cms-eshop div.col-main.col-sm-8.col-md-9 {padding:0}

div.listingsubcategs {margin:0;padding:0;}
div.listingsubcategs div.col-sm-6 ,
div.listingsubcategs div.col-sm-4
{padding:0}
div.listingsubcategs div.col-sm-6 a.subcatname ,
div.listingsubcategs div.col-sm-4 a.subcatname {
	color: #6f83ba;
	font-size: 27px;
	font-family: "plutocond_light";
	font-weight: normal;
	display: block;
	cursor: pointer;
	border-bottom: 7px solid #f4f7fb;
	width: 60%;
	margin: 0px auto 0;
	padding-bottom: 8px;
	text-transform: initial;
	line-height: 32px;
}
span.subcattext {
	font-family: "plutocond_light";
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 28px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/opacity_white.png) repeat left top;
	line-height: 28px;
	padding: 10px 0;
}
div.block-layered-nav div.actions a.button {margin-right:32px;}
.catalog-category-view div.listingsubcategs div.col-sm-6 a.subcatname ,
.catalog-category-view div.listingsubcategs div.col-sm-4 a.subcatname {
	color: #b9b9b0;
	font-size: 20px;
	font-family: "plutocond_regular";
	font-weight: normal;
	display: block;
	cursor: pointer;
	border-bottom: 7px solid #f8f8f7;
	width: 60%;
	margin: 0px auto 0;
	padding-bottom: 8px;
	text-transform: initial;
	line-height: 32px;
}

div.homelinks.col-sm-12 {padding: 0px !important;}
div.toplink.col-sm-3 {padding: 0px !important;}

div.listingsubcategs img {margin: 0 auto;}

div.category_title {
	background-color: #95b2da;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.category_title  h1 {
	font-family: "plutocond_extralight";
	color: #ffffff;
	font-size: 40px;
	margin:0;
	padding:0;
	font-weight: normal;
	text-transform: initial;
}
div.category_title h2 {
	font-family: "plutocond_regular";
	color: #ffffff;
	font-size: 30px;
	margin:0;
	padding:0;
	font-weight: normal;
	text-transform: initial;
}
div.category_view_page {padding:0 !important;margin-bottom: 50px;}

div.listingsubcategs div a:hover {color:#91b0d6 !important}

div.sidebar-item-title {
	color: #6f81ac;
	font-size: 25px;
	font-family: "plutocond_light";
	border-top: 1px solid #e2e6ee;
	border-bottom: 1px solid #e2e6ee;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 15px;
	padding: 10px 0;
}

div.block-layered-nav .ui-slider .ui-slider-range {
	background: #93b1d3 !important;
	border: 1px solid #88a4c3 !important;
	cursor: pointer;
}
div.block-layered-nav .ui-slider .ui-slider-handle {
	background: #6f81ac !important;
	border: 1px solid #88a4c3 !important;
}	
li.filter-layered {
	border: 1px solid #e2e6ee;
	padding: 0px !important;
	float: left;
	margin: 3px;
}

li.filter-layered {
	border: 1px solid #e2e6ee;
	padding: 0px !important;
	float: left;
	margin: 3px;
}

div.sizefilter li.filter-layered {
	width: 60px;
	text-align: center;
}

li.filter-layered a {
	color: #93b1d3;
	font-size: 12px;
	font-family: "plutocond_regular";
	text-transform: initial;
	display: block;
	padding: 5px 7px;
}

li.filter-layered:hover {
	border: 1px solid #91b0d6;
}
li.filter-layered a:hover {
	color: #fff;
	background-color: #91b0d6;
}

div.category_list_view {
	padding-top: 0px;
	clear: both;
	display: block;
}

/*
div.category-products .toolbar-bottom {display:none}
*/
span.affichage {
	font-size: 14px;
	color: #acc2dc;
}
.toolbar .sorter .grid.active {
	background-color: #dedede !important;
}
div.sidebar-item h4.widget-title span.collapse_filter {
	font-size: 25px;
	margin-top: -7px;
	display: block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
/*div.layered_filter_content {display:none}*/
div.pricefilter  div.layered_filter_content {display:block}

span.coloritem {
	display: block;
	width: 30px;
	height: 25px;
}

div.colorfilter  li.filter-layered {
	border: none;
}
div.colorfilter li.filter-layered a:hover {
	background-color: white !important;
}

div.footer_sitemap ul {}
div.footer_sitemap ul li {
	text-align: left;
}
div.footer_sitemap ul li ,
div.footer_sitemap ul li a{
	color: #6f81ac;
	font-size: 17px;
	font-family: "plutocond_regular";
	float: left;
	clear: both;
}
div.footer_sitemap ul.lastcol li {line-height: 32px}
div.footer_sitemap ul ul {clear:both}
div.footer_sitemap ul ul li {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bullet_blue.png) no-repeat left center;
	padding-left: 18px;
	overflow: auto;
	text-align:left;
	/*margin: 7px 0;*/
	margin: 2px 0;
}
div.footer_sitemap ul ul li a{
	font-size: 15px;
	font-family: "plutocond_light";
	line-height: 18px;
}
.product-categories li ul li.cat-item.current-cat a {
	color: #6f83ba !important;
}
.product-categories li ul li.cat-item.current-cat{
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bullet_on.png) no-repeat left center;
}
.product-categories li ul li.cat-item a:hover {color: #6f83ba !important;}@media (max-width: 768px) {
    .col-xs-6 {
        margin-top:20px;
    }
}

@media (max-width: 400px) {
    .homelinks  {
        margin-top:40px;
    }
}

div.listingsubcategs h3.bestseller_title {
	color: #b9b9b0;
	text-transform: inherit;
	font-weight: normal;
	font-size: 25px;
	border-bottom: 1px solid #f1f1ef;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
	padding-top: 35px;
}
h3.bestseller_title strong {color: #b9b9b0;}

div.most_viewed {clear: both;}
div.most_viewed ul.products-grid{margin:0;padding:0 3px;}
div.most_viewed ul.products-grid li.item{width:33%;}
div.most_viewed.products ul.products-grid li.item {width:100%;}
div.most_viewed.products h3.blocktitle {
	color: #b9b9b0;
	font-size: 18px;
	font-family: "plutocond_regular";
	font-weight: normal;
	text-transform: initial;
}
div.most_viewed ul.products-grid li.item h3.product-name a{}

.top-bar a.cartsidebar {
  color: white !important;
  font-family: "plutocond_regular";
  font-size: 13px;
  line-height: 44px;
  margin-top: -2px !important;
}
a.cartsidebar {
  text-transform: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 24px;
  display: block !important;
  text-align: center !important;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/cartsidebar_bg.png) no-repeat center center;
  height: 34px;
  float: right;
}

div.cart-popup div.subtotal ,
div.cart-popup .price {
	text-align: right !important;
	margin-bottom: 20px !important;
	font-size: 26px !important;
	position: relative !important;
	top: -1px !important;
	text-transform: initial !important;
	color: #95b3d8 !important;
	font-family: "plutocond_light" !important;
}

ul.products-grid li.item h3.product-name a {
	font-family: "plutocond_regular", Arial;
	color: #9da090;
	font-size: 14px;
	text-transform: initial;
	width: 100%;
	text-align: center;
	line-height: 12x;
}
ul.products-grid li.item h3.product-name {
	font-family: "plutocond_regular", Arial;
	color: #9da090;
	font-size: 14px;
	text-transform: initial;
	width: 100%;
	text-align: center;
	line-height: 14px;
}

ul.products-grid li.item div.price-box p.old-price {margin-left:15px}
ul.products-grid li.item div.price-box p.old-price span.price {
	font-family: "plutocond_light", Arial;
	color: #4b63ae;
	font-size: 16px;
	letter-spacing: -1px;
	float:right;
}
ul.products-grid li.item div.price-box p.special-price span.price {
	font-family: "plutocond_light", Arial;
	color: #f3a0ad;
	font-size: 22px;
	letter-spacing: -1px;
	float:left;
}
div.product-essential div.price-box p.special-price span.price {
	font-family: "plutocond_light", Arial;
	color: #f3a0ad;
	font-size: 30px;
}
div.product-essential div.price-box p.old-price span.price {
  font-family: "plutocond_extralight", Arial;
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
    margin: 0 20px 0 0;
}
ul.products-grid li.item div.price-box span.regular-price span.price {
	font-family: "plutocond_light", Arial;
	color: #91b0d6;
	font-size: 22px;
	width: 100%;
	text-align: center;
	display:block;
	letter-spacing: -1px;
}
ul.products-grid li.item div.actions  {text-align:center;display:none;}
ul.products-grid li.item:hover div.actions  {display:block;}
ul.products-grid li.item div.actions .button {
	margin-bottom: 0;
	background-color: #5068b3;
	border: none;
	color: white !important;
	font-family: "plutocond_light";
	font-size: 16px;
	text-transform: initial;
	border-radius: 13px;
}

ul.products-grid li.item ul.add-to-links li a {
	color: #91b0d6;
	border: 1px solid #91b0d6;
	background-color: #ffffff;
	border-radius: 5px;
	width: 31px;
	padding: 7px;
	margin-top: 0px;
}
ul.products-grid li.item ul.add-to-links li a:hover {
	color: #ffffff !important;
	border: 1px solid #f3a0ad;
	background-color: #91b0d6;
}

div.searchcontainer input#search {
	width: 95%;
	border: 1px solid #e3e3e1;
	border-radius: 5px;
	margin-top: 6px;
	color: #898a85;
}
.ui-tabs .ui-tabs-panel {
  margin-top: -3px !important;
}
div.searchcontainer button {
	background: #798ab6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/search-submit.jpg) no-repeat center center;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 68px;
	border-radius: 5px;
	height: 48px;
	margin-left: -80px;
}
div.searchcontainer {
	overflow: auto;
	position: relative;
	background-color: #f1f3f2;
	margin-bottom: 8px;
	padding-top: 10px;
	display: none;
}
span.close_search_bar {
	color: #737eb6;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 5px;
}
div.maincateg {padding:0 !important;}

div.banner_promo {
	margin-top: 48px;
	position: relative;
}

div.banner_promo ul {}
div.banner_promo ul li{}
div.banner_promo ul li a{
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_opacity_pink.png) repeat left top;
	border: 1px solid white;
	position: absolute;
	top: 30px;
	left: 48px;
	color: white;
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 25px;
	width: 270px;
	font-family: "plutocond_light";
	line-height: 31px;
}
div.banner_promo ul li a strong{
	color: white;
	font-family: "plutocond_medium";
	font-weight: normal;
}
span.cat_description {
	color: #aaaaa1 !important;
	font-family: "plutocond_light";
	font-size: 18px;
	text-transform: initial;
}
div.maincateg div.listingsubcategs div.col-sm-4 a.subcatname {
	border-bottom: 1px solid #dcdcd7;
	margin: 20px auto 10px;
	padding-bottom: 8px;
}

ul.menu.smartwave-menu {
    position: relative;
    text-align: left;
    width: 100%;
	margin-top: -5px;
}
ul.menu.smartwave-menu li {
	float: right;
}
ul.menu.smartwave-menu li ul.histoire {
	background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_menu_histoire.jpg) no-repeat center bottom;
	margin-top: 4px;
}
ul.menu.smartwave-menu li ul.trouver {
	/*background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_menu_trouver.png) no-repeat center bottom;*/
}

ul.menu.smartwave-menu li ul li ul {border: none;}
ul.menu.smartwave-menu li ul li ul li{
  margin: 0;
  padding: 10px;
  text-align: center;
}

ul.menu.smartwave-menu li ul {
    background-color: white;
    border: 1px solid #abc2dd ;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
	display: none;
}
ul.menu.smartwave-menu li ul li.second {padding-left:180px}
ul.menu.smartwave-menu li ul li {
  background-color: transparent !important;
  float: left;
  min-height: 200px;
  width: 20%;
  display: none;
  font-size: 25px;
  border: none;
  text-align: center;
  padding: 3px 10px;
  text-transform: capitalize;
}
ul.menu.smartwave-menu li.cms.marque ul li {
	text-transform: inherit;
}
div.menu-all-pages-container > ul.menu.smartwave-menu > li > a {
	text-transform: uppercase;
}

ul.menu.smartwave-menu li ul li a {
	color: #7988b6 !important;
	font-family: "plutocond_extralight";
	font-size: 30px;
}
ul.menu.smartwave-menu li ul li a.btn {color: #ffffff !important;}
ul.menu.smartwave-menu li ul li span {
	font-size: 14px !important;
	display: block !important;
	line-height: 24px !important;
	margin-top: 8px !important;
	color: #7988b6 !important;
	font-family: "plutocond_light" !important;
}
ul.menu.smartwave-menu li ul li span a {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #7988b6 !important;
	font-family: "plutocond_light" !important;
}
ul.menu.smartwave-menu li ul.histoire li.second span {
	font-family: "plutocond_regular";
}
ul.menu.smartwave-menu li ul li span a.btn {
	background-color: #aac2de;
	width: auto;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 17px;
	position: absolute;
	bottom: 50px;
	display: block;
	color: white;
	font-family: plutocond_regular;
}
div.fixed-header ul.menu li ul {display:none !important;}

table#valeurs-table td {padding:0}
table#valeurs-table td#title_valeurs{
	background: #fbb040;
	color: white;
	font-size: 70px;
	padding: 50px;
	font-family: "plutocond_light";
	line-height: 70px;
	border-bottom: 8px solid white;
}
table#valeurs-table td#right_valeurs h2 {
	color: #f6b540;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
}
table#valeurs-table td#right_valeurs {
	width: 50%;
	background-color: #e8e8e1;
	color: #f6b540;
	padding: 30px 100px !important;
	border-left: 8px solid white;
}

@media (max-width: 600px) {
    .perso-view-item.isotope  {
        height: auto !important;
    }
	body.cms-personnages .isotope {
		width:  auto !important;
		height:  auto !important;
		background-color: transparent !important;
	}
}

body.produweb-storeview-storeitem-index .main {min-height: 50px;}

form#search_store {
  background-color: #fff;
  display: block;
  text-align: left;
  color: #7183ae !important;
  height: 745px;
  -webkit-box-shadow: 5px 5px 10px 2px #8498c1;
  box-shadow: 5px 5px 10px 2px #8498c1;
  overflow: hidden;
  position: absolute;
  top: 110px;
  width: 456px;
  left: 39px;
}
div#search_store_container {
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
}
form#search_store ul {
	float: left;
	margin-left: 38px;
	margin-top: 13px;
}
form#search_store a#storecarte {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_carte_btn.png) no-repeat center center;
	width:129px;
	height:50px;
	display:block;
	float: right;
	line-height: 53px;
	text-align: left;
	padding-left: 60px;
	font-size: 20px;
	color: white;	
	margin-top: 13px;
}
form#search_store a#storeliste {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_liste_btn.png) no-repeat center center;
	width: 129px;
	height: 50px;
	display: block;
	float: right;
	line-height: 53px;
	text-align: left;
	padding-left: 60px;
	font-size: 20px;
	margin-left: -3px;
	margin-right: 32px;
	margin-top: 13px;
}
form#search_store input#searchstore{
  background-color: white;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #e1e8f1;
  width: 66%;
  color: #526da1;
  height: 38px;
  line-height: 38px !important;
  padding-left: 10px;
  font-weight: 300;
  font-family: "Plutocond_light";
}
form#search_store input#submitsearchstore{
  background-color: #a5bbd6;
  margin-left: -2px;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #a5bbd6;
  width: 33%;
  color: #ffffff;
  height: 38px;
  line-height: 20px;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 400px) {
	form#search_store input#submitsearchstore{
		color: #fbb650;
		font-size: 0px;
		background: #fbb650 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/loupe.png) no-repeat center center
	}
}
form#search_store h1 {
	color: #526da1;
	font-size: 25px;
	font-family: "plutocond_extralight";
	margin: 0 0 0 13px;
	padding-top: 15px;
	text-transform: initial;
	padding-bottom: 10px;
}

@media screen and (max-width: 568px) {
    form#search_store h1 {
		font-size: 20px;
	}
}

div.infobubblecontent {
	color: #7183ae !important;
	font-size: 12px;
	font-family: "plutocond_light";
	text-align:left;
	line-height: 16px;
	width: 465px !important;
}
span.col-left-poup {
  width: 50%;
  float: left;
  padding: 20px 0 20px 20px;
}
span.col-left-poup.allwidth {
  width: 100%;
  float: left;
  padding: 20px;
}
span.col-right-poup {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 0;
  position: relative;
}

div.hours_store_hidden {padding-top: 25px;}

div.storeitem-list-item span.available {
	height: auto;
	margin-bottom: 5px;
}
div.storeitem-list-item span.available ,
div.hours_store_hidden  span {
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-weight: 600;
}
div.hours_store_hidden  span.store_day1 {
	width: 30%;
    float: left;
    font-weight: 300;
    font-family: "Plutocond_light" !important;	
}
div.hours_store_hidden  span.hours_day1 {
	width: 70%;
	float: left;
    font-weight: 300;
    font-family: "Plutocond_light" !important;		
}

div.storefiche {
	margin-top: 25px;
}
span.close_store_fiche {
  background: transparent url(/js/close_infobubble.png) no-repeat center center;
  width: 12px;
  height: 13px;
  display: block !important;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 10px 2px;
  cursor: pointer;
}
span.magpic img {
  max-width: 200px !important;
  max-height: 150px !important;
  z-index: 9999999;
  float: right;
}
.noukies_gmap_343_type div.infobubblecontent h3{color: #60c8c1;}
.noukies_gmap_344_type div.infobubblecontent h3{color: #fbb041;}

div.infobubblecontent h3{
	color: #7183ae;
	font-size: 19px;
	font-family: "plutocond_regular";
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 17px;
}
div.infobubblecontent a {
	color: #7183ae;
	text-decoration: underline;
	cursor: pointer;
}
ul#swith_store_type li.first {
  margin-right: 10px;
  display: block !important;
  float: left;
} 
ul#swith_store_type li label {
	font-size: 16px;
	font-family: "plutocond_light";
}
ul#swith_store_type li label input#loc239_sel{
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg239.png) no-repeat left top;
	width: 31px;
	height: 39px;
	cursor: pointer;
}
ul#swith_store_type li label input#loc239_sel:checked {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg239_chk.png) no-repeat left top;
}	
ul#swith_store_type li label input#loc240_sel{
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg240.png) no-repeat left top;
	width: 31px;
	height: 39px;
	cursor: pointer;
}	
ul#swith_store_type li label input#loc240_sel:checked {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg240_chk.png) no-repeat left top;
}
span#geolocme {
  position: absolute;
  top: 6px;
  color: #91b0d6;
  right: 154px;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_geocodeme.png) no-repeat center center;
  cursor: pointer;
  z-index: 9;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
}
div#swith_store_type_div {
  overflow: auto;
  height: 80px;
  line-height: 70px;
  padding-right: 10px;
  margin-top: 35px;
}
div.prodtypes_filter_checbox_container {
    min-height: 13px;
    max-height: 13px;
	display: flex;
    /* flex-direction: column;*/
    align-items: center; 
    /* justify-content: center;*/ 
}
div.prodtypes_filter_checbox span {
    display: block;
	text-align: center;	
	width: 100%;
}
div.prodtypes_filter_checbox {
  float: left;
  width: 20%;
  text-align: center;
  color: #526da1;
  font-weight: 500;
  font-family: "plutocond_light";
  font-size: 11px;
  line-height: 11px;
}
ul#swith_store_type {
	float: left;
}
div.dealer_type_title h2 {
	font-family: "plutocond_regular";
    font-size: 36px;
    color: #55c9c8;
    text-transform: initial;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    float: right;
    line-height: 78px;
}
ul.pagination {
	position: absolute;
	top: 154px;
	background-color: #91b0d6;
	width: 97.5%;
	display: none;
}
.pagination {list-style:none; margin:0px; padding:0px;}
.pagination li{float:left; margin:3px;}
.pagination li a{   
	display: block;
	padding: 3px 5px;
	color: #fff;
	text-decoration: none;
	border: none !important;
	background-color: transparent;
}
.pagination li a.active {
	border:none; 
	color:#91b0d6; 
	background-color:#fff;
}
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}

.nopadding {padding:0 !important;}

div.storeitem-list-container {
	display: none;
	background-color: white;
	height: 521px !important;
	width: 100%;
	margin-top: 25px;
	overflow-y: auto;
	overflow-x: hidden;
}
a.see-store-fiche {
  background-color: #a5bbd6;
  display: block;
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
  border-radius: 3px;
  cursor: pointer;
}
div.storeitem-list-container.boutiques {
	display: block;
}
div.storeitem-list-item {
  height: auto;
  margin-bottom: 30px;
}
div.storeitem-list-item h3{
  font-size: 18px;
  font-family: "plutocond_regular";
  font-weight: normal;
  margin: 0 0 3px 10px;
  float: left;
    width: 90%;
  line-height: 18px;
}
div.type239store h3 {color:#57c2bc;}
div.type240store h3 {color:#fdaf42;}
div.boxstore span ,
div.storeitem-list-item span {
	display:block;
	padding-left: 20px;
	font-size: 13px;
	font-family: "plutocond_light";
	color: #7183ae;
	text-transform: initial;
}
div.boxstore span.closeboxstore {
	font-size: 26px;
	font-family: "pluto_regularregular";
	right: -14px;
	position: absolute;
	top: -14px;
	background-color: white;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 36px;
	border-radius: 5px;
	cursor:pointer;
}
div.boxstore span.store_adr ,
div.storeitem-list-item span.store_adr {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_adr.png) no-repeat 4px top;
}
div.boxstore span.store_phone ,
div.storeitem-list-item span.store_phone {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_phone.png) no-repeat 4px top;
}
div.boxstore span.store_mail ,
div.storeitem-list-item span.store_mail {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_site.png) no-repeat left top;
	word-wrap: break-word;
}
div.boxstore span.store_site ,
div.storeitem-list-item span.store_site {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_site.png) no-repeat left top;
	word-wrap: break-word;
}
.store_pictos span.cat_peluches ,
.store_pictos span.cat_vetements ,
.store_pictos span.cat_puericulture ,
.store_pictos span.cat_mobilier ,
.store_pictos span.cat_sublime ,
.store_pictos span.cat_softsole ,
.store_pictos span.cat_beach {
  display: block;
  float: left;
  width: 33%;
  height: 70px;
  font-family: "plutocond_light";
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 10px 0;
  text-align: center;
  padding-top: 52px;
  padding-left: 0;
}
.store_pictos span {
	display: block;
	float: left;
	width: 20%;
	height: 70px;
	font-family: "plutocond_light";
	font-size: 13px;
	margin: 0;
	text-align: center;
}
.store_horaires {
  display: block !important;
  overflow: auto;
}
.store_pictos {
  margin-top: 25px;
  display: block;
  padding-left: 0 !important;
  margin-top: 15px !important;
  overflow: auto;
}
.store_pictos span.cat_peluches {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_pelu.png) no-repeat center top;
	color:#babbb2;
}
.store_pictos span.cat_vetements {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_vete.png) no-repeat center top;
	color:#93b2d6;
}
.store_pictos span.cat_sublime {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_subl.png) no-repeat center top;
	color:#706f6f;
}
.store_pictos span.cat_softsole {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_soft.png) no-repeat center top;
	color:#7987b5;
}
.store_pictos span.cat_puericulture {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_puer.png) no-repeat center top;
	color:#6f81ac;
}
.store_pictos span.cat_mobilier {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_mobi.png) no-repeat center top;
	color:#9bd3d3;
}
.store_pictos span.cat_beach {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/store_beac.png) no-repeat center top;
	color:#57c1ba;
}
#map_container img { max-width:none; }
.gmnoprint img { max-width: none; }

span.storetypes span.cat_peluches {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_pelu.png) no-repeat center top;
	color:#babbb2;
}
span.storetypes span.cat_vetements {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_vete.png) no-repeat center top;
	color:#93b2d6;
}
span.storetypes span.cat_sublime {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_subl.png) no-repeat center top;
	color:#706f6f;
}
span.storetypes span.cat_softsole {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_soft.png) no-repeat center top;
	color:#7987b5;
}
span.storetypes span.cat_puericulture {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_puer.png) no-repeat center top;
	color:#6f81ac;
}
span.storetypes span.cat_mobilier {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_mobi.png) no-repeat center top;
	color:#9bd3d3;
}
span.storetypes span.cat_beach {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/small_store_beac.png) no-repeat center top;
	color:#57c1ba;
}

span#expandme {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/collapse.png) no-repeat center top;
	width:35px;
	height:20px;
	display:block;
	cursor: pointer;
	position: absolute;
	right: 5px;
	bottom: 6px;
}
div.rowborderleft {margin-left:0px !important;padding-left: 5px;}

/*
div.rowborderleft.boutiques {border-left: 1px solid #55c9c8 ;}
div.rowborderleft.revendeurs {border-left: 1px solid #fbb54d ;}
.t_344_ div.rowborderleft.boutiques {border-left: 1px solid #fbb54d ;}
.t_343_ div.rowborderleft.revendeurs {border-left: 1px solid #55c9c8 ;}
*/

span.storetypes {
	display: block;
	width: 100%;
}

ul.storetypesshop {
	font-size: 12px;
	color: #7183ae;
}
ul.storetypesshop li {
	float:left;
	padding-right: 10px;
}
ul.storetypesshop li.last {
	padding-right: 0px;
}
span.magpiclist img {
	max-height: 120px;
	max-width: 215px;
	top: 0;
	z-index: 99999;
}
div.prodtypes_filter input {
	margin-left: 20px;
	margin-top: -1px;
}
.distkm {
  font-weight: 600;
  padding: 0 !important;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/icon_transparent.png) no-repeat center center;
  width: 33px;
  height: 41px;
  display: block !important;
  color: white !important;
  line-height: 11px;
  font-size: 11px !important;
  text-align: center;
    margin-left: -16px;
	float:left;
}
.distkm {display:none;}
.distkm a {padding-top:5px;display: block;color:white;}

.distkm.boutiques {background-color:#55c9c8  !important;}
.distkm.revendeurs {background-color:#fbb54d  !important;}

.t_344_ .distkm.boutiques {background-color:#fbb54d  !important;}
.t_343_ .distkm.revendeurs {background-color:#55c9c8  !important;}

ul.pagination_boutiques ,
ul.pagination_revendeurs {
	position: absolute;
	display: block;
	top: 175px;
	width: 97.5%;
	background-color: #91b0d6;
	color: white;
	z-index: 9;
	height: 55px;
}
ul.pagination_boutiques li,
ul.pagination_revendeurs li{
	float: left;
	height: 55px;
	line-height: 55px;
	margin: 0 5px;
}
ul.pagination_boutiques li a,
ul.pagination_revendeurs li a{
	cursor: pointer;
	color: white;
	font-size: 18px;
	font-family: "plutocond_light";
}
ul.pagination_boutiques li a.active_boutiques,
ul.pagination_revendeurs li a.active_revendeurs{

}
span.cart_sku {
	color: #94968c;
	font-size: 12px;
	font-family: "plutocond_light";
	margin-top: 5px;
	display: block;
}
div.custom_remove_cart_item a.ediproductlink {
	color: #92b1d7;
}
div.custom_remove_cart_item a {
	width: auto;
	text-indent: 0;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
	font-family: "plutocond_light";
	color: #de696c;
	display: block;
	float: left;
	margin-right: 25px;
}
div.custom_remove_cart_item a span {text-decoration: underline;}
div.cart_custom_options {
	margin-top: 20px;
	border-left: 1px solid #ededeb;
	padding-left: 15px;
}
body.checkout-cart-index #homelinks {display:none}
body.checkout-cart-index .data-table thead th {
	color: #94968c;
	font-size: 14px;
	text-transform: initial;
	font-family: "plutocond_light";
}
td.custom_cart_price span.cart-price .price {
	color: #91b0d6;
	font-size: 20px;
	font-family: "plutocond_light";
}
body.checkout-cart-index .row {
	margin-left: 0;
	margin-right: 0;
}
body.onepagecheckout-index-index form#discount-coupon-form input#coupon_code {
	
}
body.onepagecheckout-index-index #checkout-coupon-discount-load {
	padding: 0 25px;
}
body.onepagecheckout-index-index .discount  .custom_coupon_label h2 ,
body.checkout-cart-index .discount  .custom_coupon_label h2 ,
form#discount-coupon-form .discount  .custom_coupon_label h2 {
	color: #a2a295;
	font-size: 23px;
	font-family: "plutocond_regular";
	text-transform: initial;
	height: auto;
	margin: 27px 0 0 0;
	line-height: 27px;
}
body.onepagecheckout-index-index .discount  .custom_coupon_label h2 ,
body.checkout-cart-index .discount  .custom_coupon_label h2 {
    border-bottom: 1px solid #f1f2f7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
button#couponcode_btn_cart {
    background-color: #b9b9b0;
    border: none;
    height: 40px;
    line-height: 31px;
    border-radius: 5px;
    color: white;
    text-transform: initial;
    font-size: 19px;
    margin-top: 6px;
    margin-left: 5px;
}
div#checkout-coupon-discount-load h2#appliedcoupons {
	font-family: "plutocond_light";
    font-size: 16px;
    color: #4b63ae;
    text-transform: initial;
    border-bottom: 1px solid #f1f2f7;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.cart .totals table td, .cart .totals table th {
    padding-right: 10px !important;
}
form#discount-coupon-form .discount .discount-form {}
form#discount-coupon-form .discount .discount-form .custom_coupon_text {
	float: left;
	margin: 0;
	padding: 0;
}
form#discount-coupon-form .discount .discount-form .custom_coupon_text input {
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border: 1px solid #d9dad4;
	border-radius: 5px;
	font-family: "plutocond_light";
	color: #a2a295;
	font-size: 14px;
}
form#discount-coupon-form .discount .discount-form .custom_coupon_submit {float: left;clear: none;}
form#discount-coupon-form .discount .discount-form .custom_coupon_submit button {
	background-color: #b9b9b0;
	border: none;
	height: 40px;
	line-height: 31px;
	border-radius: 5px;
	color: white;
	text-transform: initial;
	font-size: 19px;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 0;
}
body.checkout-cart-index tr.summary-details-amrules td strong ,
body.checkout-cart-index tr.summary-details-amrules td {
    background-color: transparent !important;
    color: white !important;
}
body.checkout-cart-index tr.summary-total .summary-collapse {
    float: left !important;
    text-align: left !important;
    padding-left: 0 !important;
} 
div.cart-cadeau-box {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/cart-cadeau-box.png) no-repeat 393px center;
	border: 1px solid #c9d8eb;
	margin-top: 15px;
	height: 175px;
	padding: 20px;
}
div.cart-cadeau-box h3 {
	color: #b2c8e2;
	font-size: 24px;
	text-transform: initial;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.cart-cadeau-box p {
	font-family: "plutocond_light";
	color: #91b0d6;
	font-size: 17px;
	line-height: 20px;
	margin-top: 10px;
}
div.cart-cadeau-box p span.price {
	font-family: "plutocond_regular";
	color: #91b0d6;
	font-size: 21px;
	display: block;
    float: right;
	margin-top: 12px;
}
form#discount-coupon-form .discount .discount-form .custom_coupon_submit button span {}
.cart .cart-total-section .totals h2 {display:none;}
.cart .cart-total-section .totals table tr td {
	font-size: 18px;
	text-align: left !important;
}
.cart .totals .price {
	color: #ffffff;
}
ul.checkout-types li button.button.btn-proceed-checkout.btn-checkout {
	width: 50%;
	border-radius: 5px;
}
.cart .totals table tfoot td strong {
	font-size: 18px;
	color: white;
	text-transform: initial;
}
.cart .cart-total-section .totals {
	margin-bottom: 30px;
	padding: 35px 40px 15px 50px;
	border: none;
	color: white !important;
	background-color: #94b2d7;
	margin-top: 0;
}
table#shopping-cart-totals-table  tr.even_tr_class {
	border-bottom: 1px solid #a7c1e0;
}
button.button.btn-continue {
	background-color: #b9b9b0;
	border: none;
	color: white;
	text-transform: initial;
	border-radius: 5px;
	height: 34px;
	line-height: 27px;
	font-size: 16px;
	font-family: "plutocond_light";
}
button.button.btn-continue span {}
div.reassurance_blocks  {padding:0;margin-top: 75px;}
div.reassurance_blocks div.reassurance_block {
    min-height: 160px;
}
div.reassurance_blocks div.reassurance_block div {
    min-height: 160px;
}
div.reassurance_blocks div.reassurance_block.block1 div a {background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance1.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block2 div a {background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance2.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block3 div a {background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance3.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block4 div a {background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance4.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block1 div a:hover {background: #91b0d6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance1_hover.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block2 div a:hover {background: #91b0d6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance2_hover.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block3 div a:hover {background: #91b0d6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance3_hover.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block.block4 div a:hover {background: #91b0d6 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/reassurance4_hover.png) no-repeat center 25px;}
div.reassurance_blocks div.reassurance_block div {
    border: 1px solid #e0e9f3;
}
div.reassurance_blocks div.reassurance_block div a {
    overflow: auto;
    cursor: pointer;
    display: block;
    text-align: center;
    padding-top: 80px;
    min-height: 160px;
}
div.reassurance_blocks div.reassurance_block div a:hover span {
    color: #ffffff;
}
div.reassurance_blocks div.reassurance_block div a:hover {
    background-color: #91b0d6;
}
div.reassurance_blocks div.reassurance_block div a img{margin-top: 25px;}
div.reassurance_blocks div.reassurance_block.block5  div {
    padding: 30px 10px 0 10px;
    height: 160px;
}
div.reassurance_blocks.fr-FR div.reassurance_block.block1  div a span ,
div.reassurance_blocks.fr-FR div.reassurance_block.block2  div a span ,
div.reassurance_blocks.fr-FR div.reassurance_block.block3  div a span ,
div.reassurance_blocks.nl-NL div.reassurance_block.block3  div a span ,
div.reassurance_blocks.en-GB div.reassurance_block.block1  div a span ,
div.reassurance_blocks div.reassurance_block.block4  div a span{
    line-height: 16px;
}
div.reassurance_blocks div.reassurance_block div a span{
    display: block;
    color: #91b0d6;
    font-size: 21px;
    font-family: "plutocond_light";
    margin-top: 20px;
    margin-bottom: 25px;
}

div#noukies_jobs_view h1 {
	color: #91b0d6;
	font-size: 40px;
	font-family: "plutocond_light";
	text-transform: initial;
}
body.customer-account-create div#noukies_family h1 ,
body.customer-account-login div#noukies_family h1 {
	color: #91b0d6;
	font-family: "plutocond_light";
	text-transform: initial;
}

body.customer-account-create div#noukies_family img ,
body.customer-account-login div#noukies_family img {display:none;}

div#noukies_jobs_view ,
body.customer-account-create div#noukies_family ,
body.customer-account-login div#noukies_family {
	background-color: transparent !important;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #f1f2f7;*/
	margin-bottom: 0px;
}
div.account-create .fieldset label {font-weight: 600;}
div.account-create .fieldset input[type=radio]{
	margin-top: -5px;
	margin-left: 25px;
}
div.account-create .fieldset {
	border:none;
	color: #94968c;
	font-size: 14px;
}
div.account-create .fieldset h2 {
	color: #4b63ae;
	font-size: 24px;
	text-transform: initial;
	border-bottom: 1px solid #f1f2f7;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	font-family: "plutocond_light";
}

body.customer-account-create div.register_actions {clear: none;}
body.customer-account-create div.register_actions li.control {list-style-type: none !important;}
body.customer-account-create div.register_actions li.control div.input-box  {
	width: 30px;
	float: left;
}
body.customer-account-create div.register_actions li.control div.input-box input {
	margin: -5px 0 0 0;
}
body.customer-account-create div.register_actions li.control label {
	color: #94968c;
	font-size: 14px;
}
body.customer-account-create div.register_actions.buttons-set p.required {display:block}
body.customer-account-create div.register_actions button.button {
	background-color: #5970bb;
	color: white;
	text-transform: initial;
	border-radius: 10px;
	float: right;
	font-family: "plutocond_light";
	font-size: 18px;
}
li.newslettercontrol {margin-bottom: 10px;}
div#register_text {
	color: #94968c;
	font-size: 14px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 40px;
}


@media (max-width: 600px) {
	div.footer_sitemap_row {
		background-color: white;
		opacity: 0.7;
		padding-left: 40px;
		padding-top: 10px;
	}
}	
@media (max-width: 1000px) {
	div.quick-access.search-center {
		clear: both;
		margin: 0 auto;
		float: none;
		display: block;
	}
	
	div.quick-access.search-center div.lnk3 a {
		/*margin-top: 19px !important;*/
		line-height: 17px;
	}
	div.quick-access.search-center div.toplink {line-height: 17px;}
	div.quick-access.search-center.col-sm-5 {width:70%}
}
@media (max-width: 400px) {
	div.quick-access.search-center.col-sm-5 {width:85%}
	ul.checkout-types li button.button.btn-proceed-checkout.btn-checkout {
		width: 95%;
		font-size: 16px;
	}
}


div.jobs_listing {}
div.jobs_listing div.pagination {margin-top: 15px;}
div.jobs_listing div.pagination div.block-filterby {}
div.jobs_listing div.pagination div.toolbar {
	margin: 0 15px 25px 15px;
	padding: 0 0 25px 0;
	height: 50px;
}
div.jobs_listing div.pagination div.toolbar .pager {
	margin: 0;
	padding: 0;
	float: left;
}
div.jobs_listing div.pagination div.toolbar .sorter {
	margin: 0;
	padding: 0;
	float: left;
}
div.jobs_listing div.pagination div.toolbar .sorter ul#sort_by {}
div.jobs_listing div.pagination div.toolbar .sorter ul#sort_by li {}
div.jobs_listing div.pagination div.toolbar .sorter ul#sort_by li a {
	color: #6f81ac;
	border: 1px solid #6f81ac !important;
	border-radius: 5px;
	margin-top: -4px;
}
div.jobs_listing div.pagination div.toolbar .sorter ul#sort_by li.sort_by_label {}

div.jobs_rows {margin-top: 35px;}
div.jobs_rows table tr th ,
div.jobs_rows table tr td {
	border:none;
	font-size: 14px;
	color: #94968c;
	font-family: "plutocond_light";
}
div.jobs_rows table tr th {
	padding: 0px;
}
div.jobs_rows table tr td {
	border-top: 1px solid #ededeb;
	padding: 18px 8px;
}
div.jobs_rows table tr td.td_job_title {
	font-size: 17px;
	color: #4b63ae;
	font-family: "plutocond_regular";
	/*padding: 18px 8px;*/
}
div.jobs_rows div.row1_head {}
div.jobs_rows div.row1_head div {
	font-weight: 600;
	padding: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
}
div.jobs_rows div.row1 {}
div.jobs_rows div.row1 div {}
div.jobs_rows a.detailledjob {
	background-color: #6f81ac;
	color: white;
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}
div.apply_btn {
	border-top: 1px solid #eef0f5;
	width: 100% !important;
	margin-top: 30px !important;
	padding-top: 30px;
}
span#applynowbtn {
	background-color: #5870bb;
	color: white;
	padding: 5px 30px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 28px;
	font-family: "plutocond_light";
}
div.jobsdetail_main h2 {
	font-size: 18px;
	font-weight: normal;
	color: #4b63ae;
	font-family: "plutocond_regular";
	float: left;
	display: block;
	letter-spacing: 0;
	text-transform: initial;
	width: 100%;
	margin-bottom: 0;
}
div.jobsdetail_main h3 span {
	font-family: "plutocond_regular";
}
div.jobsdetail_main h3 {
	font-size: 14px;
	font-weight: 600;
	color: #94968c;
	font-family: "plutocond_regular";
	float: left;
	display: block;
	letter-spacing: 0;
	text-transform: initial;
	width: 100%;
	margin: 15px 0;
}
div.job_detail_text strong ,
div.job_detail_text li ,
div.job_detail_text p {
	font-size: 14px;
	font-weight: normal;
	color: #94968c;
	font-family: "plutocond_regular";
}
div.job_detail_text ul {}
div.job_detail_text ul li {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 20px;
}
div.jobsdetail_main div.caract_text {
	font-size: 14px;
	font-weight: normal;
	color: #94968c;
	font-family: "plutocond_regular";
}
form#fmejobsForm h4 {
	font-size: 30px;
	font-weight: normal;
	color: #a2a295;
	font-family: "plutocond_light";
	float: left;
	display: inline-block;
	letter-spacing: 0;
	text-transform: initial;
	width: 76%;
	margin: 15px 12% 30px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ecece9;
}
div#jobs_form.fieldset {
	background-color: #f8f8f7;
	margin-top: 30px;
}
div.jobfield {clear:both;margin-bottom: 10px;}
div.jobfield label {width: 30%;font-size:14px;color:#94968c;}
div.jobfield input {width: 65%; height:27px;}
div.jobfield input[type=file]{display: inline;height:33px;}
div.jobfield input[type=submit]{
	background-color: #5870bb;
	color: white;
	padding: 5px 43px;
	text-align: center;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 15px 0 0 0;
	cursor: pointer;
	font-size: 26px;
	font-family: "plutocond_light";
	border: none;
	width: auto;
	height: 40px;
}
div.jobfield textarea {width: 65%;height:40px;}
div.jobsamount span {color: #91b0d6;}
div.jobsamount {
	width: auto;
	float: left;
	margin-right: 20px;
	margin-top: 13px;
	border-right: 1px solid #e2e6ee;
	padding-right: 20px;
	height: 20px;
	color: #94968c;
	font-size:13px;
}
div.jobs_listing div.sort-by label ,
div.jobs_listing div.filterby_label {
	color: #94968c;
	font-size:13px;
	margin-right: 10px;
}
div.jobs_listing div.block-filterby select ,
div.jobs_listing select#sort_by ,
div.jobs_listing select#sort_by option ,
div.jobs_listing div.block-filterby select option {
	color: #94968c;
	font-size:13px;
}
div.captchafield label {width:30%;}
div.captchafield div#captcha {width:70%;float:right;}
div.captchafield input#security_code {}

.jobs_listing .toolbar {border:none;}
body.produweb-storeview-storeitem-index .col1-layout .col-main {position:relative;}
body.produweb-storeview-storeitem-index .col1-layout .col-main  .boxstore{
	/*width: 50%;*/
	background-color: white;
	min-height: 255px;
	position: absolute;
	top: -525px;
	left: 40px;
	padding: 10px;
}
	
ul.storepager  {
	max-width: 70%;
	max-height: 55px;
	overflow: hidden;
	margin: 0px auto 0;
	padding-top: 3px;
}
ul.storepager  li{
	float: left;
	padding: 0;
	border: none;
	margin: 0 5px;
	width: 44px;
	text-align: center;
	color: white;
	font-size: 25px;
	font-family: "plutocond_thin";
}
ul.storepager  li.current{
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/current_store_page.png) no-repeat center center;
	color: #91b0d6;
}
ul.storepager  li span{
	display: block;
	width: 44px;
	padding: 5px 0;
	cursor: pointer;
}
.storepagination {
	background-color: #91b0d6;
	height: 55px;
}
span.pagerbtn {
	margin-top: -36px;
	cursor: pointer;
	color: white;
	font-family: "plutocond_thin";
	font-size: 18px;
}
span.pagerbtn.prev{float:left;margin-left:15px;}
span.pagerbtn.next {float:right;margin-right:15px;}

span.giftprices span.price ,
span.giftprices {
	font-size: 20px !important;
}
div.gift-card-info input#amount {
	color: #6f81ac;
	font-size: 20px !important;
}
p.email-friend a {
	color: #94968c;
	font-family: "plutocond_medium";
	font-size: 14px;
}
.product-view .product-shop .item-title {
	color: #94968c !important;
	font-family: "plutocond_medium";
	font-size: 14px;
}
.product-view .product-shop .sku_wrapper .sku ,
.product-view .product-shop {
	color: #94968c !important;
	font-size: 14px;
	font-family: "plutocond_light";
}
.product-view .product-shop .short-description {
  border-bottom: 1px solid #ebedf3;
  border-top: 1px solid #ebedf3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-view .product-options dt {
	/*width: 30%;
	float: left;*/
}
.product-view .product-options dd {
	/*width: 70%;*/
	width: 17%;
}
.product-view .product-shop .price-box {
	border-top: 1px solid #ebedf3;
	padding-top: 20px;
	margin-top: 20px;
}
a#addtobabylist {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/addtobabylist.png) no-repeat center top;
	font-size: 12px;
	color: #6f81ac;
	font-family: "plutocond_light";
	width: 100px;
	height: 70px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 44px;
	line-height: 12px;
}
ul.products-grid li.item ul.add-to-links li a.babyregistrylnk {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/addtobabylist.png) no-repeat center top;
	width: 49px;
	height: 41px;
	display: block;
	float: left;
	border: none !important;
	margin: -11px 0 0 0;
	padding: 0;
}
.product-view .product-shop input,.product-view .product-shop select,.product-view .product-shop textarea,.product-view .product-shop button {
	color: #94968c;
}
.product-view .product-shop .btn-cart span span {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-transform: initial;
	font-family: "plutocond_light";
}
.product-view .product-shop .btn-cart:hover {text-decoration: none !important}
.product-view .product-shop .btn-cart {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: white !important;
	padding: 6px 40px;
	background-color: #4b63ae;
}
div.product-view-right .products-grid li.item div.actions {display:none !important}
div.product-view-right .products-grid li.item:hover .item-area {border: none !important;}
div.product-view-right .products-grid li.item:hover {border: 1px solid #e8e8e8;}
body div.product-view-right ul.products-grid li.item {
	height: auto;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}
div.product-view-right .products-grid .description-wrapper {float: left;width: 50%;}
div.product-view-right .products-grid .product-image-wrapper {float: left;width: 50%;}
div.product-view-right {
	border-left: 1px solid #ebedf3;
}
div.slider-related-container h2.title  {border-bottom: 1px solid #f1f1ef;}
div.slider-related-container h2.title:before  {border:none}
div.slider-related-container h2 span {
	font-size: 25px;
	color: #b9b9b0;
	text-transform: initial;
}

/*
a.sw-product-quickview {display:none !important;}
*/

div.tab-content table.tbl1 tr td ,
div.tab-content table.tbl2 tr td{
	border:none;
}
div.tab-content table.tbl1 tr.tr1 td {
	border-bottom: 1px solid #f1f1ef;
}
div.tab-content table.tbl2 tr td {text-align:center;}

body.catalog-category-view div.fancybox-skin ,
body.catalog-product-view div.fancybox-skin {
	padding: 50px !important;
	background-color: #9cb9dc;
}
body.catalog-category-view div.tab-content ,
body.catalog-product-view div.tab-content {
	background-color: #ffffff;
}
body.catalog-category-view  .tabs.tabs-default ,
body.catalog-product-view  .tabs.tabs-default
 {text-align:left;}
body.catalog-category-view  .tabs .tab-content ,
body.catalog-product-view  .tabs .tab-content {
	margin-bottom: 0px;
}
body.catalog-category-view  .tabs .tab-title#tab_1 ,
body.catalog-product-view  .tabs .tab-title#tab_1 {
margin-left:0}
body.catalog-category-view  .tabs .tab-title.opened ,
body.catalog-product-view  .tabs .tab-title.opened {
	border-bottom: 1px solid #fff;
	background-color: white;
	text-transform: initial;
	color: #99b6da;
	font-size: 20px;
}
body.catalog-category-view  .tabs .tab-title ,
body.catalog-product-view  .tabs .tab-title {
	display: inline-block;
	border: none;
	padding: 10px 30px;
	text-transform: initial;
	margin: 0 8px;
	font-size: 20px;
	color: white;
}
div.crosssell-slider.products-slider .products-grid li.item {
	height: 385px;
	max-height: 385px;
} 
a.sizeguidelnk {
	color: #9fbadb;
	font-size: 12px;
	font-family: "plutocond_light";
	float: left;
	text-decoration: underline;
	margin-top: -5px;
}
a.sizeguidelnk.filter {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
}
div.sizefilter  a.sizeguidelnk.filter {
	display: block;
	clear: both;
}
div#sizeguide h2 {
	font-family: "plutocond_extralight";
	font-size: 40px;
	color: #4b63ae;
	text-transform: initial;
	font-weight: normal;
	text-align: center;
    margin-top: 25px;
    padding-bottom: 25px;	
}
img.noukiesseparator {
	width: 226px;
    margin: -15px auto 25px;
    display: block;
}

body.catalog-category-view  div.fancybox-wrap a.fancybox-close ,
body.catalog-product-view  div.fancybox-wrap a.fancybox-close {
	position: absolute;
	top: 5px !important;
	right: 5px !important;
	width: 40px;
	height: 48px;
	cursor: pointer;
	z-index: 8040;
	background: rgba(255, 255, 255, 0.8) url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/white_cross.png) no-repeat center center;
}

body.cms-notre-histoire div.page-heading {display:none}
body.cms-notre-histoire div.page-title.year-title {
	display: block;
    color: #526da1;
    text-align: center;
    padding: 20px;
    margin-bottom: 0px;
    margin-top: 35px;
}
body.cms-notre-histoire div.page-title.year-title  h1 {
	font-family: "plutocond_extralight";
	color: #526da1;
	text-transform: initial;
	font-size: 40px;
	border-bottom: 1px solid #b6cbe5;
	display: inline-block;
	padding: 0 65px 4px 65px;
	margin-bottom: 10px;
	font-weight: normal;
}

body.cms-notre-histoire div.page-title.year-title  h3 {
	font-family: "plutocond_light";
	color: #526da1;
	text-transform: initial;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.gift-messages-form input[type=text] ,
div.gift-messages-form textarea {
	font-size: 14px; 
	color: #94968c;
	font-family: "plutocond_light";
}
div#checkout-payment-method-load {
	font-size: 14px; 
	color: #94968c;
	font-family: "plutocond_light";
}
div.gift-messages-form h4 {display:none}
div.gift-messages-form {
	margin-top: 18px;
	border: 1px solid #f8f8f7;
	background-color: #f8f8f7;
	padding: 15px;
	color: #94968c !important;
	font-family: "plutocond_medium";
	font-size:14px;
	margin-bottom: 25px;
}
div.gift-messages-form label {
	color: #94968c !important;
	font-family: "plutocond_medium";
	font-size:14px;
}
div.gift-messages-form p {margin:0}
div.gift-messages-form input {}
div.gift-messages-form label {
	color: white;
}
div.ordershare h2 {
	text-transform: initial;
	font-size: 26px;
	margin-top: 30px;
}
div.ordershare h2.product-name {
	text-transform: initial;
	font-size: 14px;
	margin: 0px;
	color: #b7b9ae;
	text-align: center;
	border-bottom: 1px solid #eef0f5;
}

span.share-label {
	text-transform: initial;
	font-size: 14px;
	color: #94968c;
	font-family: "plutocond_light";
}
.ordershare .products-grid h2.product-name {
	line-height: 15px;
	margin: 0 0 25px;
	padding-bottom: 20px;
	height: 54px;
	max-height: 54px;
}
ul.share_order li {
	height: 60px !important;
	line-height: 60px;
	margin: 0 !important;
	padding: 0 !important;
	width: 33% !important;
}
.ordershare .item ul.share_order li a {
	padding: 0;
	margin: 0;
	border: none;
	height: auto;
	overflow: auto;
	cursor: pointer;
}
ul.share_order li img{}
span.category-url-wrapper a {
	color: #94968c !important;
	font-size: 14px;
	font-family: "plutocond_light";
}

div#giftwrap_availbale {
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/giftwrap.png) no-repeat left 0px;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebedf3;
  color: #91b0d6;
}
li#ship_form ul li.options input[type=checkbox] {
	float: left;
	margin-top: -2px;
}
table#valeurs-table table {margin:0px}

div.valeur-list-item ,
div.valeur-list-item div ,
div.valeur-list-container div {margin:0;padding:0;}

div.valeurs_title {
	padding:50px !important;
	border-bottom: 8px solid white;
	border-right: 8px solid white;
}
div.valeurs_img {
	border-right: 8px solid white;
}
div.valeurs_img img {
	border: 5px solid #f6f8fa;
}
div.valeurs_title h1 {
	font-size: 70px;
	font-family: "plutocond_extralight";
	line-height: 70px;
	text-transform: initial;
}
div.valeurs_text h3 {
	margin: 0 0 7px 0;
	font-size: 40px !important;
	font-family: "plutocond_light";
	/*line-height: 34px;*/
}
body div.valeurs_text p {
font-size: 14px;
}
div.valeurs_text div {
	margin-bottom: 30px;
	font-size: 14px;
}
div.valeurs_text {
	padding: 0 0 50px 50px !important;
}

body.cms-nos-valeurs div.valeurs_text h3 {
    color: #4b63ae;
    font-size: 18px !important;
    font-family: "plutocond_regular";
    height: 135px;
    line-height: 135px;
    background-color: #f6f8fa;
    text-align: center;
	width: 48%;
}
body.cms-nos-valeurs div.valeurs_text p {
	color: #9d9d94 !important;
    font-size: 12px;
    font-family: "plutocond_light";
    line-height: 20px;
    width: 48%;
    text-align: justify;
	padding-top: 15px;
}

body.cms-nos-valeurs div.valeurs_text h3.odd {float:left;}
body.cms-nos-valeurs div.valeurs_text p.odd {float:right;}
body.cms-nos-valeurs div.valeurs_text h3.even {float:right;}
body.cms-nos-valeurs div.valeurs_text p.even {float:left;}

div.clear_both {
	clear:both;
	margin-bottom: 10px !important;
}

body.cms-nos-valeurs div.page-heading {
	/*display: none;*/
}
div.text_bonretour {
	margin-top:50px;
}
div.bonretour.page-title h1 {
	color: white;
	font-weight: normal;
	font-family: "plutocond_light";
	font-size: 40px;
	text-transform: inherit;
	margin-bottom: 0;
}
div.bonretour.page-title {
	display:block !important;
	background-color: #95b2da;
	padding-top: 40px;
	padding-bottom: 35px;
}
li.error-msg span a {
	text-decoration: underline;
}

.block.block-mostpopular .block-title strong {
	font-family: "plutocond_medium";
	color: #b9b9b0;
	text-transform: initial;
}
.block.block-mostpopular .block-title {
	margin-bottom: 20px;
	border: none;
	font-size: 25px;
	color: #b9b9b0;
	font-weight: normal;
	font-family: "plutocond_light";
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #f1f1ef;
}
div.block-mostpopular .mini-products-list .product-image {
	float: left;
	width: 125px;
	border: none;
}
body.catalog-category-view div.block-mostpopular .mini-products-list .product-image {
	float: none;
	width: auto;
	border: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}
body.catalog-category-view div.block-mostpopular .mini-products-list .product-details {
	margin: 0;
	text-align: center;
	padding: 0 30px;
}
body.catalog-category-view div.block-mostpopular .mini-products-list .product-details .special-price .price {
	color: #91b0d6;
	font-size: 22px;
	font-family: "plutocond_light";
}
body.catalog-category-view div.block-mostpopular .mini-products-list .product-details .regular-price .price {
	color: #91b0d6;
    font-size: 22px;
    font-family: "plutocond_light";
}
div.block-mostpopular .mini-products-list .product-details .special-price .price {
	color: #91b0d6;
	font-size: 22px;
	font-family: "plutocond_light";
}
div.block-mostpopular .mini-products-list .product-details .regular-price .price {
	color: #91b0d6;
	font-size: 22px;
	font-family: "plutocond_light";
}
div.block-mostpopular .mini-products-list .product-details .old-price .price {
	color: #f3a0ad;
}
div.block-mostpopular .mini-products-list .product-details p.product-name a {
	color: #b7b9ae;
	font-size: 14px;
	font-family: "plutocond_regular";
	line-height: 14px !important;
	display: block;
	text-transform: inherit;
	word-break: break-word;
}
div.block-mostpopular .mini-products-list .product-details {
	margin-left: 140px;
}
div.block-mostpopular {
	border-left: 1px solid #e8ebf2;
	padding-left: 25px;
}
.product-view .product-shop .product-name h1 {text-transform: initial;}

body.catalog-category-view div.block-mostpopular {
	border-left: none;
	padding-left: 0;
	margin-top: 35px;
}
body .show-top-panel {display:none !important}

body .checkout-agreements .agree label {
	font-weight: normal;
	color: #94968c;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}

div#review-buttons-container .button.filled.disabled, 
div#review-buttons-container .button.filled.disabled:hover, 
div#review-buttons-container .button.white.disabled:hover {
	background-color : #E0E0EB !important;
	color : #848484 !important;
}

div#review-buttons-container .button.filled, 
div#review-buttons-container .button.filled:hover, 
div#review-buttons-container .button.white:hover {
	background-color: #4b63ae !important;
	border-color: #4b63ae;
	color: #ffffff !important;
	font-size: 21px;
	text-transform: uppercase;
	font-family: "plutocond_medium";
	border-radius: 15px;
	text-decoration: none;
}
a#gobacktocart {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/gotocart.png) no-repeat center center;
	width: 232px;
	height: 32px;
	display: block;
	color: white;
	padding-left: 61px;
	line-height: 32px;
	font-size: 16px;
	font-family: "plutocond_light";
	float: right;
	overflow: auto;
	clear: none;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: none !important;
}
ul.navbar-right li.dropdown {display:block !important;}

ul.navbar-right li.dropdown ul.dropdown-menu {
	  margin: 0 -13px 0 0;
	padding: 0;
	background-color: #7c93bf;
	border: 1px solid #7c93bf;
	box-shadow: none;
	margin-top: 9px;
	width: auto;
	min-width: 50px;
	z-index: 9999;
}
ul.navbar-right li.dropdown a.dropdown-toggle{
	margin: 4px 0 0 0;
	padding: 0;
	background-color: #7c93bf;
}
ul.navbar-right.account-ul-top li.dropdown a.dropdown-toggle{
	margin: 4px 0 0 0;
	padding: 0;
	background-color: transparent;
	color: white !important;
	font-family: "plutocond_light";
}
body .dropdown-menu>li>a:hover, 
body .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #7c93bf;
	background-image: none;
}
body .dropdown-menu>li>a {
	color: #ffffff;
}

.header-container .top-bar .search {display:block;}
.opc-activate-container {display: none;}

.of_box  {
	padding-top: 23px;
	font-size: 20px;
}
form#activate-form div {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	
}
div.product-image-wrapper div.slider-counter {display:none !important;}

body .product-view .product-img-box .product-image-zoom img.mixandmatch_img ,
body img.mixandmatch_img {
	position: absolute !important;
	top: 4px !important;
	right: 4px !important;
	z-index: 9;
	left: auto;
}
body .product-view .product-img-box .product-image-zoom img.mixandmatch_img.outlet ,
body img.mixandmatch_img.outlet {
	position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
    z-index: 9;
    left: auto;
    top: inherit !important;
}
body ul.products-list.bestsales_productview img.mixandmatch_img {
    width: 35px;
}
ul.products-grid li {position:relative;}
ul.products-grid li span.saveprice {
	position: absolute;
	top: 4px;
	left: 4px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
	width: 52px;
	height: 38px;
	display: block;
	font-size: 19px;
	color: white;
	font-family: "plutocond_light";
	letter-spacing: -1px;
	line-height: 38px;
	text-align: center;
}
.product-view {position:relative;}
.product-view span.saveprice {
	position: absolute;
	top: 4px;
	right: 4px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
	width: 52px;
	height: 38px;
	display: block;
	font-size: 19px;
	color: white;
	font-family: "plutocond_light";
	letter-spacing: -1px;
	line-height: 38px;
	z-index: 9;
	text-align: center;
}
ol.mini-products-list li {position:relative;}
ol.mini-products-list li  span.saveprice {
	position: absolute;
	top: 4px;
	left: 4px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
	width: 52px;
	height: 38px;
	display: block;
	font-size: 19px;
	color: white;
	font-family: "plutocond_light";
	letter-spacing: -1px;
	line-height: 38px;
	z-index: 99;
	text-align: center;
}
div.product-image-zoom {position:relative;}
div.product-image-zoom  span.saveprice {
	position: absolute;
	top: 4px;
	left: 4px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
	width: 52px;
	height: 38px;
	display: block;
	font-size: 19px;
	color: white;
	font-family: "plutocond_light";
	letter-spacing: -1px;
	line-height: 38px;
	z-index: 99;
	text-align: center;
}
table#checkout-review-table td span.saveprice ,
table#shopping-cart-table td span.saveprice {
	position: relative;
	top: inherit;
	left: inherit;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
	width: 52px;
	height: 38px;
	display: block;
	font-size: 19px;
	color: white;
	font-family: "plutocond_light";
	letter-spacing: -1px;
	line-height: 38px;
	z-index: 9;
	text-align: center;
}
/*
body.catalogsearch-result-index .products-grid li.item {
	height: 445px;
	max-height: 445px;
}
*/
body.catalogsearch-advanced-result div.breadcrumbs {display:none !important}
body.catalogsearch-advanced-result p.advanced-search-amount {margin-top:30px;}

div#sos_noukies_search .sos_title {
	min-height: 200px;
}
div#sos_noukies_search .sos_title h1 {
	font-size: 40px;
	color: #fbb040;
	font-family: "plutocond_light";
	margin: 31px 0 10px 25px;
	text-transform: initial;
	border-bottom: 1px solid #fef1e1;
	display: inline-block;
	padding-bottom: 5px;
	width: 90%;
}
div#sos_noukies_search .sos_title span a {
	color: #fbb040;
}
div#sos_noukies_search .sos_title span {
	font-size: 17px;
	color: #fbb040;
	font-family: "plutocond_thin";
	text-transform: initial;
	width: 100%;
	text-align: left;
	display: block;
	margin-left: 25px;
}
div#sos_noukies_search .sos_intro p{margin:0}
div#sos_noukies_search .sos_intro {
	background-color: #fbb852;
	font-size: 16px;
	color: #fff;
	font-family: "plutocond_light";
	padding: 30px;
}
div#sos_noukies_search .sos_intro h2 {
	font-size: 21px;
	color: #fff;
	font-family: "plutocond_light";
	margin: 0 0 15px 0;
	text-transform: initial;
}
div#sos_noukies_search .sos_intro {}
body.cms-sos-noukies div.page-heading {display:none !important;}

h2.sos_main_h2 {
	font-size: 24px;
	color: #4b63ae;
	font-family: "plutocond_light";
	margin: 0 0 15px 0;
	text-transform: initial;
	border-bottom: 1px solid #e8eaf1;
	display: inline-block;
	padding-bottom: 15px;
	width:100%;
}

#search_form.sos_search_form {
	background-color: #f8f8f7;
	height: auto;
	display: block;
	padding: 10px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}
#search_form.sos_search_form .form-search-label{}
#search_form.sos_search_form .form-search-label h3{
	color: #a2a295;
	text-transform: initial;
	font-size: 30px;
	font-weight: normal;
	font-family: "plutocond_light";
	height: 58px;
	line-height: 65px;
	margin: 10px 0;
	padding: 0;
}
#search_form.sos_search_form .form-search{}
#search_form.sos_search_form .form-search input#search{
	height: 58px;
	line-height: 58px;
	border: 1px solid #babcb1;
	border-radius: 5px;
	color: #babcb1;
	padding: 0 0 0 15px;
	font-size: 16px;
	margin: 10px 0;
	font-family: "plutocond_light";
	width:100%;
}
#search_form.sos_search_form .form-search input#submit{
	background-color: #febe5f;
	color: white;
	height: 58px;
	padding: 0;
	margin: 10px 0 10px 5px;
	border-radius: 0 5px 5px 0;
	font-size: 20px;
	border: 1px solid #febe5f;
	vertical-align: middle;
	width:90%;
	text-transform: INHERIT;
}

.linebehind {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 35px;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
	line-height: 35px;
	overflow: hidden;
 }   
.linebehind:before {
	border-top: 1px solid #f4f4f3;
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}

.linebehind span { 
	color: #fbb041; 
	background: white;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 15px; 
	font-family: "plutocond_light";
}


form#advanced_search_form.sos {
	height: auto;
	display: block;
	padding: 0px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}
form#advanced_search_form.sos input#name {
	font-size: 16px;
	color: #b2b2a8;
	font-family: "plutocond_light";
	height: 58px;
	line-height: 58px;
	padding-left: 15px;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #babcb1;
	border-radius: 5px;
}
form#advanced_search_form.sos select#theme ,
form#advanced_search_form.sos select#subcategory ,
form#advanced_search_form.sos select#color_multi ,
form#advanced_search_form.sos select#animal {
	font-size: 16px;
	color: #b2b2a8;
	font-family: "plutocond_light";
	height: 58px;
	padding-left: 15px;
	width: 100%;
	background-color: white;
	margin: 10px 0;
	border: 1px solid #babcb1;
	border-radius: 5px;
}
form#advanced_search_form.sos input#submit{
	background-color: #febe5f;
	color: white;
	height: 58px;
	width: auto;
	margin: 10px 20px 0 0;
	border-radius: 5px;
	font-size: 20px;
	border: 1px solid #febe5f;
	padding: 0 30px;
	float: right;
}
div.sos_noukies_bottom a{text-decoration:underline;}
div.sos_noukies_bottom {
	color: #aaaaa1;
	/*border-bottom: 1px solid #e4e7ef;*/
	margin-bottom: 0;
	font-size: 16px;
	font-family: "plutocond_light";
	margin-top: 30px;
	/*padding-bottom: 50px;*/
}
.fixed-header .search-link {display: none !important;}

body.checkout-onepage-success div.main div.col-main {width:100%;}
body.checkout-onepage-success div.main div.col-right {display:none;}

body.checkout-onepage-success .successpage-row p strong {color: #94968c;}
body.checkout-onepage-success .successpage-row p.strong {
	color: #94968c;
	font-weight: 600;
}
body.checkout-onepage-success h2.thanks_success {
	color: #4b63ae;
	text-transform: initial;
	font-size: 18px;
	font-weight: normal;
	font-family: "plutocond_regular";
	margin: 0 0 10px 0;
	padding: 0;
}
body.checkout-onepage-success .successpage-row {
	color: #94968c;
	text-transform: initial;
	font-size: 14px;
	font-weight: normal;
	font-family: "plutocond_light";
	margin-top: 50px;
}
body.checkout-onepage-success div.col-main {
	padding-top: 0px !important;
}

body.checkout-onepage-success  .ordershare {
	border-left: 1px solid #eef0f5;
}
body.checkout-onepage-success  .products-grid li.item {
	float: left;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	width: 33%;
	height: 350px;
	max-height: 350px;
}

ul.menu li ul.produits {padding: 50px;}
ul.menu li ul.produits li {
	height: auto !important;
	min-height: 100px !important;
}

ul.menu li ul.produits li.btnicon {
	padding: 0 10px !important;
	line-height: 15px;
}

ul.menu li ul.produits li.first{
	width:20%;
	padding:0;
	margin:0;
	border-right: 1px solid #e4e7ef;
}
ul.menu li ul.produits li.first a {
	display: block;
	font-size: 14px;
	font-family: "plutocond_light";
	color: #7988b6 !important;
	margin-bottom: 8px;
}
ul.menu li ul.produits li.second{
	padding:0;
	margin:0 0 0 21px;
}
ul.menu li ul.produits li.second a{	
	color: #b5b5aa !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_second.png) no-repeat center top;
}
ul.menu li ul.produits li.third{
	width:16%;
	padding:0;
	margin:0;
}
ul.menu li ul.produits li.third a{
	color: #4f67b1 !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_third.png) no-repeat center top;
}
ul.menu li ul.produits li.fourth{
	padding:0;
	margin:0;
}
ul.menu li ul.produits li.fourth a{
	color: #fcb448 !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_fourth.png) no-repeat center top;
}
ul.menu li ul.produits li.fifth{
	padding:0;
	margin:0;
}
ul.menu li ul.produits li.fifth a{
	color: #55ccc9 !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_fifth.png) no-repeat center top;
}
ul.menu li ul.produits li.sixth{

	padding:0;
	margin:0;
}
ul.menu li ul.produits li.sixth a{
	color: #97d6d3 !important;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_sixth.png) no-repeat center top;
}

ul.menu li ul.produits li.seven{
    width:16%;
    padding:0;
    margin:0;
}
ul.menu li ul.produits li.seven a{
    color: #7d8ebb !important;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_prod_seven.png) no-repeat center top;
}


ul.menu li ul.produits li.second ,
ul.menu li ul.produits li.third ,
ul.menu li ul.produits li.fourth ,
ul.menu li ul.produits li.seven ,
ul.menu li ul.produits li.fifth ,
ul.menu li ul.produits li.sixth {
	text-align:center;
    width:13%;
	padding: 0 !important;
	margin-top: 38px;
}
ul.menu li ul.produits li.second a,
ul.menu li ul.produits li.third a,
ul.menu li ul.produits li.fourth a,
ul.menu li ul.produits li.seven a,
ul.menu li ul.produits li.fifth a,
ul.menu li ul.produits li.sixth a {
	font-size: 14px;
	font-family: "plutocond_light";
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	height: 125px;
	text-align: center;
	padding-top: 90px;
    padding-left: 2px;
    padding-right: 2px;
}

ul.menu.smartwave-menu li ul.services {
	padding: 50px 50px 0 50px;
}
ul.menu.smartwave-menu li ul.services li div.sameheight {
	height: 90px;
	margin-top: 20px;
}

.nnl ul.menu.smartwave-menu li ul.services li.first div.sameheight ,
.nen ul.menu.smartwave-menu li ul.services li.first div.sameheight {
	height: 45px;
}

ul.menu.smartwave-menu li ul.services li span a.btn {
	background-color: #aac2de;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 20px;
	position: relative;
	display: block;
	color: white !important;
	margin-top: 70px;
}
ul.menu.smartwave-menu li ul.services li {
	min-height: 245px;
}
ul.menu.smartwave-menu li ul.services li span {text-align:center}
ul.menu.smartwave-menu li ul.services li.first {color:#7988b6;}
ul.menu.smartwave-menu li ul.services li.second {color:#fbb040;}
ul.menu.smartwave-menu li ul.services li.third {color:#7988b6;}

ul.menu.smartwave-menu li ul.services li.second a {
	color: #fbb040 !important;
}
ul.menu.smartwave-menu li ul.services li.second span a.btn {
	background-color: #fbb040;
	color: white !important;
}
ul.menu.smartwave-menu li ul.services li.first ,
ul.menu.smartwave-menu li ul.services li.second ,
ul.menu.smartwave-menu li ul.services li.third {
	margin:0;
	padding:0 25px;
	width: 33.3333%;
}
.firstupper {
	text-transform: uppercase;
	font-family: "plutocond_regular";
}
ul.menu.smartwave-menu li ul.services li.first p,
ul.menu.smartwave-menu li ul.services li.second p,
ul.menu.smartwave-menu li ul.services li.third p {
	font-size: 14px;
	font-family: "plutocond_light";
}
body.onepagecheckout-index-index h3 {
	color: #4b63ae;
	font-family: "plutocond_light";
	font-size: 24px;
	text-transform: initial;
	border-bottom: 1px solid #eef0f5;
	padding-bottom: 10px;
	margin-top: 30px;
}

body.onepagecheckout-index-index  div#checkout-shipping-method-load ul li label {width:95%}
body.onepagecheckout-index-index label span.price {
	color: #91b0d6;
	font-size: 20x;
	font-family: "plutocond_regular";
	float:right;
}
body.onepagecheckout-index-index label {
	color: #92b1d7;
    display: inline-block;
    width: 90%;
	font-size: 14px;
	font-family: "plutocond_medium";
}
body.onepagecheckout-index-index label[for=billing_cutomer_address]{ 
	color: #94968c;
	font-family: "plutocond_regular";
	font-size: 14px;
}
body.onepagecheckout-index-index select {
	color: #94968c;
	font-family: "plutocond_regular";
	font-size: 14px;
}
.giftboxhint {
	margin:15px 0 !important;
	font-family: "plutocond_light";
}
div#checkout-review {
	background-color: #f4f7fb;	
}
div#checkout-review  h3 {
	color: #4b63ae;
	font-family: "plutocond_regular";
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7ecf3;
	padding-bottom: 10px;
}
div#checkout-review  h3.product-name {
	padding-bottom: 0;
	border: none;
	text-transform: initial;
}
div#onepagecheckout-agreement-3-window .jspDrag {
	background: #91b0d6!important;
	width: 8px;
}
div#onepagecheckout-agreement-3-window .jspTrack {
	background: #d0ddee !important;
	width: 8px;
}
div#onepagecheckout-agreement-3-window .jspVerticalBar {
	background: #e0e9f3;
}
span.giftmessageresult.reload a:hover {text-decoration:underline;}
span.giftmessageresult.reload a {color: #b2c8e2;}
span.giftmessageresult.reload {display:block;}
span.giftmessageresult {
	font-size: 14px;
	margin-left: 15px;
	display: block;
	padding-top: 15px;
	overflow: auto;
	clear: both;
}
.onepagecheckout-index-index span.giftmessageresult {
	padding-top: 0;
	margin-top: -15px;
	margin-left: 0;
}
div.category-products div.toolbar div.pages ul {}
div.category-products div.toolbar div.pages ul li {}
div.category-products div.toolbar div.pages ul li a {
	border: none;
	color: #91b0d6;
	font-size: 14px;
	width: 20px;
}
div.category-products div.toolbar div.pages ul  li.current{}
div.category-products div.toolbar div.pages ul  li.current span{
	border: none;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_pager.png) no-repeat center center;
	color: white;
	font-size: 14px;
	width: 30px;
}

body.cms-faq div.col-main div.page-title {display:none;}
body.cms-faq div.col-main div.std {display:none;}

body.cms-club-noukie-s div.page-heading ,
body.cms-cgv div.page-heading ,
body.cms-legal div.page-heading 
{display:none;}

body.cms-club-noukie-s div.std ,
body.cms-cgv div.std ,
body.cms-legal div.std {
	margin-top: 15px;
}
body.cms-cgv div.std table td  , body.cms-legal div.std table td {border:none !important}
body.cms-legal div.std h1 ,
body.cms-cgv div.std h1 {
	color: #50c7c4;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 38px;
	text-transform: initial;
	padding-bottom: 10px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/cgv_title.png) no-repeat left top;
	padding-left: 180px;
	height: 198px;
	letter-spacing: 0;
	line-height: 39px;
	padding-top: 44px;
	margin-bottom: 30px;
}

body.cms-legal div.std h3 ,
body.cms-cgv div.std h3 {
	color: #52c9c5;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 20px;
	margin: 20px 0 10px 0;
}
body.cms-legal div.std div ,
body.cms-cgv div.std div ,
body.cms-legal div.std p ,
body.cms-cgv div.std p {
	color: #94968c;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 16px;
}

div.club-top-left h1 {
	color: #4f66b1;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 38px;
	text-transform: initial;
	padding-bottom: 12px;
	letter-spacing: 0;
	line-height: 39px;
	padding-top: 0px;
	margin-bottom: 13px;
	padding-left: 15px;
	border-bottom: 1px solid #e1e5f2;
	width: 90%;
	margin-top: 20px;
}
div.club-top-left h3 {
	color: #4b63ae;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 18px;
	text-transform: initial;
	letter-spacing: 0;
	margin: 0 0 0 15px;
	width: 85%;
	line-height: 25px;
}
div.club-top-right h4 {
	color: #4b63ae;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 18px;
	text-transform: initial;
	letter-spacing: 0;
	line-height: 20px;
	margin: 20px 0 10px 0;
}
div.club-top-right p {
	color: #94968c;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 16px;
}
div.club-top-right {
	padding-left: 35px;
	margin-top: 18px;
}
div.club-bottom-right {
	background-color: #6378ba;
	padding: 40px 40px 24px 40px;
	min-height: 275px;
	border-right: 15px solid white;
}
div.club-bottom-right h3 {
	color: #ffffff;
	font-family: "plutocond_extralight";
	font-weight: normal;
	font-size: 30px;
	text-transform: initial;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0 0 30px 0;
	width: 85%;
}
div.club-bottom-right p {
	color: #ffffff;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 16px;
}

body.cms-faq div.breadcrumbs ,
body.jobs-index-index div.breadcrumbs
{display:none !important;}

.kbase-main-category {overflow: auto;}

#back-to-faqs {
	color: #91b0d6;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-top: -20px;
}
#back-to-jobs {
	color: #91b0d6;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-top: -20px;
}

div.introjobs ,
div.introjobs p {
	color: #94968c;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 14px;
}
div.introjobs h3 {
	color: #4b63ae;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 24px;
	text-transform: initial;
	letter-spacing: 0;
	line-height: 24px;
	margin: 30px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8ebf2;
}

div#sos_noukies_search div.advanced-form-search div.col-sm-12 div.label-box {
	color: #a2a295;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 25px;
	line-height: 76px;
}
div#sos_noukies_search div.advanced-form-search div.col-sm-12 {
	background-color: #f8f8f7;
	margin-bottom: 10px;
}
div#sos_noukies_search div.advanced-form-search div.col-sm-12.submit {
	background-color: #ffffff;
	margin-bottom: 0px;
}
.shareproduct {
	/*border-bottom: 1px solid #ebedf3;*/
	margin-bottom: 20px;
}

div.product-shop #product-options-wrapper {
	padding-top: 5px;
}

#product-options-wrapper div.input-box {}
#product-options-wrapper div.input-box select {width: 100%;}

span.title-xs-device {
	font-size: 30px;
	text-align: center;
	margin-top: -20px;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

div.mobile-nav.side-block ul.menu.sw-mobile-menu li ul.produits {}


body.cms-contact form#contactForm div.field {
	width: auto;
	clear: both;
	margin-left: 70px;
	overflow: hidden;
	margin-right: 40px;
}
body.cms-contact form#contactForm div.field label em {
	float: left;
	margin-right: 5px;
	color: #91b0d6;
}
body.cms-contact form#contactForm div.field label {
	width: 30%;
	float: left;
	color: #94968c;
	font-size: 14px;
}
body.cms-contact form#contactForm div.field div.input-box input {
	height: 28px;
	width: 100%;
	line-height: 28px;
	border: 1px solid #ddded9;
	border-radius: 5px;
	padding-left: 15px;
	color: #94968c;
}
body.cms-contact form#contactForm div.field div.input-box textarea {
	height: 66px;
	width: 100%;
	line-height: 14px;
	border: 1px solid #ddded9;
	border-radius: 5px;
	padding-left: 15px;
	color: #94968c;
}
body.cms-contact form#contactForm div.field div.input-box {
	width: 65%;
	float: left;
	clear: none;
}
body.cms-contact form#contactForm {
	background-color: #f8f8f7;
	overflow: hidden;
	display: block;
	padding: 0;
	min-height: 551px;
}
body.cms-contact div.page-heading {display:none;}
body.cms-contact h3.contact-form-title {
	height: 203px;
	padding-left: 70px;
	padding-right: 35px;
	display: block;
	border: none;
	padding-top: 50px;
	width: 95%;
}
body.cms-contact h3.contact-form-title span.maintitle{
	color: #4f66b1;
	font-size: 40px;
	font-family: "plutocond_light";
	text-transform: initial;
	border: none;
	border-bottom: 1px solid #dfe3ec;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: block;
	line-height: 40px;
	height: 54px;
}
body.cms-contact div.infocontactbox h3{
	color: white;
	font-size: 30px;
	font-family: "plutocond_light";
	text-transform: initial;
	font-weight: normal;
}
body.cms-contact div.infocontactbox p {}
body.cms-contact div.infocontactbox {
	background: #6378ba url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_contact_box.png) no-repeat bottom right;
	color: white;
	font-size: 16px;
	font-family: "plutocond_light";
	text-transform: initial;
	height: 275px;
	padding-top:40px;
	padding-left:40px;
}
body.cms-contact div#map.google-map {
	width: 100%;
	height: 275px;
}
body.cms-contact #btncontactform {
	border: 1px solid #566eb8;
	width: auto;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background-color: #566eb8;
	font-size: 13px;
	font-family: "plutocond_light";
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin-right: 68px;
	margin-top: 10px;
	text-transform: inherit;
}
body.cms-contact h3.contact-form-title span.subtitle {
	color: #4b63ae;
	font-size: 18px;
	font-family: "plutocond_light";
	text-transform: initial;
}
.pic_contact_box  {
	padding: 0;
	max-height: 549px;
	overflow: hidden;
	margin-bottom: 17px;
}
.pic_contact_box img {width: 100%;}

body.cms-contact div.std div.row {
	margin: 0 0 0 -14px;
}

div.bestsales_title {}
div.bestsales_title img {
	width: 32px;
	margin: 0 auto 5px;
	display: block;
}
div.bestsales_title h3 {
	color: #ff7b86;
	font-size: 18px;
	text-transform: initial;
	font-weight: normal;
	border-bottom: 1px solid #eef0f5;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}

.catalog-product-view .main .col-right.sidebar {
	border-left: 1px solid #e8ebf2;
}

ul.bestsales_productview li span.regular-price .price {
	color: #91b0d6;
	font-size: 22px;
	font-family: "plutocond_light";
	text-transform: initial;
}
ul.bestsales_productview li h3 a {
	color: #b7b9ae;
	font-size: 14px;
	text-transform: initial;
	line-height: 16px;
}

div.introcontact {
	margin: 20px 0;
	background-color: #f8f8f7;
	padding: 40px 30px !important;
}
div.introcontact h3 {
	color: #91b0d6;
	text-transform: initial;
	font-size: 21px;
	font-weight: normal;
	font-family: "plutocond_light";
	line-height: 22px;
}
div.introcontact p {
	color: #94968c;
	font-size: 14px;
	font-family: "plutocond_light";
	line-height: 24px;
	margin-bottom: 20px;
}
div.introcontact p em {
	color: #6f83ba;
	font-style: normal;
}

div.kbase-article table th {
	background-color: #99b7db;
	color: white;
	text-align: center;
	border: 1px solid white;
	font-size: 16px;
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-family: "plutocond_light";
}

div.kbase-article table tr.even_tr_class td {
	background-color: #f5f8fb;
}
div.kbase-article table td {
	background-color: #fafbfd;
	color: #94968c;
	text-align: center;
	border: 1px solid white;
	font-size: 14px;
	font-weight: normal;
	font-family: "plutocond_light";	
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 50px;
}

span.yearscrollpane.evenyear {text-align:right;}
span.yearscrollpane.oddyear {text-align:left;}
span.yearscrollpane {
	font-size: 16px;
	font-weight: normal;
	font-family: "plutocond_regular";	
}

span.year_line {position:relative;}
img.picto_year {
	position: absolute;
	top: 0;
	left: 24%;	
	display:none;
	z-index: 99;
	opacity: 1 !important;
}
.products-list.bestsales_productview li.item {
	height:140px;
}
.products-list.bestsales_productview li.item  div.actions button.btn-cart {
	margin-bottom: 0;
	background-color: #91b0d6;
	border: none;
	color: white !important;
	font-family: "plutocond_light";
	font-size: 16px;
	text-transform: initial;
	border-radius: 13px;
	display: none;
	padding: 5px 10px;
	margin-top: 15px;
}
products-list.bestsales_productview li.item:hover div.item-area {
	border: 1px solid #e8e8e8;
}
.products-list.bestsales_productview li.item:hover  div.actions button.btn-cart {display:block;}
.products-list.bestsales_productview li.item .product-image-wrapper:hover {
	border: none;
}
#bestseller-sidebar li {
	height: 350px;
	border: 1px solid white;
}
#bestseller-sidebar li:hover {
	border: 1px solid #e8e8e8;
}
#bestseller-sidebar li:hover a.link-cart {
	display:block;
}
div.block-mostpopular a.link-cart {
	margin-bottom: 0;
	background-color: #4b63ae;
	border: none;
	color: white !important;
	font-family: "plutocond_light";
	font-size: 16px;
	text-transform: initial;
	border-radius: 13px;
	display: none;
	padding: 5px 15px;
	margin-top: 15px;
}

@media (max-width: 1199px){
	img.picto_year {
		left: 20%;
	}
}
@media (max-width: 991px){
	img.picto_year {
		left: 11%;
	}
}
div.year-list-item div.itemcenter h2 {
	/*z-index: 999;*/
	border: 1px solid white;
}

html body div.fixed-header-area {display:none !important;}

@media (max-width: 420px){
	div#noukies_family h1 ,
	div.category_title  h1 ,
	form#search_store h1 ,
	div#noukies_jobs_view h1 ,
	div#sizeguide h2 ,
	body.cms-notre-histoire div.page-title.year-title  h1 ,
	div.valeurs_text h3 ,
	div.bonretour.page-title h1 ,
	div#sos_noukies_search .sos_title h1 {font-size:24px !important;}
	
	body.cms-notre-histoire div.page-title.year-title h3 ,
	.txtnewsletterfooter{font-size:16px !important;}
	
	div.valeurs_title h1 {font-size: 25px;}
	div.valeurs_title {padding: 20px !important;}
	
	body.cms-contact h3.contact-form-title {
		background: none;
		width: 100%;
		height: 230px;
		padding-left: 40px;
		display: block;
		border: none;
		padding-top: 50px;
	}	
	
	body.cms-contact h3.contact-form-title span.maintitle {
		font-size: 28px;
		border: none;
		padding: 0;
		margin: 20px 0;
		display: block;
		line-height: 28px;
		height: auto;
	}
	body.cms-contact form#contactForm div.field {
		margin-left: 20px;	
	}
	body.cms-contact form#contactForm div.field label {
		width: 40%;
	}
	body.cms-contact form#contactForm div.field div.input-box {
		width: 55%;
	}
}


@media (max-width: 740px){
	div#noukies_family h1 ,
	div.category_title  h1 ,
	form#search_store h1 ,
	div#noukies_jobs_view h1 ,
	div#sizeguide h2 ,
	body.cms-notre-histoire div.page-title.year-title  h1 ,
	div.valeurs_text h3 ,
	div.bonretour.page-title h1 ,
	div#sos_noukies_search .sos_title h1 {font-size:30px !important;}
	
	body.cms-notre-histoire div.page-title.year-title h3 ,
	.txtnewsletterfooter {font-size:24px !important;}
	
	div.valeurs_title h1 {font-size: 50px;}
	div.valeurs_title {padding: 30px !important;}
	
}

@media (max-width: 990px){

	body.cms-contact h3.contact-form-title {
		background: none;
		width: 100%;
		height: 91px;
		padding-left: 40px;
		display: block;
		border: none;
		padding-top: 10px;
	}	
	
	body.cms-contact form#contactForm {
		min-height: 331px;
	}
	body.cms-contact h3.contact-form-title span.subtitle {
		font-size: 14px;
	}
	body.cms-contact h3.contact-form-title span.maintitle {
		font-size: 28px;
		border: none;
		padding: 0;
		margin: 0px 0;
		display: block;
		line-height: 28px;
		height: auto;
	}
	body.cms-contact form#contactForm div.field {
		margin-left: 20px;	
	}
	body.cms-contact form#contactForm div.field label {
		width: 40%;
	}
	body.cms-contact form#contactForm div.field div.input-box {
		width: 55%;
	}	
}

@media (max-width: 750px){
	html.touch .padding10all {padding: 0 10px !important;}
	html.touch div#sos_noukies_search div.advanced-form-search div.col-sm-12 div.label-box {line-height: 24px;padding-top: 10px;}
}

div.block10px {
	height: 10px;
}
.plutoregular {
font-family: "plutocond_regular" !important;
}

body.cms-eshop div.listingsubcategs div.banner.hover-zoom {
	padding: 0px !important;
}

body.catalog-product-view .col-main  #bestseller-sidebar li {
	height: 180px;
	border: 1px solid white;
}
body.catalog-product-view .col-main  #bestseller-sidebar li:hover {
	border: 1px solid #e8e8e8;
}
body.catalog-product-view .col-main  div.block-mostpopular a.link-cart {
	background-color: #91b0d6;
	border: none;
	color: white !important;
	font-family: "plutocond_light";
	font-size: 16px;
	text-transform: initial;
	border-radius: 13px;
	display: block;
	padding: 5px 15px;
	margin: 0;
	position: absolute;
	bottom: 14px;
	width: 70%;
	left: 15%;
	text-align: center;
}
.col-main  div.block-mostpopular {
	border-left: none;
	padding-left: 0px;
}

body.catalogsearch-advanced-result div.limiter {display: none !important}

#noukies_produweb_product h1 {
	font-family: "plutocond_light";
	font-size: 40px;
	color: #91b0d6;
	margin-top: 20px;
	border-bottom: 1px solid #f1f2f7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#noukies_produweb_product h1 span {
	font-size: 12px;
	margin-left: 15px;
}
div#checkout-shipping-method-load ul.messages {display: none !important;}

div#product_tabs {
    margin-bottom: 35px;
    min-height: 200px;
    height: auto;
}

span.type1prod {
	color: #ed4a70;
}
.produweb_product-list-container .product-list-item span {
	font-size: 27px !important;
	display: inline-block !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	width: 50% !important;
	border-bottom: 7px solid #f6f6f5 !important;
	padding-bottom: 15px;
}

@media (max-width: 480px){
	.col-main .category-products .products-grid.column2 li.item, .col-main .category-products .products-grid.column3 li.item, .col-main .category-products .products-grid.column4 li.item, .col-main .category-products .products-grid.column5 li.item {
		width: 100%;
		clear: left;
		min-height: 485px !important;
	}
}

body.onepagecheckout-index-index .field sup {
	float: none;
}
div.genderonepage label {
	float: right;
	width: 97%;
}
div.genderonepage sup {
	float: none;
	top: 0;
}

div.category_list_view .products-grid li.item {
	height: 375px;
	max-height: 375px;
}
div.category_list_view .products-grid .product-name{
	height: 36px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}

@media (max-width: 350px){
	body.cms-legal div.std h1, body.cms-cgv div.std h1 {
		color: #50c7c4;
		font-family: "plutocond_light";
		font-weight: normal;
		font-size: 38px;
		text-transform: initial;
		padding-bottom: 10px;
		background: none;
		padding-left: 0;
		height: auto;
		letter-spacing: 0;
		line-height: 39px;
		padding-top: 0;
		margin-bottom: 30px;
	}
}

ul.listbaby-top-ul {
	background: transparent url(/skin/frontend/smartwave/legenda/images/icon-babylist.png) no-repeat 0 0px;
	padding-left: 45px;
	height: 29px;
}
ul.account-ul-top {
  float: left !important;
  border-right: 1px solid #9daecf;
  padding-right: 12px;
  margin-top: 0px;
  padding-bottom: 4px;
}

.top-bar a.top-left-links {
  color: #FFF !important;
  font-family: "plutocond_light";
  font-weight: normal;
  font-size: 14px !important;
  border-right: 1px solid #9daecf;
  margin-right: 12px !important;
  padding-right: 12px !important;
}

.top-bar .top-links {margin-top: 0px !important;}

body.checkout-cart-index div.breadcrumbs {display:none !important;}
body.checkout-cart-index .col-main.col-xs-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margin-lr {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-padding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

td.cart-final-line-price span {
	color: #91b0d6 !important;
	font-size: 28px !important;
	font-family: "plutocond_regular" !important;
}

button.cart-btn-custom {
	border: none !important;
	background-color: #b9b9b0 !important;
	color: white !important;
	font-size: 16px !important;
	font-family: "plutocond_light" !important;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
body.checkout-cart-index input#emballage {
	width: 10%;
	float: left;
	margin: 8px 0 0 0;
}
body.checkout-cart-index div.cart-cadeau-box p span.price {float:none}
body.checkout-cart-index div.cart-cadeau-box p {
    width: auto;
    margin-left: 25px;
}

body button.btn-checkout{
	border: none !important;
	background-color: #4b63ae !important;
	color: white !important;
	font-size: 21px !important;
	font-family: "plutocond_regular" !important;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	padding: 4px 35px;
}

div.cart-total-section div.totals ul.checkout-types {
	border-top: 1px solid #c5d5ea;
	padding-top: 15px;
}
.cart .totals table#shopping-cart-totals-table {
	margin-bottom: 15px;
}

@media (max-width: 600px){
	div.item_option_qty a {display:none}
}
@media (max-width: 500px){
	div.cart-cadeau-box {
	background: none;
	border: 1px solid #c9d8eb;
	margin-top: 15px;
	height: auto;
	padding: 20px;
	}
	body button.btn-checkout {
		font-size: 16px !important;
	}
}

div#jobs_postule {
	background-color: #f8f8f7;
	padding: 30px;
	color: #94968c;
	font-family: "plutocond_light";
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.col-right.sidebar div.bestsales_title h3 {
	padding: 0 0 6px 0;
}


body.catalog-product-view .col-main div.block-mostpopular a.link-cart {
display: none !important;
line-height: 14px;
}
body.catalog-product-view .col-main div.block-mostpopular li:hover a.link-cart {
display: block !important;
}
body.catalog-product-view .col-main  div.block-mostpopular .mini-products-list .product-details {
margin-top: 35px;
word-break: break-all;
}

.col-right .products-list.bestsales_productview li.item:hover {
	border: 1px solid #e8e8e8;
}

.col-right .products-list li.item .product-name {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 21px;
	max-height: 30px;
}

.col-right ul.products-list.bestsales_productview li.item div.actions button.btn-cart {
	width: 70% !important;
	margin: 0px auto !important;
	line-height: 14px;
	background-color: #4b63ae !important;
}
.col-right .products-list.bestsales_productview li.item {
	height: 150px !important;
	margin-bottom: 5px;
}

.giftmessageresult.red {color: #de696c !important}
.giftmessageresult.green {color: #007f4e !important}

.top-bar a {color: #517ebc !important;}

ul.navbar-nav li a {
	font-family: "plutocond_light" !important;
	font-size: 14px !important;
}
.top-bar .top-links li.dropdown ul.dropdown-menu li a {font-size: 14px !important;}

.page .main-nav .menu  li , .page .main-nav .menu  li a {cursor: pointer !important;}

@media (max-width: 1200px){
	body.cms-contact div.infocontactbox {
		background-image : none;
	}
}

div.cart_custom_options dl.item-options {margin-bottom: 10px;}
div.cart_custom_options .item_option_qty {margin-bottom: 10px;}

div#checkout-review h3 {
font-family: "plutocond_light" !important;
}

div#checkout-review h3.product-name {
	font-size: 17px;
}

table#checkout-review-table tr.last td {padding-top:25px;font-family: plutocond_medium;}
table#checkout-review-table tr.last td strong span.price {font-family: plutocond_medium !important;}

/*
div#allow-gift-message-container {display: block !important}
*/

body table#shopping-cart-totals-table tr.even_tr_class {border:none !important}

td.cart_item_prod_name {
	padding-left: 50px;
}

@media (max-width: 500px){
	div#noukies_family.productview h1 {
		word-break: break-all;
	}
	.product-view .product-options dd {
		width: auto;
		clear: both;
	}
	table#shopping-cart-table tr td.cart_img_prod a img {
		display: block;
	}
	td.cart_img_prod {
		width:90px;
	}
	td.cart-final-line-price ,
	td.cart_item_prod_name {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	body.onepagecheckout-index-index .main .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	div.reviewblockcheckout {
		padding: 5px 0 !important;
	}
}

div.typefilter div.layered_filter_content {
	display:block;
}

body.nnl div#main_footer button#newsletter {line-height: initial;}

/***** product configurable radios  *  +lines 2904 & 2908 ***/
label.label-radio-configurable:hover {
	background-color: #91b0d6;
	color: white;
}
label.label-radio-configurable {
    border: 1px solid #e2e6ee;
	background-color: #fff;
    color: #93b1d3;
    display: block;
    float: left;
    font-family: "plutocond_light", Arial;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    width: 44px;
	cursor:pointer;
	overflow:hidden;
	line-height: 25px;
	border-radius: 5px;
}
.product-view .product-options .configoption_box  dd {
	width: 44px;
	margin-right: 5px;
}
label.label-radio-configurable.outofstock .cross{
  /*
  background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/cross.png);
  height: 27px;
  width: 44px;
  display: block;
  position: absolute;
  */
  display:none;
}
label.label-radio-configurable.outofstock:hover {background-color:white}
label.label-radio-configurable.outofstock {
	cursor:default;
	border: 1px solid #9da090;
    color: #9da090;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/li_outofstock.png) no-repeat center center;
}
.product-options dd {
	float: left;
	padding-bottom: 5px !important;
}
/***** fin product configurable radios******/

#ajax-shipping-method .shipment-methods dd {clear:both}


div.storeitem-list-item.type343store h3 {
	color: #55c9c8 !important;
}
div.storeitem-list-item.type343store.t_344_ h3 {
	color: #fbb54d !important;
}
div.storeitem-list-item.type344store h3 {
	color: #fbb54d !important;
}
div.storeitem-list-item.type344store.t_343_ h3 {
	color: #55c9c8 !important;
}

div#shipping-method.onepagecheckout_block {clear:both;margin-top:15px;}

button.cart-btn-custom.btn-update {
  border: 1px solid #6f81ac !important;
  background-color: #ffffff !important;
  color: #6f81ac !important;
  font-size: 16px !important;
  font-family: "plutocond_light" !important;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

div.child_container {display:none}
div.child_container#childinfos1 {display:block}
img.addbtn , img.delbtn {
	cursor:pointer;
	margin-top: 7px;
}
div.child_container#childinfos8 img.addbtn {display:none}

div.changemailform p.formtitle {
  color: #4b63ae;
  font-family: "plutocond_light";
  font-size: 24px;
  text-transform: initial;
  border: none;
  padding: 0;
  margin: 0;
}


/****custom gloabal message*****/
#inchoo_global_messages {
	position: relative;
	z-index: 9999;
}
#inchoo_global_messages_close {
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 10000;
	display: block;
	width: 15px;
	height: 15px;
	background: #666;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.messages li, .messages li li { margin: 0 !important; }
.error-msg, .success-msg, .note-msg, .notice-msg {
	border: none !important;
	font-size: 14px !important;
	background-position: 13px 13px !important;
	padding: 10px 35px !important;
	min-height: 22px !important;
}
.note-msg, .notice-msg { color: #d6b501; }
/****custom gloabal message*****/

div#topSearchContainer {
	width: 170px;
	float: left;
}
div#topSearchContainer input#search {
  background-color: white;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;

  padding: 3px 10px;
  font-family: "plutocond_light";
  color: #7c93bf;
  font-size: 14px;
  border: none;
  float: left;
  width: 130px;
}
div#topSearchContainer button#btnsearch {
  width: 23px;
  text-indent: 10000px;
  overflow: hidden;
  float: left;
  background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_top_search.png) no-repeat center center;
  border: none;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0;
  height: 24px;
} 
ul.sub_eshop {}
.header-wrapper .main-nav {
  background-color: transparent !important;
  margin-top: 51px;
}
.header-container {
  background-color: #ffffff;
  height: 152px;
}
ul.menu.smartwave-menu li ul li span.topeshopli a {
	color: #6e82b0 !important;
	font-size: 17px !important;
}
span.topeshopli {
  background-color: #f4f9ff;
  font-size: 17px !important;
  color: #6e82b0 !important;
  font-family: "plutocond_medium" !important;
  line-height: 35px !important;
  padding: 5px 0;
}
ul.menu.smartwave-menu li span.subcategseshop ,
ul.menu.smartwave-menu li ul.subcategseshop {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.menu.smartwave-menu li span.subcategseshop.cat03m  ,
ul.menu.smartwave-menu li ul.subcategseshop.cat03m {
  width: 50%;
  float: left;
}
ul.menu.smartwave-menu li span.subcategseshop.cat06m ,
ul.menu.smartwave-menu li ul.subcategseshop.cat06m {
  width: 50%;
  float: left;
}
ul.menu.smartwave-menu li span.subcategseshop span ,
ul.menu.smartwave-menu li ul.subcategseshop li {
  display: block !important;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  min-height: initial;
  line-height: 16px;
  text-align: left;
  font-weight: 300;
}
ul.menu.smartwave-menu li span.subcategseshop span a ,
ul.menu.smartwave-menu li ul.subcategseshop li a {
  font-size: 12px !important;
  color: #7988b6!important;
  font-family: "plutocond_light" !important;
}

ul.menu.smartwave-menu li span.subcategseshop span.outlet a {
    font-weight: 600 !important;
    background-color: #d2d8eb;
    color: #7988b6 !important;
    padding: 2px 5px;
    border-radius: 5px;
}
ul.menu.smartwave-menu li span.subcategseshop span.outlet a:hover {
	color: #e41022 !important;
}

ul.menu.smartwave-menu li ul.sub_eshop li span a:hover {
  color: #b9b9b0 !important;
  /*font-weight: 600 !important;*/
}

ul.menu.smartwave-menu li span.subcategseshop span.catheader ,
ul.menu.smartwave-menu li ul.subcategseshop li.catheader {
  font-size: 13px !important;
  color: #7988b6 !important;
  font-weight: 900 !important;
  margin-top: 10px !important;
  text-align: left !important;
  text-transform: initial !important;
  font-family: "plutocond_regular" !important;
  display: none !important;
}

div.logo a {
position: absolute;
  z-index: 99999;
  left: 0;
  top: -8px;
}
div.newsletter-container {
  border: 1px solid #d1ddeb;
  border-radius: 5px;
  padding: 15px 0px 6px 10px;
  margin: 0;
  overflow: auto;
}
span.newsletter_subtext {
  width: 71%;
  float: left;
  display: block;
  font-family: "plutocond_regular";
  color: #a4bbd7;
  font-size: 14px;
  line-height: 61px;
}

div.box_card_yes {margin-top: 45px;}
body.customer-account-login div.box_card_yes {
    margin-top: 0px;
}
body.customer-account-login div.box_card_no h3, div.box_card_yes h3 {
    min-height: auto !important;
}
body.customer-account-login div.box_card_no {
    margin-top: 25px;
}
div.box_card_yes h2 {
  font-size: 21px;
  color: #fbb040;
  font-family: "plutocond_regular";
  text-transform: initial;
  border-bottom: 1px solid #f1f2f7;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
div.box_card_no h3 ,
div.box_card_yes h3 {
  font-family: "plutocond_light";
  font-size: 14px;
  color: #94968c;
  text-transform: initial;
  line-height: 22px;
}
div.box_card_yes #cadre_card_yes {
  background-color: #f4f7fb;
  padding: 30px 9px 30px 239px;
  text-align: center;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background: #f4f7fb url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/box-register-card.png) no-repeat left top;
}
div.box_card_yes #cadre_card_yes  h4 {
  font-family: "plutocond_regular";
  font-weight: 600;
  font-size: 17px;
  color: #4b63ae;
  text-transform: initial;
  margin: 0;
}
div.box_card_yes #cadre_card_yes  span {
  color: #4b63ae;
  font-size: 17px;
  font-family: "plutocond_light";
  display: block;
  overflow: auto;
  margin-bottom: 17px;
}
div.box_card_yes #cadre_card_yes  a {
  background-color: #5068b3;
  color: white;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  font-family: "plutocond_light"; 
}

div.box_card_no {margin-top: 45px;}
div.box_card_no h2 {
  font-size: 21px;
  color: #fbaf3f;
  font-family: "plutocond_regular";
  text-transform: initial;
  border-bottom: 1px solid #f1f2f7;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
div.box_card_no #cadre_card_no {
  background-color: #fffbf1;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
div.box_card_no #cadre_card_no  h4 {
  font-family: "plutocond_regular";
  font-weight: 600;
  font-size: 17px;
  color: #fbaf3f;
  text-transform: initial;
  margin: 0;
}
div.box_card_no #cadre_card_no  span {
  color: #fbaf3f;
  font-size: 17px;
  font-family: "plutocond_light";
  display: block;
  overflow: auto;
  margin-bottom: 17px;
}
div.box_card_no #cadre_card_no  a {
  background-color: #faaf3f;
  color: white;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  font-family: "plutocond_light";  
}

.col-sm-6.box_card_yes ,
.col-sm-6.box_card_yes {
  width: 48% !important;
}

.boxseparator {
  width: 2%;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/boxseparator.png) repeat-y center top;
  float: left;
  height: 258px;
  margin-top: 45px;
}
div.gotologin_box {
  background-color: #f9fbfd;
  padding: 20px 0 30px 0;
  text-align: center;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin: 50px auto;
  width: 100%;
  border: 1px solid #bcc4df;
}
div.gotologin_box span {
  font-size: 21px;
  color: #4b63ae;
  font-family: "plutocond_regular";
  text-transform: initial;
  display: block;
  margin-bottom: 13px;
}
div.gotologin_box a {
  background-color: #5068b3;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  text-align: center;
  font-size: 18px;
  font-family: "plutocond_light"; 
}
.gotologin_box_row {
  padding: 0 15px;
}
div#box_register_form form div.fieldset {

}
div#pswdfields ul li div.field {
  padding: 0;
  width: 45%;
  margin-right: 4.5%;
}
div#box_register_form div.field.name-firstname ,
div#box_register_form div.field.name-lastname {
  width: 100%;
}

body.onepagecheckout-index-index  div.askcard {background:none !important;}
/***STORE LOCATOR*****/
span#xpandme {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/collapse_storesearch.png) no-repeat center center;
  display: block;
  width: 32px;
  height: 32px;
}
.storeitem-list-container ,
.jspContainer ,
body.produweb-storeview-storeitem-index input[type=radio] ,
body.produweb-storeview-storeitem-index input[type=checkbox] {
	outline: none; 
	border: none; 
}
@media (min-width: 1200px){
	span#xpandme {
		display: none;
	}
}
/***STORE LOCATOR*****/

div.welcome-msg p.hello strong ,
div.welcome-msg {
	color: #94968c !important;
	font-size: 14px;
	font-family: "plutocond_light"; 	
}
div.welcome-msg p {
	line-height:24px !important;
}
span.accountname {
	color: #fbb852;
	font-size: 22px;
}
div.account-sidebar a {
	color: #fbb852;
	font-size: 14px;
}
.block-account .account-sidebar span.account_card_label strong {
  font-size: 17px;	
}
.block-account .account-sidebar span.account_card_label {
	color: #fbb852;
	font-size: 17px;
	font-family: "plutocond_light"; 	
}
div#dashboard_card_infos {
  margin-top: 10px;
  overflow: auto;
  border-top: 1px solid #fbb852;
  padding-top: 10px;
  color: #fbb852;
}
span.voucherinfos {
  background: #fbb852 url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_account_voucher.png) no-repeat center right;
  display: block;
  width: 100%;
  color: white;
  padding: 5px 0 5px 8px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}
span.rule_nbr {
  background-color: white;
  color: #fbb142;
  padding: 2px 7px;
  border-radius: 10px;
  margin-right: 5px;
}
span.rule_txt {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  font-family: "plutocond_regular";
  font-weight: 300;
}
ul#dashboard_links {
	margin:0;
	padding:0;
}
ul#dashboard_links li {
  border: 1px solid #d2d9eb;
  padding: 10px 8px 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
ul#dashboard_links li span {
  font-family: "plutocond_light";
  font-size: 18px;
  color: #4b63ae;
}
ul#dashboard_links li  a {
  background-color: #556db8;
  color: white;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 5px;
  float: right;
  margin-top: -2px;
}
form#associateCardForm div.placeholder_cardnumber input#cardlink_cardnumber {
  width: 40%;
  float: left;
  margin-left: 28px;
  margin-top: 20px;
}
form#associateCardForm .validation-advice {display:none}
button#associatecard {
  border: 1px solid #566eb8;
  width: auto;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #566eb8;
  font-size: 14px;
  font-family: "plutocond_regular";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
label.askcard_label  {
  color: #4b63ae;
  font-size: 14px;
  font-family: "plutocond_regular";
}
button#associatecard span {}
button#associatecard span span {}
div.askcard {
  overflow: auto;
  padding: 22px 0 10px 20px;
  background: #f4f7fb url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_fidelity.png) no-repeat right center !important;
  border: 1px solid #f4f7fb;
  color: #4b63ae;
  font-family: "plutocond_light";
  font-size: 14px;
  margin-bottom: 35px;
  clear: both;
  height: 120px;
}
body.onepagecheckout-index-index div.askcard {
    overflow: auto;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    color: #4b63ae;
    font-family: "plutocond_light";
    font-size: 14px;
    margin-bottom: 0 !important;
    clear: both;
    height: auto !important;
}
input.askcard_checkbox {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon-blue.png) no-repeat center center;
  margin: 0;
}
input.askcard_checkbox:checked {
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/tick-icon-check-blue.png) no-repeat center center;
}
body.onepagecheckout-index-index label.askcard_label {
  color: #4b63ae;
  font-family: "plutocond_light";
  font-size: 14px;
}
div#noukies_family img {display:none !important;}

/*
div.placeholder_cardnumber {
	height: 0px;
	overflow: hidden;
}
*/

div.placeholder_cardnumber input#cardlink_cardnumber {
  padding: 5px 15px;
  width: 82%;
  border-radius: 5px;
  margin-top: 9px;
  margin-left: 18px;
  font-size: 14px;
}

body div#inputqtybox input.input-text.qty {
  box-shadow: none !important;
  background-color: #ffffff !important;
  border-color: #fff !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body div#sos_noukies_search input.input-text  ,
body div#sos_noukies_search  select  ,
body div#sos_noukies_search textarea  ,
body .onepagecheckout_datafields input.input-text ,
body .onepagecheckout_datafields select ,
body .onepagecheckout_datafields textarea ,
body .child_container  select ,
body .child_container  input.input-text ,
body input.input-text.qty ,
body input.input-text#current_password ,
body input.input-text#coupon_code ,
body input.input-text#company ,
body input.input-text#telephone ,
body input.input-text#fax ,
body input.input-text#street_1 ,
body input.input-text#street_2 ,
body input.input-text#name ,
body input.input-text#email_address ,
body input.input-text#firstname ,
body input.input-text#lastname ,
body input.input-text#confirmation ,
body input.input-text#password ,
body input.input-text#cardnumber ,
body input.input-text#pass ,
body input.input-text#email ,
body input.input-text#gsm ,
body input.input-text#city ,
body input.input-text#region ,
body input.input-text#zip ,
body input.input-text#gift-message-whole-to ,
body input.input-text#gift-message-whole-from ,
body textarea#comment ,
body textarea#gift-message-whole-message ,
body select#country ,
body select#billing_customer_address ,
body select#shipping_customer_address ,
body select#gender {
  box-shadow: inset 0px 4px 7px #ebeced !important;
  background-color: #ffffff !important;
  border-color: #c3c5c9 !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}

body div#sos_noukies_search input.input-text:focus  ,
body div#sos_noukies_search  select:focus  ,
body div#sos_noukies_search textarea:focus  ,
body .onepagecheckout_datafields input.input-text:focus  ,
body .onepagecheckout_datafields select:focus  ,
body .onepagecheckout_datafields textarea:focus  ,
body .child_container  select:focus  ,
body .child_container  input.input-text:focus  ,
body input.input-text.qty:focus  ,
body input.input-text#current_password:focus  ,
body input.input-text#coupon_code:focus  ,
body input.input-text#company:focus  ,
body input.input-text#telephone:focus  ,
body input.input-text#fax:focus  ,
body input.input-text#street_1:focus  ,
body input.input-text#street_2:focus  ,
body input.input-text#name:focus  ,
body input.input-text#email_address:focus  ,
body input.input-text#firstname:focus  ,
body input.input-text#lastname:focus  ,
body input.input-text#confirmation:focus  ,
body input.input-text#password:focus  ,
body input.input-text#cardnumber:focus  ,
body input.input-text#pass:focus  ,
body input.input-text#email:focus  ,
body input.input-text#gsm:focus  ,
body input.input-text#city:focus  ,
body input.input-text#region:focus  ,
body input.input-text#zip:focus  ,
body input.input-text#gift-message-whole-to:focus  ,
body input.input-text#gift-message-whole-from:focus  ,
body textarea#comment:focus  ,
body textarea#gift-message-whole-message:focus  ,
body select#country:focus  ,
body select#billing_customer_address:focus  ,
body select#shipping_customer_address:focus  ,
body select#gender:focus  {
  border-color: rgba(75,99,174,0.8) !important;
  outline: 0 !important;
  outline: thin dotted \9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
}

body.customer-account-logoutsuccess .col-main p {
  font-size: 18px;
  padding: 50px;
}
body .sw-product-quickview {display: none !important;}

span.voucherinfos.voucherpage {
  background: none;
  padding: 0;
  overflow: auto;
  color: #94968c;
}
span.voucherinfos.voucherpage h3{
  font-weight: 300;
  font-size: 16px;
  text-transform: initial;
  border-bottom: 1px solid;
  display: inline;
  width: auto;
}
span.voucherinfos.voucherpage ul {
  margin: 0;
  overflow: auto;
}
span.voucherinfos.voucherpage ul li.third {margin-right:0px !important;}
span.voucherinfos.voucherpage ul li {
  width: 253px;
  height: 137px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 30px 20px;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_voucher.png) no-repeat center center;
  margin-right: 55px;
  margin-bottom: 32px;
}

span.voucherinfos.voucherpage ul li.voucher{
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_voucher_code.png) no-repeat center center;
}
span.voucherinfos.voucherpage ul li.fidelity{
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_fidelity_code.png) no-repeat center center;
}

span.voucherinfos.voucherpage ul li p {margin:0;line-height: 22px;}
span.voucherlabel {font-weight: 600}
span.vouchercode {color: #fbb041 !important}
li.voucher span.vouchercode {color: #4b63ae !important}
span.vouchercode span {font-weight: 600}
body.catalog-category-view span.subcategseshop .catheader {
  font-family: "plutocond_regular";
  font-weight: 600;
  display: block;
  font-size: 12px;
  color: #7988b6;
  margin: 10px 0 5px 0;
  width: 100%;
}
body.catalog-category-view span.subcategseshop span {
  display: block;
  width: 100%;
}
body.catalog-category-view span.subcategseshop {
  width: 50%;
  float: left;
}
div.listingsubcategs h2.categ_title {
  font-family: "plutocond_light";
  font-size: 18px;
  color: #6f81ac;
  text-transform: capitalize;
  border-bottom: 1px solid #edeff4;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 20px;
}
h2.categ_title {
  font-family: "plutocond_light";
  font-size: 18px;
  color: #6f81ac;
  text-transform: capitalize;
  border-bottom: 1px solid #edeff4;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
div.pages ul li.current span {
  border: none;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_pager.png) no-repeat center center;
  color: white !important;
  font-size: 14px;
  width: 30px;
}
div.pages ul li a {
  border: none !important;
  color: #91b0d6 !important;
  font-size: 14px !important;
  width: 20px !important;
}
.sales-order-history .pager {
	border-bottom: 1px solid #f1f2f7;
}
.sales-order-history .pager .limiter {
  margin-top: 10px;
}
.sales-order-history .pager .pages {
  float: left;
  margin-top: 10px;
  margin-left: 150px;
}

/***order status***/

div.order-items.order-details table.data-table th ,
table#my-shipment-table th ,
table#my-orders-table th ,
table#my-invoice-table th {
  background-color: #99b7db;
  color: white;
  font-size: 13px;
  font-family: "plutocond_regular";
  text-transform: uppercase;
    border: 2px solid white;
}
table#my-shipment-table td span.nobr .separator ,
table#my-invoice-table td span.nobr .separator ,
table#my-orders-table td span.nobr .separator {display:none}

table#my-shipment-table td span.nobr a ,
table#my-invoice-table td span.nobr a ,
table#my-orders-table td span.nobr a {
  font-size: 14px;
  color: #5169b4;
  text-decoration: underline;
  font-weight: 600;
}
table#my-shipment-table td span.price ,
table#my-invoice-table td span.price ,
table#my-orders-table td span.price {
  border: none;
  color: #94968c;
  font-size: 14px;
}
table#my-shipment-table td ,
table#my-invoice-table td ,
table#my-orders-table td {
  border: none;
  color: #94968c;
  font-size: 14px;
  border: 2px solid white;
}
table#my-shipment-table tr.odd td ,
table#my-invoice-table tr.odd td ,
table#my-orders-table tr.odd td {
	background-color: #fafbfd;
}
table#my-shipment-table tr.even td ,
table#my-invoice-table tr.even td ,
table#my-orders-table tr.even td {
	background-color: #f5f8fb;
}

/***order status***/

.fieldset_left {
	width: 50%;
	float: left;
	margin-bottom: 25px;
}
.fieldset_right {
	width: 50%;
	float: left;
}
body.customer-account-edit .form-list .fields {
  width: 95%;
  clear: both;
  margin: 0;
  padding: 0;
}
body.customer-account-edit .form-list .field {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.customer-account-edit .form-list li.control {
	clear:both;
}
body.customer-account-edit .fieldset {
  border: none !important;
  overflow: auto;
  margin: 0;
  padding: 0;
}
body.customer-account-edit .form-list  label {
	width: 40%;
	float: left;
}
body.customer-account-edit div.child_container  input[type=text] ,
body.customer-account-edit div.child_container  select {
	height:39px;
}
body.customer-account-edit .form-list div.input-box {
	width: 60%;
	float: left;
	clear: none;
}
body.customer-account-edit .form-list label.required em {
	float: initial;
}
body.customer-account-edit .form-list li.control  input[type=checkbox] {
  width: 20px;
  float: left;
}
body.customer-account-edit .form-list li.control  label {
	width: 94%;
	float: left;
}
h2 {
  font-family: "plutocond_regular";
  font-size: 24px;
  color: #4b63ae;
  text-transform: initial;
  border-bottom: 1px solid #f1f2f7;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
body.customer-account-edit .form-list label {
	color: #576fb9;
	font-family: "plutocond_regular";
	font-size: 14px;
}
span.notice_asterisque {
	color: #576fb9;
	font-family: "plutocond_regular";
	font-size: 12px;
	font-style: italic;
}
div.child_container_headers  {
	margin: 0;
	padding: 0;
}
div.child_container_headers  ul li {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background-color: #99b7db;
  color: white;
  text-align: center;
  border-right: 2px solid white;
  font-size: 12px;
  text-transform: uppercase;
}
div.child_container_headers  ul li.alreadyborn {
  line-height: 17px;
  padding-top: 9px;
}
div.child_container  {
	margin: 0;
	padding: 0;
	height: 49px;
}
div.child_container  ul.odd li {
	background-color: #fafbfd;
	height: 50px;
	border-right: 2px solid white;	
}
div.child_container  ul  {}
div.child_container  ul li.controls_child  {

}
div.child_container  ul li.born_child  {
	text-align: center;
}
div.child_container  ul li {
  margin: 0;
  padding: 5px;
}
div.child_container  ul li div.input-box {
	width: 100% !important;
}
body.customer-account-edit .fieldset.changpswd {
  border: 1px solid #f1f2f7 !important;
  padding: 15px 15px 0 15px;
  margin-left: 17px;
  margin-top: 15px;
}
body.customer-account-edit .fieldset.changpswd input[type=password] ,
body.customer-account-edit .fieldset.changpswd input[type=text]{
	margin:0;
}
body.customer-account-edit button.button {
  border: 1px solid #566eb8;
  width: auto;
  padding: 10px 30px;
  height: auto;
  line-height: 18px;
  color: #ffffff;
  background-color: #566eb8;
  font-size: 18px;
  font-family: "plutocond_light";
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  text-transform: inherit;
}
body.customer-account-edit .buttons-set .back-link {margin-top:40px;}

.cardnumber_label , .cardnumber_value {
  margin-top: 5px;
  display: block;
  float: left;
  font-size: 14px;
  color: #fbb142;
  font-family: "plutocond_regular";
  font-weight:300;
  margin-top: 15px;
}

.cardnumber_label  {
	font-weight:600;
}

div.intro_fidelity_text {
  display: block;
  clear: both;
  margin: 20px 0;
}

h2.dashboard_title {
  font-family: "plutocond_light";
  font-size: 24px;
  color: #4b63ae;
  width: 100%;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px solid #f4f4f3;
  margin-bottom: 11px;
}
div.name_dashbord p {
  font-family: "plutocond_light";
  color: #94968c;
  font-size: 14px;
  line-height: 27px;
}
div.box-content.name_dashbord a.edit_blue_btn {
  position: absolute;
  bottom: 0;
}
a.edit_blue_btn {
  background-color: #546cb7;
  color: white;
  padding: 7px 17px;
  border-radius: 10px;
  font-family: "plutocond_light";
  font-size: 18px;
}
div.box-content.name_dashbord {
	position:relative;
	height: 192px;
}
.data-table#my-orders-table {
  width: 100%;
  border-bottom: none;
}
table#my-orders-table tr.even td {
  background-color: #fff;
}
table#my-orders-table tr.odd td {
  background-color: #fafbfd;
  border-right: 2px solid white;
}

table#my-orders-table td {
  border: none;
  color: #94968c;
  font-size: 14px;
  font-family: "plutocond_light";
  font-size: 14px;  
}
table#my-orders-table tr.last td {
  border-bottom: none;
}
.data-table#my-orders-table td, .data-table#my-orders-table th {
  line-height: 35px;
  padding: 5px 5px;
  vertical-align: middle;
}
div.dashboard_first_row {
	margin-bottom: 28px
}
div.box-account.box-info a.edit_blue_btn.addresses {
	margin-top: 25px;
	display: inline-block;
}
div.box-account.box-info address {
  font-family: "plutocond_light";
  color: #94968c;
  font-size: 14px;
  position: relative;
}
div.box-account.box-info {
	margin-bottom: 50px;
}
div#fieldset_bottom {
  overflow: auto;
  clear: both;
}
div.intro_fidelity_text {
  color: #58595B !important;
  font-size: 14px;
  font-family: "plutocond_light";
}
.configoption_dt {
  width: 25%;
  float: left;
}
.configoption_box {
  width: 75%;
  float: left;
}
a.guidesizes {
  clear: both;
  float: right;
  text-decoration: underline !important;
  color: #9fbadb;
  font-family: "plutocond_light";
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0;
}

.configurable__label {
    text-transform: uppercase !important;
    color: #58595B;
    font-size: 12px !important;
    font-family: "plutocond_regular";
    font-weight: 300;
    margin: 0 !important;
}
div#inputqtybox {
  border: 1px solid #b3b3b3;
  overflow: auto;
  width: 58px;
  position:relative;
}
div#inputqtybox a.button-up {
	width: 11px;
	height: 6px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_up.jpg) no-repeat center center;
	position:absolute;
	top:7px;
}
div#inputqtybox a.button-down {
	width: 11px;
	height: 6px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/btn_down.jpg) no-repeat center center;
	position:absolute;
    bottom: 7px;
    margin-left: -3px;
}
.product-options-bottom .add-to-cart label {
  width: 25%;
  margin: 8px 0 0 0;
}
div.level_two p.category-image img {
	border: 5px solid #f6f8fa;
}

div.pictop {
  position: relative;
  border: 5px solid #f6f8fa;
  width: 343px;
}
div.pictop a {cursor:pointer}
div.pictop a img {
	width: 334px;
	height: 210px;
}
div.pictop a span.picto_texts {
  position: absolute;
  background-color: #f6f8fa;
  width: 334px;
  bottom: 0;
  left: 0;
}
div.pictop a span.pictop_title {
  color: #4b63ae;
  font-size: 18px;
  font-family: "plutocond_light";
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 7px;
}
div.pictop a span.pictop_subtitle {
  color: #7988b6;
  font-size: 13px;
  font-family: "plutocond_light";
  text-align: center;
  width: 100%;
  display: block;
}
div.pictop.secondones {margin-top:20px;}
div.pictop.secondones a img {
	width: 334px;
	height: 280px;
}

ul#subcategs_themes {
  margin: 0;
  padding: 0;
}
ul#subcategs_themes li.lastofrow {margin-right: 0 !important;}
ul#subcategs_themes li {
  border: 5px solid #f6f8fa;
  width: 280px;
  float: left;
  margin: 0 6px 6px 0;
  position: relative;
  height: 281px;
}
ul#subcategs_themes li a {
  cursor: pointer;
  display: block;
}
ul#subcategs_themes li a img{
  width: 271px;
  height: 271px;
}
ul#subcategs_themes li a span.themename{
  background-color: #f6f8fa;
  display: block;
  width: 101%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "plutocond_light";
  color: #526da1;
  font-size: 18px;
  padding: 11px 0 3px 0;
  z-index: 500000;
  font-weight: 600;
}
div.level_two.category_themes {
	margin-bottom: 50px;
}
h2.categ_title.themetitle {
  color: #4b63ae;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
div.level_two.category_view_page {
	margin-bottom: 25px;
}

#f1_container {
  position: relative;
  margin: 0;
  width: 271px;
  height: 271px;
  z-index: 1;
}
#f1_card {
  width: 100%;
  height: 100%;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
}
.face.back {
  display: block;
}

div.config_sizes {
  display:none;
  color: #898b7d;
  font-size: 13px;
  font-family: "plutocond_regular";
  font-weight: 600;	
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_config_sizes.png) repeat left top;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 35px;  
}
body.catalogsearch-result-index ul.products-grid li.item:hover div.config_sizes ,
body.catalog-category-view ul.products-grid li.item:hover div.config_sizes {
	display:block;
}
div.config_sizes span.sizes_label {
  font-family: "plutocond_light";
  font-weight: 300;	
  display:block;
  width:100%;
}
div.config_sizes span.sizes_options {
	border-bottom: 1px solid #e1e5ee;
    padding-bottom: 5px;
    margin-bottom: -7px;
    width: 100%;
    display: block;
    overflow: auto;
}


div.row_silhouettes {}
div.row_silhouettes ul#silhouettes_list {
	margin: 0;
	padding: 0;
}
div.row_silhouettes ul#silhouettes_list li.last {margin-right:0 !important;}
div.row_silhouettes ul#silhouettes_list li {
  float: left;
  position: relative;
  width: 260px;
  height: 260px;
  margin-right: 45px;
  margin-bottom: 20px;
}
div.row_silhouettes ul#silhouettes_list li  a {}
div.row_silhouettes ul#silhouettes_list li  a img {
	width: 260px;
	height: 260px;
	border: 5px solid #f6f8fa;
}
div.row_silhouettes ul#silhouettes_list li  a span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "plutocond_regular";
  font-weight: 600;
  color: #526da1;
  width: 100%;
  display: none;
  padding: 43px 10px 10px 10px;
  background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/bg_silhouette_title.png) no-repeat;
}
div.row_silhouettes ul#silhouettes_list li:hover  a span {
  display: block;
}
body.catalog-category-view .category-products .toolbar {
  margin-left: -15px;
  padding-left: 15px;
}

div.tdtopleft {
  width: 40px;
  float: left;
  margin-top: -4px;
}
div.tdtopright a {
  color: #4b63ae;
  font-size: 16px;
  font-family: "plutocond_regular";
}
div.tdtopright {
  float: left;
  width: 80%;
}
div.tdbottom {
  clear: both;
  padding-top: 7px;
}
img.groupedprodimg {}

div.product-shop.grouped .data-table td, 
div.product-shop.grouped .data-table th {
	border: none !important;
}

.product-view .product-shop.grouped .price-box {
	border: none !important;
	margin-top: 8px;
}
input.groupedqty {
  margin-top: 30px;
}
div.product-shop.grouped .data-table td.borderedbottom {
	border-bottom: 1px solid #ebedf3 !important;
	padding-bottom: 17px;
} 
span.plusgrouped {
  font-size: 40px;
  color: #5c71b4;
  font-family: "plutocond_light";
  position: absolute;
  bottom: -7px;
  left: 52px;
}
tr.last  td span.plusgrouped {
  display:none;
}

body.customer-account-edit .form-list label[for=gender],
body.customer-account-edit .form-list label[for=email],
body.customer-account-edit .form-list label[for=gsm],
body.customer-account-edit .form-list label[for=firstname],
body.customer-account-edit .form-list label[for=lastname] {
	  line-height: 43px;
}

li.born_child input[type=checkbox] { 
  margin-top: 10px !important;
}

/*
input.checkbox,
input[type=checkbox] {
  width: 17px !important;
  height: 17px !important;
  background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_bg.png) no-repeat center center !important; 
}
input.checkbox:checked,
input[type=checkbox]:checked {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_bg_hover.png) no-repeat center center !important; 
}
*/

input#askcardlink[type=checkbox] {margin-right:10px}
body.onepagecheckout-index-index input#askcard[type=checkbox] {margin-right:10px}

.data-table#my-orders-table th ,
.data-table#my-orders-table td {
  text-align: center !important;
}

ul#subcategs_themes li:hover {
	border: 5px solid #526da1;
}
ul#subcategs_themes li:hover a span.themename {
  background-color: #526da1;
  color: #f6f8fa;
}

.puericulture .products-grid li.item {
  height: 450px !important;
  max-height: 450px !important;
}  

div.col-right.sidebar ul.products-list.bestsales_productview li span.saveprice {
  position: absolute;
  top: 4px;
  left: 4px;
  background: transparent url(/skin/frontend/smartwave/legenda/images/saving.png) no-repeat left center;
  width: 52px;
  height: 38px;
  display: block;
  font-size: 19px;
  color: white;
  font-family: "plutocond_light";
  letter-spacing: -1px;
  line-height: 38px;
  z-index: 99;
  text-align: center;
}
div.col-right.sidebar ul.products-list.bestsales_productview li.item  .old-price .price {
	font-size: 14px;
	text-decoration: line-through;
	color: #f3a0ad;
}
div.col-right.sidebar ul.products-list.bestsales_productview li.item  .special-price .price {
  color: #91b0d6;
  font-size: 22px;
  font-family: "plutocond_light";
}

div.socialfooter {
  border-left: 1px solid #f1f0ec;
  margin-left: 40px;
}

div.child_container_headers ul li {
  font-family: "plutocond_light";
}

li.checkboxes_control input#sms ,
li.checkboxes_control input#courrier ,
li.checkboxes_control input#newsletter {
  margin-right: 25px;
  margin-top: -2px;
}

body.customer-account-edit p.back-link {display:none;}

table#my-orders-table td.last span.nobr a {text-decoration: none;}
table#my-orders-table td.last span.nobr a:hover {text-decoration: underline !important;}

/*
body.catalog-category-view div.toolbar-bottom {
    clear: both;
    margin-top: 100px;
}
*/

li.cms.marque ul.histoire li {
    width: 50%;
    float: left;
    padding: 27px 10px 150px 40px;
    text-align: left;
}

@media (max-width: 400px){
	.newsletter_subtext {display:none !important;}
	div#main_footer button#newsletter {width:100%}

	div.div.newsletter-container {margin:0;padding:0;}
	.header .logo {left: 15px}
	a#xscart:before {float: left;right: auto;left: 3px;margin-top: 22px;}
	.top-bar .my-account-link:before {}
	.top-bar .search .search-link:before {top: 20px;}
}


div.sm_imageslider.owl-carousel.owl-theme {
	margin-top:7px;
}

@-moz-document url-prefix() {
	div#topSearchContainer button#btnsearch {
		height: 26px;
	}
}

div.visible-xs.search.hide-input {display:none !important;}
a.my-account-link.visible-xs {
/*
    position: absolute;
    top: 4px;
    right: 0px;
    background-color: white;
    width: 23px;
    padding: 6px 3px 3px 3px;
    border-radius: 8px;
	z-index: 99999;
*/
    position: absolute;
    top: 4px;
    right: 0px;
    background-color: white;
    width: 23px;
    padding: 0px 0px 0px 3px;
    border-radius: 8px;
    z-index: 99999;
	height: 28px;	
}
a.my-account-link.visible-xs:before {    
	line-height: inherit !important;
}

span.visible-xs a#xscart {
    position: absolute;
    top: 4px;
    right: 33px;
    background-color: white;
    width: 29px;
    padding: 6px 3px 3px 3px;
    border-radius: 8px;
	z-index: 99999;
}
span.visible-xs a#xscart span {
    background-color: #f3a0ad;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 10px;
    z-index: 100000000;
    position: absolute;
    top: 24px;
    left: 5px;
    color: white;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
a#xscart:before {
	margin-top: 0px !important;
	top: 2px !important;
}

.fixed-header .shopping-cart-link {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0;	
}
.fixed-header .shopping-cart-link:before {
	content: "\f290";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 31px;
    font-family: "FontAwesome";
    color: #6f81ac;
    position: absolute;
    clear: both;
	
}
.fixed-header .shopping-cart-link span {
    background-color: #f3a0ad;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 10px;
    z-index: 100000000;
    position: absolute;
    top: 24px;
    left: 23px;
    color: white;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

@media (max-width: 991px){
	.header-container.header-type-1 .header, .header-container.header-type-2 .header, .header-container.header-type-3 .header, .header-container.header-type-4 .header {
		border-bottom: none !important;
	}
}
@media (max-width: 767px){
	div.category_view_page div.col-sm-2.listingsubcategs {
		width: 100% !important;
		padding: 0 15px;
	}
	div.level_two.category_view_page {
		height: auto;
		overflow: auto;
	}	
	div.valeurs_text {
		padding: 15px 15px 50px 15px !important;
	}
	
	.col-sm-6.col-xs-12.box_card_yes, .col-sm-6.col-xs-12s.box_card_yes {
		width: 98% !important;
	}
	
}
@media (max-width: 448px){
	body.cms-nos-valeurs div.valeurs_text h3 {
		font-size: 15px !important;
	}
}
@media (max-width: 360px){
	body.cms-nos-valeurs div.valeurs_text h3 {
		font-size: 13px !important;
	}
}
@media (max-width: 1195px){
	div.box_card_yes #cadre_card_yes {
		background: none;
		padding: 30px 9px 30px 9px !important;
		background-color: #fffbf1;
	}
}

body.customer-account-forgotpassword div.col-main form .fieldset {border:none}

div.box_card_no h3, div.box_card_yes h3 {
	min-height: 45px;
}

div#filter_subcategories {}
body.catalog-category-view div#filter_subcategories  span.subcategseshop {
width: 100%;
    clear: both;
    float: none;
    border-bottom: 1px solid #f1f2f7;
    display: block;
    overflow: auto;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
}
body.catalog-category-view div#filter_subcategories span.subcategseshop .catheader {}
body.catalog-category-view div#filter_subcategories span.subcategseshop span {
	width: 50%;
    float: left;
}
body.catalog-category-view div#filter_subcategories span.subcategseshop span a {
    text-transform: capitalize;
    color: #93b1d3;
    font-size: 12px;
}
div#filter_subcategories h4.widget-title span.collapse_filter {
    font-size: 25px;
    margin-top: -7px;
    display: block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
	width: 13px !important;
}


ul.product-categories li.cat-item  div.open-this {display:none}

div.main-container.col2-right-layout.chambrecateg div.block.block-mostpopular {
	display:none !important;
}
div.main-container.col2-right-layout.chambrecateg div.col-right.sidebar {
	display:none !important;
}
/*
div.main-container.col2-right-layout.chambrecateg div.col-main {
	width: 100%;
}
*/

@media (max-width: 1200px) {
	.col-sm-2.listingsubcategs{
		clear:both;
		float:left;
		margin-left:20px;
		width: 40%;
	}
}

div.main-container.col2-left-layout.chambrecateg div.sidebar-item.pricefilter  {display:none;}
					 

body.cms-index-noroute.cms-no-route .std{
	margin-top: 95px;
}

.searchautocomplete-search {top:-20px !important;}

body.catalogsearch-result-index .col-main {
    background: none !important;
    border: none !important;
    padding: 15px !important;
}
body.catalogsearch-result-index  div.page-head {display:none !important;}

.searchautocomplete-search .search-header{display:none !important;}
.searchautocomplete-search .s_item .s_description{display:none !important;}
.searchautocomplete-search .s_item {
    float: left;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 292px;
    height: 100px;
    max-height: 100px;
}

.searchautocomplete-search .s_item_name {
    font-weight: 300;
    height: auto !important;
    min-height: 15px;
    overflow: hidden;
    font-family: "plutocond_light";
    font-size: 13px;
}

#topSearchContainer .reset-button {
    left: inherit !important;
    margin-top: 0;
    top: 9px;
}

.col-left.sidebar .block.block-main-categories {
	    margin-top: 11px;
}
.searchautocomplete-search {
    background: #ffffff !important;
}
.s_item:hover {
    background-color: #fff !important;
}

.sm_imageslider span.slidetexte {display:none !important}

ul.prod_lidt_sizes_conf {
    margin: 0;
    padding: 0;
    overflow: auto;
}
ul.prod_lidt_sizes_conf li{
    font-weight: 300;
    float: left;
    border: 1px solid #93b1d3;
    text-align: center;
    border-radius: 5px;
    margin-right: 3px;
    padding: 2px 3px 0px 3px;
    min-width: 36px;
    margin-bottom: 3px;
	color: #93b1d3;
}

ul.prod_lidt_sizes_conf li.outofstock {
    border: 1px solid #9da090;
    color: #9da090;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/li_outofstock.png) no-repeat center center;
}

label.label-radio-configurable.outofstock {
    cursor: default;
    border: 1px solid #9da090;
    color: #9da090;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/li_outofstock.png) no-repeat center center;
}

/***LA CHAMBRE MENU*****/
ul.menu.smartwave-menu li.chambre ul li {
  width: 50%;
}
ul.menu.smartwave-menu li.chambre span.subcategseshop.cat03m, 
ul.menu.smartwave-menu li.chambre ul.subcategseshop.cat03m {
    width: 25%;
    float: left;
}
ul.menu.smartwave-menu li.chambre span.subcategseshop.cat06m, 
ul.menu.smartwave-menu li.chambre ul.subcategseshop.cat06m {
    width: 25%;
    float: left;
}
span.chambre_picture {
    width: 50%;
    float: left;
}
/***LA CHAMBRE MENU*****/

img.macaron_nky_days {
    position: absolute;
    top: 5px;
    left: 5px;
    width: initial !important;
    height: initial !important;
}

ul.bestsales_productview li img.macaron_nky_days {
	width: 50% !important;
}
ol#bestseller-sidebar li img.macaron_nky_days {
	width: 20% !important;
}

p.onepagecheckout_couponarea ,
p.onepagecheckout_loginarea {
    border: 1px solid;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px !important;
}

div.addresses-primary ol li address {
    font-family: "plutocond_light";
    color: #94968c;
    font-size: 14px;
    line-height: 23px;
	margin-bottom: 10px;
}
div.addresses-primary ol li p a ,
div.my-account form .buttons-set button.button ,
div.addresses-additional button.button  {
	background-color: #546cb7;
    color: white;
    padding: 7px 17px;
    border-radius: 10px;
    font-family: "plutocond_light";
    font-size: 18px;
}
div.my-account p.back-link a {color: #fbb142;}
table#my-orders-table td.last {line-height:15px;}

body.onepagecheckout-index-index tr.summary-details-amrules.summary-details td.a-right.last span.price {display:inline}
body.onepagecheckout-index-index tr.summary-details-amrules.summary-details td.a-right.last{
    color: #91b0d6;
    font-size: 20px;
    font-family: "plutocond_light";
}

a.cancel_pending_order {
    display: block;
    width: 100%;
    padding: 6px 29px 14px 33px;
    overflow: auto;
    color: red;
}

span.cancelorderresult {
    display: block;
    width: 100%;
    padding: 0 26px 10px 33px;
}
span.cancelorderresult.green {color: green;}
span.cancelorderresult.red {color: red;}

/***********BARS HORIZ*************/
div.bars_horiz {
	width: 1170px;
    margin: 0 auto;
    line-height: 14px;
    padding: 5px 10px;
	text-align: center;
}

@media (max-width: 1169px){ 
	div.bars_horiz {width: 100%;}
}

div.bars_horiz a {
	font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
div.bars_horiz a:hover {
	font-weight: 600;
}
/***********BARS HORIZ*************/

span.opensunday {
    color: #ef6364 !important;
    font-weight: 600;
    line-height: 14px;
    margin-top: 10px;
    padding: 5px !important;
    margin-bottom: -15px;
    margin-left: 15px;
}

body.sales-order-view div.main.row ,
body.sales-order-invoice div.main.row {margin-top:50px}


span.notice_coupon_error {
    padding: 0px 0;
    display: block;
    color: red;
    font-style: italic;
    line-height: 14px;
    text-align: left;
    width: 100%;
    margin: 5px 0 5px 0;
    font-size: 12px;
}
h2.fidelity_codes {
    color: #a2a295;
    font-size: 19px !important;
    font-family: "plutocond_regular";
    text-transform: initial;
    height: auto;
    margin: 4px 0 0 0;
    line-height: 27px !important;
    border-bottom: 1px solid #f1f2f7;
    padding-bottom: 5px;
    text-align: left;
}

body.onepagecheckout-index-index  div#checkout-coupon-discount-load  {
	width:50%;
    background-color: #f8f8f7;
    height: auto;
	overflow: auto;
}
body.onepagecheckout-index-index  div#checkout-coupon-discount-load  div.discount  {
	padding:0;
}
body.onepagecheckout-index-index  div#checkout-coupon-discount-load  div.discount input#coupon_code {
	    width: 100%;
}

div.checkouttrust {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-top:25px;
    background-color: #f4f7fb;
    /*height: 170px;*/
}

div.checkouttrust .tp-widget-reviews {
    position: relative;
    width: 100%;
    height: 158px;
    overflow: hidden;
    white-space: nowrap;
    border-top: none;
}

@media (max-width: 993px){
	body.catalog-product-view .col-main div.block-mostpopular .mini-products-list .product-details {
		margin-top: inherit;
		word-break: inherit;
	}
	div.block-mostpopular .mini-products-list .product-details {
		margin-left: 0px;
	}
	span.newsletter_subtext {line-height:20px;}
	body.catalog-product-view .col-main div.block-mostpopular a.link-cart {
		position: relative;
		left: 0;
		margin-top: 18px;
	}
	body.catalog-product-view .col-main #bestseller-sidebar li {
		height: auto;
	}
}

/**********SOCLOZ*****************/
button.socloz {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: white !important;
    padding: 6px 25px;
    background-color: #91b0d6;
    border: #91b0d6;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    text-transform: initial;
    font-family: "plutocond_light";
	display: block;
    clear: both;
	margin-left: 15px;
	margin-bottom: 0px;
}

@media (max-width: 512px){
	button.socloz {
		/*font-size: 13px;*/
		/*width:49%;*/
		word-wrap:break-word;	
	}
}

span#socloz_notice a {
	color: #94968c;
}
span#socloz_notice a:hover {
	color: #4ac1bd;
}

div#socloz_space {
    margin-right: 0px;
}
span#socloz_notice {
    text-transform: initial !important;
    color: #94968c;
    font-size: 12px !important;
    font-family: "plutocond_regular";
    font-weight: 400;
    margin-left: 23px;
    margin-bottom: 39px;
}
/**********SOCLOZ*****************/

/*********ACTITO***************/
div#actito_iframeoverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #95b1d4;
    z-index: 98;
    top: 0;
    left: 0;
    opacity: 0.5;
}
div#actito_iframe {
    display: none;
    position: absolute;
    top: 50px;
    height: 535px; /*900*/
    left: 15%;
    width: 70%;
    z-index: 99;
}
iframe#frame_actito {}
.invalid_email_actito {
    position: absolute;
    left: 14px;
    top: -16px;
    color: #de696c;
}
/*********ACTITO***************/

/********SCP*************/
div#product_tabs {
    clear: both;
}
span.configurable-price-from-label {display:none}
#product-options-wrapper div.input-box {
	width: 330px;
}
/********SCP*************/

span.text_custom_vat_checkout {
    overflow: auto;
    height: auto;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 10px;
    background-color: #e0e9f3;
    border: 1px solid #d5dced;
    color: #4b63ae;
    font-family: "plutocond_light";
    font-size: 14px;
}

/***dessins à colorier***/

body.cms-dessins div.std {}

body.cms-dessins div.std img {
    border: 1px solid #91b0d6;
    border-radius: 10px;
}

body.cms-dessins div.std a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: white !important;
    padding: 6px 40px;
    background-color: #4b63ae;
    text-align: center;
    margin: 28px auto 70px;
    width: auto;
    display: block;
    font-size: 18px;
}

div#dessinscolor ul {
	overflow: auto;
}
div#dessinscolor ul li {
    float: left;
    width: 20%;
    text-align: center;
	height: 212px;
}

@media (max-width: 600px){
	div#dessinscolor ul li {
		width: 30%;
	}
}
@media (max-width: 450px){
	div#dessinscolor ul li {
		width: 50%;
	}
}
@media (max-width: 320px){
	div#dessinscolor ul li {
		width: 100%;
	}
}

div#dessinscolor ul li a {
	display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
div#dessinscolor ul li img {
	width: 150px;
}
div.color_actions {
	width: 100%;
    text-align: center;
    overflow: auto;
    margin: 0 auto 5px;
}
div.color_actions a {
    border: 1px solid #566eb8;
    width: 23%;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #566eb8;
    font-size: 15px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: inherit;
    display: block;
    float: left;
    margin: 0 5% 10px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 400px){
	div.color_actions a {
		width: 90%;
		margin: 0 5% 10px;
	}
}

body.cms-dessins div.std  a.dessinsimg {
	border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
    margin: inherit;
    width: initial;
    display: block;
}

/***dessins à colorier***/

body.ogone-api-placement div.col-main p strong {
    overflow: auto;
    height: auto;
    padding: 20px 0 20px 20px;
    background-color: #e0e9f3;
    border: 1px solid #d5dced;
    color: #4b63ae;
    font-family: "plutocond_light";
    font-size: 14px;
    clear: both;
    display: block;
    margin-top: 75px;
    margin-bottom: 46px;
}


@media (max-width: 360px){
	.top-bar .form-language select {
		width: 98px;
	}
	div#topSearchContainer input#search {
		width: 90px;
	}	
}

@media (max-width: 768px){
	/*
	.top-bar .form-language select {
		width: 98px;
	}
	div#topSearchContainer input#search {
		width: 90px;
	}	
	div#topSearchContainer {
		width: 120px;
	}	
	*/
	.top-bar .currency-area {
		display: none !important;
	}
}


/*********CONCOURS 20 ANS - GAGNANTS*********************/
body.cms-page-view.cms-20ans-gagnants .std div.row div.col-md-4.col-sm-4.col-xs-6 {
	margin-bottom: 25px;
	position: relative;
}
p.ancres  {
	display: block;
    width: 100%;
    text-align: center;
}
p.ancres a {
	border: 1px solid #6f81ac;
    width: auto;
    padding: 5px 25px;
    color: #ffffff;
    background-color: #6f81ac;
    font-size: 18px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: inherit;
}
span.txtprixnom {
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-align: center;	
	color: #ff7b86;
	margin-top: 5px;
}
span.txtprixcado {
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: center;	
}
span.txtprixcado span {
	color: #91b0d6;
}
img.iconegagnant {
	width: 80px;
    position: absolute;
    top: 0;
    left: 22px;	
}
@media (max-width: 710px){
	p.ancres a {
		width: 80% !important;
		display: block;
		margin: -10px auto 0;
	}
	img.iconegagnant {
		width: 50px;
	}
}
@media (max-width: 350px){
	div.col-md-4.col-sm-4.col-xs-6 {
		width:100% !important;
	}
}
a.winbtn {
    border: 1px solid #6f81ac;
    width: 157px;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #6f81ac;
    font-size: 16px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: inherit;
    margin: 2px auto;
    text-align: center;
    display: block;
}
/*********CONCOURS 20 ANS - GAGNANTS*********************/


/*********STORE LOCATOR MAP FIX*************/
@media (max-width: 650px){
	.produweb-storeview-storeitem-index #map-canvas {width: 95%;}
}
@media (max-width: 450px){
	.produweb-storeview-storeitem-index #map-canvas {
		width: 95%;
		height: 450px;
		float: left;
	}
	div#swith_store_type_div {
		margin: 0;
		padding: 0;
		height: auto;
	}
	div#swith_store_type_div ul#swith_store_type {}
	div#swith_store_type_div ul#swith_store_type li {
		width: 100%;
		float: left;
		margin: 0;
		padding-left: 25px !important;
		height: 45px;
		line-height: 45px;	
	}
	div#swith_store_type_div ul#swith_store_type li label {}
}
@media (max-width: 440px){.produweb-storeview-storeitem-index #map-canvas {height: 440px;}}
@media (max-width: 420px){.produweb-storeview-storeitem-index #map-canvas {height: 420px;}}
@media (max-width: 400px){.produweb-storeview-storeitem-index #map-canvas {height: 400px;}}
@media (max-width: 380px){.produweb-storeview-storeitem-index #map-canvas {height: 380px;}}
@media (max-width: 360px){.produweb-storeview-storeitem-index #map-canvas {height: 360px;}}
@media (max-width: 340px){.produweb-storeview-storeitem-index #map-canvas {height: 340px;}}
@media (max-width: 320px){.produweb-storeview-storeitem-index #map-canvas {height: 320px;}}
@media (max-width: 300px){.produweb-storeview-storeitem-index #map-canvas {height: 300px;}}
@media (max-width: 280px){.produweb-storeview-storeitem-index #map-canvas {height: 280px;}}
@media (max-width: 260px){.produweb-storeview-storeitem-index #map-canvas {height: 260px;}}
/*********STORE LOCATOR MAP FIX*************/

/*****PICTO NEW COLLECTION******/
img.picto_new_collection {
    position: absolute !important;
    top: 5px !important;
    left: 5px !important;
    width: 75px !important;
    height: initial !important;
    left: initial !important;
    z-index: 999;
}
ul.products-grid li img.picto_new_collection {
    z-index: inherit !important;
}
/*****PICTO NEW COLLECTION******/

div.pin_it_iframe_widget {display:none}

.striketroughprice span.price{
	font-family:'plutocond_extralight', Arial !important;
	color: #91b0d6 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 0 20px 0 0 !important;
	text-decoration: line-through !important;
}
span.isspecialprice span.price {
	color: #de696c !important;
}
.shopping-cart .cart-popup .products-small .product-item .striketroughprice .price {
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
}
.shopping-cart .cart-popup .products-small .product-item .isspecialprice .price {color: #f3a0ad !important;}

body.cms-legal .std ul li ,
body.cms-cgv .std ul li{
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 20px;	
}

/*
.cart .totals table tfoot td strong ,
table#shopping-cart-totals-table tfoot tr td ,
.cart .totals table tfoot td .price {
    font-size: 15px !important;
    font-weight: 300 !important;
}
.cart .totals table tfoot tr.even_tr_class td .price ,
.cart .totals table tfoot tr.even_tr_class td strong {
	font-size: 24px !important;
    font-weight: 600 !important;
}
*/

/**********SOCLOZ CMS PAGE**************/
div.introsoclozpage {
	overflow: auto;
}
div.introsoloczpage h2 {}
div.introsoloczpage h3 {}
div.introsoloczpage h4 {}
div.socloz4blocks {
	clear:both;
	margin-top: 15px;
	overflow: auto;
}
div.socloz4blocks div.col-sm-6 {
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
    font-family: "plutocond_light";
    font-size: 24px;
    text-transform: inherit;
    line-height: 30px;
}
div.socloz4blocks div.col-sm-6 div.innerborder {
	border: 5px solid #4ac1bd;
    padding: 15px;
}
div.soclozbottomtxt {
    text-align: center;
    margin-top: 30px;
    font-weight: normal;
    font-family: "plutocond_light";
    font-size: 32px;
    text-transform: inherit;
    line-height: 30px;
    background-color: #e8ebf2;
    padding: 35px;
}
div.soclozbottomsubtxt {
    margin-top: 30px;
    font-size: 14px;
    text-align: justify;
}
div.introsoclozpage div.col-sm-3 img {margin-left:15px;}

/**********SOCLOZ CMS PAGE**************/

/***macron prix ronds***/
img.rounded_price_macaron {
	position: absolute;
    top: 3px;
    left: 3px;
    z-index: 9;
	width: 80px !important;
	height: 59px !important;
}
body.dont_show_strikethrough_price  .striketroughprice ,
body.dont_show_strikethrough_price  div.price-box p.old-price {
	display:none !important;
}
/***macron prix ronds***/

/***order status***/
body.sales-order-view .page-title span.separator ,
body.sales-order-view .page-title a.link-reorder {
	display:none;
}
body.sales-order-invoice .page-title ,
body.sales-order-shipment .page-title ,
body.sales-order-view .page-title {
	display:block;
}
body.sales-order-view div.main.row, 
body.sales-order-shipment div.main.row, 
body.sales-order-invoice div.main.row {
    margin-top: 50px;
}
div.order-items.order-details h2.sub-title a.link-print {
	display: inline;
}
/***order status***/

/********FREE GIFTS*************/
@media (max-width: 768px){
	body.onepagecheckout-index-index div#checkout-coupon-discount-load {
		width: 100%;
	}
}
.product_with_gift {
	background-color: #f8f8f7;
    overflow: auto;
    padding: 15px 25px 0;
    margin: 0 15px 25px;
	clear:both;
}
span.cart_item_gift_text.checkouttext {
	float: right;
    width: 100%;
    clear: both;
    display: block;
    margin: 0;
}
span.cart_item_gift_text.checkouttext img.macaron_cadeau {
	margin: 0;
}
span.cart_item_gift_text {
    float: right;
    margin-top: -39px;
}
span.gifted_sku {
	float:left;
	width:50%;
}
.product_with_gift_checkout a {
	font-size: 16px;
    display: block;
    color: #ee8095;
    font-weight: 600;
	/*background: transparent url(/skin/frontend/smartwave/legenda/images/icon_gift.png) no-repeat left center;*/
    padding: 0;
    line-height: 32px;
}
.product_with_gift_checkout a span {
    background-color: white;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #6f81ac;
	color: #6f81ac;
}
.product_with_gift_checkout a span:hover {
	color: #b9b9b0 !important;
	border: 1px solid #b9b9b0 !important;
}
.product_with_gift_checkout {
    overflow: auto;
    padding: 15px;
    margin: 15px 0;
    clear: both;
    display: inline-block;
    background-color: #e0e9f3;
    border: 1px solid #d5dced;
    color: #4b63ae;	
}
.product_with_gift ul {}
.product_with_gift ul li {
	width: 200px;
    float: left;
    overflow: auto;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 25px;
	margin-right: 15px;
	background-color: white;
    border: 1px solid #d1ddeb;
}
.product_with_gift ul li .top {
	cursor: pointer;
	overflow: auto;
}
.product_with_gift ul li .bottom {
	cursor: default;
	overflow: auto;
	height: 24px;
}
.product_with_gift ul li .bottom a {
	background-color: #f8f8f7;
    padding: 3px 10px;
    border-radius: 10px;
	font-size: 11px;
}
.product_with_gift ul li img {
	height: 150px;
    width: auto;
}
.product_with_gift ul li h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    height: 26px;
    overflow: hidden;
}
span.gifttitle {
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #ee8095;
    font-weight: 600;
	/*background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/icon_gift.png) no-repeat left center;*/
	padding: 0;
	line-height: 16px;	
}
a.cart_see_fiche {
	font-size: 11px;
    display: block;
    clear: both;
    width: auto;
    text-align: left;	
}
.shopping-cart .cart-popup .button.left {
    width: 100% !important;
}
img.macaron_cadeau {
	margin-right: 15px;
}
/********FREE GIFTS*************/

/***order status***/

div.order-items.order-details table.data-table th ,
table#my-shipment-table th ,
table#my-orders-table th ,
table#my-invoice-table th {
  background-color: #99b7db;
  color: white;
  font-size: 13px;
  font-family: "plutocond_regular";
  text-transform: uppercase;
    border: 2px solid white;
}
table#my-shipment-table td span.nobr .separator ,
table#my-invoice-table td span.nobr .separator ,
table#my-orders-table td span.nobr .separator {display:none}

table#my-shipment-table td span.nobr a ,
table#my-invoice-table td span.nobr a ,
table#my-orders-table td span.nobr a {
  font-size: 14px;
  color: #5169b4;
  text-decoration: underline;
  font-weight: 600;
}
table#my-shipment-table td span.price ,
table#my-invoice-table td span.price ,
table#my-orders-table td span.price {
  border: none;
  color: #94968c;
  font-size: 14px;
}
table#my-shipment-table td ,
table#my-invoice-table td ,
table#my-orders-table td {
  border: none;
  color: #94968c;
  font-size: 14px;
  border: 2px solid white;
}
table#my-shipment-table tr.odd td ,
table#my-invoice-table tr.odd td ,
table#my-orders-table tr.odd td {
	background-color: #fafbfd;
}
table#my-shipment-table tr.even td ,
table#my-invoice-table tr.even td ,
table#my-orders-table tr.even td {
	background-color: #f5f8fb;
}
/***order status***/

@media (max-width: 768px) {
	.container {
		width: 715px !important;
	}
	body.catalog-category-view div.col-left.sidebar {

	}	
}

@media (max-width: 700px) {
	.container {
		width: inherit !important;
	}
	body.catalog-category-view div.col-left.sidebar {
		width: 100%;
		margin: 0 20px;
	}
}

div.col-left ul.product-categories li ul.children {display:none !important;}

div.col-main div.category-description.std {
	margin: 20px 0 10px 0;
}
div.col-main div.listingsubcategs div.category-description.std {
	margin: 0 0 10px;
}

@media (max-width: 400px) {
	div#noukies_family h1, 
	div.category_title h1, 
	form#search_store h1, 
	div#noukies_jobs_view h1, 
	div#sizeguide h2, 
	body.cms-notre-histoire 
	div.page-title.year-title h1, 
	div.valeurs_text h3, 
	div.bonretour.page-title h1, 
	div#sos_noukies_search .sos_title h1 {
		font-size: 26px !important;
	}
}
@media (max-width: 320px) {
	div#noukies_family h1, 
	div.category_title h1, 
	form#search_store h1, 
	div#noukies_jobs_view h1, 
	div#sizeguide h2, 
	body.cms-notre-histoire 
	div.page-title.year-title h1, 
	div.valeurs_text h3, 
	div.bonretour.page-title h1, 
	div#sos_noukies_search .sos_title h1 {
		font-size: 24px !important;
	}
}
ul.menu.smartwave-menu li span.subcategseshop.ideescadeaux  {
  width: 100% !important;
}

ul.products-list.bestsales_productview li img.macaron_nky_days ,
ol#bestseller-sidebar li img.macaron_nky_days ,
ul.products-list.bestsales_productview li img.mixandmatch_img {
	max-width: 35px;
}

/******optimized eshop menu********/
ul.menu.smartwave-menu li .subcategseshop span.subcatshopitem {
	margin: 0 !important;
    padding: 0;
}
ul.menu.smartwave-menu li .subcategseshop.main_category_column {
	text-align: left;
}
ul.menu.smartwave-menu li .subcategseshop span.subcatshopitem_right {
    width: 50% !important;
    float: left;
    display: block !important;
}
ul.menu.smartwave-menu li .subcategseshop span.subcatshopitem_left {
    width: 50% !important;
    float: left;
    display: block !important;
}
ul.menu.smartwave-menu li .subcategseshop span.subcatshopitem.float_left {
	width: 100% !important;
}
ul.menu.smartwave-menu li .subcategseshop span.subcatshopitem.float_right {
	width: 100% !important;
}
ul.menu.smartwave-menu li ul li span.subcatshopitem  a {
    font-size: 12px !important;
    line-height: 24px !important;
    color: #7988b6 !important;
    font-family: "plutocond_light" !important;
}
ul.menu.smartwave-menu li .subcategseshop span.outlet a {
    font-weight: 600 !important;
    background-color: #d2d8eb;
    color: #7988b6 !important;
    padding: 2px 5px;
    border-radius: 5px;
}

ul.menu.smartwave-menu li .subcategseshop span.outlet a:hover {
	color: #e41022 !important;
}
ul.menu.smartwave-menu li .chambremenu.subcategseshop span.subcatshopitem_right ,
ul.menu.smartwave-menu li .chambremenu.subcategseshop span.subcatshopitem_left ,
ul.menu.smartwave-menu li .chambremenu.subcategseshop span.chambre_picture {
    width: 33% !important;
	float: left;
    display: block !important;
}
/******optimized eshop menu********/

div.socialfooter a#imgfaceb {
	width: 32px;
    height: 32px;
	background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/footer_fip.jpg) no-repeat left top;
	display: block;
}
div.socialfooter a#imginstag {
	width: 32px;
    height: 32px;
	background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/footer_fip.jpg) no-repeat left -32px;
	display: block;	
}
div.socialfooter a#imgpin {
	width: 32px;
    height: 32px;
	background: white url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/footer_fip.jpg) no-repeat left -64px;
	display: block;	
}

.col2-set form.checkoutconnect  .col-1, .col2-set form.checkoutconnect  .col-2 {
	width:48%;
}
div.checkout_login_separator {
	width: 4%;
    height: 380px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

body.checkout-cart-index div#allow-gift-message-container {
	width: 100%;
	overflow: auto;
}
body.checkout-cart-index div.gift-messages-form {
	background: none;
    border: none;
}
body.checkout-cart-index div.cart-cadeau-box {
    height: auto;
	/*background: transparent url(/skin/frontend/smartwave/legenda/images/cart-cadeau-box.png) no-repeat right 20px;*/
	background: none;
}	
div#allow-gift-message-container {
    height: auto;
    margin: 0;
}
body.checkout-cart-index div.cart-cadeau-box p.giftboxhint {
	width: 100%;
    margin-top: 0px !important;
}

/*****CART GIFT MESSAGE******/
div#allow-gift-messages-for-items-container p {
	width: auto;
    float: left;
}
div#allow-gift-messages-for-items-container label{}
div#allow-gift-messages-for-items-container li {}
span.after_error_text {
	color: #de696c;
    font-weight: 300;
    display: block;
}
span.submitgiftmessageresult.green {
	display: block;
	color: #007f4e;
}
span.submitgiftmessageresult.red {
	display: block;
	color: #de696c;
}
button#submitgiftmsg {
    background-color: #b9b9b0;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    color: white;
    text-transform: initial;
    font-size: 19px;
}
/*****CART GIFT MESSAGE******/

/********CHILDRENS*************/
body.childrens-customer-view .fieldset {
    border:none;
	overflow:auto;
}
body.childrens-customer-view button.button {
    border: 1px solid #566eb8;
    width: auto;
    padding: 10px 30px;
    height: auto;
    line-height: 18px;
    color: #ffffff;
    background-color: #566eb8;
    font-size: 18px;
    font-family: "plutocond_light";
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
    text-transform: inherit;
}
div.child_container_headers  ul li {
	text-align: left !important;
	padding-left: 5px;
}
body.childrens-customer-view form .fieldset {
    min-height: 185px;
}
div.child_container_headers  ul li {
  font-size: 12px !important;
}
/********CHILDRENS*************/

@media (max-width: 720px) {
	.col2-set form.checkoutconnect  .col-1, .col2-set form.checkoutconnect  .col-2 {
		width: 100%;
	}
}
/*
ul.menu.smartwave-menu li a:hover{
	font-weight: 600 !important;
}
*/
body.body.onepagecheckout-index-success  form button.button ,
body.customer-account-forgotpassword form button.button {
	background-color: #5970bb;
    color: white;
    text-transform: initial;
    border-radius: 10px;
    float: right;
    font-family: "plutocond_light";
    font-size: 18px;
}

body.cms-page-view.cms-sizes div#sizeguide h2 {display:none;}

/*****print CGV button*****/
body.cms-cgv .std input[type=button] {
    border: 1px solid #566eb8;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #566eb8;
    font-size: 13px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-right: 0;
    margin-top: -70px;
    text-transform: inherit;
	cursor: pointer;
}
body.cms-legal div.std div, body.cms-cgv div.std div, body.cms-legal div.std p, body.cms-cgv div.std p {
    color: #535351 !important;
}
@media (max-width: 780px) {
	body.cms-cgv .std input[type=button] {
		float: none;
		margin: 0;
	}
}
/*****print CGV button*****/


body.nit div.box_card_yes #cadre_card_yes a {
    padding: 10px 5px;
}

body.onepagecheckout-index-index span.cart_item_gift_text.checkouttext img.macaron_cadeau {
    margin: -25px -15px 0 0;
    height: 35px;
    float: right;
}
@media (max-width: 800px) {
	span.cart_item_gift_text {
		margin-top: -20px;
	}	
	table#shopping-cart-table img.macaron_cadeau {
		height: 40px;
	}
	body.onepagecheckout-index-index  .row {
		margin-left:0px;
		margin-right:0px;
	}
}

body .cart .cart-total-section .totals table tr td.a-right.discountscheckouttd {
	padding-right: 60px !important;
}
body.onepagecheckout-index-index select {
    padding-right: 28px;
}

@media (max-width: 450px) {
	div.category_view_page div.col-sm-2.listingsubcategs {
		width: 95% !important;
		padding: 0;
		margin: 10px;
	}
	div.col-main div.category-description.std {
		margin: -30px 10px 10px 10px;
	}
	body.catalog-category-view div.col-left.sidebar div#filter_subcategories {
		margin: 0 5px;
		padding: 0;
	}	
	.cart .no-padding-lr {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	body.onepagecheckout-index-index div#checkout-coupon-discount-load {
		width: 100%;
		padding: 0;
		background-color: white;
	}	
	form#search_store {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
	}	
	div#ajax_list_container {
		padding-top: 25px;
	}
	span.cart_item_gift_text {
		margin-top: 0;
		float: left;
	}
	table#shopping-cart-table img.macaron_cadeau {
		height: 30px;
	}
	body .cart .cart-total-section .totals table tr td.a-right.discountscheckouttd {
		padding-right: 0px !important;
		font-size: 16px;
	}
	.cart-table .product-name {
		font-size: 14px;
		line-height: 14px;
	}	
}

table#my-orders-table td.last span.nobr a {
	font-size: 12px;
}
table#my-orders-table a.link-reorder {
	display: block !important;
}


/********************NEW FICHE PRODUIT**********************************/
body.catalog-product-view div.img-box.product-image-zoom {
	width: 75%;
	float:left;
	margin: 0 2.5%;
}
body.catalog-product-view div.more-views {
	width: 20%;
	float:left;	
	margin: 0;
}
body.catalog-product-view #more_img_gal.owl-carousel .owl-item {
	float: inherit;
	clear: both;
}
body.catalog-product-view #more_img_gal .item {margin: 0;}
body.catalog-product-view #more_img_gal div.owl-wrapper {
    width: 174px !important;
    max-height: 652px !important;
}
body.catalog-product-view #more_img_gal {
	height:auto;
	overflow-y: auto;
}
body.catalog-product-view #more_img_gal .jspVerticalBar {
    width: 8px;
}
body.catalog-product-view div.addtocart_top div.qty-box label {display:none;}
body.catalog-product-view div.addtocart_top div.qty-box div#inputqtybox {display:none;}
body.catalog-product-view div.addtocart_top button.btn-cart {display:none;}
body.catalog-product-view .product-view .product-shop .price-box {
	border-top: none;
	padding-top: 0;
}
body.catalog-product-view a.sizeguidelnk {
    color: #6D80B1;
    font-size: 12px;
    font-family: "plutocond_light";
    float: inherit;
    text-decoration: inherit;
    margin-top: 0;
    text-transform: lowercase;
    margin-left: 15px;
	font-weight: 300;
}
body.catalog-product-view a.sizeguidelnk:hover {text-decoration: underline !important;}
body.catalog-product-view div.product-options-bottom  {margin:0;}
body.catalog-product-view div.product-options-bottom div.price-box.legendaprice {display:none;}
body.catalog-product-view div.product-options-bottom div.add-to-cart {
    margin: 0 12px 0 0;
    width: 58px;
    float: left;	
}
body.catalog-product-view .product-options-bottom .add-to-cart div#inputqtybox {
    clear: both;
    float: left;
    margin-right: 5px;
    width: 55px;
	border: 1px solid #58595B;
}
body.catalog-product-view .product-options-bottom .add-to-cart label {
	width: auto;
    margin: 0;
    float: left;
}
body.catalog-product-view .product-options-bottom button.btn-cart {
    float: left;
    padding: 1px 6px;
    margin: 20px 0 0 0;
    border-radius: 5px;
}
body.catalog-product-view .product-view .product-shop .short-description {
    border-bottom: 1px solid #ebedf3;
    border-top: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;	
}
body.catalog-product-view .product-view .product-shop .btn-cart span span {
    font-size: 16px;
}
body.catalog-product-view div.longdescr {
    text-align: justify;
    line-height: 18px;
    /*height: 120px;*/
    border-top: none;
    border-bottom: 1px solid #ebedf3;
    padding: 0;
    margin: 7px 0 12px;
	color: #58595B;
	font-size:13px;
}
body.catalog-product-view #productdescriptionscroll {
    display: block;
    /*height: 110px;
    overflow: auto;
    padding-bottom: 25px;*/
    line-height: 1;
	overflow-y: hidden;
}
body.catalog-product-view .product-view .product-shop .addtocart_top .price-box {
    margin: 15px 0 0 0;
    padding: 0;
}
body.catalog-product-view .product-options .switcher-field label {
    border: 1px solid #e2e6ee;
    background-color: #fff;
    color: #58595B;
    border: 1px solid #58595B;
    display: block;
    float: left;
    font-family: "plutocond_light", Arial;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    width: auto !important;
    cursor: pointer;
    overflow: hidden;
    line-height: 21px !important;
    height: 23px !important;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 13px;
	padding: 0 3px;
}
body.catalog-product-view .product-options .switcher-field label.selected {
    border-color: #6D80B1;
    background-color: #6D80B1;
    color: #FFFFFF;
}
@media (max-width: 768px) {
	body.catalog-product-view .product-options .switcher-field label.cuthere {
		clear:both;
	}
}

body.catalog-product-view div#left_col_picture_media {
    position: absolute;
    bottom: 0;
    left: 0;
}
body.catalog-product-view div.longdescr .jspVerticalBar {
    width: 8px;
}
body.catalog-product-view div.product-shop #product-options-wrapper {
    padding-top: 0px;
}
body.catalog-product-view .product-options {
    margin-bottom: 0px;
}
body.catalog-product-view button.socloz {
    border-radius: 5px;
    padding: 0.5px 6px;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 2px;
    width: 278px;
    background-color: #FFFFFF;
    color: #6D80B1 !important;
    border: 1px solid #6D80B1;
    line-height: 32px;
}
body.catalog-product-view div.product-shop.configurable button.socloz {
    margin-top: 5px;
    margin-left: 3px;
}
body.catalog-product-view .product-view.no_sale div.product-shop.configurable button.socloz {
	margin-left: 0;
    margin-top: 0;
}	
body.catalog-product-view button.socloz:hover {
    background-color: #6D80B1;
    color: #FFFFFF !important;
    border: 1px solid #6D80B1;	
}
body.catalog-product-view span#socloz_notice {
	margin-bottom: 15px;
    margin-left: 0;
    float: right;
    display: block;
    text-align: right;
    padding: 0 5px;
	font-size: 12px !important;
}
body.catalog-product-view div#socloz_space {
	width: 285px;
    float: left;
    margin-left: 0;
    margin-top: 5px;
}
body.catalog-product-view  div.sharing-tool-area {
	width: 175px;
    overflow: auto;
    clear: both;
    text-align: center;
    margin: -60px auto 0;
}
body.catalog-product-view  div#main_img_gal {
	border: 1px solid #eef0f5;
}
body.catalog-product-view  div#giftwrap_availbale {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
	font-size: 12px;
	color: #58595B;
}
body.catalog-product-view div.product-shop {
    border-left: none;
	margin-top: -25px;
	z-index: 9;
	min-height: 625px;
}
body.catalog-product-view .back-to-top.btt-shown {
    z-index: 10;
}
body.catalog-product-view div.topsellerTitle {
	text-align: center;
    font-size: 22px;
    text-transform: uppercase;
	border-bottom: 1px solid;
}
body.catalog-product-view .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div ,
body.catalog-product-view .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
body.catalog-product-view .box-viewed ,
body.catalog-product-view .box-up-sell {
    border: none;
}
body.catalog-product-view ul.productview_component {
	margin-left: 15px;
	color: #59585B;
	font-size: 13px;
}
body.catalog-product-view ul.productview_component li {
	list-style-type: disc;
    line-height: 16px;
}
body.catalog-product-view .product-view .product-shop .sku_wrapper {
	margin-top: 15px;
}
body.catalog-product-view div.product-options-bottom ul.add-to-links {
	display:none;
}
body.catalog-product-view .link-wishlist-new:hover {
	color: #ffffff !important;
    border: 1px solid #6D80B1;
    background-color: #6D80B1;
}	

body.catalog-product-view ul.add-to-links.wishlistlink {
    margin-top: 5px;
    margin-left: 2px;
	float: left;
	visibility: hidden;
}
body.catalog-product-view div.product-shop.configurable ul.add-to-links.wishlistlink {
	margin-top: 10px;
	visibility: hidden;
}
body.catalog-product-view .link-wishlist-new {
    color: #6D80B1;
    border: 1px solid #6D80B1;
    background-color: #ffffff;
    padding: 0.5px 14px 0 14px !important;

    border-radius: 5px !important;
    line-height: 32px;
	text-transform: inherit;
}
body.catalog-product-view .link-wishlist-new:before {
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 18px;
}
body.catalog-product-view div#inputqtybox {
    border-radius: 5px;
}
body.catalog-product-view div.reassurance3blocs {
	margin: 15px 0;
    padding: 0;	
}
body.catalog-product-view div.reassurance3blocs div {
	padding: 0;
    line-height: 14px;
    text-align: center;
    color: #91b0d6;
    font-size: 12px;	
}
body.catalog-product-view div.blockproduct_freeship {
	/*
	background: transparent url(/skin/frontend/smartwave/legenda/images/freeship.png) no-repeat left center;
    padding-left: 55px;
	*/
    overflow: auto;
    /*line-height: 28px;*/
    clear: both;
    margin-top: 10px;
    font-size: 13px;
    color: #58595B;
	min-height: 28px;
}
body.catalog-product-view div.blockproduct_freeship strong {
	color: #63619A;
}
body.catalog-product-view div.product_view_bottom_text {
    width: 85%;
    margin: 0 auto 10px;
    text-align: center;
    overflow: auto;
    padding-top: 25px;
}
body.catalog-product-view div.product_view_bottom_text p {
    color: #58595B;
    line-height: 16px;	
}
body.catalog-product-view div.product_details_block h6 {
    font-style: italic;
    margin: 15px 0 5px 0;	
}
body.catalog-product-view div.product_details_block h5 {
	font-weight: bold;
}
body.catalog-product-view div.product_details_block span.product_details_block_text {
    text-align: justify;
    display: block;
    line-height: 18px;
    min-height: 150px;	
}
body.catalog-product-view div#customer-reviews p.review-nologged { text-align: center; }
body.catalog-product-view div#customer-reviews {
	min-height: 100px;
}
body.catalog-product-view .socloz_intro_text {
    font-size: 12px;
    margin-left: 0;
    margin-top: 0;
    display: block;
    color: #58595B;
    margin-bottom: 15px;
    line-height: 12px;
}
body.catalog-product-view .product-options dt {
    padding-bottom: 0;
}
body.catalog-product-view #product-options-wrapper .switcher-field.switcher-size {
    margin-bottom: 0;
}
body.catalog-product-view span.long_description_title {
	text-transform: uppercase;
    font-weight: 600;

    font-size: 12px;
	color: #58595B;
	margin-top: 15px;
	display: block;
}
body.catalog-product-view div#noukies_family.productview h1 {
    color: #63619A;
}
body.catalog-product-view .product-view .product-shop .price {
	color: #63619A;
}
body.catalog-product-view .product-options dt label {
    color: #58595B;
    font-family: "plutocond_light";
    font-weight: 600;
}
body.catalog-product-view .product-options-bottom .add-to-cart label {
    color: #58595B;
	text-transform: uppercase !important;
    font-size: 12px !important;	
}
body.catalog-product-view span#socloz_notice a {
	color: #58595B;
}
body.catalog-product-view span#socloz_notice a:hover {
	color: #63619A;
}
body.catalog-product-view .product-view .product-shop .btn-cart {
    background-color: #6D80B1;
	color: #FFFFFF;
	border: 1px solid #6D80B1;
	width: 188px;
}
body.catalog-product-view .product-view .product-shop .btn-cart:hover {
    background-color: #FFFFFF;
	border: 1px solid #6D80B1;
}
body.catalog-product-view .product-view .product-shop .btn-cart:hover span span {
	color: #6D80B1 !important;
}
body.catalog-product-view div#inputqtybox input.input-text.qty {
    color: #58595B;
}
body.catalog-product-view .box-up-sell .title, 
body.catalog-product-view .box-viewed .title {
    margin: 20px 20px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #58595B;
}

body.catalog-product-view .box-up-sell h3.product-name a,
body.catalog-product-view .box-viewed h3.product-name a {
	color: #63619A !important;
}
body.catalog-product-view .box-up-sell span.regular-price .price ,
body.catalog-product-view .box-viewed span.regular-price .price {
	font-weight: 600;
	font-size: 14px;
}
body.catalog-product-view div.breadcrumbs ul li strong, 
body.catalog-product-view div.breadcrumbs ul li a {
    color: #BCBEC0 !important;
}
body.catalog-product-view div.breadcrumbs ul li span {
    color: #BCBEC0 !important;
}
body.catalog-product-view div.product_details_title h5.title {
    font-size: 16px;
    font-weight: normal;
    color: #58595B;	
}
body.catalog-product-view div.product-essential div.price-box p.old-price span.price {
    color: #F3A0AD;

}
body.catalog-product-view div.product-essential div.price-box p.special-price span.price {
    color: #63619A;
}
body.catalog-product-view .old-price .price {
    color: #F3A0AD;
}
body.catalog-product-view img.macaron_nky_days {
	left: inherit;
    right: 5px;
    z-index: 9;
}
body.catalog-category-view div.fancybox-skin, 
body.catalog-product-view div.fancybox-skin {
    background-color: #FFFFFF !important;
}
body.catalog-category-view div.fancybox-skin div#sizeguide h2, 
body.catalog-product-view div.fancybox-skin div#sizeguide h2 {
    color: #58595B !important;
}
body.catalog-category-view .tabs .tab-title, 
body.catalog-product-view .tabs .tab-title {
    color: #6D80B1;
}
body.catalog-category-view .tabs .tab-title.opened, 
body.catalog-product-view .tabs .tab-title.opened {
    color: #58595B !important;
}
body.catalog-category-view div.fancybox-skin div#sizeguide .tab-content table strong , 
body.catalog-product-view div.fancybox-skin div#sizeguide .tab-content table strong {
	color: #6D80B1 !important;
}
body.catalog-product-view .product-view .product-shop .btn-cart.findstore {
    width: 251px;
    border-radius: 5px;
	margin: 0;
}
body.catalog-product-view img.product_details_block_img {
	margin-top: 18px;
}
body.catalog-product-view .addtocart_bottom div.price-box.legendaprice {display: none;}
body.catalog-product-view .addtocart_bottom div.qty-box {
	float: left;
    width: 80px;
}
body.catalog-product-view  .product-view .product-shop .addtocart_bottom .add-to-cart{
    width: 64px;
    margin: 0;
}
body.catalog-product-view .product-view .product-shop .btn-cart{
float: left;
    width: 278px;
    margin: 20px 0 0 0;
    padding: 1px 6px;
    border-radius: 5px;
}

body.catalog-product-view .product-view .product-shop.simple .btn-cart {
    margin: 27px 0 0 5px;
}
body.catalog-product-view .product-view .product-shop.simple  button.socloz {
	margin-top: 0;
    margin-left: 2px;
}
body.catalog-product-view .product-view.no_sale .product-shop  button.socloz {
	margin-top: 5px;
}
body.catalog-product-view .product-view .product-shop.hide_socloz_class .link-wishlist-new {
    width: 278px;
    text-align: left;
    margin-left: 67px;
    font-size: 16px;
    line-height: 32px;
}
.product-shop div#inputqtybox a.button-down {
    right: 11px;
    margin-left: 0;
}
.product-shop.configurable div#inputqtybox a.button-down {
    right: 8px;
    margin-left: 0;
}
body.catalog-product-view .addtocart_bottom div#inputqtybox {
	float: left;
}
/*
body.catalog-product-view .breadcrumbs {
    margin-top: 5px;
    border-top: 1px solid #ebedf3;
    padding-top: 5px;
}
*/
body.catalog-product-view .breadcrumbs ul li:nth-last-child(2) span{display:none;}
body.catalog-product-view .breadcrumbs ul li.product{display:none;}
body.catalog-product-view .breadcrumbs ul {
	text-align: left;
}
body.catalog-product-view div#noukies_family.productview {display:none;}
body.catalog-product-view h1.product_name_rightcol {
    color: #63619A;
    font-weight: normal;
    font-family: "plutocond_light";
    font-size: 20px;
    text-transform: inherit;
    margin-bottom: 15px;
    line-height: 20px;
}
body.catalog-product-view div.breadcrumbs ul li strong, 
body.catalog-product-view div.breadcrumbs ul li a {
	font-size:12px;
	color: #58595B !important;
}
body.catalog-product-view span.descr_read_more {
	color: #6D80B1;
    text-align: right;
    display: block;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 12px;
    cursor: pointer;
}

body.catalog-product-view .product-essential {
	margin-bottom: inherit;
}

body.catalog-product-view .box-viewed {
	margin-top: 40px;
}
@media (max-width: 1024px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 182px;
		line-height: 31px;
	}
	body.catalog-product-view button.socloz {
		width: 182px;
		line-height: 31px;
	}	
	body.catalog-product-view div#socloz_space {
		width: auto;
	}
	/*
	body.catalog-product-view div.zoomWindow ,
	body.catalog-product-view div.zoomContainer {
		width: 500px !important;
		left: 0 !important;
		z-index: 9;
	}
	*/
	.products-grid li.item {
		margin-bottom: 0;
	}
	div.category_view_page div.col-sm-2.listingsubcategs {
		width: 90% !important;
		margin-top: 15px;
	}		
}
@media (max-width: 991px) {
	body.cms-sizes .std .tabs .tab-title {
		margin-left: 0;
		width: 100%;
		clear: both;
		float: none;
		display: inherit;
	}
	/*
	body.catalog-product-view div.zoomWindow ,
	body.catalog-product-view div.zoomContainer {
		width: 380px !important;
	}	
	*/
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 142px;
		line-height: 16px;
	}
	body.catalog-product-view button.socloz {
		width: 142px;
		line-height: 16px;
	}	
	body.catalog-product-view .product-options .switcher-field label.cuthere {
		clear:both;
	}
}
@media (max-width: 768px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 132px;
		line-height: 15px;
		margin-left: 6px;
	}
	body.catalog-product-view button.socloz {
		width: 132px;
		line-height: 16px;
		margin-left: 13px;

	}	
	body.catalog-product-view div#socloz_space {
		width: auto;
	}	
	body.catalog-product-view h1.product_name_rightcol {
		font-size: 15px;
		line-height: 15px;
	}
	body.catalog-product-view a.sizeguidelnk {
		display: none;
		margin: -15px 0 0 0;
	}
	body.catalog-product-view a#sizeguidelnk_smallview.sizeguidelnk {
		display: block !important;
		margin: -15px 0 0 0;
	}
	body.catalog-product-view .product_details_block {
		width: 100%;
	}
	body.catalog-product-view .zoomContainer {
		display: none !important;
	}
	body.catalog-product-view div.product-shop {
		min-height: inherit;
	}	
	body.catalog-product-view .product-essential.row{
		min-height: auto !important;
	}
	body.catalog-product-view .product-view .product-shop .btn-cart.findstore {
		width: 197px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	body.catalog-product-view div.product-shop {
		margin-top: 25px;
	}
}
@media (max-width: 736px) {
	body.catalog-product-view  div#left_col_picture_media {
		display:none;
	}
	body.catalog-product-view div.shareproduct {
		margin-bottom: 0;
		margin-top: 65px;
	}	
	body.catalog-product-view .product-options .switcher-field label.cuthere {
		clear:inherit;
	}	
	body.catalog-product-view .product-view .product-shop .btn-cart ,
	body.catalog-product-view button.socloz {
		width: 225px;
		line-height: 30px;
	}		
}
@media (max-width: 670px) {
	body.catalog-product-view div.product-shop {
		margin-top: 25px;
	}
	body.catalog-product-view div.product-img-box {
	    margin: 0 15px;	
	}
	body.catalog-product-view div.longdescr {
	    margin-right: 15px;	
	}	
	body.catalog-product-view h1.product_name_rightcol {
		font-size: 20px;
		line-height: 22px;
	}	
	body.catalog-product-view div.shareproduct  {
		margin-bottom: 0;
		margin-top: 65px;
	}
	body.catalog-product-view .box-up-sell .slider-viewport .product .product-name, 
	body.catalog-product-view .box-viewed .slider-viewport .product .product-name {
		max-height: 20px;
		overflow: hidden;
	}	
}
@media (max-width: 600px) {
	body.catalog-product-view .product-view .product-shop .btn-cart ,
	body.catalog-product-view button.socloz {
		width: 188px;
		line-height: 29px;
	}		
}
@media (max-width: 425px) {
	body.catalog-product-view div.product-shop {
		margin-top: 25px;
	}
	body.catalog-product-view div.product-img-box {
	    margin: 0 15px;	
	}
	body.catalog-product-view div.longdescr {
	    margin-right: 15px;	
	}
	body.catalog-product-view div.shareproduct  {
		margin-bottom: 0;
		margin-top: 65px;
	}	
	body.catalog-product-view .box-up-sell .slider-viewport .product .product-name, 
	body.catalog-product-view .box-viewed .slider-viewport .product .product-name {
		max-height: 36px;
	}
	body.catalog-product-view .owl-carousel .owl-wrapper-outer.autoHeight {
		height: 231px !important;
	}
	body.catalog-product-view div#left_col_picture_media {
		display: none;
	}
	body.catalog-product-view h1.product_name_rightcol {
		font-size: 20px;
		line-height: 22px;
	}
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 188px;
		line-height: 30px;
		margin-left: 0;
	}	
	body.catalog-product-view button.socloz {
		width: 188px;
		line-height: 30px;
	}	
	body.catalog-product-view ul.productview_component {
		margin-right: 15px;
	}
	body.cms-sizes .std .tabs .tab-content table tr td {
		padding-left: 10px;
		padding-right: 10px;		
	}
}
body.wishlist-index-index table#wishlist-table .cart-cell .add-to-cart-alt a.button-up ,
body.wishlist-index-index table#wishlist-table .cart-cell .add-to-cart-alt a.button-down {
	margin-top: 13px;
}
body.wishlist-index-index table#wishlist-table thead tr th:nth-last-child(2) {
	visibility: hidden;
}
body.catalog-product-view .no_reservation_space {
	display: block;
    width: 30px;	
}
/*
body.catalog-product-view .product-essential.row{
	min-height: 665px;
}
*/
body.catalog-product-view .product-view .product-shop .btn-cart.findstore {
	margin-bottom: 10px;
}
body.catalog-product-view .product-view .product-shop .price {
	font-size: 30px !important;
}
body.catalog-product-view div.product-img-box img.placeholder {
    width: 387px;
    margin: 0 auto;
    display: block;
}
body.catalog-product-view img.picto_new_collection {
    z-index: 9;
	right: 5px;
}
body.catalog-product-view #messages_product_view ul.messages {
	margin-bottom: 35px !important;
}
body.catalog-product-view #messages_product_view .sw-cart-state {
    width: 65%;
}
@media (max-width: 767px) {
	body.catalog-product-view #messages_product_view .sw-cart-state {
		width: 100%;
	}
}
body.catalog-product-view .link-wishlist-new {
	width: 53px;
    display: block;
    font-size: inherit;
    height: 35px;
	text-align: center;
}
body.catalog-product-view ul.add-to-links.wishlistlink {
	width: 65px;
}
body.wishlist-index-index table#wishlist-table .cart-cell .add-to-cart-alt a.button-up ,
body.wishlist-index-index table#wishlist-table .cart-cell .add-to-cart-alt a.button-down {
	margin: 0;
    float: none;
}
body.noukies_website.wishlist-index-index div.add-to-cart-alt button {
    background-color: #58595b;
    color: white;
	line-height: 12px;
}
body.archimede_website.wishlist-index-index div.add-to-cart-alt button {
    background-color: #465077;
    color: white;
}
ul.products-grid li.item ul.add-to-links li a.link-wishlist:hover {
    color: #5068b3 !important;
    border: 1px solid #ffffff;
}
ul.products-grid li.item ul.add-to-links li a.link-wishlist {
    color: #91b0d6;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 5px;
    width: 31px;
    padding: 6px;
    margin-top: 0px;
}
/********************NEW FICHE PRODUIT**********************************/

/*****Communication banner*****/
div#communication_banner {}
div#communication_banner a {
	cursor:pointer;
	display: block;
	width:100%;
	height:100px;
}
div#communication_banner span.closeme{
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    background-color: white;
    border-radius: 20px;
    padding: 0 3px;
}
/*****Communication banner*****/

/********************NEW HOMEPAGE**********************************/
div.blockhome div.banner.a-right {
	border: 1px solid #e0e9f3;
}
div.blockhome div.banner.a-right a {
	overflow: auto;
}
div.blockhome div.banner.a-right span.video_title ,
div.blockhome div.banner.a-right a span {
	font-family: "plutocond_light", Arial;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 36px;
	border: none !important;
}

div#packshot_semaine {
    margin-bottom: 25px;	
}
div#packshot_semaine.oldone {
	margin-bottom:25px;
}
div#packshot_semaine.newone {
    padding: 0px 25px 0 25px;	
}
div#packshot_semaine .packshot_slider {}
div#packshot_semaine .packshot_slider img {
	cursor:pointer;
}
div#packshot_semaine #packshot_text {
	font-family: "plutocond_regular", Arial;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 36px;	
}
div#social_home #social_home_content div.col-sm-4.col-xs-12{
	padding: 0;
}

div#social_home #social_home_content div.div-facebook{
    width: 370px;
    margin-right: 30px;	
}
div#social_home #social_home_content div.div-instagram{
    width: 370px;
    margin-right: 30px;	
}
div#social_home #social_home_content div.div-pinterest{
    width: 370px;
}

div#social_home {
	border: 1px solid #e0e9f3;
	padding: 3px 0px 10px 0px;
	margin-bottom: 10px;
	overflow: auto;
	margin-top: 15px;
}
div.homepagetext {
	margin: 3px 0 17px 0;
}
div#social_home h2.title ,
div.homepagetext h2.title {
	border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
div.homepagetext p {
	text-align: justify;
}
.header-container {
    height: 188px;
}
body.archimede_website .header-container {
    height: 160px;
}
div#topSearchContainer {
	background-color: #e0e9f3;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 10px;
	float: right;
    margin-right: -30px;
}
/*
div#topSearchContainer input#search {
	margin-bottom: 7px;
}
*/
div.bars_horiz_top {
	width: 175px;
    margin: 0 25px 0 0;
    line-height: 15px;
    padding: 5px 10px;
    text-align: center;
    float: right;
    height: 40px;
    border-radius: 10px;
}

@media (min-width: 1200px) {
	.content-bottom-slider .container {
		width: auto;
	}
}
.homeslidercontainer {
	margin-left: -15px;
	margin-top: 7px;
}
.home_slider_right_block {
    margin-right: -30px;
    margin-left: 15px;
    margin-top: 0px;
}
@media (max-width: 425px) {
	.homeslidercontainer {
		margin-left: 0;
		margin-top: 0;
	}
	div.row.threeblocks  {
		margin: 0;
	}
	div.bars_horiz {
		padding: 15px;
	}
	div#logo_right_container div.bars_horiz_top {
		float: none;
	}
	.home_slider_right_block {
		margin-right: inherit;
		margin-left: inherit;
		margin-top: inherit;
	}	
}
div.home-slider {
	margin-top: 2px;
}
.homeslidercontainer div.owl-buttons {display:none;}
div.homeslider_rightblock .blockhome {
	margin-top:0;
}
div.homeslider_rightblock {
    padding: 15px;
    margin: -9px 0 0 0;
}
div#owl_packshots div.product h5.product-name a {
    line-height: 13px;
    font-size: 12px;	
}
div#owl_packshots div.product h5.product-name {
	height: 27px;


    overflow: hidden;
    min-height: 27px;
    max-height: 27px;
    margin: 0 0 3px 0 !important;	
}
div#owl_packshots div.product .price-box.legendaprice{}
div#owl_packshots div.product .price-box.legendaprice .regular-price .price ,
div#owl_packshots div.product .price-box.legendaprice .special-price .price{

	color: #63619A;
}
div#owl_packshots div.product .price-box.legendaprice .old-price .price{
	color: #F3A0AD;
}
div#owl_packshots div.product {
	text-align: center;
}
div.owl-wrapper-outer.autoHeight {
	min-height: 175px !important;
}
#owl_facebook {}
#owl_instagram {}
#owl_pinterest {}

#owl_facebook .owl-item  ,
#owl_instagram .owl-item  ,
#owl_pinterest .owl-item  {
	min-height: 250px;
}
#owl_facebook .owl-item img {
	max-height: 250px;
    margin: 0 auto;
    display: block;
}
#owl_pinterest .owl-item span.bg_social_post span ,
#owl_instagram .owl-item span.bg_social_post span ,
#owl_facebook .owl-item span.bg_social_post span {
	padding: 5% 15% 0;
    display: block;
	border: none !important;
}
#owl_pinterest .owl-item:hover span.bg_social_post ,
#owl_instagram .owl-item:hover span.bg_social_post ,
#owl_facebook .owl-item:hover span.bg_social_post {
	display: block;
}
#owl_pinterest .owl-item span.bg_social_post ,
#owl_instagram .owl-item span.bg_social_post ,
#owl_facebook .owl-item span.bg_social_post {
	display: none;
    text-align: center;
    padding: 0;
    background: transparent url(/skin/frontend/smartwave/legenda/images/bg_opacity_white.png) repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.likes_img {
    width: 30px;
    height: 30px;
    max-height: inherit !important;
    margin: 0 5px 0 0 !important;
    display: inherit !important;
    padding: 0 !important;
	float: left;
}
#owl_instagram .owl-item span.social_likes ,
#owl_instagram .owl-item span.social_comments {
	padding: 0 !important;
    margin: 0 0 20px 0;
    width: 50%;
    height: auto;
    color: #000;
    float: left;
    line-height: 16px;
    font-size: 16px;
	text-align: center;
}
#owl_pinterest .owl-item span.social_shares ,
#owl_pinterest .owl-item span.social_likes ,
#owl_pinterest .owl-item span.social_comments,
#owl_facebook .owl-item span.social_likes ,
#owl_facebook .owl-item span.social_shares ,
#owl_facebook .owl-item span.social_comments {
	padding: 0 !important;
    margin: 0 0 20px 0;
    width: 33.33%;
    height: auto;
    color: #000;
    float: left;
    line-height: 16px;
    font-size: 16px;
	text-align: center;
}
	
img.shares_img {
    width: 30px;
    height: 30px;
    max-height: inherit !important;
    margin: 0 5px 0 0 !important;
    display: inherit !important;
    padding: 0 !important;
	float: left;
}
#owl_pinterest .owl-item span.bg_social_post span.bg_social_post_text ,
#owl_instagram .owl-item span.bg_social_post span.bg_social_post_text ,
#owl_facebook .owl-item span.bg_social_post span.bg_social_post_text {
    width: 90%;
    clear: both;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    position: absolute;
    top: 30%;
    left: 0;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/opacity_white.png) repeat left top;
    margin: 0 5%;
	border-radius: 15px;
	webkit-border-radius: 15px;
}
i.fa-share-square.socialsharer {
	position: absolute;
    top: 224px;
    right: 6px;
    font-size: 20px;
}
span.social_sharer {
	width: auto;
    height: auto;
    position: absolute;
    background-color: #fff;
    bottom: 8px;
    right: 29px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;	
}
span.social_sharer:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 8px solid white;
    border-bottom: 2px solid transparent;
    margin: -15px 0px 0px 46px;
}
.custompinitbtn {
	border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 4px 0 0;
    text-align: center;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #bd081c url(/skin/frontend/smartwave/legenda/images/pinit_btn_logo.jpg) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
	display: block;
	cursor: pointer;
}
.custompinitbtn:hover {
	background-color: #aa0719;
    box-shadow: none;
}
.fancylike-fb-like {
	background: #6D80B1 url(/skin/frontend/smartwave/legenda/images/fb_icon_txt_fr.png) no-repeat 6px center;
}
.instagram-like {
	background: #6D80B1 url(/skin/frontend/smartwave/legenda/images/inst_icon_txt_fr.png) no-repeat 6px center;
}
.pinterest-like {
	background: #6D80B1 url(/skin/frontend/smartwave/legenda/images/pinit_icon_txt_fr.png) no-repeat 6px center;
}
.fancylike-fb-like ,
.instagram-like ,
.pinterest-like {
	width: 85px;
	height: 22px;
	border-radius: 5px;
	color: white;
	line-height: 22px;
	cursor: pointer;
	margin: 0 auto;
}
#social_home_content .owl-item .banner {
	margin-bottom: 10px !important;
}

/*
#owl_facebook .owl-item:hover span.social_likes, 
#owl_facebook .owl-item:hover span.social_comments, 
#owl_instagram .owl-item:hover span.social_comments, 
#owl_pinterest .owl-item:hover span.social_comments, 
#owl_instagram .owl-item:hover span.social_likes, 
#owl_pinterest .owl-item:hover span.social_likes, 
#owl_facebook .owl-item:hover span.social_shares, 
#owl_instagram .owl-item:hover span.social_shares, 
#owl_pinterest .owl-item:hover span.social_shares {
    position: relative;
    animation-name: moving;
    animation-duration: 1s;
    animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
    -webkit-animation-name: moving;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;	
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;		
}		
@-webkit-keyframes moving {
    from {top: 0px;}
    to {top: 30px;}
}
@keyframes moving {
    from {top: 0px;}
    to {top: 30px;}
}
*/

#owl_instagram .owl-item img {
	max-width: 390px;
	max-height: 250px;
    margin: 0 auto;
    display: block;
}
#owl_pinterest .owl-item img {
	max-width: 390px;
	max-height: 250px;
    margin: 0 auto;
    display: block;
}
span.pinitfollow {
    width: 70px;
    margin: 0 auto;
    display: block;
}	
div.blockhome.social_archi div.banner.a-right {
	border: none !important;
}
/*
button#u_0_2 span._49vh._2pi7 {
	font-family: "plutocond_regular", Arial;
    color: white;
    font-weight: 300;
    font-size: 10px;
}
*/
div.div-pinterest .pinitfollow span ,
div.div-instagram a.ig-b-.ig-b-v-24 span {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
}
/********************NEW HOMEPAGE**********************************/


/*******************NEW TOP MENU*************************/
li.submenu_categ_pic_descr {}
li.submenu_categ_pic_descr img.submenu_categ_mainpic {}
li.submenu_categ_pic_descr span.submenu_categ_description {
	text-transform: initial;
	text-align: justify;
}
body ul.menu.smartwave-menu li ul.vetements li {
	width: 33.33% !important;
}
body ul.menu.smartwave-menu li ul.vetements.boys li {
	width: 20% !important;
}
ul.menu.smartwave-menu li ul {
    width: 100%;
}
body ul.menu.smartwave-menu li ul li span.topeshopli ,
body ul.menu.smartwave-menu li ul li span.topeshopli a.topeshopli_header {
	font-size: 14px !important;
    line-height: 14px !important;
    display: block;
    text-align: left;
	text-transform: initial;
}
body ul.menu.smartwave-menu li ul li span.topeshopli {
	font-weight: 600;
	cursor: default;
}
ul.menu.smartwave-menu li ul.sub_eshop li span a:hover {
    color: #58595B !important;
}
.header-container div.quick-access.search-center {
    float: none;
    /*padding: 0 15px;*/
    width: 100% !important;
    margin-top: 0;
    background-color: transparent;
    clear: both;
    display: block;
}
.header-container  .header-wrapper .main-nav {
    margin-top: 20px;
}
ul.menu.smartwave-menu li ul li.puericulture .subcategseshop.main_category_column {
    width: 25%;
    float: left;
}
ul.menu.smartwave-menu li ul li.deco .subcategseshop.main_category_column {
    width: 50%;
    float: left;
}
span.subtopeshopli {
	border-bottom: 1px solid #dadad9;
}
ul.menu.smartwave-menu li ul.sub_eshop.boys .subcategseshop span.subcatshopitem_left {
    width: 100% !important;
}
ul.menu.smartwave-menu li ul.sub_eshop.boys .subcategseshop span.subcatshopitem_left.width50perc {
    width: 50% !important;
}
/*******************NEW TOP MENU*************************/

/*******************NEW TOP MENU ARCHIMEDE*************************/

@font-face {
    font-family: 'street_cornerregular';
    src: url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner-webfont.eot');
    src: url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner-webfont.woff') format('woff'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner-webfont.ttf') format('truetype'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner-webfont.svg#street_cornerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'street_corner_boldregular';
    src: url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner_bold-webfont.eot');
    src: url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner_bold-webfont.woff') format('woff'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner_bold-webfont.ttf') format('truetype'),
    url('https://www.archimede.be/skin/frontend/smartwave/legenda/css/webfonts/street_corner_bold-webfont.svg#street_corner_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul#nav.newarchitopmenu > li + li {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/sep.png) no-repeat 0 13px;
}
ul#nav.newarchitopmenu {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	border-bottom: 1px solid #dadad9;
}
ul#nav.newarchitopmenu li.level0 {
	width: auto;
    padding: 5px 15px;
    margin: 0;
    position: inherit;
    float: left;
}
ul#nav.newarchitopmenu li.level0 a.level-top {
	color: #1B4164;
    float: left;
    font-family: "glober_regularregular";
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;	
}
ul#nav.newarchitopmenu li.level0 {
	color: #1B4164;
    font-family: "glober_regularregular";
    font-size: 14px;
    text-transform: uppercase;	
}
ul#nav.newarchitopmenu li.level0 span.top_li_span {
    padding: 3px;
    font-weight: 600;
}
ul#nav.newarchitopmenu li.level0 a.level-top:hover {
	color: #38b9ff;
}
ul#nav.newarchitopmenu li.level0 a.level-top span {
	float: left;
}
ul#nav.newarchitopmenu li.level0 a.level-top img {
	float: left;
    margin-top: 5px;
    margin-left: 10px;
}
ul#nav.newarchitopmenu li.level0 ul.level0 {
    background-color: #FFF;
    border: 1px solid #dadad9;
    z-index: 999;
    padding-top: 15px;
    background: white;
    margin-top: -15px;
}

ul#nav.newarchitopmenu  > li:first-child {
    margin-left: 333px;
}

ul#nav.newarchitopmenu li.level0:hover {
    border: none;
    z-index: 1 !important;
    border-bottom: 2px solid #2b3268;
}

ul#nav.newarchitopmenu li.level0 ul.level0.shown-sub {
    position: absolute;
    left: 15px;
    width: 97.5%;
	top: 53px;
	padding: 15px 25px;	
	text-transform: initial;
}

ul#nav.newarchitopmenu li.level0 ul.level0 span.submenu_label {
	font-weight: 600;
}
ul#nav.newarchitopmenu li.level0 ul.level0 span.equalheights_a ,
ul#nav.newarchitopmenu li.level0 ul.level0 span.equalheights_b ,
ul#nav.newarchitopmenu li.level0 ul.level0 span.equalheights_c ,
ul#nav.newarchitopmenu li.level0 ul.level0 span.equalheights_d {
	width: 23.5%;
    display: block;
    float: left;
}
ul#nav.newarchitopmenu li.level0 ul.level0 li.level1 {}
ul#nav.newarchitopmenu li.level0 ul.level0 li.level1 a {}
ul#nav.newarchitopmenu li.level0 ul.level0 li.level1 a span {}

span.submenu_girls_archi_taille {
	width: 50%;
    float: left;
}
#nav.newarchitopmenu li.over a, #nav.newarchitopmenu a:hover {
    color: #2b3268 !important;
    font-weight: 300 !important;
}
#nav.newarchitopmenu ul span, #nav.newarchitopmenu ul li.last li span {
    padding: 3px 0 4px 0;
}
span.expandmenu_img_descr_hommes {    
	width: 47% !important;
	margin-top: 12px;
}
span.expandmenu_img_descr_hommes img {
    max-width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;	
}
span.expandmenu_img_descr_hommes span.expandmenu_descr_hommes {
	text-align: justify;
}
span.expandmenu_img_descr_hommes span.expandmenu_descr_hommes p {
	line-height: 18px;
}
/*******************NEW TOP MENU ARCHIMEDE*************************/

/***** NEW ARCHIMEDE DESIGN******/
body.archimede_website  div.col-left.sidebar div.block-main-categories {
	display: none !important;
}
div#topSearchContainer input#search:focus {
	display: initial !important;
}
div#logo_right_container {
	position: initial !important;
}
body.catalog-category-view  ul#subcategs_themes li {
    width: 223px;
    height: 274px;
}
body.catalog-category-view  ul#subcategs_themes li a img {
    width: 223px;
    height: 223px;
}
input.input-text:focus {
    display: block !important;
}
ul#nav.newarchitopmenu li.level0 a.level-top span ,
body.archimede_website ,
body.archimede_website .top-bar a.top-left-links ,
body.archimede_website ul.navbar-nav li a {
    font-family: "glober_regularregular" !important;
}
body.archimede_website div.blockhome div.banner.a-right span.video_title, 
body.archimede_website div.blockhome div.banner.a-right a span {
    font-family: "glober_regularregular" !important;
    color: #2b3268 !important;
}
body.archimede_website .h1, 
body.archimede_website .h2, 
body.archimede_website .h3, 
body.archimede_website .h4, 
body.archimede_website .h5, 
body.archimede_website .h6, 
body.archimede_website h1, 
body.archimede_website h2, 
body.archimede_website h3, 
body.archimede_website h4, 
body.archimede_website h5, 
body.archimede_website h6, 
body.archimede_website .title, 
body.archimede_website .product-name a, 
body.archimede_website h1 a, 
body.archimede_website h2 a, 
body.archimede_website h3 a, 
body.archimede_website h4 a, 
body.archimede_website h5 a, 
body.archimede_website h6 a, 
body.archimede_website .share-title, 
body.archimede_website .block .block-title strong {
    font-family: "glober_regularregular" !important;
    color: #2b3268 !important;
}
body.archimede_website .divtxtnewsletterfooter {
    font-family: "glober_regularregular" !important;
    color: #2b3268 !important;
}
body.archimede_website .cart-table .price, 
body.archimede_website .cart .totals, 
body.archimede_website .cart .totals .price, 
body.archimede_website .order-products-table .price, 
body.archimede_website strong, 
body.archimede_website .block-account .block-content li a, 
body.archimede_website .block .block-subtitle, 
body.archimede_website .product-categories > li > a, 
body.archimede_website .order-view .order-products-table th, 
body.archimede_website .shopping-cart .cart-popup .products-small .product-item h5 a, 
body.archimede_website .shopping-cart .cart-popup .subtotal, 
body.archimede_website .data-table thead th, 
body.archimede_website .recent-post-mini a {
    color: #2b3268 !important;
}
body.archimede_website div#main_footer input#newsletter {
    border: 1px solid #2b3268;
    color: #2b3268;
    font-family: "glober_regularregular" !important;
}
body.archimede_website div#main_footer input#newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2b3268;
}
body.archimede_website div#main_footer input#newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2b3268;
   opacity:  1;
}
body.archimede_website div#main_footer input#newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2b3268;
   opacity:  1;
}
body.archimede_website div#main_footer input#newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #2b3268;
}
body.archimede_website div#main_footer button#newsletter {
    border: 1px solid #2b3268;
    background-color: #2b3268;
    font-family: "glober_regularregular" !important;
}
body.archimede_website div.footer_sitemap ul li, 
body.archimede_website div.footer_sitemap ul li a {
    color: #2b3268;
    font-family: "glober_regularregular" !important;
	line-height: 20px;
}
body.archimede_website a.copyright_links {
    color: #2b3268;
    font-family: "glober_regularregular" !important;
}
/*
body.archimede_website .page-heading {
    margin-bottom: 0;
}
*/
body.archimede_website, 
body.archimede_website .label, 
body.archimede_website .product-view .product-shop .sku_wrapper .sku {
    font-family: "glober_regularregular" !important;
	color: #2b3268 !important;
}
/***** NEW ARCHIMEDE DESIGN******/

/***** NEW HEADER *******/
.top-bar .top-links {
	width: 171px !important;
}
div.form-language {
    float: left;
    margin-right: 6px;
    margin-top: 5px;
    border-right: 1px solid #e6e6e3 !important;
    padding-right: 6px;
    height: 13px;	
}
div.logos_area {
    width: 272px;
    float: left;
    margin-top: 0px;
    height: 25px;
}
div.logos_area a.nkylogo ,
div.logos_area a.archilogo {
	display: block;
    float: left;
    margin-top: -1px;
    padding: 1px 9px 5px 9px;
}
body.archimede_website div.logos_area a.nkylogo ,
body.archimede_website div.logos_area a.archilogo {
	display: block;
    float: left;
    margin-top: -3px;
    padding: 1px 9px 7px 9px;
}
body.archimede_website div.logos_area a.archilogo {
    margin-top: -4px;
    padding: 1px 9px 7px 9px;
}
div.logos_area a.nkylogo:hover ,
div.logos_area a.archilogo:hover {
    background-color:white;	
}
span.sites_separator {
    float: left;
    border-left: 1px solid #e6e6e3;
    display: block;
    width: 1px;
	height: 13px;
    margin-top: 5px;
}
.header-container .top-bar {
    padding-top: 1px;
}
ul.account-ul-top {
    border-right: 1px solid #e6e6e3 !important;
	margin-top: 5px;
	height: 13px;
	padding-right: 6px;
}
ul.account-ul-top li.dropdown {
	margin-top: -7px;
}
div.menu-all-pages-container {
    border-bottom: 1px solid #dadad9 ;
	height: 50px;
}
div#logo_right_container_links {
    padding-left: 0;
    margin-left: 8px;
}
div#logo_right_container_links a.top-left-links {
    float: left;
    font-size: 12px;
    color: #58595B;
    margin-right: 15px;
}
div#logo_right_container_links a.top-left-links:hover {
	text-decoration: underline !important;
}
.header-type-2 .header {
	margin-top: 15px !important;
}
.header-type-2 .logo {
	margin-top: 0px !important;
	height: 60px;
	margin-bottom: 10px;
	padding: 0;
}
.page .main-nav .menu > li {
    font-size: 13px !important;
}
ul.menu.smartwave-menu li {
	float: left !important;
}
div.home-slider {
    margin-top: 2px !important;
}
.header-container .header-wrapper .main-nav {
    margin: 0px 15px !important;
}
div#topSearchContainer {
    padding-top: 0px !important;
    padding-left: 0px !important;
    border-radius: 6px !important;
    width: 157px !important;
    height: 28px;
    margin-top: 6px;
    float: left;
    border: 1px solid #B5B5B2;
}
img.img_location {
    margin-top: -4px;
    height: 13px;
    margin-right: 4px;
}
div.custom_top_text {
    text-align: right;
	width: 50%;
	float: left;
}
.header-container .top-bar {
    background: #7C93BF;
}
body.archimede_website .header-container .top-bar {
    background: #465077;
}
.main-nav a {
	color: #58595B !important;
}
ul.menu.smartwave-menu li.cms.marque:hover:after, ul.menu.smartwave-menu li.cms.eshop:hover:after, ul.menu.smartwave-menu li.cms.chambre:hover:after {
    left: 1px !important;
}
.top-bar .top-links li.dropdown ul.dropdown-menu li a {
    border-bottom: 1px solid #e6e6e3 !important;
}
.top-bar .top-links li.dropdown ul.dropdown-menu li.last a {
    border-bottom: none !important;
}
ul.navbar-right li.dropdown ul.dropdown-menu {
    background-color: #7C93BF;
    border: 1px solid #7C93BF;
	margin-top: 1px !important;
}
body .dropdown-menu>li>a:hover, body .dropdown-menu>li>a:focus {
    background-color: #7C93BF;
}
.top-bar .form-language select {
    width: 51px;
    background-color: #7C93BF;
    color: white;
}

body.archimede_website  ul.navbar-right li.dropdown ul.dropdown-menu {
    background-color: #465077;
    border: 1px solid #465077;
}
body.archimede_website .dropdown-menu>li>a:hover, 
body.archimede_website .dropdown-menu>li>a:focus {
    background-color: #465077;
}
body.archimede_website  .top-bar .form-language select {
    background-color: #465077;
}

select#select-language {
    border-right: 1px solid #e6e6e3 !important;
	border-radius: inherit;
	background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/select_lang_arrow.jpg) no-repeat 32px 12px;
}
select#select-language option {
	background-color: #7C93BF;
	border: 1px solid #7C93BF;
	border:0;
    outline:0;
}
body.archimede_website  select#select-language option {
	background-color: #465077;
	border: 1px solid #465077;
}
div.menu-all-pages-container ul.menu.smartwave-menu {
	position: relative;
    text-align: left;
    width: 100%;
    margin: -5px 0 0 0;
    float: none;
}
body ul.menu.smartwave-menu li ul li span.topeshopli a ,
body ul.menu.smartwave-menu li ul li span ,
body ul.menu.smartwave-menu li ul li span.subcatshopitem  a {
    color: #58595B !important;
}
body span.topeshopli {
	background-color: white !important;
}
ul.menu.smartwave-menu li ul li span.topeshopli a {
	font-weight: 600;
}
ul.menu.smartwave-menu strong {
	color: #58595B !important;
}
div#topSearchContainer input#search {
    color: #58595B;
}
div#topSearchContainer {
    background-color: #FFF;
}
div.blockhome div.banner.a-right {
    border: none !important;
}
div.blockhome div.banner.a-right a span {
	border: 1px solid #B5B5B2 !important;
	border-top: none !important;
}
div.blockhome div.banner.a-right {
	margin-bottom: 0;
}
.blockhome {
    margin-bottom: 20px;
}
div.blockhome span {
	border: 1px solid #B5B5B2 !important;
	border-top: none !important;
	font-family: "plutocond_light", Arial;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 36px;	
}
body.cms-index-index div.blockhome div.banner.a-right a ,
body.cms-index-index .title ,
body.cms-index-index .product-name a {
    color: #58595B;
}
body.cms-index-index .title:before {
    border-top: solid 1px #B5B5B2;
}
body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev ,
body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next ,
body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev ,
body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next {
    border: none !important;
}
body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev ,
body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat left center;
    width: 35px;
    height: 48px;	
}
body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next ,
body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat right center;
    width: 35px;
    height: 48px;	
}
body.cms-index-index div#social_home ,
body.cms-index-index div#packshot_semaine {
    border: none;
}
div.homepagetext p {
	color: #58595B;
}
.owl-theme .owl-controls .owl-buttons div:before ,
.owl-theme .owl-controls .owl-buttons div {
	opacity: 0.9 !important;
}
div.homeslider_rightblock {
    margin: -8px 0 0 0 !important;
	padding-bottom: 0;
}
.page .main-nav .menu > li:hover a {
	color: black !important;
}
.header-wrapper .main-nav {
	background-color: white !important;
}
div.main-nav.floating {
	background-color: white;
	position: fixed;
	top: 0px;
	height:50px;
	width: 1170px;
	margin-left: 15px;
}
div.main-nav.nofloating {
	background-color: inherit;
	position: inherit;
	top: inherit;
	height:inherit;
	width: inherit;
}

body.archimede_website  div.homelinks.floating {
	background-color: white;
	position: fixed;
	top: 0px;
	height:38px;
	width: 1200px;
}
body.archimede_website  div.homelinks {
    margin: 0;
    width: 100%;
    padding: 0 15px !important;
}	
/*
body.archimede_website  div.homelinks.nofloating {
	background-color: inherit;
	position: inherit;
	top: inherit;
	height:inherit;
	width: inherit;
}
*/
ul#select-language {
	margin-top: -3px;
}
ul#select-language li.dropdown {
	display: block !important;
}
ul#select-language li.dropdown a {
	color: white !important;
}
ul#select-language li.dropdown a:hover {
	text-decoration: none !important;
}
ul#select-language li.dropdown a span.caret {}
ul#select-language li.dropdown ul.dropdown-menu {
	background-color: #7C93BF;
    margin: 0 0 0 -16px;
    padding: 0;
    border: 1px solid #7C93BF;
    box-shadow: none;
    margin-top: -3px;
    width: auto;
    min-width: 50px;
    z-index: 9999;
}

body.archimede_website  ul#select-language li.dropdown ul.dropdown-menu {
	background-color: #465077;
    border: 1px solid #465077;
}

ul#select-language li.dropdown ul.dropdown-menu li {}
ul#select-language li.dropdown ul.dropdown-menu li a {}

div.newsletter-container {
    border: 1px solid #d1ddeb;
    border-radius: 5px;
    padding: 15px 0px 6px 10px;
    margin: 0;
    overflow: inherit;
}
div.newsletter-container {
    overflow: inherit;
}
body.cms-page-view.cms-archimede div.breadcrumbs ,
body.cms-page-view.cms-archimede div#noukies_family {
	display:none !important;
}
div.header div.logo a {
    position: relative;
    z-index: inherit;
    left: inherit;
    top: inherit;
}
div.header div.logo a img {
	margin: 0 auto;
}
h4.packshotsemaine_noukies {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.homeslidercontainer.col-sm-8 {
		width: 68.4%;
		margin-right: -20px;
	}
}
.homeslidercontainer div.owl-buttons {
	display: none;
}
.homeslidercontainer .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    top: 186px;
    height: 48px;
    width: 48px;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat center center;
    position: absolute;
    display: block;
}
.homeslidercontainer .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px;
    top: 186px;
    height: 48px;
    width: 48px;	
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat center center;
    position: absolute;
    display: block;	
}
div.blockhome.youtubeblock div.banner.a-right {
    border: 1px solid #B5B5B2 !important;
}

body.cms-index-index div.reassurance_blocks {
    margin-top: 30px;
}
body.cms-page-view.cms-archimede div#social_home {
	border: none !important;
}
body.cms-page-view.cms-archimede div.threeblocks.archi_before_social{
	margin-bottom: 10px;
}
body.cms-page-view.cms-archimede div#packshot_semaine {
	border: none !important;
	margin-bottom: 15px;
}
body.cms-page-view.cms-archimede div.row.threeblocks {
	margin-top: -10px;
}

ul.menu.smartwave-menu li ul li a {
    color: #58595B !important;
}
.mobile-nav .sw-mobile-menu li > a {

    color: #58595B !important;
}
.header-container .top-bar {
	height:25px !important;
}
@media (max-width: 767px) {
	.header-container .top-bar {
		height:35px !important;
	}
}
.top-bar .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.top-bar .top-links li.dropdown ul.dropdown-menu li a {
    padding: 5px 5px !important;
}

div.custom_top_text span {
    margin-top: 0 !important;
    line-height: 25px !important;
}
.top-bar a.cartsidebar {
    margin-top: -6px !important;
	font-size: 10px !important;
    line-height: 41px !important;
}

div.bars_horiz_top ,
div.bars_horiz_top a {
	font-size: 12px !important;
}
div.bars_horiz_top {
    margin: 0 !important;
    width: 187px;
    padding: 0;
    height: 21px !important;
}
div.bars_horiz_top a {
	/*
    background: transparent url(/skin/frontend/smartwave/legenda/images/freeship_smaller.png) no-repeat left center;
    padding-left: 38px;
	*/
    line-height: 21px;
    height: 21px;
    display: block;
    text-align: left;
}
div.bars_horiz_top a i.fa {
	font-size: 17px;
	margin-right: 5px;
}
div#logo_right_container {
    margin: 10px 0 0 0;
    width: auto;
    padding: 0;
	float: right;
}
@media (min-width: 768px) and (max-width: 1024px) {
	div#logo_right_container {
		margin: -35px 15px 0 0;
		width: auto;
		padding: 0;
		position: inherit !important;
		float: right;
	}
	/*
	div.reassurance_blocks ,
	div#social_home ,
	div.threeblocks.youtubeblocks div.blockhome.block7home ,
	span.banner_block_2 {
		display:none;
	}
	div.threeblocks.youtubeblocks div.blockhome.youtubeblock object ,
	div.threeblocks.youtubeblocks div.blockhome.youtubeblock {
		width: 100%;
	}
	*/
	form.newfooternewsletterform {
		margin-top:0;
		padding-top: 0 !important;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter ,
	div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter {
		width: 100% !important;
		margin-bottom: 2px;
	}
}

div.toprownomargin {
	margin: 0;
	padding: 0;	
}
.top-bar a.top-left-links {
	font-size: 14px !important;
    margin-top: 1px;
    float: right;
    border: none;
    margin-right: 0 !important;
    padding-right: 6px !important;
}
.top-bar a.top-left-links:hover {
	text-decoration: underline !important;
}
.top-bar a.top-left-links.last {
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;	
}
div.custom_top_text span.sites_separator {
	float: right;
    margin-top: 5px !important;
    margin-right: 5px;
}

body.noukies_website.fr  ul.menu.smartwave-menu > li:first-child {
	margin-left:213px;
}
body.noukies_website.nl  ul.menu.smartwave-menu > li:first-child {
	margin-left:218px;
}
body.noukies_website.en  ul.menu.smartwave-menu > li:first-child {
	margin-left:294px;
}
body.noukies_website.it  ul.menu.smartwave-menu > li:first-child {
	margin-left:264px;
}

@media (max-width: 1024px) {
	div.menu-all-pages-container ul.menu.smartwave-menu {
		width: 100%;
	}
	.main-nav .menu > li {
		padding: 0 8px;
	}
	ul.menu.smartwave-menu li ul.sub_eshop {
		margin-top:0;
	}
	div#owl_packshots div.product h5.product-name a {
		font-size: 12px;
		line-height: 12px;
	}
	div.bars_horiz_top {
		position: absolute;
		top: 38px;
		right: -25px;
	}
}
@media (max-width: 768px) {
	div.custom_top_text {
		display: none;
	}
	.header-type-2 .header {
		margin-top: 0 !important;
		padding-top: 15px !important;
	}
	div#topSearchContainer {
		margin-top: 1px;
		margin-left: 20px;
	}	
	div.bars_horiz_top {
		position: relative;
		top: inherit;
		right: inherit;
		float: right;
		margin: 0 -9px 0 0;
	}
	.header-container {
		height: auto;
		min-height: inherit;
	}	
	div.home-slider {
		margin-top: 0px !important;
	}	
	body.cms-index-index #social_home_content .title:before {
		border: none !important;
	}
	/*
	div.btn_xs_slider span.btn_left_slider ,
	div.btn_xs_slider span.btn_right_slider {
		display: block;
		float: left;
		padding: 8px 10px;
		text-align: left;
		margin: 15px 15px 15px 0;
	}	
	*/
}
@media (max-width: 736px) {
	body.archimede_website .footer_sitemap_row div.socialfooter {
		margin: 20px auto !important;
		width: 60%;
		overflow: auto;
		text-align: center;
	}
	.header-type-2 .logo {
		width: 100% !important;
		margin-top: -3px !important;
		text-align: center;
		margin-left: 0;
		height: auto !important;
	}
	div.header div.logo a img {
		width: 135px;
		margin-top: -3px;
	}
	body.archimede_website div.header div.logo a img {
		margin-top: 5px;
	}	
	div.bars_horiz_top {
		margin: -4px 0 0 0;
	}	
	.header-container.header-type-2 .header {
		margin: 0;
		padding: 0;
	}
	.homeslidercontainer {
		margin: 0;
	}
	div.slidetexte {
		text-align: center;
		padding: 5px 0;
		font-size: 14px;
	}
	/*
	div.btn_xs_slider span.btn_left_slider ,
	div.btn_xs_slider span.btn_right_slider {
		display: block;
		padding: 8px 10px;
		text-align: left;
		margin: 15px 15px 15px 0;
	}
	div.btn_xs_slider span.btn_left_slider {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	div.btn_xs_slider span.btn_right_slider {
		float: right;
		margin-left: 0;
		margin-right: 0;		
	}	
	*/
	div.home-slider div.item {
		clear: both;
	}
	div.homeslider_rightblock {
		margin: 15px 0 0 0 !important;
		padding: 0 !important;
	}
	div.home_slider_right_block {
		margin-left: 0;
		margin-right: inherit;
	}
	div.row.threeblocks {
		margin: 0;
	}
	h4.packshotsemaine_noukies {
		margin-top: 15px;
	}
	div.row.blockfullwidth {
		margin: 0;
	}
	div.newsletter-container {
		overflow: auto;
	}	
}

@media (max-width: 414px) {
	body.archimede_website .footer_sitemap_row div.socialfooter {
		margin: 20px auto !important;
		width: 100%;
		overflow: auto;
		text-align: center;
	}	
	div#logo_right_container {
		padding: 0 !important;
		margin: 0 !important;
	}
	div.home-slider {
		margin: 0 15px !important;
	}
	div.homeslider_rightblock {
	    margin: 15px 0 0 0 !important;
		padding: 0 15px !important;
	}
	div.row.threeblocks {
		margin: 0 15px;
	}
	div.homeslider_rightblock div.banner.a-right {
		padding: 0 !important;
		margin: 0 !important;
	}
	div.row.blockfullwidth {
		display: none;
	}
	div.homepagetext {
		margin: 0 15px;
	}
}
@media (max-width: 375px) {
	div#logo_right_container div.bars_horiz_top {
		width: 100%;
		clear: both;
		height: auto;
	}
	div#topSearchContainer {
		margin: 0 0 0 82px !important;
		float: inherit;
	}
	div#owl_packshots div.product h5.product-name a {
		font-size: 10px;
		line-height: 14px;
	}
	body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next, 
	body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next ,
	body.cms-archimede #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev, 
	body.cms-index-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev {
		width: 21px;
		height: 21px;
	}	
}
@media (max-width: 320px) {
	body.cms-index-index div#logo_right_container {
		margin: 0 0 0 -15px !important;
		width: 290px;
		padding: 0 !important;
	}
	div#topSearchContainer {
		width: 242px !important;
		margin-left: -3px !important;
	}
	div#topSearchContainer input#search {
		width: 215px;
	}
	/*
	div.btn_xs_slider span.btn_left_slider, 
	div.btn_xs_slider span.btn_right_slider {
		float: inherit;
		padding: 8px 10px;
		text-align: left;
		margin: 5px 0px 5px 0;
		clear: both;
	}
	*/
}
.fixed-header .menu > li > a:after, .main-nav .menu > li > a:after {
    height: inherit !important;
}
a.product_story_link {
	color: #6D80B1;
    border: 1px solid #6D80B1;
    padding: 5px 15px;
    margin-top: 15px;
    display: inline-block;	
}
a.product_story_link:hover {
	background-color: #6D80B1;
	color: white;
}
/***** NEW HEADER *******/

/***** NEW STORELOCATOR ****/
body.produweb-storeview-storeitem-index form#search_store {
	top: inherit;
    left: inherit;
    position: relative !important;
    width: 50% !important;
    height: 585px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;	
}
body.produweb-storeview-storeitem-index #map-canvas {
    height: 585px !important;
}
body.produweb-storeview-storeitem-index .nomargin {
	padding:0 ;
	margin: 0;
}
div#new_search_form li.dropdown {
	display: block !important;
}
div#new_search_form {
	border-bottom: 1px solid #dadad9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 50px;
}
div#search_store_container {
    padding: 0 20px 20px 0 !important;
    margin: 0 !important;
}
div#new_storeloc_title {
    overflow: auto;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;	
}
div#new_storeloc_title h3 {
	color: #58595b;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    font-size: 22px;	
}
div#new_storeloc_title span {
	color: #58595b;
}
div#new_search_form span.search_store_title {
    color: #58595b;
    font-size: 20px;
    overflow: initial;
    height: 40px;
    float: left;
    margin-right: 15px;
}
div#new_search_form hr.search_store_title_hr {
	border-bottom: 1px solid #dadad9;
    padding: 15px 0 0 0;
    margin: 0 0 20px 0;
    overflow: auto;
}
div#new_search_form select#webstore {
	margin: 0 0 5px 5px;
}
div#new_search_form input#searchstore {
    border: 1px solid #B5B5B2;
    line-height: 15px;
    width: 351px;
	color: #58595b;
	float: left;
	font-size: 13px;
}
div#new_search_form button#geolocme {
	border: none;
    background-color: #58595b;
    color: white;
    line-height: 17px;
    width: 200px;
	float: left;
	font-size: 13px;
}
div#new_search_form span.geoloc_or_search {
    width: 144px;
    float: left;
    text-align: center;
    padding-top: 9px;
    color: #58595b;	
}

body.en_ div#new_search_form span.geoloc_or_search ,
body.en div#new_search_form span.geoloc_or_search {
    width: 101px;
}
body.nl_ div#new_search_form span.geoloc_or_search ,
body.nl div#new_search_form span.geoloc_or_search {
    width: 88px;
}
body.it_ div#new_search_form span.geoloc_or_search ,
body.it div#new_search_form span.geoloc_or_search {
    width: 99px;
}

div#new_search_form ul#type {
    border: 1px solid #B5B5B2;
    width: 170px;
    line-height: 15px;
    padding: 9px 9px;
    margin-left: 10px;
    color: #58595b;
    float: left;
}
div#new_search_form ul#type ul.dropdown-menu {
	border: 1px solid #B5B5B2;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	margin-left: -10px;
	margin-top: 9px;
	width: 170px;
	z-index: 1;
}
div#new_search_form ul#type ul.dropdown-menu li {
	padding: 5px 0;
	cursor: pointer;
	font-size: 13px;
}
div#new_search_form span.caret {
	float: right;
	margin-top: 6px;
}
div#new_search_form ul#prodtype {
    border: 1px solid #B5B5B2;
    width: 170px;
    line-height: 15px;
    padding: 9px 9px;
    float: left;
    margin-left: 10px;
}
div#new_search_form ul#prodtype ul.dropdown-menu {
	border: 1px solid #B5B5B2;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	margin-left: -10px;
	margin-top: 9px;
	width: 170px;
	z-index: 1;
}
div#new_search_form ul#prodtype ul.dropdown-menu li {
	padding: 5px 0;
	cursor: pointer;
	font-size: 13px;
}
div#new_search_form button#searchbutton {
	border: none;
    background-color: #58595b;
    color: white;
    line-height: 17px;
    width: 170px;
    margin-left: 10px;
	float: left;
	font-size: 13px;
}
ul.dropdown-menu li ,
div#new_search_form li.dropdown a {
	color: #58595b;
}
div#new_search_form ul#webstore {
	border: 1px solid #B5B5B2;
    width: 170px;
    line-height: 15px;
    padding: 9px 9px;
    margin-left: 8px;
    color: #58595b;
    float: left;
	font-size: 13px;
}
div#new_search_form ul#webstore li.dropdown a {
    font-size: 13px;
    text-transform: inherit;
}
div#new_search_form ul#webstore ul.dropdown-menu {
	border: 1px solid #B5B5B2;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	margin-left: -10px;
	margin-top: 9px;
	width: 170px;
	z-index: 1;
}
div#new_search_form ul#webstore ul.dropdown-menu li {
	padding: 5px 0;
	cursor: pointer;
	font-size: 13px;
}
div#new_search_form h2 span {
	float:left;
}

body.produweb-storeview-storeitem-index { height: 100%; margin: 0; padding: 0 }
body.produweb-storeview-storeitem-index #map-canvas { 
	background: white url(/skin/frontend/smartwave/legenda/css/loading34.gif) no-repeat 75% center;
}

body.produweb-storeview-storeitem-index .storeitem-list-container.boutiques .jspDrag {
	background: #a5bbd6 !important;
}
body.produweb-storeview-storeitem-index .storeitem-list-container.revendeurs .jspDrag {
	background: #a5bbd6 !important;
}
body.produweb-storeview-storeitem-index .storeitem-list-container .jspTrack {
	background: #d0e3f7 !important;
}
body.produweb-storeview-storeitem-index .hours_store_hidden {
	clear:both;
	display:none
}
body.produweb-storeview-storeitem-index span.freetxt {
	border: 1px solid;
	padding: 10px;
	margin: 10px 0 0 20px;
	border-radius: 5px;
	line-height: 14px;
	text-align: justify;
}
body.produweb-storeview-storeitem-index span.freetxtspanpopup {
	border: 1px solid;
	padding: 5px;
	margin: -5px 0 5px 0;
	border-radius: 5px;
	line-height: 14px;
	text-align: justify;
	display: block;
	width: 95%;		
}
/***** NEW STORELOCATOR ****/


/**** NEW LISTING ARCHIMEDE *****/
div.category_view_page div.category_picture p.category-image {
	margin-top: 15px;
}
div.category_view_page {
    margin-bottom: 10px !important;
}
/**** NEW LISTING ARCHIMEDE *****/

/******NEW FOOTER********/
div#main_footer {
	min-height: inherit !important;
    background-image: none !important;
	padding-bottom: 25px !important;
}
div.footer_sitemap_row .col-sm-3 {
	text-align: left;	
}
div.footer_sitemap_row .col-sm-3 ul {
	padding-left: 25px;	
	height: auto !important;
}
div.footer_sitemap_row .col-sm-3 ul li {
	text-transform: uppercase;
    font-size: 14px;	
	color: #58595b;
	font-weight: 600;
}
div.footer_sitemap_row .col-sm-3 ul ul {
	margin-top: 10px;
	border-right: 1px solid #dbdbdb !important;	
	height: 160px;
	padding-left: 0px !important;	
}
div.footer_sitemap_row .col-sm-3:last-child ul ul {
	border-right: none !important;	
}
div.footer_sitemap_row .col-sm-3 ul ul li {
	text-transform: inherit;
    font-size: 13px;
    line-height: 26px;	
	color: #58595b;
	font-weight: 300;
}
div.footer_sitemap_row .col-sm-3 ul ul li a {
	color: #58595b;	
}
div.row.footer_sitemap_toprow {
	margin-bottom: 25px;
}

form.newfooternewsletterform {
	background-color: #FFF;
    display: block;
    overflow: auto;	
	padding: 10px;
}
form.newfooternewsletterform .block-content {}
form.newfooternewsletterform .block-content label {
	text-transform: uppercase;
    color: #58595b;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 600;	
	margin-bottom: 5px;
}
form.newfooternewsletterform .block-content div.input-box {}
div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter {
	border: 1px solid #e2e2e2;
    width: 60%;
    padding: 0 0 0 10px;
    height: 26px;
    line-height: 26px;
    color: #58595b;
    font-size: 13px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: inherit;
    float: left;	
}
form.newfooternewsletterform .block-content div.actions {}
div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter {
	border: 1px solid #e2e2e2;
    width: 38%;
    padding: 0;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    background-color: #58595b;
    font-size: 13px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: inherit;
    float: left;
    margin-left: 1px;	
}

div.newfooter_trustpilot {
	/*padding: 10px 0 10px 0;*/
} 
div.newfooter_becommerce {
	text-align: center;
}
div.newfooter_becommerce a.becommerce_a{
	margin-top: 0;
    display: block;
    width: 100%;
}
div.newfooter_becommerce a.eurocommerce_a{
	margin-top: 5px;
    display: block;
    width: 100%;
}
div.newfooter_social {
	border: none !important;
    margin: 0 !important;
	padding: 28px 0 0 0;
}
div.newfooter_social .socialfooter-container {
    width: 33.33%;
    float: left;
    text-align: center;	
}
div.newfooter_social .socialfooter-container a {
	width: 100% !important;
    background-position-x: center !important;
}

.archimede_website div.footer_sitemap_toprow {
	text-align: left;
}
.archimede_website div.footer_sitemap_toprow span.spantitle {
    color: #1B4164;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.archimede_website div.footer_sitemap_toprow p {
    color: #1B4164;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.archimede_website div.socialfooter {
    border-left: none !important;
    margin-left: 30px !important;
    margin-top: 30px;
}
.archimede_website div.socialfooter-container {
    position: relative;
    width: 50px;
    height: 45px;
    text-align: center;
    margin: 0 10px;
    float: left;
}
/******NEW FOOTER********/
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover,
a[href^="tel"]:active{
    color:inherit;
    text-decoration:none;
}

body.catalog-product-view .product-view.no_sale .product-shop .btn-cart.findstore {
    width: 99%;
}
body.catalog-product-view .product-view.no_sale ul.add-to-links.wishlistlink {
	width: 65px;

}
body.catalog-product-view .product-view.no_sale  button.socloz {
margin-left: 0;
    width: 100%;
    margin-top: 5px;
}
body.catalog-product-view .product-view.no_sale div#socloz_space {
    width: 285px;
    float: left;
    margin-left: 0;
    margin-top: 0;

}

@media (max-width: 425px) {
	body.cms-contact form#contactForm div.field label ,
	body.cms-contact form#contactForm div.field div.input-box {
		width: 100%;
	}
}


/****** NEW CHECKOUT *******/
ul.checkout-types li button.button.btn-proceed-checkout.btn-checkout {
    width: 100%;
}
ol#checkoutSteps li.section h2 {
	border: none !important;
}
/****** NEW CHECKOUT *******/

/*****One STep CHhekout******/
.opc .gift-messages-form .inner-box  {
	height: auto;
}
.opc li.allow .step-title a {
	display: block !important;
    margin-top: -30px;
    z-index: 9;
    position: absolute;
    right: 7px;	
}
ol#checkoutSteps h2.title span {
	background-color: #f5f5f5;
}
ol#checkoutSteps .allow h2.title span {
	background-color: #a8bed9;
}
ol#checkoutSteps h2.title {
	border:none !important;
	color: #999999 !important;
}
ol#checkoutSteps .allow h2.title {
	color: #FFFFFF !important;
}
ol#checkoutSteps .active h2.title {
	color: #FFFFFF !important;
}
ol#checkoutSteps div.step-title {
	background-color: #f5f5f5;
	margin-bottom: 5px !important;
}
ol#checkoutSteps .allow div.step-title {
	background-color: #a8bed9;
}
ol#checkoutSteps div.step {margin-bottom: 5px !important;}
div#checkout-progress-wrapper span.changelink {
	
}
ul.checkout-types li button.button.btn-proceed-checkout.btn-checkout {
    width: 100% !important;
}
body.checkout-onepage-index ol#checkoutSteps li.section.active div.step-title {background-color: #6F81AC;}
body.checkout-onepage-index ol#checkoutSteps li.section.active div.step-title h2.title span {background-color: #6F81AC;}

img.edit_pencil_checkout {
	width: 25px;
}
div.block-progress.opc-block-progress div dt.complete {font-weight: 600;}
li#opc-login div.step-title a {display:none !important}

button.btnsubmitcheckoutlogin {
    background-color: #5970bb;
    color: white;
    text-transform: initial;
    border-radius: 10px;
    font-family: "plutocond_light";
    font-size: 18px;
    margin: 0 auto;
}
button.btnsubmitcheckoutlogin:hover {
	color:white !important;
	border-color: #5970bb !important;
}
.col2-set form.checkoutconnect  .col-1, .col2-set form.checkoutconnect  .col-2 {
	width:30%;
}
div.checkout_login_separator {
	width: 4%;
    height: 380px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}
ol#checkoutSteps div.buttons-set p.back-link {
	width: 150px;
    float: left;
    margin: 20px 0 0 0;
}
ol#checkoutSteps div.buttons-set p.back-link a:before {
    content:'\2190';
	margin-right: 5px;
}
ol#checkoutSteps div.buttons-set p.back-link a {
    color: #58595B;
}
ol#checkoutSteps div.buttons-set p.back-link a:hover {
    text-decoration: none;
}
ol#checkoutSteps div.buttons-set button.button {
    background-color: #6F81AC;
    color: white;
    text-transform: initial;
    border-radius: 10px;
    font-family: "plutocond_light";
    font-size: 18px;
    margin: 0;
    float: right;
}

ol#checkoutSteps div.buttons-set#review-buttons-container button.button {
    background-color: #6F81AC;
    color: white;
    text-transform: initial;
    border-radius: 10px;
    font-family: "plutocond_light";
    font-size: 18px;
    margin: 0 auto;
    float: initial;
    width: 93%;
}

img.edit_pencil_checkout.progressblock {
    width: 15px;
    margin: -4px 0 0 0;
}
body.checkout-onepage-index div#onepage-checkout-giftmessage {display:none !important;}
body.checkout-onepage-index div#onepage-checkout-shipping-method-additional-load {display:none;}
body.checkout-onepage-index div.field.name-firstname label em {display:none;}
body.checkout-onepage-index div.field.name-lastname label em {display:none;}
em.optionnel {
	color: gray;
    font-size: 11px;
    margin-left: 10px;	
}
/*
#checkout-payment-method-load dd ul.form-list img {display:none}
*/
table#checkout-review-table tfoot  {border-top: 1px solid #ebebeb;}
table#checkout-review-table tfoot tr td {
	text-align: right !important;
	border: none !important;
}
body.checkout-cart-index div#allow-gift-message-container {
	width: 100%;
	overflow: auto;
}
body.checkout-cart-index div.gift-messages-form {
	background: none;
    border: none;
}
body.checkout-cart-index div.cart-cadeau-box {
    height: auto;
	/*background: transparent url(/skin/frontend/smartwave/legenda/images/cart-cadeau-box.png) no-repeat right 20px;*/
	background: none;
}	
div#allow-gift-message-container {
    height: auto;
    margin: 0;
}
body.checkout-cart-index div.cart-cadeau-box p.giftboxhint {
	width: 100%;
    margin-top: 0px !important;
}
table#checkout-review-table tbody td.last {text-align:right;}

div#review-buttons-container .button.filled:hover {
    background-color: #6F81AC !important;
    color: white;
    text-transform: initial;
    border-radius: 10px;
    font-family: "plutocond_light";
    font-size: 18px;
    margin: 0;
    float: right;
}
.opc .checkout-agreements {
    border: none !important;
}
span.alert_msg {
    color: #de696c;
    display: block;
    margin: -15px 3px 5px;
    font-weight: 600;
    font-size: 14px;
}
body.checkout-onepage-index div.askcard {
    overflow: hidden;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    color: #4b63ae;
    font-family: "plutocond_light";
    font-size: 14px;
    margin-bottom: 0 !important;
    clear: both;
    height: auto !important;
	margin-left: 40px;
}
body.checkout-onepage-index  input#askcard[type=checkbox] ,
body.checkout-onepage-index  input#askcardlink[type=checkbox] {
    margin-right: 5px !important;
    margin-top: -3px;
}
body.checkout-onepage-index div.placeholder_cardnumber {
	height:0;
}
body.checkout-onepage-index select ,
body.checkout-onepage-index textarea#ordercomment-comment ,
body.checkout-onepage-index div.intro2checkbox ,
body.checkout-onepage-index input#cardlink_cardnumber ,
body.checkout-onepage-index div.askcard label {
	color: #58595B !important;
}	
body.checkout-onepage-index input#cardlink_cardnumber  ,	
body.checkout-onepage-index textarea#ordercomment-comment  {	
	box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
body.checkout-onepage-index input#cardlink_cardnumber:focus ,
body.checkout-onepage-index textarea#ordercomment-comment:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}
body.customer-account-login div.registered-users label ,
body.customer-account-login div.registered-users p {
	color: #58595B;
	font-weight: 300 !important;
}
.account-login .registered-users div.content {
    min-height: 300px !important;
}
body.customer-account-login .col-1, 
body.customer-account-login .col-2 {
    width: 48%;
}
div#checkout_coches {
    padding: 15px;
    border: 1px solid #ebebeb;
    background-color: #f4f7fb;
}
ol#checkoutSteps li.section.allow div.step-title {cursor: pointer;}
.checkout-agreements .agreement-content {
    color: #58595B !important;
}
#opc-review .buttons-set p.f-left {
    margin: 0 0 0 30px;
}

@media (max-width: 1195px){
	div.box_card_yes #cadre_card_yes {
		padding: 30px 9px 30px 9px !important;
	}
}

@media (max-width: 625px){
	.col2-set form.checkoutconnect  .col-1, 
	.col2-set form.checkoutconnect  .col-2 {
		width: 100%;
	}
	div.checkout_login_separator {
		display:none;
	}
}
div#checkout-review-submit span.alert_msg {
	    margin: -15px 3px 5px 38px;
}
input.input-text:focus {
    display: inline-block !important;
}
/*****One STep CHhekout******/

/*****UPS ACCESS POINT CHECKOUT*****/
div#onepage-checkout-shipping-method-additional-load div.location.left.location_label {width: 120px !important;}
div#onepage-checkout-shipping-method-additional-load div.location.left #pickup_zip {
	width: 250px !important;
	height: 28px;
    line-height: 28px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding-left: 15px;
    color: #94968c;
}
div#onepage-checkout-shipping-method-additional-load div.location.left select#location-select {
	width: 100%;
    height: 28px;
    line-height: 12px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding: 0 0 0 15px;
    color: #94968c;
}
div#onepage-checkout-shipping-method-additional-load div.location.left select#location-select ,
div#onepage-checkout-shipping-method-additional-load div.location.left #pickup_zip {	
	box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
div#onepage-checkout-shipping-method-additional-load div.location.left select#location-select:focus ,
div#onepage-checkout-shipping-method-additional-load div.location.left #pickup_zip:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}	
div#onepage-checkout-shipping-method-additional-load div#location_table div#map_container {
    width: 65%;
    height: 400px;
    float: right;	
}
div#onepage-checkout-shipping-method-additional-load div#location_table div.location.left {width:100%;}
div#onepage-checkout-shipping-method-additional-load div#location_table div.location.left.store_info {
	width: 30%;
	margin-right: 5%;
}
form#co-shipping-method-form dl.sp-methods label {width:90%;}
form#co-shipping-method-form dl.sp-methods label span.price {float:right;}

@media (max-width: 500px) {

	div#onepage-checkout-shipping-method-additional-load div#location_table div.location.left.store_info {
		width: 100% !important;
		margin-right: 0 !important;
	}
	div#onepage-checkout-shipping-method-additional-load div#location_table div#map_container {
		width: 100% !important;
	}
	div#checkout-review-table-wrapper table#checkout-review-table tbody td {padding: 5px;}
	div#checkout-review-table-wrapper table#checkout-review-table tbody td h3.product-name {
		text-transform: inherit;
		line-height: 12px;
		font-size: 12px;	
	}
	div#checkout-review-table-wrapper table#checkout-review-table tbody td .price {
		font-weight: 300;
		font-size: 12px;
	}
	.opc .checkout-agreements {
		padding: 5px;
	}
}
body.checkout-cart-index .cart .totals .price {
    color: #ffffff !important;
}
body.checkout-onepage-index ol#checkoutSteps .highlight {
	color: inherit !important;
	font-weight: 300 !important;
}
body.checkout-onepage-index .opc .step-title {
    padding: 15px 40px 15px 15px !important;
}
.sp-methods dt {
	font-weight: 800;
}
body .checkout-agreements .agree label {
    color: #58595B;
}
div#review-buttons-container .button.filled {
    background-color: #63619A !important;
    border-color: #63619A;
}
div#review-buttons-container .button.filled:hover, 
div#review-buttons-container .button.white:hover {
    background-color: #6D80B1 !important;
    border-color: #6D80B1;
}
.opc .buttons-set#review-buttons-container {
    padding-top: 0px;
}
/*****UPS ACCESS POINT CHECKOUT*****/


/*** lasT HOME****/
.page .main-nav .menu > li.cms {
    border-bottom: 2px solid transparent;
    letter-spacing: 0px;
    padding-top: 10px;
}
span.menu_li_separator {
	border-right: 1px solid #dbdbdb;
    float: left;
    width: 1px;
    display: block;
    min-height: 192px;
    margin-top: 15px;
    margin-right: 25px;
}
body ul.menu.smartwave-menu li ul.vetements.boys li {
    width: 18.9% !important;
}
body ul.menu.smartwave-menu li ul.vetements li {
    width: 31.33% !important;
}
body ul.menu.smartwave-menu li ul.vetements.giftsmenu li {
    width: 22.9% !important;
}
body ul.menu.smartwave-menu li ul.vetements.giftsmenu li img.sbn_menu_logo {
    width: 65px;
    float: right;
    margin-top: -24px;
}
body ul.menu.smartwave-menu li ul.vetements.softtoysmenu li {
    width: 23.3% !important;
}
span.menu_li_separator.chambredeco {
    margin-right: 25px;
    margin-left: 25px;
	min-height: 271px;
}
body ul.menu.smartwave-menu li ul.chambre li.puericulture ,
body ul.menu.smartwave-menu li ul.chambre li.deco {
    width: 46% !important;
}
span.menu_li_separator.giftsmenu {
	min-height: 170px;
}

ul.sub_eshop  div#sos_noukies_search .sos_intro h2 {
	line-height: 24px;
}
ul.sub_eshop  div#sos_noukies_search .sos_title span {
    font-size: 17px !important;
    color: #fbb040 !important;
    font-family: "plutocond_regular" !important;
    display: block !important;
}
ul#select-language li.dropdown a.dropdown-toggle:hover ,
ul.navbar-right.account-ul-top li.dropdown a.dropdown-toggle:hover {
	text-decoration: underline !important;
}
div.footer_sitemap_row .col-sm-3 ul ul li a:hover {
    color: #7C93BF !important;
}
body .footer .copyright .row {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
body a.copyright_links {
    font-size: 13px !important;
    color: #58595B !important;
}
body a.copyright_links:hover {
	color: #7C93BF !important;
}	
div#social_home_content h5.title span {}

div#sos_noukies_search .sos_intro {
    text-transform: initial;
}
.page .main-nav .menu > li:hover a.btn_trouve_doudou {
	border-radius: 5px;
    padding: 5px 15px;
    font-size: 20px;
    width: auto;
    background-color: #FFFFFF;
    color: #fbb852 !important;
    border: 1px solid #fbb852;
    line-height: 32px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    font-weight: 600;
    text-transform: initial;
}
.page .main-nav .menu > li:hover a.btn_trouve_doudou:hover {
    background-color: #fbb852;
    color: #FFFFFF !important;
    border: 1px solid #fbb852;	
}
ul.menu.smartwave-menu li ul li {
    text-transform: initial;
}
.invalid_email_actito {
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 11px;
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
    line-height: 10px;
}
ul.menu .nolink , 
.page .main-nav .menu  li a.nolink {
	cursor: default !important;
}
/*** lasT HOME****/

/*
div#noukies_family {
	display:none;
}
div.breadcrumbs {
    margin-bottom: 0px;
    float: left;
    margin-top: -25px;
    font-size: 12px;
}
*/

div#noukies_family h1 {
    color: #58595B;
    font-weight: normal;
    font-family: "plutocond_light";
    font-size: 30px;
    text-transform: inherit;
    margin-bottom: 0;
}
div.breadcrumbs ul li strong, div.breadcrumbs ul li a {
    color: #58595b!important;
    font-weight: normal;
    font-family: "plutocond_regular";
    font-size: 12px;
    text-transform: initial;
}


/********* STORIES **************/
div#story-list-container {
	overflow: auto;
	margin-bottom: 50px;
}
div#story-list-container div#owl_packshots {
	padding: 0 25px;
}
body.noukies-stories-story-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat left center;
	width:35px !important;
}
body.noukies-stories-story-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat right center;
	width:35px !important;
}

div#owl_packshots div.product {
	cursor: pointer;
	position: relative;
}
div#owl_packshots div.product span.story_name {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/white_opacity.png) repeat left top !important;
    padding: 3px 0;
    color: #58595B !important;
    font-size: 20px;
}
div#owl_packshots div.product img {
    border: 3px solid white;	
}
div#story_name {
    margin: 35px 0 5px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
div#story_name a {
	font-size: 40px;
	color: #58595B !important;
}
div#story_ambiance {}
div#story_ambiance img {
    max-height: 300px;
    width: 100%;	
}
div#story_short h3 {
	color: #58595b;
    text-transform: inherit;
    text-align: center;
    margin: 0 0 10px 0;
}
div#story_short {
	margin: 25px 18px;
    color: #58595B !important;
    border: 1px solid #e8e8e0;
    padding: 15px 25px 15px 25px;
}
div#story_full_link {
    margin-top: 50px;
    text-align: center;	
}
div#story_full_link a {
    border: 1px solid #b9b9b0;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #b9b9b0;
    font-size: 15px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: inherit;
    display: inline-block;
}
div#story_full_link a:hover {
    color: #b9b9b0;
    background-color: #ffffff;
}
div#story_pics img {
    float: left;
    border: 3px solid white;	
}
div#story_products_container {
	overflow: auto;
    clear: both;
    padding-top: 45px;
    margin-bottom: 45px;
}
div#story_products_container div.story_products {
	overflow: auto;
	display:none;
}
div#story_products_container div.story_products div.owl-carousel {
	padding: 0 25px;
}
div#story_products_container .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
div#story_products_container .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat left center;
    width: 35px !important;
}
div#story_products_container .owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat right center;
	width: 35px !important;
}
div#story_products_container .owl-theme a.storyprodutclink {
	display: block;
    width: 100%;
    text-align: center;
}
div#story_products_container .owl-theme h5.product-name {
	margin: 0;
    text-align: center;
	padding: 0 25px;
	max-height: 50px !important;
}
div#story_products_container .owl-theme h5.product-name a {
	text-transform: initial;
    line-height: 14px;
    font-size: 14px;
    color: #58595b;
}
div#story_products_container div.owl-wrapper-outer.autoHeight {
    min-height: 154px !important;
}
a.product_story_link {
	
}
/********* STORIES **************/

/***** header fix responsive*****/
@media (max-width: 1024px) {
	div.custom_top_text {
		width: 50%;
	}
	div.breadcrumbs {
		margin-top: -5px;
	}	
}
@media (max-width: 768px) {
	div#logo_right_container {
		margin: 0;
		width: auto;
		float: right;
		margin-top: 5px;
	}
}
/***** header fix responsive*****/

body.archimede_website.cms-cgv .page-title {
	display: block;
}
body.archimede_website.cms-page-view div.main-container.container {
    margin-top: 25px;
}

body.noukies_website .cart-table .price, 
body.noukies_website .cart .totals, 
body.noukies_website .cart .totals .price, 
body.noukies_website .order-products-table .price, 
body.noukies_website strong, 
body.noukies_website .block-account .block-content li a, 
body.noukies_website .block .block-subtitle, 
body.noukies_website .order-view .order-products-table th, 
body.noukies_website .shopping-cart .cart-popup .products-small .product-item h5 a, 
body.noukies_website .shopping-cart .cart-popup .subtotal, 
body.noukies_website .data-table thead th, 
body.noukies_website .recent-post-mini a {
    color: #58595B;
}

body.archimede_website .cart-table .price, 
body.archimede_website .cart .totals, 
body.archimede_website .cart .totals .price, 
body.archimede_website .order-products-table .price, 
body.archimede_website strong, 
body.archimede_website .block-account .block-content li a, 
body.archimede_website .block .block-subtitle, 
body.archimede_website .product-categories > li > a, 
body.archimede_website .order-view .order-products-table th, 
body.archimede_website .shopping-cart .cart-popup .products-small .product-item h5 a, 
body.archimede_website .shopping-cart .cart-popup .subtotal, 
body.archimede_website .data-table thead th, 
body.archimede_website .recent-post-mini a {
    color: #465077;
}

body.archimede_website div.addresses-primary ol li p a, 
body.archimede_website div.my-account form .buttons-set button.button, 
body.archimede_website div.addresses-additional button.button {
    background-color: #465077;
    border-radius: 0;
    padding: 5px 15px;
    font-family: 'glober_regularregular';
	color: white;
}


/********************NEW FICHE PRODUIT ARCHIMEDE**********************************/
body.archimede_website.catalog-product-view .product-options .switcher-field label {
    width: auto !important;
    padding: 0 5px;
}
/********************NEW FICHE PRODUIT ARCHIMEDE**********************************/

/********************NEW STORELOCATOR ARCHIMEDE**********************************/
body.archimede_website div#new_search_form button#searchbutton ,
body.archimede_website div#new_search_form button#geolocme {
    background-color: #465077;
}
a.see-store-fiche {
    border-radius: 0 !important;
}
div.storeitem-list-item h3 {
    border-top: 1px solid #dadad9;
    width: 100%;
    padding-top: 15px;
}
div.storeitem-list-item {
    margin-bottom: 15px;
}
div.storeitem-list-item:nth-of-type(1) h3 {
    border-top: none !important;
}
body.archimede_website div.storeitem-list-item.type343store h3,
body.archimede_website div.storeitem-list-item.type343store.t_344_ h3 {
    color: #465077 !important;
}
div.boxstore span, div.storeitem-list-item span {
    color: #58595B;
}
div.infobubblecontent {
    color: #58595B !important;
}
body.archimede_website a.see-store-fiche {
    background-color: #6F85A7;
}
/********************NEW STORELOCATOR ARCHIMEDE**********************************/

/********************NEW WISHLIST*************************/
ul.wishlist_listing {
	margin-bottom: 50px;
    overflow: auto;	
}
ul.wishlist_listing li:hover {
	border: 1px solid #e8e8e8;	
}
ul.wishlist_listing li {
    height: 285px;
    overflow: hidden;	
	position: relative;
	border: 1px solid #FFFFFF;	
}
ul.wishlist_listing li  h3.product-name {
	margin: 5px 0 5px 0;
    max-height: 24px;
    height: 24px;
    overflow: hidden;
}
ul.wishlist_listing li  h3.product-name a {
	font-family: "plutocond_regular", Arial;
    color: #58595B;
    font-size: 14px;
    text-transform: inherit;
    width: 100%;
    text-align: center;
    line-height: 12px!important;
}
.my-wishlist .product-image {
    margin: 0 auto !important;
}
ul.wishlist_listing li div.description {
	font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #9da090;
    max-height: 37px;
    height: 37px;
    overflow: hidden;
}
ul.wishlist_listing li div.cart-cell div.price-box {
	text-align: center;
}
ul.wishlist_listing li div.cart-cell {
    text-align: center;
    width: 100%;
    float: none;
}
ul.wishlist_listing li div.cart-cell a.link-edit {
    margin-top: -4px;
    display: block;
}
div.my-account .my-wishlist form .buttons-set {
	margin-left: 29px;
}
div.my-account .my-wishlist form .buttons-set button.button{
    background-color: #FFF;
    color: #58595B;
    padding: 7px 17px;
    border-radius: 0;
    font-family: "plutocond_light";
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
    border: 1px solid #58595B;
}
.my-wishlist .buttons-set .btn-print:before {
    font-family: "FontAwesome";
    content: "\f02f";
    margin-right: 5px;
}
div#cart-sidebar div.product-item div.qty div.truncated {
	display:none;
}
/********************NEW WISHLIST*************************/

/************* CONCOURS WELCOME 2017 ********************/
.welcome_intro_text {
    font-size: 14px;
    line-height: 14px;
    color: #58595B;
    text-align: justify;	
}
img.introduction_pic {
	
}
.submit_welcome {
    border: 1px solid #575756;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #575756;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "plutocond_regular";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 35px;
    text-transform: inherit;
    margin-bottom: 75px;
}
.submit_welcome:hover {
	color: white;
	background-color: #575756;
}

a.prev_child_form_step {
    border: 1px solid #8c8c89;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #8c8c89;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "plutocond_regular";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 35px;
    text-transform: inherit;
    margin-bottom: 75px;
}
a.prev_child_form_step:hover {
	color: white;
	background-color: #8c8c89;
}


form#pageone .submit_welcome {
	margin-top: 10px;
}

form#pageone label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;	
}

form#pageone input#email {
	height: 28px;
    width: 75%;
    line-height: 28px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding: 2px 10px 0 15px !important;
    color: #94968c;
    box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
form#pageone input#email:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}
form#pagetwo .validation-advice {
	float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}
.childrens_datas h2 ,
.welcome_datas h2 ,
form#pagetwo h2 ,
form#pageone h2 {
	margin: 25px 0 35px;	
}
form#pagetwo h3 ,
form#pageone h3 {
	font-size: 17px;
}
.childrens_datas span ,
.welcome_datas span ,
form#pagetwo span ,
form#pageone span {
	display: block;
    margin-bottom: 35px;
}
form#pagethree div.children .child_section label ,
form#pagefour label ,
form#pagetwo label {
    font-weight: 600;
    margin-bottom: 5px;	
}
form#pagefour label  {
	padding-left: 0;
}
form#pagefour textarea  {
	padding: 15px;
}
form#pagetwo select option {
    color: #94968c;	
}
form#pagethree select {
	width: 95%;
}
form#pagethree div.children .child_section input[type=text] ,
form#pagethree select ,
form#pagetwo select ,
form#pagefour textarea ,
form#pagefour input[type=text] ,
form#pagetwo input[type=text] {
	height: 28px;
    line-height: 28px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding: 2px 10px 0 15px;
    color: #94968c;
    box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
form#pagethree div.children .child_section input[type=text]:focus ,
form#pagethree select:focus ,
form#pagetwo select:focus ,
form#pagefour textarea:focus ,
form#pagefour input[type=text]:focus ,
form#pagetwo input[type=text]:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}
form#pagetwo input.optin_checkbox {
    float: left;
}
form#pagetwo label.optin_label {
    float: left;
    line-height: 26px;	
	padding-left: 15px;
}
form#pagetwo input.submit_welcome[type=submit]{
	clear: both;
}
form#pagethree div.children {
	border: 1px solid #d6d6d6;
    padding: 15px;
    overflow: auto;	
	clear: both;
	margin-bottom: 15px;	
}
form#pagethree div.children .child_section {
	width: 16.66% !important;
    float: left;
    margin: 0;	
}
.childrens_datas img.childrens_pic {
	max-width: 200px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;	
}
form#pagethree div.children .child_section label ,
form#pagethree div.children .child_section input[type=text] {
	width: 95%;
	text-align: left;
}
form#pagethree span.add1child {
    border: 1px solid #575756;
    width: auto;
    padding: 0 15px;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    background-color: #575756;
    font-size: 13px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: -10px;
    text-transform: inherit;
    margin-bottom: 10px;
    display: block;
	cursor: pointer;
}	
form#pagethree span.add1child:hover {
    color: #575756;
    background-color: #ffffff;
}

form#pagefour textarea#answer {
    height: 100px;
    line-height: 14px;
	padding: 15px;
}
form#pagethree div.children .child_section input[type=text] ,
form#pagetwo select ,
form#pagetwo input[type=text] {
    padding: 2px 10px 0 15px !important;	
}
form#pagethree div.children .child_section select ,
form#pagethree div.children .child_section input {
	margin-bottom: 0px;
}
form#pagethree div.children .child_section input[type=checkbox] {
	margin: 5px 0 0 37%;
}
body.welcome-index-index .col-main ul.messages {
	margin: 0 2.5%;
    width: 95%;
}
body.welcome-index-index .col-main ul.messages li {
	margin-bottom: 10px !important;
}
body.welcome-index-index .col-main ul.messages li  ul li {
	margin: 0px !important;
}
a.welcome_rules_link {
	float: right;
	margin-top: 15px;
}
a.welcome_rules_link:hover {
	text-decoration: underline;
	color: #566eb8;
}
div.checkcgvbox {
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: -10px;
}
div.checkcgvbox label.welcome_check_rules {
	margin: 0px 10px 0 0 !important;
}
div.checkcgvbox input.welcome_checkbox_rules#cgv {
	margin: 0;
}
.cms-welcome-rules .std ol {
	list-style: initial;
    margin-left: 15px;
}
.cms-welcome-rules .std ol li {
	list-style-type: decimal;
}
.cms-welcome-rules .std ul {
	list-style: initial;
    margin-left: 15px;
}
.cms-welcome-rules .std ul li {}

@media (max-width: 1024px) {
	div.child_section label {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	div.child_section label {
		line-height: 13px;
		min-height: 30px;
	}
}
@media (max-width: 425px) {	
	form#pagethree div.children .child_section {
		width: 100% !important;
		margin-bottom: 10px;
	}
	form#pagethree div.children .child_section.checkisborn label {
		width: 75%;
		float: left;
	}	
	form#pagethree div.children .child_section.checkisborn input[type=checkbox] {
		width: 25% !important;
		margin: 0;
	}	
	form#pagethree div.children .child_section.checkisborn {
		margin-top: 7px;
	}
	div.child_section label {
		min-height: inherit;
		display: block !important;
	}
	form#pageone input#email {
		width: 100%;
	}
}
@media (max-width: 350px) {	
	.submit_welcome {
		width: 100%;
	}
}
/************* CONCOURS WELCOME 2017 ********************/

/********CHILDRENS****RELATIONSHIP MODIF*********/
div.child_container li.col-child ,
div.child_container_headers li.col-child {
    width: 14.28%;
    float: left;
}
div.child_container_headers ul li.col-child-gender ,
div.child_container_headers ul li.col-child-dob ,
div.child_container_headers ul li.col-child-firstname {
    line-height: 17px;
    padding-top: 9px;
}
.dobnotice {
	display: block;
	clear:both;
	margin-left: 7px;
	color: #ff647e;
}
span.col-child-label {
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
	div.child_container_headers li.col-child {
		line-height: 17px;
		padding-top: 9px;
	}	
	div.child_container_headers ul li.alreadyborn {
		line-height: 17px;
		padding-top: 9px;
		font-size: 11px !important;
	}	
}
@media (min-width: 0px) and (max-width: 991px) {
	div.child_container_headers {
		display: none;
	}
	div.child_container li.col-child {
		width: 100%;
		float: left;
	}
	div.child_container li.col-child.col-child-alreadyborn span.col-child-label {
		width: 90%;
		float: left;
	}
	div.child_container li.col-child.col-child-alreadyborn input[type=checkbox]{
		float: right;
	}	
	span.col-child-label {
		display: block;
		font-weight: 600;
	}
	body.childrens-customer-view form .fieldset {
		overflow: initial;
	}
	body.childrens-customer-view div.child_container {
		overflow: auto;
		height: auto;
		border: 1px solid #ebebeb;
		padding: 10px;
		margin-bottom: 25px;
		}
	body.childrens-customer-view div.child_container ul.odd li {
		background-color: white;
		height: auto;
		border-right: none;
	}	
	body.childrens-customer-view div.child_container ul li.born_child {
		text-align: left;
	}	
}
@media (min-width: 280px) and (max-width: 735px) {
	body.childrens-customer-view button.button[type=submit] {
		float: inherit;
		width: 50%;
		margin: 0 auto;
	}
}
@media (min-width: 280px) and (max-width: 725px) {
	
}
/********CHILDRENS****RELATIONSHIP MODIF*********/
/*****CHECKOUT REVIEW ADDRESS********/
.review_address_container {
	padding: 5px 30px;
	overflow: auto;
	margin-bottom: 20px;"
}
div.review_address {
    border: 1px solid #ebebeb;
    padding: 15px;
    font-size: 14px;
    width: 48%;
    float: left;
	position: relative;
	overflow: hidden !important;
}
div.review_address.shippingadr {
	margin-left: 2%;
}
div.review_address.billingadr {
	margin-right: 2%;
}
div.review_address span {
	display: block;
    font-weight: 600;
}
a.edit_pencil_checkoutlink {
	position: absolute;
	top: 5px;
	right: 5px;
}
input.accesspoint_customer_firstname ,
input.accesspoint_customer_lastname {
	width: 250px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddded9;
	border-radius: 5px;
	padding-left: 15px;
	color: #94968c;
	box-shadow: inset 0px 4px 7px #ebeced !important;
	background-color: #ffffff !important;
	border-color: #c3c5c9 !important;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
	margin: 5px 10px 10px 10px;		
}
input.accesspoint_customer_firstname:focus ,
input.accesspoint_customer_lastname:focus {
	border-color: rgba(75,99,174,0.8) !important;
	outline: 0 !important;
	outline: thin dotted \9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
}
.shipadress_error_msg {
	color: #de696c;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #de696c;
    padding: 5px 15px;
    border-radius: 10px;
    overflow: auto;
    display: block;
    margin: 0 auto 25px;
    width: 50%;	
	text-align: center;
}
@media (max-width: 500px) {
	div.review_address {
		width: 100%;
	}
	div.review_address.billingadr {
		margin-bottom: 15px;
	}
	div.review_address.shippingadr ,
	div.review_address.billingadr {
		margin-right: 0px;
		margin-left: 0px;
	}
	.shipadress_error_msg {
		width: 100%;
	}
}
/*****CHECKOUT REVIEW ADDRESS********/

div.breadcrumbs ul li.category259 ,
div.breadcrumbs ul li.category170 ,
div.breadcrumbs ul li.category169 ,
div.breadcrumbs ul li.category168 {
	display:none;
}

/*****CARTNET DE VOYAGE*******/
body.cms-page-view.cms-travel-book img.img-responsive.travelresponsive {
	width: 100%;
}
body.cms-page-view.cms-travel-book .std div.text_btn_travelbook h3 {
    color: #58595B;
    font-weight: normal;
    font-family: "plutocond_light";
    font-size: 26px;
    text-transform: inherit;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin: 10px 0;
}
body.cms-page-view.cms-travel-book .std div.carnetvayoage_bootom {
	margin-top: 30px;
	margin-bottom: 75px;
}
body.cms-page-view.cms-travel-book .std div.text_btn_travelbook {
    padding: 0;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
}
body.cms-page-view.cms-travel-book .std a {
    border: 1px solid #58595B;
    width: 250px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    color: #58595B;
    background-color: white;
    font-size: 15px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 18px auto 22px;
    text-transform: inherit;
    text-align: center;
    display: block;
    font-weight: 600;
}
body.cms-page-view.cms-travel-book .std a:hover {
    border: 1px solid #58595B;
    background-color: #58595B;
	color: white;
}


.badge {
    width: 200px;
    padding: 1em;
    -webkit-backface-visibility: hidden; /* fixing ugly font transformations */ 
	background-color: transparent;
}
 
.badge.stamp4 {
    position: absolute;
    left: 3%;
    top: 3%;
    -webkit-animation: stamp 400ms ease-in-out 1;
    -moz-animation: stamp 400ms ease-in-out 1;
    animation: stamp 400ms ease-in-out 1;
	-webkit-transform: rotate(350deg);
	   -moz-transform: rotate(350deg);
	        transform: rotate(350deg);	
}
.badge.stamp1 {
    position: absolute;
    right: 3%;
    top: 3%;
    -webkit-animation: stamp 550ms ease-in-out 1;
    -moz-animation: stamp 550ms ease-in-out 1;
    animation: stamp 550ms ease-in-out 1;
    z-index: 9;
	-webkit-transform: rotate(5deg);
	   -moz-transform: rotate(5deg);
	        transform: rotate(5deg);	
} 
.badge.stamp3 {
    position: absolute;
    left: 3%;
    bottom: 3%;
    -webkit-animation: stamp 800ms ease-in-out 1;
    -moz-animation: stamp 800ms ease-in-out 1;
    animation: stamp 800ms ease-in-out 1;
	-webkit-transform: rotate(5deg);
	   -moz-transform: rotate(5deg);
	        transform: rotate(5deg);	
}
.badge.stamp2 {
    position: absolute;
    left: 3%;
    bottom: 3%;
    -webkit-animation: stamp 950ms ease-in-out 1;
    -moz-animation: stamp 950ms ease-in-out 1;
    animation: stamp 950ms ease-in-out 1;
    z-index: 9;
	-webkit-transform: rotate(5deg);
	   -moz-transform: rotate(5deg);
	        transform: rotate(5deg);	
}
div.travelbook_main_picture {
	position: relative;
}

@media (max-width: 1024px) {
	body.cms-page-view.cms-travel-book .std div.text_btn_travelbook {
		line-height: 17px;
	}	
}
@media (max-width: 991px) {
	body.cms-page-view.cms-travel-book .std a {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	body.cms-page-view.cms-travel-book .std div.text_btn_travelbook {
		margin-top: 15px;
	}
}
@media (max-width: 620px) {
	div.text_btn_travelbook {
		margin: 15px 10px;
	}
}
@media (max-width: 526px) {
	div.text_btn_travelbook {
		padding: 5px 10px !important;
	}	
}
@media (max-width: 375px) {
	.badge.stamp4 ,
	.badge.stamp1 {
		top: -3%;
	} 
	.badge.stamp3 ,
	.badge.stamp2 {
		bottom: -3%;	
	}	
	body.cms-page-view.cms-travel-book .std a {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	div.text_btn_travelbook  a {
		margin-bottom: 15px;
	}
}
@-webkit-keyframes stamp {
  0% {
    -webkit-transform: rotate(17deg) scale(2, 2) translateX(140px);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: rotate(5deg) scale(1, 1) translateX(0);
    -webkit-opacity: 1;
  }
}
@-moz-keyframes stamp {
  0% {
    -moz-transform: rotate(17deg) scale(2, 2) translateX(140px);
    -moz-opacity: 0
  }
  100% {
    -moz-transform: rotate(5deg) scale(1, 1) translateX(0);
    -moz-opacity: 1;
  }
}
@keyframes stamp {
    0% {
        transform: rotate(17deg) scale(2, 2) translateX(140px);
        opacity: 0
    }
    100% {
        transform: rotate(5deg) scale(1, 1) translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes stamp4 {
  0% {
    -webkit-transform: rotate(360deg) scale(2, 2) translateX(140px);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: rotate(350deg) scale(1, 1) translateX(0);
    -webkit-opacity: 1;
  }
}
@-moz-keyframes stamp4 {
  0% {
    -moz-transform: rotate(360deg) scale(2, 2) translateX(140px);
    -moz-opacity: 0
  }
  100% {
    -moz-transform: rotate(330deg) scale(1, 1) translateX(0);
    -moz-opacity: 1;
  }
}
@keyframes stamp4 {
    0% {
        transform: rotate(360deg) scale(2, 2) translateX(140px);
        opacity: 0
    }
    100% {
        transform: rotate(330deg) scale(1, 1) translateX(0);
        opacity: 1;
    }
}
/*****CARTNET DE VOYAGE*******/

/*** NEW LOGIN AND REGISTER ACTIVATION****/

body.checkout-onepage-index .col2-set form.checkoutconnect .col-1, 
body.checkout-onepage-index .col2-set form.checkoutconnect .col-2 ,
body.customer-account-login .col2-set form.checkoutconnect .col-1, 
body.customer-account-login .col2-set form.checkoutconnect .col-2 {
    width: 30%;
}
body.checkout-onepage-index input#email_to_activate ,
body.customer-account-login input#email_to_activate {
	box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;
	width: 100%;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    padding: 9px 6px;
    font-size: 14px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 10px;	
}
body.checkout-onepage-index input#email_to_activate:focus ,
body.customer-account-login input#email_to_activate:focus {
	border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
}
body.checkout-onepage-index a#activation_account_link ,
body.customer-account-login a#activation_account_link {
    background-color: #4ca686;
    color: white;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    font-family: "plutocond_light";
	text-decoration: none;
	cursor: pointer;
	float:right;
}
body.checkout-onepage-index span.giftmessageresult ,
body.customer-account-login span.giftmessageresult {
	margin-left:0;
}
body.checkout-onepage-index div.box_card_no #cadre_card_no ,
body.customer-account-login div.box_card_no #cadre_card_no {
	background-color: white;
	padding: 0;
}
body.checkout-onepage-index div.box_card_no #cadre_card_no span ,
body.customer-account-login div.box_card_no #cadre_card_no span {
    color: #58595B;
	text-align: left;
	font-size: 14px;
    font-family: "plutocond_regular";
}
body.checkout-onepage-index div.box_card_no ,
body.customer-account-login div.box_card_no {
    margin-top: 0;
}
body.checkout-onepage-index div.box_card_no #cadre_card_no span ,
body.customer-account-login div.box_card_no #cadre_card_no span {
	min-height: 207px !important;
}
body.checkout-onepage-index .account-login .registered-users div.content ,
body.customer-account-login .account-login .registered-users div.content {
    min-height: 300px !important;
}
body.checkout-onepage-index .account-login .registered-users.toactivate div.content ,
body.customer-account-login .account-login .registered-users.toactivate div.content {
    min-height: 300px !important;
}
body.checkout-onepage-index .account-login .new-users, .account-login .registered-users ,
body.customer-account-login .account-login .new-users, .account-login .registered-users {
    padding: 20px 0;
}
body.checkout-onepage-index .account-login .registered-users div.buttons-set button ,
body.customer-account-login .account-login .registered-users div.buttons-set button {
	padding: 6px 10px !important;
}
body.checkout-onepage-index .account-login .registered-users div.buttons-set button:hover ,
body.customer-account-login .account-login .registered-users div.buttons-set button:hover {
	color: #5970bb;
	background-color: #FFFFFF;
	border: 1px solid #5970bb;
}
body.checkout-onepage-index div.box_card_no #cadre_card_no  a ,
body.customer-account-login div.box_card_no #cadre_card_no  a {
	padding: 6px 10px !important;
	float:right;
}
body.checkout-onepage-index div.box_card_no #cadre_card_no  a:hover ,
body.customer-account-login div.box_card_no #cadre_card_no  a:hover {
	color: #faaf3f;
	background-color: #FFFFFF;
	border: 1px solid #faaf3f;
}
body.checkout-onepage-index a#activation_account_link ,
body.customer-account-login a#activation_account_link {
    padding: 6px 10px !important;
}
body.checkout-onepage-index a#activation_account_link:hover ,
body.customer-account-login a#activation_account_link:hover {
	color: #4ca686;
	background-color: #FFFFFF;
	border: 1px solid #4ca686;	
}
body.checkout-onepage-index .login_form_narrow ,
body.customer-account-login .login_form_narrow {
	display: none;
}
body.checkout-onepage-index .ui-state-active, 
body.checkout-onepage-index .ui-widget-content .ui-state-active, 
body.checkout-onepage-index .ui-widget-header .ui-state-active, 
body.checkout-onepage-index a.ui-button:active, 
body.checkout-onepage-index .ui-button:active, 
body.checkout-onepage-index .ui-button.ui-state-active:hover ,
body.customer-account-login .ui-state-active, 
body.customer-account-login .ui-widget-content .ui-state-active, 
body.customer-account-login .ui-widget-header .ui-state-active, 
body.customer-account-login a.ui-button:active, 
body.customer-account-login .ui-button:active, 
body.customer-account-login .ui-button.ui-state-active:hover {
    border: 1px solid #7C93BF;
    background: #7C93BF;
    font-weight: normal;
    color: #ffffff !important;
}
body.checkout-onepage-index .account-login .new-users div.content label, 
body.checkout-onepage-index .account-login .registered-users div.content label ,
body.customer-account-login .account-login .new-users div.content label, 
body.customer-account-login .account-login .registered-users div.content label {
    font-weight: 600 !important;
}

@media (min-width: 200px) and (max-width: 780px) {
	body.checkout-onepage-index .login_form_wide ,
	body.customer-account-login .login_form_wide {
		display: none;
	}
	body.checkout-onepage-index .login_form_narrow ,
	body.customer-account-login .login_form_narrow {
		display: block;
		margin-bottom: 35px !important;
		margin-top: -30px !important;
	}	
	body.checkout-onepage-index span.create_account_link_small_devices  ,
	body.customer-account-login span.create_account_link_small_devices {
		min-height: auto !important;
		margin-bottom: 25px;
	}
	body.checkout-onepage-index a.create_account_link_small_devices_a ,
	body.customer-account-login a.create_account_link_small_devices_a {
		background-color: #faaf3f;
		color: white;
		border-radius: 8px;
		padding: 5px 10px !important;
		text-align: center;
		font-size: 18px;
		font-family: 'plutocond_light';
		float: right;
	}
	body.checkout-onepage-index button.submit_login_btn_small_devices ,
	body.customer-account-login button.submit_login_btn_small_devices {
		background-color: #5970bb;
		color: white;
		text-transform: initial;
		border-radius: 10px;
		float: right;
		font-family: 'plutocond_light';
		font-size: 18px;
	}
	body.checkout-onepage-index .login_form_narrow label ,
	body.customer-account-login .login_form_narrow label {
		font-weight: 600;
		color: #58595B;
		font-family: "Plutocond_light";
	}
	body.checkout-onepage-index a.forgot_pswd_link_small_device ,
	body.customer-account-login a.forgot_pswd_link_small_device {
		font-family: "Plutocond_regular";
		color: #4b63ae;
	}
	body.checkout-onepage-index a.forgot_pswd_link_small_device:hover ,
	body.customer-account-login a.forgot_pswd_link_small_device:hover {
		text-decoration: underline;
	}	
	body.checkout-onepage-index .ui-accordion-content p ,
	body.customer-account-login .ui-accordion-content p {
		font-family: "Plutocond_regular";
		font-size: 14px;
		color: #58595B;
	}
	body.checkout-onepage-index .ui-accordion .ui-accordion-header ,
	body.customer-account-login .ui-accordion .ui-accordion-header {
		font-family: "Plutocond_regular";
		color: #58595B;
		margin-top: 15px;
	}
	body.checkout-onepage-index .ui-accordion .ui-accordion-header:focus ,
	body.customer-account-login .ui-accordion .ui-accordion-header:focus {
		outline-color: transparent;
	}
	body.checkout-onepage-index div.box_card_no #cadre_card_no span ,
	body.customer-account-login div.box_card_no #cadre_card_no span {
		min-height: 50px !important;
	}
	body.checkout-onepage-index h3.accordion-already-client.ui-state-active ,
	body.customer-account-login h3.accordion-already-client.ui-state-active {
		background-color: #5970bb
	}
	body.checkout-onepage-index h3.accordion-new-client.ui-state-active ,
	body.customer-account-login h3.accordion-new-client.ui-state-active {
		background-color: #faaf3f
	}
	body.checkout-onepage-index h3.accordion-activation.ui-state-active  ,
	body.customer-account-login h3.accordion-activation.ui-state-active {
		background-color: #4ca686
	}	
}
@media (min-width: 0px) and (max-width: 716px) {
	div.main.row {
		margin: 0 15px;
	}
}
/*** NEW LOGIN AND REGISTER ACTIVATION****/

/************* CONCOURS WELCOME 2017 ********************/
.welcome_intro_text {
    font-size: 14px;
    line-height: 14px;
    color: #58595B;
    text-align: justify;	
}
img.introduction_pic {
	
}
.submit_welcome {
    border: 1px solid #575756;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #575756;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "plutocond_regular";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 35px;
    text-transform: inherit;
    margin-bottom: 75px;
}
.submit_welcome:hover {
	color: white;
	background-color: #575756;
}

a.prev_child_form_step {
    border: 1px solid #8c8c89;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #8c8c89;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "plutocond_regular";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 35px;
    text-transform: inherit;
    margin-bottom: 75px;
}
a.prev_child_form_step:hover {
	color: white;
	background-color: #8c8c89;
}


form#pageone .submit_welcome {
	margin-top: 10px;
}

form#pageone label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;	
}

form#pageone input#email {
	height: 28px;
    width: 75%;
    line-height: 28px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding: 2px 10px 0 15px !important;
    color: #94968c;
    box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
form#pageone input#email:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}
form#pagetwo .validation-advice {
	float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}
.childrens_datas h2 ,
.welcome_datas h2 ,
form#pagetwo h2 ,
form#pageone h2 {
	margin: 25px 0 35px;	
}
form#pagetwo h3 ,
form#pageone h3 {
	font-size: 17px;
}
.childrens_datas span ,
.welcome_datas span ,
form#pagetwo span ,
form#pageone span {
	display: block;
    margin-bottom: 35px;
}
form#pagethree div.children .child_section label ,
form#pagefour label ,
form#pagetwo label {
    font-weight: 600;
    margin-bottom: 5px;	
}
form#pagefour label  {
	padding-left: 0;
}
form#pagefour textarea  {
	padding: 15px;
}
form#pagetwo select option {
    color: #94968c;	
}
form#pagethree select {
	width: 95%;
}
form#pagethree div.children .child_section input[type=text] ,
form#pagethree select ,
form#pagetwo select ,
form#pagefour textarea ,
form#pagefour input[type=text] ,
form#pagetwo input[type=text] {
	height: 28px;
    line-height: 28px;
    border: 1px solid #ddded9;
    border-radius: 5px;
    padding: 2px 10px 0 15px;
    color: #94968c;
    box-shadow: inset 0px 4px 7px #ebeced !important;
    background-color: #ffffff !important;
    border-color: #c3c5c9 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;	
}
form#pagethree div.children .child_section input[type=text]:focus ,
form#pagethree select:focus ,
form#pagetwo select:focus ,
form#pagefour textarea:focus ,
form#pagefour input[type=text]:focus ,
form#pagetwo input[type=text]:focus {
    border-color: rgba(75,99,174,0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(75,99,174,0.6) !important;	
}
form#pagetwo input.optin_checkbox {
    float: left;
}
form#pagetwo label.optin_label {
    float: left;
    line-height: 26px;	
	padding-left: 15px;
}
form#pagetwo input.submit_welcome[type=submit]{
	clear: both;
}
form#pagethree div.children {
	border: 1px solid #d6d6d6;
    padding: 15px;
    overflow: auto;	
	clear: both;
	margin-bottom: 15px;	
}
form#pagethree div.children .child_section {
	width: 16.66% !important;
    float: left;
    margin: 0;	
}
.childrens_datas img.childrens_pic {
	max-width: 200px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;	
}
form#pagethree div.children .child_section label ,
form#pagethree div.children .child_section input[type=text] {
	width: 95%;
	text-align: left;
}
form#pagethree span.add1child {
    border: 1px solid #575756;
    width: auto;
    padding: 0 15px;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    background-color: #575756;
    font-size: 13px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: -10px;
    text-transform: inherit;
    margin-bottom: 10px;
    display: block;
	cursor: pointer;
}	
form#pagethree span.add1child:hover {
    color: #575756;
    background-color: #ffffff;
}

form#pagefour textarea#answer {
    height: 100px;
    line-height: 14px;
	padding: 15px;
}
form#pagethree div.children .child_section input[type=text] ,
form#pagetwo select ,
form#pagetwo input[type=text] {
    padding: 2px 10px 0 15px !important;	
}
form#pagethree div.children .child_section select ,
form#pagethree div.children .child_section input {
	margin-bottom: 0px;
}
form#pagethree div.children .child_section input[type=checkbox] {
	margin: 5px 0 0 37%;
}
body.welcome-index-index .col-main ul.messages {
	margin: 0 2.5%;
    width: 95%;
}
body.welcome-index-index .col-main ul.messages li {
	margin-bottom: 10px !important;
}
body.welcome-index-index .col-main ul.messages li  ul li {
	margin: 0px !important;
}
a.welcome_rules_link {
	float: right;
	margin-top: 15px;
}
a.welcome_rules_link:hover {
	text-decoration: underline;
	color: #566eb8;
}
div.checkcgvbox {
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: -10px;
}
div.checkcgvbox label.welcome_check_rules {
	margin: 0px 10px 0 0 !important;
}
div.checkcgvbox input.welcome_checkbox_rules#cgv {
	margin: 0;
}
.cms-welcome-rules .std ol {
	list-style: initial;
    margin-left: 15px;
}
.cms-welcome-rules .std ol li {
	list-style-type: decimal;
}
.cms-welcome-rules .std ul {
	list-style: initial;
    margin-left: 15px;
}
.cms-welcome-rules .std ul li {}

@media (max-width: 1024px) {
	div.child_section label {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	div.child_section label {
		line-height: 13px;
		min-height: 30px;
	}
}
@media (max-width: 425px) {	
	form#pagethree div.children .child_section {
		width: 100% !important;
		margin-bottom: 10px;
	}
	form#pagethree div.children .child_section.checkisborn label {
		width: 75%;
		float: left;
	}	
	form#pagethree div.children .child_section.checkisborn input[type=checkbox] {
		width: 25% !important;
		margin: 0;
	}	
	form#pagethree div.children .child_section.checkisborn {
		margin-top: 7px;
	}
	div.child_section label {
		min-height: inherit;
		display: block !important;
	}
	form#pageone input#email {
		width: 100%;
	}
}
@media (max-width: 350px) {	
	.submit_welcome {
		width: 100%;
	}
}
/************* CONCOURS WELCOME 2017 ********************/

body .show-top-panel {
    display: none !important;
}

/****** GUIDE DES TAILLES********/
@media (max-width: 1500px) {
	body.catalog-category-view  .tabs .tab-title.opened, 
	body.catalog-product-view  .tabs .tab-title.opened,
	body.catalog-category-view  .tabs .tab-title, 
	body.catalog-product-view  .tabs .tab-title {
		font-size:14px !important;
	}
}
@media (max-width: 1200px) {
	body.catalog-category-view .tabs .tab-title, body.catalog-product-view .tabs .tab-title {
		padding: 10px 15px;
		margin: 0;
	}
}
@media (max-width: 991px) {
	div.tab-content table.tbl1 tr.tr2 td ,
	div.tab-content table.tbl1 tr.tr1 td {
		padding: 10px !important;
	}
	
	.table-responsive {
		width: 100%;
		margin-bottom: 20px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}	
	
	.table-responsive table {
		margin-bottom: 0px !important;
	}
}
/****** GUIDE DES TAILLES********/

/******CMS PAGE INFOS*******/
body.cms-page-view.cms-infos table#shipping_infos_table {
	margin: 15px auto 25px;
}
body.cms-page-view.cms-infos table#shipping_infos_table th {
	text-transform: uppercase;
    font-weight: 600;
    background-color: #7C93BF;
    color: white;
    padding: 10px 15px;	
}
body.cms-page-view.cms-infos table#shipping_infos_table td {
	padding-right: 15px;
}
body.cms-page-view.cms-infos table#shipping_infos_table td.country-label {
	font-weight: 600;
	padding-right: 0px;
	padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage a {
	color: #7C93BF;
}
body.cms-page-view.cms-infos .cmsinfospage a:hover {
	color: #58595B;
}
body.cms-page-view.cms-infos .cmsinfospage ul {
	margin-left: 15px;
    list-style-type: disc;
	padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage ul  li{
	margin-bottom: 5px;
}
body.cms-page-view.cms-infos .cmsinfospage ol {
    margin-left: 15px;
    list-style-type: decimal;
    padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage ol  li{
	margin-bottom: 5px;
}
body.cms-page-view.cms-infos .floating_infos_boxes {
	position: fixed;
}
body.cms-page-view.cms-infos div.infos_popup {
    border: 3px solid #7C93BF;
    padding: 15px 15px 2px 15px;
    border-radius: 10px;
    background-color: #7C93BF;
    color: white !important;
}
body.cms-page-view.cms-infos div.infos_popup h4 {
	color: white;
    margin: 0 0 10px 0;
    border-bottom: 1px solid white;	
}
body.cms-page-view.cms-infos div.infos_popup ul {
	list-style-type: circle;
    padding-left: 15px;	
}
body.cms-page-view.cms-infos div.infos_popup ul li a:hover ,
body.cms-page-view.cms-infos div.infos_popup ul li a {
	color: white;
}
body.cms-page-view.cms-infos div.infos_popup ul li a:hover {
	text-decoration: underline !important;
}
body.cms-page-view.cms-infos div.main.row {
	border-bottom: 1px solid #f1f2f7;
    padding-bottom: 50px;
}
body.cms-page-view.cms-infos div.infos_box-left {
	border: 2px solid #7C93BF;
    color: #7C93BF;
    background-color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;	
	border-radius: 10px;
}
/******CMS PAGE INFOS*******/

/********* STORIES **************/
div#story-list-container {
	overflow: auto;
	margin-bottom: 50px;
}
div#story-list-container div#owl_packshots {
	padding: 0 25px;
}
body.noukies-stories-story-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat left center;
	width:35px !important;
}
body.noukies-stories-story-index #owl_packshots.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat right center;
	width:35px !important;
}

div#owl_packshots div.product {
	cursor: pointer;
	position: relative;
}
div#owl_packshots div.product span.story_name {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/white_opacity.png) repeat left top !important;
    padding: 3px 0;
    color: #58595B !important;
    font-size: 20px;
}
div#owl_packshots div.product img {
    border: 3px solid white;	
}
div#story_name {
    margin: 35px 0 5px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
div#story_name a {
	font-size: 40px;
	color: #58595B !important;
}
div#story_ambiance {}
div#story_ambiance img {
    max-height: 300px;
    width: 100%;	
}
div#story_short h3 {
	color: #58595b;
    text-transform: inherit;
    text-align: center;
    margin: 0 0 10px 0;
}
div#story_short {
	margin: 25px 18px;
    color: #58595B !important;
    border: 1px solid #e8e8e0;
    padding: 15px 25px 15px 25px;
}
div#story_full_link {
    margin-top: 50px;
    text-align: center;	
}
div#story_full_link a {
    border: 1px solid #b9b9b0;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #b9b9b0;
    font-size: 15px;
    font-family: "plutocond_light";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: inherit;
    display: inline-block;
}
div#story_full_link a:hover {
    color: #b9b9b0;
    background-color: #ffffff;
}
div#story_pics img {
    float: left;
    border: 3px solid white;	
}
div#story_products_container {
	overflow: auto;
    clear: both;
    padding-top: 45px;
    margin-bottom: 45px;
}
div#story_products_container div.story_products {
	overflow: auto;
	display:none;
}
div#story_products_container div.story_products div.owl-carousel {
	padding: 0 25px;
}
div#story_products_container .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
div#story_products_container .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/prev_slide.png) no-repeat left center;
    width: 35px !important;
}
div#story_products_container .owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/next_slide.png) no-repeat right center;
	width: 35px !important;
}
div#story_products_container .owl-theme a.storyprodutclink {
	display: block;
    width: 100%;
    text-align: center;
}
div#story_products_container .owl-theme h5.product-name {
	margin: 0;
    text-align: center;
	padding: 0 25px;
	max-height: 50px !important;
}
div#story_products_container .owl-theme h5.product-name a {
	text-transform: initial;
    line-height: 14px;
    font-size: 14px;
    color: #58595b;
}
div#story_products_container div.owl-wrapper-outer.autoHeight {
    min-height: 154px !important;
}
a.product_story_link {
	
}
.noukies-stories-story-index .owl-theme .owl-controls .owl-buttons div.owl-prev:before ,
.noukies-stories-story-index .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: '' !important;
}
/********* STORIES **************/



/****MOBILE RESPONSIVE FIX****/
img.smalllogo {
	display:none;
}
.search_icon_small_device {
	display: none;
}
.menu-icon {
	right: inherit;
}
.side-area-icon i:before, 
.menu-icon i:before {
    color: #7C93BF;
}
div#search_store_icon_mobile {
	display: none;
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: -3px;	
}
div.close-mobile-nav {
    text-transform: capitalize !important;
    font-size: 18px !important;
}
@media (min-width: 0px) and (max-width: 767px) {
	.top-bar .logos_area {
		display:none;
	}
	.search_icon_small_device {
		display: block;
		float: left;
		margin-top: 4px;
	}
	.search_icon_small_device i.fa-search {
		color: white;
		font-size: 20px;
		line-height: 24px;
	}
	div#topSearchContainer {
		display: none;
		position: absolute;
		top: -48px;
		left: -20px;		
	}
	div#logo_right_container_links {
		padding-left: 0;
		margin: 0 0 0 30px;
	}	
	img.biglogo {
		display:none;
	}		
	img.smalllogo {
		display:block;
		margin: 0 auto;
	}	
	a.minicart_mobile {
		display: block;
		position: absolute;
		top: 4px;
		right: 10px;
		z-index: 9;		
	}
	a.minicart_mobile:before {
		content: "\f290";
		font-size: 20px;
		line-height: 22px;
		color: white;
		font-family: FontAwesome;
	}
	a.my-account-link.visible-xs {
		position: absolute;
		top: 4px;
		right: 50px;
		background-color: transparent;
		width: auto;
		padding: 0;
		border-radius: inherit;
		z-index: 9;
	}	
	div.nbr_1_buttons {
		width: 100%;
		overflow: auto;
	}
	div.nbr_1_buttons span {
		margin: 15px auto 0 !important;
		float: inherit !important;
	}
	.my-account-link:before {
		content: '\f007';
		font-size: 20px;
		line-height: 25px;
		color: white;
		font-family: FontAwesome;		
	}
	.top-bar .my-account-link:before {
		font-size: 20px;
		top: -2px;
	}
	div#logo_right_container {
		display: block;
		width: 100%;
		text-align: center;
	}
	div#logo_right_container div.bars_horiz_top {
		width: 100%;
		text-align: center;
	}
	div.bars_horiz_top a {
		background: none;
		padding-left: 0;
		line-height: 25px;
		height: 21px;
		display: block;
		text-align: center;
		background-color: #7C93BF;
		color: white !important;
		margin-top: 7px;
	}	
	body.archimede_website div.bars_horiz_top a {
		background-color: #7a88aa;
	}		
	div#search_store_icon_mobile {display: block;}
	div#search_store_icon_mobile i.fa-map-marker {
		color: #7C93BF;
		font-size: 26px;
		line-height: 26px;
	}
	body.archimede_website div#search_store_icon_mobile i.fa-map-marker {
		color: #2b3268;
	}	
	.side-block .close-block:before {
		top: 16px !important;
	}	
	
	body.noukies_website.cms-index-index span.banner_block_2 {
		display:none;
	}
	body.noukies_website.cms-index-index span.banner_block_3 div.threeblocks.youtubeblocks div.blockhome.block7home {
		display:none;
	}
	.footercontainer div.row.homepagetext ,
	.footercontainer div.newfooter_becommerce ,
	.footercontainer div.newfooter_trustpilot {
		display: none;
	}
	div.footer_sitemap_row {
		margin: 0;
		padding: 0;
	}
	div.footer_sitemap_row  ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	body div.footer_sitemap_row .col-sm-3 ul ul {
		padding: 0 0 0 25px !important;
		border: none !important;
	}
	div.footer_sitemap_row .col-sm-3 {
		margin-bottom: 15px;
	}	
	.fixed-header-area div.menu-all-pages-container {
		display: none !important;
	}
	.fixed-header .menu-icon {
		float: left !important;
	}
}
@media (min-width: 0px) and (max-width: 400px) {
	.header-type-2 .logo {
		margin-left: -15px;
	}
}	
@media (min-width: 0px) and (max-width: 375px) {
	div#topSearchContainer {
		position: relative;
		left: inherit;		
		top: inherit;		
	}
	form#search_mini_form {
		
	}
}
@media (min-width: 0px) and (max-width: 280px) {
	div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter ,
	div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter {
		width: 100%;
		margin-bottom: 3px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mobile_homeslider_rightblock .home_slider_right_block {
		margin-right: -34px;
		margin-left: 27px;
		margin-top: -8px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.mobile_homeslider_rightblock .home_slider_right_block {
		margin-right: -32px;
		margin-left: 22px;
		margin-top: -8px;
	}
}
div.mobile-nav.side-block {
	width:75% !important;
}
a.nolink.headermenumobile {
	font-weight: 600 !important;
}
.mobile-nav .sw-mobile-menu > li > ul > li li li a {
    line-height: 28px !important;
}
.mobile-nav .sw-mobile-menu ul.mobile_specific_lineheight li a {
	line-height: 28px !important;
}
.mobile-nav .sw-mobile-menu > li > ul > li li li a.headermenumobile:before ,
.mobile-nav .sw-mobile-menu > li > ul > li a.headermenumobile:before {
	content: none !important;
}
li.linextheadermenumobile span.open-child {
	display:none !important;
}
li.linextheadermenumobile ul li span.open-child {
	display:block !important;
}
li.mobilemenudirectlink  {
	
}
li.mobilemenudirectlink a {
	line-height: 24px !important;
    cursor: pointer;
}
li.mobilemenudirectlink a:before {
	content: none !important;
}
a.minicart_mobile.visible-xs span {
	color: white;
}
.side-block .close-block i.fa-times-circle {
	position: absolute;
    right: 10px;
    top: 32%;
}
.side-block .close-block:before {
	content: none !important;
}

div.mobilefooter  h3 {margin-top:10px !important;}
div.mobilefooter  h3:focus {
    outline: none !important;
}

div.mobilefooter  .ui-state-active, 
div.mobilefooter  .ui-widget-content .ui-state-active, 
div.mobilefooter  .ui-widget-header .ui-state-active, 
div.mobilefooter  a.ui-button:active, 
div.mobilefooter  .ui-button:active, 
div.mobilefooter  .ui-button.ui-state-active:hover {
    border: 1px solid #7C93BF;
    background: #95b1d4;
    font-weight: normal;
    color: #ffffff;
}
div.mobilefooter  .ui-state-default, 
div.mobilefooter  .ui-widget-content .ui-state-default, 
div.mobilefooter  .ui-widget-header .ui-state-default, 
div.mobilefooter  .ui-button, 
div.mobilefooter  html .ui-button.ui-state-disabled:hover, 
div.mobilefooter  html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #58595B !important;
}
div.mobilefooter ul {
	padding: 10px 0 !important;
}
div.mobilefooter ul li a {
	cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #58595B;	
}
div.mobilefooter  .ui-icon {
	position: absolute;
    right: 7px;
    top: 10px;
}
div.mobile-nav .sw-mobile-menu  i.fa {
	color: #6e82b0;
    width: 20px;
	text-align: center;
}
div.mobilefooter  .ui-state-active .ui-icon, 
div.mobilefooter  .ui-button:active .ui-icon {
    background-image: url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/images/ui-icons_444444_256x240.png);
}
@media (max-width: 768px) {
	div.reassurance_blocks div.reassurance_block div a span {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 0;
	}
	div.newfooter_becommerce {
		padding-top: 19px;
	}	
}
@media (min-width: 769px) and (max-width: 991px) {
	div#topSearchContainer {
		margin-left: 25px;
		margin-top: 1px;
	}
	div.custom_top_text {
		width: 35%;
	}
	.top-bar a.top-left-links {
		font-size: 11px !important;
		margin-top: 5px;
	}
	div.reassurance_blocks div.reassurance_block div a span {
		font-size: 17px;
	}	
}

@media (min-width: 0px) and (max-width: 736px) {
	.col1-layout .col-main {
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
	div.row.threeblocks div.col-sm-4.col-xs-12.blockhome {
		padding-left:0px;
		padding-right:0px;
	}
	div.homeslidercontainer {
		margin: 0px 0 25px 0 !important;
		padding: 0 !important;
	}
	div.homeslider_rightblock {
		margin: 0 !important;
		padding: 0 !important;
	}	
	div.row.threeblocks {
		margin: 0 !important;
	}	
}

@media (min-width: 737px) and (max-width: 767px) {
	.homeslidercontainer {
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;		
	}
	div.homeslider_rightblock {
		margin: 0 !important;
		padding: 0 !important;
	}
	.home_slider_right_block {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
	}
	div.visible-xs.slidetexte {
		 padding: 10px;
	}
}
.fixed-header .shopping-cart-link:before {
	content: "\f290";
}
a.cartsidebar {
    width: 16px;
    background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/cart_icon.jpg) no-repeat center center;
    height: 16px;
}
.top-bar a.cartsidebar {
    color: #7C93BF !important;
    font-family: "plutocond_regular";
    margin-top: 3px !important;
    font-size: 10px !important;
    line-height: 24px !important;
    font-weight: 600;
}
div.footer div.paylogos img {
	height: 14px;
    margin-left: 10px;
}
@media (max-width: 991px) {
	div.footer div.copylegal {
		width:100% !important;
		text-align: center !important;
	}
	div.footer div.paylogos {
		width:100% !important;margin-top:10px;
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.fixed-header-area .fixed-header > .container {
		width: 100% !important;
	}
}
@media (max-width: 450px) {
	body div.main-container.container {
		margin-top: 0 !important;
	}
}

body.nl div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter ,
body.nl div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter {
	width:100%;
	margin: 0 0 3px 0;
}
/****MOBILE RESPONSIVE FIX****/

/****MOBILE RESPONSIVE FIX STORELOCATOR****/
@media (max-width: 991px) {
	body.produweb-storeview-storeitem-index div#new_search_form ul#webstore {
		clear: both;
	}
	body.produweb-storeview-storeitem-index div#new_search_form ul#webstore ,
	body.produweb-storeview-storeitem-index div#new_search_form ul#type ,
	body.produweb-storeview-storeitem-index div#new_search_form ul#prodtype {
		margin-bottom: 5px;
	}
	body.produweb-storeview-storeitem-index div#new_search_form input#searchstore {
		width: auto;
	}
}
@media (max-width: 767px) {
	body.produweb-storeview-storeitem-index div#new_search_form {
		overflow: auto;
	}
	body.produweb-storeview-storeitem-index form#search_store {
		width: 100% !important;
	}
}
@media (max-width: 370px) {
	div#new_search_form span.search_store_title {
		font-size: 16px;
	}
}
/****MOBILE RESPONSIVE FIX STORELOCATOR****/


/******CMS PAGE INFOS*******/
body.cms-page-view.cms-infos table#shipping_infos_table {
	margin: 15px auto 25px;
}
body.cms-page-view.cms-infos table#shipping_infos_table th {
	text-transform: uppercase;
    font-weight: 600;
    background-color: #7C93BF;
    color: white;
    padding: 10px 15px;	
}
body.cms-page-view.cms-infos table#shipping_infos_table td {
	padding-right: 15px;
}
body.cms-page-view.cms-infos table#shipping_infos_table td.country-label {
	font-weight: 600;
	padding-right: 0px;
	padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage a {
	color: #7C93BF;
}
body.cms-page-view.cms-infos .cmsinfospage a:hover {
	color: #58595B;
}
body.cms-page-view.cms-infos .cmsinfospage ul {
	margin-left: 15px;
    list-style-type: disc;
	padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage ul  li{
	margin-bottom: 5px;
}
body.cms-page-view.cms-infos .cmsinfospage ol {
    margin-left: 15px;
    list-style-type: decimal;
    padding-left: 15px;
}
body.cms-page-view.cms-infos .cmsinfospage ol  li{
	margin-bottom: 5px;
}
body.cms-page-view.cms-infos .floating_infos_boxes {
	position: fixed;
}
body.cms-page-view.cms-infos div.infos_popup {
    border: 3px solid #7C93BF;
    padding: 15px 15px 2px 15px;
    border-radius: 10px;
    background-color: #7C93BF;
    color: white !important;
}
body.cms-page-view.cms-infos div.infos_popup h4 {
	color: white;
    margin: 0 0 10px 0;
    border-bottom: 1px solid white;	
}
body.cms-page-view.cms-infos div.infos_popup ul {
	list-style-type: circle;
    padding-left: 15px;	
}
body.cms-page-view.cms-infos div.infos_popup ul li a:hover ,
body.cms-page-view.cms-infos div.infos_popup ul li a {
	color: white;
}
body.cms-page-view.cms-infos div.infos_popup ul li a:hover {
	text-decoration: underline !important;
}
body.cms-page-view.cms-infos div.main.row {
	border-bottom: 1px solid #f1f2f7;
    padding-bottom: 50px;
}
body.cms-page-view.cms-infos div.infos_box-left {
	border: 2px solid #7C93BF;
    color: #7C93BF;
    background-color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;	
	border-radius: 10px;
}
/******CMS PAGE INFOS*******/

body .show-top-panel {
    display: none !important;
}

/*******NEW LISTING PRODUTC RESPONSIVE********/
div#expand_collapse_filter_label {
	display: none;
}
@media (max-width: 767px) {
	body.catalog-category-view div.col-left.sidebar  #filter_subcategories ,
	body.catalog-category-view div.col-left.sidebar  .block-main-categories{
		display:none;
	}
	body.catalog-category-view div.col-main {
		overflow: auto;
		clear: both;
	}
	div#expand_collapse_filters {
		display: none;
	}
	div#expand_collapse_filter_label {
		display: block;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 3px;
		border: 1px solid #c6d8e5;
		margin: 0 15px 25px;
		line-height: 18px;
		padding: 10px 0;
		cursor: pointer;		
	}
	body.catalog-category-view div.col-left.sidebar {
		margin: 0 !important;
		border-right: none !important;
	}
	body.catalog-category-view .toolbar .sort-by select {
		border-left: none;
		margin-left: 0px;
	}
	body.catalog-category-view .category-products .toolbar {
		margin-left: 0;
		padding-left: 0;
	}
	body.catalog-category-view div.row.catlist {
		overflow: auto;
	}
}
@media (max-width: 480px) {
	body.catalog-category-view ul.products-grid {
		clear:both;
	}
	body.catalog-category-view .col-main .category-products .products-grid.column2 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column3 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column4 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column5 li.item {
		width: 50% !important;
		min-height: inherit !important;
		clear: none !important;
		float: left !important;
	}
	body.catalog-category-view .col-main .category-products .products-grid li.item div.desc.std.config_sizes {
		display: none;
	}
	body.checkout-onepage-success  .products-grid li.item {
		width: 50% !important;
		height: auto !important;
		max-height: inherit !important;
	}
}
@media (max-width: 450px) {
	div.col-main div.category-description.std {
		margin: 0 !important;
		text-align: justify !important;
	}
	body.customer-account-create div#noukies_family, 
	body.customer-account-login div#noukies_family {
		padding-top: 0;
		margin-top: 0;
	}	
	div.review_address_container {
		padding: 0;
		margin-bottom: 0;
	}	
	div.review_address_container div.review_address {
		width: 100%;
		height: auto !important;
		margin: 0 0 10px 0 !important;
	}
}
@media (max-width: 320px) {
	body.catalog-category-view .col-main .category-products .products-grid.column2 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column3 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column4 li.item, 
	body.catalog-category-view .col-main .category-products .products-grid.column5 li.item {
		width: 100% !important;
	}
}
div.blockproduct_freeship i.fa {
	font-size:17px;
}
body .breadcrumbs ul {
	text-align: left !important;
}
div#noukies_jobs_view, 
body.customer-account-create div#noukies_family, 
body.customer-account-login div#noukies_family {
	padding-top: 0;
}
@media (max-width: 991px) {
	div.footer_sitemap_toprow_archimede {
		margin-bottom: 15px;
	}
}
/*******NEW LISTING PRODUTC RESPONSIVE********/


/******NEW ARCHIMEDE HOME + DESIGN **********/
.homeslidercontainer.col-sm-8.archicontainer {
	width:100% !important;
}
.noukies_website  .top-bar .top-links {
    width: 185px !important;
}
.archimede_website .top-bar .top-links {
    width: 180px !important;
}
.noukies_website  .cart-sum a.cartsidebar ,
.archimede_website  .cart-sum a.cartsidebar {
    background: none;
    display: block!important;
    width: 35px;	
}
.cart-sum a.cartsidebar i.fa-shopping-bag {
	color: white;
    font-size: 16px;
	float: left;
}
.cart-sum a.cartsidebar span {
	float: left;
    color: white;
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
}

.archimede_website div#topSearchContainer {
    border-radius: 0px !important;
	border: 1px solid #cfd3de;
}
.archimede_website div#topSearchContainer input#search {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.archimede_website div#topSearchContainer button#btnsearch {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.archimede_website div.reassurance_blocks {
	display: none !important;
}
.archimede_website div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter {
	width:100% !important;
	margin-bottom: 3px !important;
}
.archimede_website div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter{
	width:100% !important;
	margin-bottom: 0px !important;
}
.archimede_website div.garantie_img_footer {}
.archimede_website div.garantie_img_footer img {}
.archimede_website div.garantie_img_footer span.garanties_text_footer {
	line-height: 12px !important;
    display: block !important;
}
/*
.archimede_website div.bars_horiz_top a {
    background: transparent url(/skin/frontend/smartwave/legenda/images/freeship_smaller_archi.png) no-repeat left center !important;
}
*/
.archimede_website div.footer_archi_commitments i.fa {
	font-size: 24px !important;
    margin-top: 15px !important;
	margin-bottom: 5px !important;
}
.archimede_website a.edit_blue_btn {
    background-color: #465077 !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    font-family: "glober_regularregular" !important;
}
.archimede_website a.edit_blue_btn:hover {
    background-color: #ffffff !important;
    color: #465077 !important;
    border: 1px solid #465077 !important;
}
body.archimede_website.checkout-onepage-index input#email_to_activate , 
body.archimede_website.customer-account-login input#email_to_activate ,
body.archimede_website div#sos_noukies_search input.input-text  ,
body.archimede_website div#sos_noukies_search  select  ,
body.archimede_website div#sos_noukies_search textarea  ,
body.archimede_website .onepagecheckout_datafields input.input-text ,
body.archimede_website .onepagecheckout_datafields select ,
body.archimede_website .onepagecheckout_datafields textarea ,
body.archimede_website .child_container  select ,
body.archimede_website .child_container  input.input-text ,
body.archimede_website input.input-text.qty ,
body.archimede_website input.input-text#current_password ,
body.archimede_website input.input-text#coupon_code ,
body.archimede_website input.input-text#company ,
body.archimede_website input.input-text#telephone ,
body.archimede_website input.input-text#fax ,
body.archimede_website input.input-text#street_1 ,
body.archimede_website input.input-text#street_2 ,
body.archimede_website input.input-text#name ,
body.archimede_website input.input-text#email_address ,
body.archimede_website input.input-text#firstname ,
body.archimede_website input.input-text#lastname ,
body.archimede_website input.input-text#confirmation ,
body.archimede_website input.input-text#password ,
body.archimede_website input.input-text#cardnumber ,
body.archimede_website input.input-text#pass ,
body.archimede_website input.input-text#email ,
body.archimede_website input.input-text#gsm ,
body.archimede_website input.input-text#city ,
body.archimede_website input.input-text#region ,
body.archimede_website input.input-text#zip ,
body.archimede_website input.input-text#gift-message-whole-to ,
body.archimede_website input.input-text#gift-message-whole-from ,
body.archimede_website textarea#comment ,
body.archimede_website textarea#gift-message-whole-message ,
body.archimede_website select#country ,
body.archimede_website select#billing_customer_address ,
body.archimede_website select#shipping_customer_address ,
body.archimede_website select#gender {
	border-radius: 0 !important;
}
body.archimede_website #nav ul li a,
body.archimede_website #nav ul li a:hover {
	color: #2b3268 !important; 
}
body.archimede_website div#topSearchContainer input#search {
    color: #2b3268 !important;
	font-family: "glober_regularregular";
}
body.archimede_website div#topSearchContainer button#btnsearch {
    background: white url(/skin/frontend/smartwave/legenda/images/bg_top_search_archi.png) no-repeat center center !important;
}
body.archimede_website div.welcome-msg p.hello strong, 
body.archimede_website div.welcome-msg ,
body.archimede_website div#main_footer form.newfooternewsletterform .block-content div.input-box input#newsletter ,
body.archimede_website form.newfooternewsletterform .block-content label ,
body.archimede_website div.footer_sitemap_row .col-sm-3 ul li ,
body.archimede_website div.footer_sitemap_row .col-sm-3 ul ul li a ,
body.archimede_website div.homepagetext p ,
body.archimede_website.customer-account-login div.registered-users label, 
body.archimede_website.customer-account-login div.registered-users p ,
body.archimede_website.checkout-onepage-index div.box_card_no #cadre_card_no span , 
body.archimede_website.customer-account-login div.box_card_no #cadre_card_no span ,
body.archimede_website div.breadcrumbs ul li strong, 
body.archimede_website div.breadcrumbs ul li a {
	color: #2b3268 !important;
}
body.archimede_website div#main_footer form.newfooternewsletterform .block-content div.actions button#newsletter {
	background-color: #2b3268 !important;
}

body.archimede_website span.voucherinfos {
    background: #c0dbf0 url(/skin/frontend/smartwave/legenda/images/bg_account_voucher.png) no-repeat center right !important;
    border-radius: 0 !important;
}
body.archimede_website span.voucherinfos.voucherpage.fid {
    background-color: transparent !important;
	background-image: none !important;
}
body.archimede_website.catalog-product-view .old-price .price {
	color: #6795cf !important;
}
body.archimede_website .price ,
body.archimede_website.catalog-product-view a#addtobabylist ,
body.archimede_website.catalog-product-view  div#giftwrap_availbale ,
body.archimede_website.catalog-product-view .product-view .product-shop .sku_wrapper ,
body.archimede_website.catalog-product-view .product-view .product-shop .sku_wrapper span.item-title ,
body.archimede_website.catalog-product-view ul.productview_component ,
body.archimede_website.catalog-product-view div.longdescr ,
body.archimede_website.catalog-product-view span.long_description_title ,
body.archimede_website.catalog-product-view span#socloz_notice a ,
body.archimede_website.catalog-product-view .product-options-bottom .add-to-cart label ,
body.archimede_website.catalog-product-view .socloz_intro_text , 
body.archimede_website span.voucherinfos.voucherpage, 
body.archimede_website table#my-shipment-table td span.price, 
body.archimede_website table#my-invoice-table td span.price, 
body.archimede_website table#my-orders-table td span.price ,
body.archimede_website table#my-shipment-table td, 
body.archimede_website table#my-invoice-table td, 
body.archimede_website table#my-orders-table td ,
body.archimede_website span.notice_asterisque ,
body.archimede_website.customer-account-edit .form-list label ,
body.archimede_website .cardnumber_label, 
body.archimede_website .cardnumber_value ,
body.archimede_website div.account-sidebar a ,
body.archimede_website div.account-sidebar a ,
body.archimede_website span.accountname ,
body.archimede_website .block-account .account-sidebar span.account_card_label ,
body.archimede_website span.rule_nbr {
    color: #2b3268 !important;
}
body.archimede_website .block-account .account-sidebar {
	border: 1px solid #c0dbf0 !important;
}
body.archimede_website div#dashboard_card_infos {
    border-top: 1px solid #c0dbf0 !important;
    color: #2b3268 !important;
}
body.archimede_website span.vouchercode ,
body.archimede_website div.pages ul li a ,
body.archimede_website .pager .amount span ,
body.archimede_website .pager .limiter ,
body.archimede_website table#my-shipment-table td span.nobr a, 
body.archimede_website table#my-invoice-table td span.nobr a, 
body.archimede_website table#my-orders-table td span.nobr a ,
body.archimede_website div.my-account p.back-link a {
	color: #6795cf !important;
} 
body.archimede_website div.order-items.order-details table.data-table th, 
body.archimede_website table#my-shipment-table th, 
body.archimede_website table#my-orders-table th, 
body.archimede_website table#my-invoice-table th {
	background-color: #c0dbf0 !important;
}
body.archimede_website .toolbar .amount ,
body.archimede_website .pager .limiter select,
body.archimede_website .pager .limiter label,
body.archimede_website .toolbar .sort-by select ,
body.archimede_website span.affichage ,
body.archimede_website li.filter-layered a {
    color: #6795cf !important;
    font-family: "glober_regularregular" !important;
}
body.archimede_website li.filter-layered a:hover {
    color: #fff !important;
    background-color: #6795cf !important;
}
body.archimede_website div.block-layered-nav .ui-slider .ui-slider-range {
    background: #6795cf!important;
    border: 1px solid #2b3268!important;
}
body.archimede_website div.block-layered-nav .ui-slider .ui-slider-handle {
    background: #6795cf !important;
    border: 1px solid #2b3268 !important;
}
body.archimede_website ul.prod_lidt_sizes_conf li {
    border: 1px solid #6795cf;
    border-radius: 0;
    color: #6795cf;
}
body.archimede_website ul.products-grid li.item div.price-box span.regular-price span.price {
	color: #6795cf;
}
body.archimede_website ul.products-grid li.item div.actions .button {
    background-color: #2b3268;
    font-family: "glober_regularregular";
    border-radius: 0;
}
body.archimede_website.catalog-product-view .product-options .switcher-field label {
    width: auto !important;
    padding: 0 5px;
    border-radius: 0;
    color: #6795cf;
    border: 1px solid #6795cf;
}
body.archimede_website.catalog-product-view .product-options-bottom .add-to-cart div#inputqtybox {
	border: 1px solid #2b3268;
    border-radius: 0;
    color: #2b3268;
}
body.archimede_website.catalog-product-view .product-view .product-shop .btn-cart {
    background-color: #2b3268;
    border: 1px solid #2b3268;
    border-radius: 0 !important;
}
body.archimede_website.catalog-product-view .product-view .product-shop .btn-cart:hover {
    border: 1px solid #2b3268;
	background-color: white;
}
body.archimede_website.catalog-product-view .product-view .product-shop .btn-cart:hover span span {
    color: #2b3268 !important;
}
body.archimede_website.catalog-product-view .link-wishlist-new {
    color: #6795cf;
    border: 1px solid #6795cf;
    border-radius: 0 !important;
}
body.archimede_website.catalog-product-view .link-wishlist-new:hover {
    color: #ffffff !important;
    border: 1px solid #6795cf;
    background-color: #6795cf;
}
body.archimede_website.catalog-product-view button.socloz:hover {
    background-color: #6795cf;
    color: #FFFFFF !important;
    border: 1px solid #6795cf;
}
body.archimede_website.catalog-product-view button.socloz {
    border-radius: 0;
    background-color: #FFFFFF;
    color: #6795cf !important;
    border: 1px solid #6795cf;
}
body.archimede_website.catalog-product-view div.blockproduct_freeship {
    /*background: transparent url(/skin/frontend/smartwave/legenda/images/freeship_smaller_archi.png) no-repeat left center;*/
    color: #2b3268;
}
body.archimede_website.catalog-product-view  div#giftwrap_availbale {
	margin-bottom: 15px;
}
body.archimede_website a.product_story_link {
	display: none;
}
body.archimede_website.catalog-product-view .product-options .switcher-field label.selected {
    border-color: #6795cf;
    background-color: #6795cf;
    color: #FFFFFF;
}
body.archimede_website.checkout-cart-index .cart .totals .price {
    color: #2b3268 !important;
}
body.archimede_website .cart .cart-total-section .totals {
	background-color: #CFD3DE;
}
body.archimede_website button.btn-checkout {
    background-color: #2b3268 !important;
    font-family: "glober_regularregular" !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
body.archimede_website button#couponcode_btn_cart ,
body.archimede_website ul.checkout-types li button.button.btn-proceed-checkout.btn-checkout {
    border-radius: 0px;
	font-family: "glober_regularregular" !important;
}
body.archimede_website button.cart-btn-custom {
    font-family: "glober_regularregular" !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
body.archimede_website button.cart-btn-custom[name=update_cart_action] {
	border: 1px solid gray !important;
}
body.archimede_website .shopping-cart .cart-popup .button {
    background-color: #7a88aa;
    font-family: "glober_regularregular";
    border-radius: 0;
}
body.archimede_website .item_option_qty {
    color: #2b3268;
    font-family: "glober_regularregular";
}
body.archimede_website button.button.btn-continue {
    border-radius: 0px;
    font-family: "glober_regularregular";
}
/*
body.archimede_website a.btn_right_slider, 
body.archimede_website a.btn_left_slider {
	font-family: "glober_regularregular";
}
*/
body.archimede_website .side-area-icon i:before, 
body.archimede_website .menu-icon i:before ,
body.archimede_website .side-area-icon,
body.archimede_website  .menu-icon i.icon-reorder ,
body.archimede_website  .menu-icon {
    color: #465077;
}
body.archimede_website .mobile-nav.side-block .close-block, 
body.archimede_website .mobile-nav.side-block .close-block:hover {
	background-color: #cfd3de;
    font-family: "glober_regularregular";
	color: #2b3268;
}
body.archimede_website .mobile-nav .sw-mobile-menu li > a {
    color: #2b3268 !important;
}
body.archimede_website div.mobile-nav .sw-mobile-menu  i.fa {
	color: #465077;
}
@media (max-width: 991px) {
	body.archimede_website div.homelinks  ul#nav ,
	body.archimede_website div.homelinks  {
		display: none;
	}
}
body.archimede_website div.infocontactbox h3 {
	color: white !important;
}
body.archimede_website.cms-contact div.infocontactbox {
    background-color: #465077;
	background-image: none;
    font-family: "glober_regularregular";
}
body.archimede_website div.introcontact p {
    color: #2b3268;
    font-family: "glober_regularregular";
}
body.archimede_website .account-login .registered-users div.content ,
body.archimede_website.cms-contact form#contactForm div.field label ,
body.archimede_website.cms-contact h3.contact-form-title span.subtitle ,
body.archimede_website.cms-contact h3.contact-form-title span.maintitle {
    color: #2b3268;
    font-family: "glober_regularregular";
}
body.archimede_website.cms-contact #btncontactform {
    border: 1px solid #465077;
    background-color: #465077;
    font-family: "glober_regularregular";
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
body.archimede_website.checkout-onepage-index a#activation_account_link:hover ,
body.archimede_website div.box_card_no #cadre_card_no  a ,
body.archimede_website ol#checkoutSteps div.buttons-set button.button ,
body.archimede_website.checkout-onepage-index a#activation_account_link, 
body.archimede_website.customer-account-login a#activation_account_link ,
body.archimede_website div.box_card_no #cadre_card_no  a ,
body.archimede_website .account-login .new-users div.buttons-set button, 
body.archimede_website .account-login .registered-users div.buttons-set button{
    font-family: "glober_regularregular";
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
body.archimede_website.cms-page-view.cms-infos div.infos_popup h4 {
	color: white !important;
}
body.archimede_website.cms-page-view.cms-infos div.infos_popup {
    border: 3px solid #2b3268;
    background-color: #2b3268;
    color: white !important;
	font-family: "glober_regularregular";
	border-radius: 0 !important;
}
body.archimede_website.cms-page-view.cms-infos .cmsinfospage .infos_popup a {
	color: white !important;
}
body.archimede_website.cms-page-view.cms-infos div.infos_box-left {
    border: 2px solid #2b3268;
    color: #2b3268;
	font-family: "glober_regularregular";
	border-radius: 0 !important;
}
body.archimede_website.cms-page-view.cms-infos table#shipping_infos_table th {
    background-color: #2b3268;
}
body.archimede_website.cms-page-view.cms-infos .cmsinfospage a {
    color: #6795cf;
}
body.archimede_website div.bars_horiz_top a {
	font-family: "globerbold";
}
body.archimede_website #sizeguide .tabs .tab-title {
	font-family: "globerbold";
}
body.archimede_website #sizeguide .tabs .tab-title {
	border-bottom-color: #bdc9de!important;
}
body.archimede_website #sizeguide .tabs .tab-title.opened {
	border: 1px solid #bdc9de!important;
	border-bottom-color: #ffffff !important;
}
body.archimede_website #sizeguide .tabs .tab-content {
	border: 1px solid #bdc9de!important;
}

body.archimede_website.cms-legal div.std h1, 
body.archimede_website.cms-cgv div.std h1 {
    color: #2b3268;
    font-family: "glober_regularregular";
    background: none;
    padding-left: 0px;
    height: auto;
	padding-top: 0;
}
body.archimede_website.cms-cgv .std input[type=button] {
    border: 1px solid #2b3268;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #2b3268;
    font-size: 13px;
    font-family: "glober_regularregular";
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: right;
    margin-right: 0;
    margin-top: -25px;
    text-transform: inherit;
    cursor: pointer;
}
body.archimede_website.cms-cgv .std input[type=button]:hover {
    border: 1px solid #2b3268;
    color: #2b3268;
    background-color: #ffffff;
}
body.archimede_website div.custom_top_text {
	width: 56%;
}
body.archimede_website div#giftwrap_availbale ,
body.archimede_website span.sku_wrapper span ,
body.archimede_website.catalog-product-view ul.productview_component li ,
body.archimede_website #productdescriptionscroll p ,
body.archimede_website.catalog-product-view span.long_description_title ,
body.archimede_website.catalog-product-view div.blockproduct_freeship ,
body.archimede_website button.socloz ,
body.archimede_website .product-view .product-shop .btn-cart span span {
	font-family: "glober_regularregular" !important;
}
@media (min-width: 769px) and (max-width: 991px) {
		body.archimede_website div.custom_top_text {
		width: 35%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body.archimede_website div.custom_top_text {
		width: 50%;
	}
}
body.archimede_website .header .container .table-row {
	display: block;
    width: 100%;
}

body.archimede_website ul.account-ul-top li.dropdown a.dropdown-toggle span.caret ,
body.archimede_website ul#select-language li.dropdown a span.caret {
	margin-top: -4px;
}
body.archimede_website.body.onepagecheckout-index-success form button.button, 
body.archimede_website.customer-account-forgotpassword form button.button {
    border: 1px solid #2b3268;
    background-color: #2b3268;
    color: white;
    text-transform: initial;
    border-radius: 0px;
    float: right;
    font-family: "glober_regularregular";
    font-size: 18px;
}
body.archimede_website.body.onepagecheckout-index-success form button.button:hover, 
body.archimede_website.customer-account-forgotpassword form button.button:hover {
    border: 1px solid #2b3268;
	background-color: #ffffff;
    color: #2b3268;
}
body.archimede_website.customer-account-create div.register_actions button.button {
    border: 1px solid #2b3268;
    background-color: #2b3268;
    color: white;
    text-transform: initial;
    border-radius: 0px;
    float: right;
    font-family: "glober_regularregular";
    font-size: 18px;
}
body.archimede_website.customer-account-create div.register_actions button.button:hover {
    border: 1px solid #2b3268;
	background-color: #ffffff;
    color: #2b3268;
}
body.archimede_website.customer-account-create div.register_actions li.control label ,
body.archimede_website div.account-create .fieldset {
    color: #2b3268;
}

body.checkout-onepage-index .account-login .registered-users div.buttons-set button ,
body.archimede_website .account-login .registered-users div.buttons-set button ,
body.archimede_website .account-login .registered-users div.buttons-set button {
	border: 1px solid #465077 !important;
	background-color: #465077 !important;
}
body.archimede_website .account-login .registered-users div.buttons-set button:hover ,
body.archimede_website.customer-account-login .account-login .registered-users div.buttons-set button:hover {
	border: 1px solid #465077 !important;
	background-color: #FFFFFF !important;	
	color: #465077 !important;
}
body.archimede_website div.box_card_no #cadre_card_no  a {
	border: 1px solid #7A88AA !important;
	background-color: #7A88AA !important;
}
body.archimede_website div.box_card_no #cadre_card_no  a:hover {
	border: 1px solid #7A88AA !important;
	background-color: #FFFFFF !important;
	color: #7A88AA !important;
}
body.archimede_website.checkout-onepage-index a#activation_account_link ,
body.archimede_website.customer-account-login a#activation_account_link {
	border: 1px solid #BDC9DE !important;
	background-color: #BDC9DE !important;
}
body.archimede_website.checkout-onepage-index a#activation_account_link:hover ,
body.archimede_website.customer-account-login a#activation_account_link:hover {
	border: 1px solid #BDC9DE !important;
	background-color: #FFFFFF !important;
	color: #BDC9DE !important;
}

body.archimede_website .back-to-top ,
body.archimede_website .back-to-top:before {
	background-color: #2b3268;
}

@media (max-width: 991px) {
	body.archimede_website .fixed-header .shopping-cart-link:before ,
	body.archimede_website .fixed-header .my-account-link:before ,
	body.archimede_website a#sticky_storeloc i.fa-map-marker ,
	body.archimede_website div.search_icon_small_device.stickymenu i.fa-search {
		color: #2b3268;
	}
}
body.archimede_website.catalog-product-view span#socloz_notice a {
	font-family: "glober_regularregular";
}
body.archimede_website div.socloz4blocks div.col-sm-6 div.innerborder {
	border: 5px solid #7a88aa;
}
body.archimede_website ol#checkoutSteps div.buttons-set button.button ,
body.archimede_website.checkout-onepage-index ol#checkoutSteps li.section.active div.step-title h2.title span ,
body.archimede_website.checkout-onepage-index ol#checkoutSteps li.section.active div.step-title {
    background-color: #7A88AA;
}
body.archimede_website ol#checkoutSteps .allow h2.title span ,
body.archimede_website ol#checkoutSteps .allow div.step-title {
    background-color: #BDC9DE;
}
body.archimede_website ol#checkoutSteps div.buttons-set#review-buttons-container button.button {
	border: 1px solid #7A88AA !important;
	background-color: #7A88AA !important;
    border-radius: 0px;
    font-family: "glober_regularregular" !important;
}
body.archimede_website ol#checkoutSteps div.buttons-set#review-buttons-container button.button:hover {
	border: 1px solid #7A88AA !important;
	background-color: #BDC9DE !important;
	color: #000000 !important;
}
body.archimede_website p.agree.nwsltrcheck label ,
body.archimede_website .checkout-agreements .agree label {
    color: #2b3268 !important;
    font-family: "glober_regularregular" !important;	
}
body.archimede_website div.year-list-item div.itemright span.subright span.yearscrollpane {
	font-family: "glober_regularregular" !important;
}
@media (max-width: 320px) {
	body.catalog-category-view .products-grid li.item {
		min-height: inherit !important;
		height: auto !important;
		margin-top: 40px !important;
	}
}
div.club-bottom-right h3 {
	color: white !important;
}
body.archimede_website div.cart-cadeau-box p {
    font-family: "glober_regularregular";
    color: #2b3268;
}
body.archimede_website button#submitgiftmsg {
	font-family: "glober_regularregular";
    border: 1px solid #2b3268;
    background-color: #2b3268;
    border-radius: 0px;
}
body.archimede_website button#submitgiftmsg:hover {
    border: 1px solid #2b3268;
    background-color: #ffffff;
    color: #2b3268;
}
body.archimede_website #allow-gift-messages-for-order-container label ,
body.archimede_website #allow-gift-messages-for-order-container span {
	font-family: "glober_regularregular" !important;
	color: #2b3268 !important;
}
/******NEW ARCHIMEDE HOME + DESIGN **********/


/****** GUIDE DES TAILLES********/
#sizeguide i.fa-caret-right ,
#sizeguide i.fa-caret-down {
	display: none;
    font-style: inherit;
    margin-left: 10px;	
}

@media (max-width: 1500px) {
	body.catalog-category-view  .tabs .tab-title.opened, 
	body.catalog-product-view  .tabs .tab-title.opened,
	body.catalog-category-view  .tabs .tab-title, 
	body.catalog-product-view  .tabs .tab-title {
		font-size:14px !important;
	}
}
@media (max-width: 1200px) {
	body.catalog-category-view .tabs .tab-title, body.catalog-product-view .tabs .tab-title {
		padding: 10px 15px;
		margin: 0;
	}
}
@media (max-width: 991px) {
	div.tab-content table.tbl1 tr.tr2 td ,
	div.tab-content table.tbl1 tr.tr1 td {
		padding: 10px !important;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 20px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}	
	.table-responsive table {
		margin-bottom: 0px !important;
	}
	#sizeguide i.fa-caret-right {
		display: inline-block;
	}
	#sizeguide .tab-title.opened i.fa-caret-right {
		display: none;
	}
	#sizeguide .tab-title.opened i.fa-caret-down {
		display: inline-block;
	}	
}
/****** GUIDE DES TAILLES********/

/****NEW CHECKBOXES******/
input.checkbox, input[type=checkbox] {
    width: 19px !important;
    height: 16px !important;
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_off.png) no-repeat center center !important;
}
input.checkbox:checked, input[type=checkbox]:checked {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_on.png) no-repeat center center !important;
}
input.checkbox:disabled, input[type=checkbox]:disabled {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_off_disabled.png) no-repeat center center !important;
}
input.checkbox:checked:disabled, input[type=checkbox]:checked:disabled {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_on_disabled.png) no-repeat center center !important;
}
/****NEW CHECKBOXES******/


@media (max-width:991px) {
	body.jobs-index-index tr.header_th  th {
		padding: 10px !important;
	}
	body.jobs-index-index div.filterby_label {
		display: none;
	}
}
@media (max-width:736px) {
	body.cms-contact div.infocontactbox {
		margin-top: 35px;
	}
}
@media (max-width:716px) {
	body.cms-contact div.infocontactbox {
		margin-top: 35px;
		margin-left: 15px;
		width: auto;
		min-width: 50%;
	}
}
@media (max-width: 450px) {
	body.customer-account-login div#noukies_family {
		margin-top: 35px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 400px) {
	body.jobs-index-index  div.jobsamount {
		display: none;
	}
}
@media (max-width: 360px) {
	body.catalog-product-view .owl-prev {
		margin-left: -15px;
	}
	body.catalog-product-view .owl-next {
		margin-right: -15px;
	}
	body.cms-contact h3.contact-form-title {
		display: none;
	}
	body.cms-contact form#contactForm {
		padding-top: 15px;
	}
	body.cms-contact div.infocontactbox {
		margin-top: 35px;
		margin-left: 15px;
		width: auto;
		min-width: 50%;
		padding: 20px;
		height: auto;
	}	
	body.cms-contact #btncontactform {
		width: 100%;
		margin: 15px 0;
	}
	
	body.cms-nos-valeurs div.valeurs_text h3 {
		width: 100%;
		line-height: 16px;
		height: auto;
		padding: 5px 0;
	}
	body.cms-nos-valeurs div.valeurs_text p {
		width: 100%;
	}	
}

@media (max-width: 1024px) {
	ul.menu.smartwave-menu > li + li {
		background-position-y: 35px !important;
		padding-left: 10px !important;
	}
}

i.closemenu {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #7C93BF;
	cursor: pointer;
}
body.archimede_website i.closemenu {
    color: #465077;
}
html.no-touch i.closemenu {
	display: none !important;
}

@media (max-width: 1199px) {
	div.homelinks.floating {
		width: 996px !important;
	}
	div.main-nav.floating {
		width: 970px !important;
	}	
}

@media (max-width: 768px) {
	body.cms-page-view.cms-infos div.infos_popup {
		padding: 10px 10px 2px 10px;
	}
}

@media (max-width: 379px) {
	body.cms-page-view.cms-infos table#shipping_infos_table th {
		padding: 0 !important;
	}
	body.cms-page-view.cms-infos table#shipping_infos_table td.country-label {
		font-weight: 300;
		padding-left: 0;
	}	
}
@media (max-width: 360px) {
	body.cms-page-view.cms-infos table#shipping_infos_table th {
	    text-transform: inherit;
		font-weight: 300;
		font-size: 12px;
	}
	body.cms-page-view.cms-infos table#shipping_infos_table td.country-label {
		font-size: 11px;
	}		
	body.cms-page-view.cms-infos table#shipping_infos_table td {
		padding-right: 0 !important;
		font-size: 11px;
	}
}
@media (max-width: 375px) {
	body div#topSearchContainer {
		margin-left: 0 !important;
		width: 275px !important;
		margin-bottom: 15px !important;
	}
	div#topSearchContainer input#search {
		width: 247px;
	}	
}
@media (max-width: 350px) {
	body div#topSearchContainer {
		width: 245px !important;
	}
	div#topSearchContainer input#search {
		width: 217px;
	}	
}
@media (max-width: 320px) {
	body div#topSearchContainer {
		width: 215px !important;
	}
	div#topSearchContainer input#search {
		width: 187px;
	}	
}
body div.blockhome div.banner.a-right span.video_title {
	border: 1px solid #B5B5B2 !important;
	border-top: none !important;
}
body div.blockhome.youtubeblock div.banner.a-right {
    border: none !important;
}


/***FIX RESPONSIVE ACCOUNT****/
body.customer-account-edit div.edit_extras {
	margin: 25px 0 0 0 !important;
    padding: 0 !important;
}
body.customer-account-edit h2.legend {
	display:none !important;
}
body.customer-account-edit .form-list li.control label {
    width: 90% !important;
}
/*
@media (max-width: 991px) {
	body.customer-account-edit .form-list label {
		line-height: 18px !important;
	}	
}
*/
@media (min-width: 768px) and (max-width: 991px) {
	body.customer-account-edit .my-account .fieldset_left ,
	body.customer-account-edit .my-account .fieldset_right {
		width: 100% !important;
		margin-bottom: 0;
	}
	body.customer-account-edit .my-account .fieldset_right {
		margin-bottom: 25px;
	}	
}
@media (max-width: 767px) {
	div.box-content.name_dashbord {
		position: relative;
		height: auto;
		overflow: auto;
		padding-bottom: 15px;
	}
	div.box-content.name_dashbord a.edit_blue_btn {
		position: relative;
		bottom: inherit;
		margin-bottom: 15px;
	}
	div.dashboard_first_row {
		margin-bottom: 0;
	}
	div.box-account.box-info a.edit_blue_btn.addresses {
		margin-top: 10px;
		margin-bottom: 12px;
	}	
	body.customer-account-edit .form-list li.control label {
		width: 90% !important;
	}
	div.year-list-item div.itemleft ,
	div.year-list-item div.itemright {
		height: auto;
		padding-top: 0;
		margin-top: 15px;
		overflow: visible;
		border: none !important;
	}
	div.year-list-item div.itemleft span.subleft ,
	div.year-list-item div.itemright span.subright {
		height: auto;
		padding: 30px 15px 15px 15px;
	}	
	div.year-list-item div.itemright span.subright span.yearscrollpane {
		height: auto;
	}
}
@media (max-width: 690px) {
	body.customer-account-edit .form-list label {
		line-height: 18px !important;
	}
}
@media (max-width: 600px) {
	body.customer-account-edit .my-account .fieldset_left ,
	body.customer-account-edit .my-account .fieldset_right {
		width: 100% !important;
		margin-bottom: 0;
	}
	body.customer-account-edit .my-account .fieldset_right {
		margin-bottom: 25px;
	}
	body.customer-account-edit .form-list label {
		line-height: 43px !important;
	}
	body.customer-account-edit .form-list  label[for=change_password] ,
	body.customer-account-edit .form-list .checkboxes_control label {
		line-height: 18px !important;
	}	
	body.customer-account-edit .form-list li.control label {
		width: 80% !important;
	}	
}
@media (max-width: 420px) {
	body.customer-account-edit .form-list label {
		line-height: 18px !important;
	}
	h2 {
		font-size: 20px;
	}
	div#noukies_family h1, 
	div.category_title h1, 
	form#search_store h1, 
	div#noukies_jobs_view h1, 
	div#sizeguide h2, 
	body.cms-notre-histoire div.page-title.year-title h1, 
	div.valeurs_text h3, 
	div.bonretour.page-title h1, 
	div#sos_noukies_search .sos_title h1 {
		font-size: 25px !important;
	}
	div.addresses-primary ol li p a, 
	div.my-account form .buttons-set button.button, 
	div.addresses-additional button.button {
		padding: 5px 10px;
		font-size: 14px;
	}	
}
@media (max-width: 375px) {
	body.customer-account-edit .form-list label {
		width: 100%;
	}
	body.customer-account-edit .form-list div.input-box {
		width: 100%;
		margin-bottom: 10px;
	}	
}
@media (max-width: 320px) {
	h2 {
		font-size: 16px;
	}
	div#noukies_family h1, 
	div.category_title h1, 
	form#search_store h1, 
	div#noukies_jobs_view h1, 
	div#sizeguide h2, 
	body.cms-notre-histoire div.page-title.year-title h1, 
	div.valeurs_text h3, 
	div.bonretour.page-title h1, 
	div#sos_noukies_search .sos_title h1 {
		font-size: 20px !important;
	}
	body.cms-notre-histoire div.page-title.year-title h3 {
		font-size: 20px !important;
	}	
	body.cms-notre-histoire div.page-title.year-title h1 {
		padding: 0 0 10px 0;
		width: 100%;
		display: block;
	}
}
/***FIX RESPONSIVE ACCOUNT****/

@media (max-width: 750px) {
	div#new_search_form span.geoloc_or_search {
		width: 50px !important;
	}
	div.socloz4blocks div.col-sm-6 ,
	h3 , .h3 {
		font-size: 20px;
	}
}
@media (max-width: 440px) {
	div#new_search_form span.geoloc_or_search {
		display: block;
		width: 100% !important;
		margin-bottom: 15px;
		text-align: left;
	}
	div#new_search_form select#type {
	    margin-left: 5px;
		margin-top: 5px;
	}
	div.socloz4blocks div.col-sm-6 ,
	h3 , .h3 {
		font-size: 15px;
		font-weight: 600;
	}
}

@media (min-width: 451px) and (max-width: 736px) {
	div.homeslidercontainer  {
		margin-top: 25px !important;
	}
	.blockhome {
		max-height: initial !important;
	}	
}

/*
@media (max-width: 991px) {
	a.btn_right_slider {
		left: 32% !important;
	}
}
*/

body.archimede_website  div.mobilefooter ul li a ,
body.archimede_website  div.mobilefooter  .ui-state-default {
	color: #1B4164 !important;
}

/*****FIX RESPONSIVE ARCHIMEDE*********/
@media (max-width: 700px) {
	div#noukies_family {
		margin-bottom: 0px;
		margin-top: 25px;
	}	
}
@media (max-width: 335px) {
	/*
	div.visible-xs.btn_xs_slider.nbr_2_buttons span.btn_right_slider ,
	div.visible-xs.btn_xs_slider.nbr_2_buttons span.btn_left_slider {
		width: auto !important;
		padding: 5px 10px;
	}
	*/
	body.customer-account-login div#noukies_family {
		margin-top: 20px;
	}	
}
@media (max-width: 991px) {
	.produweb-storeview-storeitem-index div#new_search_form {
		padding-top: 0px;
	}
}
/*****FIX RESPONSIVE ARCHIMEDE*********/

body.noukies_website.cms-index-index div.blockhome span {
	color: #575756;
}

/****MACARON POURCENTAGE*****/
table#shopping-cart-table td span.saveprice {
    position: relative;
    top: inherit;
    left: inherit;
    background: none;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    font-family: "plutocond_light";
    letter-spacing: -1px;
    line-height: 40px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
}
body.archimede_website table#shopping-cart-table td span.saveprice {
	font-family: "glober_regularregular" !important;
}
body.archimede_website ul.products-grid li span.saveprice {
	position: absolute;
    top: 4px;
    left: 4px;
    background-image: none;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    color: #465077;
    font-family: "glober_regularregular" !important;
    letter-spacing: -1px;
    line-height: 42px;
    text-align: center;
    background-color: white;
    border: 2px solid #465077;
    border-radius: 50%;
    font-weight: 600;
}
body.archimede_website .product-view span.saveprice {
    position: absolute;
    top: 4px;
    right: 0px;
    background-image: none;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    color: #465077;
    font-family: "glober_regularregular" !important;
    letter-spacing: -1px;
    line-height: 42px;
    z-index: 9;
    text-align: center;
    background-color: white;
    border: 2px solid #465077;
    border-radius: 50%;
    font-weight: 600;	
}
body.noukies_website ul.products-grid li span.saveprice {
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: none;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    color: white;
    font-family: "plutocond_light";
    letter-spacing: -1px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    background-color: #ec637e;
}
body.noukies_website .product-view span.saveprice {
    position: absolute;
    top: 4px;
    right: 0px;
    background-image: none;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    color: white;
    font-family: "plutocond_light";
    letter-spacing: -1px;
    line-height: 42px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    background-color: #ec637e;	
}
/****MACARON POURCENTAGE*****/

/****MACARON NEW**** (+2 templates : media.phtml & list?phtml) */
span.new_prod_archimede {
	background-color: #bdc9de;
    color: #2b3268;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #2b3268;
    position: absolute;
    top: 0;
    right: 0;	
}
/****MACARON NEW*****/

div.category-products div.toolbar div.sorter {
	display: none;
}

@media (max-width: 560px) {
	body.cms-infos p.payicos img {
		 margin: 10px 20px;
	}
}

/****** NEW LISTING PRODUIT******/
div#expand_collapse_filters .sidebar-item.colorfilter {
	padding-bottom: 15px;
}
span.checkbox_filter_container span.coloritem {
	float: left;
}
span.coloritem {
	display: inline-block !important;
}
.block-layered-nav .currently .btn-remove {
	font-size: 15px;
    line-height: 15px;
    text-indent: inherit;
    color: #7C93BF;
    font-weight: 300;
}
a.removeallfilters {
    width: 100%;
    margin: 10px 0 15px;
    padding: 0;
    line-height: 25px;
}
a.removeallfilters:hover {
	background-color: #58595B;
	color: white;
}
span.checkbox_filter_container {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    line-height: 22px;
}
span.checkbox_filter_container input {
	margin-top: -3px;
	margin-right: 3px;
}
span.checkbox_filter_container span {
	color: #58595B;
}
span.checkbox_filter_container:hover span ,
span.checkbox_filter_container span:hover {
	color: #63619a;
	cursor: pointer;
}
span.checkbox_filter_container:hover input ,
span.checkbox_filter_container input:hover {
	cursor: pointer;
	background: url(/skin/frontend/smartwave/legenda/images/checkbox_off_blue.png) no-repeat center center !important;
}
span.checkbox_filter_container:hover input[type=checkbox]:checked ,
span.checkbox_filter_container input[type=checkbox]:checked:hover {
    background: url(/skin/frontend/smartwave/legenda/images/checkbox_on_blue.png) no-repeat center center !important;
}
div.block-layered-nav .ui-slider .ui-slider-handle {
    background: #6f81ac !important;
    border: 1px solid #88a4c3 !important;
    border-radius: 50%;
    top: -6px;
}
.ui-widget.ui-widget-content {
    height: 5px;
}
div.block-layered-nav .ui-slider .ui-slider-range {
    height: 5px;
}
body.catalogsearch-result-index  div.breadcrumbs ,
body.catalog-category-view  div.breadcrumbs {
	margin-top: -20px;
}
body.catalog-category-view  div#noukies_family {
	display: none;
}
h1.filternavtoptitle {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 16px;
    float: right;
    margin-top: -40px;
}
body.catalogsearch-result-index  .page-heading ,
body.catalog-category-view  .page-heading {
    padding: 0;
    margin: 0;
}
body.catalog-category-view div.col-left.sidebar {
    border-right: none;
}
div.sidebar-item h4.widget-title span.collapse_filter {
	float: right;
    border: none;
    width: auto;
    height: auto;
    text-align: center;
    margin: 5px 0 0 0;
    border-radius: inherit;
    line-height: 19px;
    padding: 0;
    font-size: 18px;
}
.sidebar .widget-title, .sidebar #narrow-by-list .widget-title {
	color: #58595B;
}
div#expand_collapse_filters span.sizeguidelnk {
    margin: 12px 0 12px 0 !important;
	padding-top: 12px;
}
.sidebar-item.pricefilter {
    padding-right: 5px !important;
}
div.sidebar-item.pricefilter span.collapse_filter {
	display: none !important;
}
.sidebar-item {
    padding-bottom: 0;
}						 
div.typefilter div.layered_filter_content {
	padding-bottom: 15px;
}		
body.catalog-category-view .category-products .toolbar {
	margin-top: 0;
}		
div.category-products div.toolbar div.pages ul li.current span {
    border: none;
    background: none;
    color: white !important;
    font-size: 14px;
    width: 25px;
    background-color: #7C93BF;
    border-radius: 50%;
    height: 25px;
}
.products-grid li.item:hover .item-area {
    border: 2px solid transparent;
    padding: 0px;
    -webkit-border-image: url(/skin/frontend/smartwave/legenda/images/border.png) 2 round; /* Safari 3.1-5 */
    -o-border-image: url(/skin/frontend/smartwave/legenda/images/border.png) 2 round; /* Opera 11-12.1 */
    border-image: url(/skin/frontend/smartwave/legenda/images/border.png) 2 round;
}		 
div.config_sizes {
    position: relative;
    bottom: inherit;
}
div.config_sizes span.sizes_options {
    border: none;
    padding: 0;
    margin: 0;
	text-align: center;
}
.products-grid li.item {
    margin-bottom: 0px !important;
}
.products-grid .description-wrapper {
    position: absolute;
    bottom: 0;
	width: 100%;
}
div.config_sizes {
    background: none;
    padding: 0px;
}
ul.prod_lidt_sizes_conf li {
    font-weight: 300;
    float: inherit;
    border: none;
    text-align: center;
    border-radius: 0;
    margin-right: 3px;
    padding: 2px 3px 0px 3px;
    min-width: 36px;
    margin-bottom: 3px;
    color: #949598;
	display: inline;
	cursor:pointer;
}
ul.prod_lidt_sizes_conf li:hover {
    color: #58595B;
	font-weight: 600;
}
ul.products-grid li.item .description-wrapper {
	background: transparent url(/skin/frontend/smartwave/legenda/images/bg_config_sizes1.png) repeat left top;
	width: 100%;
    padding-top: 10px;	
}
ul.products-grid li.item h3.product-name {
    color: #989697;
	margin-bottom: 5px;
}
ul.products-grid li.item:hover h3.product-name {
	margin-bottom: 5px;
}
ul.products-grid li.item:hover h3.product-name a {
    color: #58595B;
}
.products-grid .price-box {
    margin-bottom: 5px;
    margin-top: 8px;
}
.products-grid li.item .item-area ,
.products-grid li.item {
    height: 350px;
}
.products-grid li.item {
    margin-bottom: 20px !important;
}
ul.products-grid li.item ul.add-to-links {
	display: none;
}
ul.products-grid li.item:hover ul.add-to-links {
	display: block;
}
ul.products-grid li.item ul.add-to-links {
    position: absolute;
    top: 5px;
    right: 5px;
	z-index: 9;
}
.link-wishlist:before {
    font-size: 18px;
}
ul.products-grid li.item ul.add-to-links li a.link-wishlist {
    color: #91b0d6;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    width: 25px;
    padding: 0;
    margin-top: 0px;
    height: 25px;
    line-height: 25px;
}
.products-grid li.item ul.babyregistrylist_ul {
	display: none;
}
.products-grid li.item:hover ul.babyregistrylist_ul {
    display: block;
    position: absolute;
    top: 5px;
    right: 40px;
    z-index: 9;
}
.products-grid li.item .link-compare {
	border: 1px solid white;
    background-color: white;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    color: #91b0d6 !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0 !important;
    display: block;
}
.products-grid li.item .link-compare:before {
    content: '';
}
.products-grid li.item .link-compare i.fa.fa-gift {
    font-size: 22px;
    margin-top: 1px;
}
.products-grid li.item .link-compare i.fa.fa-gift:hover {
	color: #5068b3 !important;
}
body.archimede_website.catalogsearch-result-index div.breadcrumbs, 
body.archimede_website.catalog-category-view div.breadcrumbs {
    margin-top: -5px;
}
body.archimede_website div.sidebar-item h4.widget-title span.collapse_filter {

}
body.archimede_website ul.prod_lidt_sizes_conf li {
    border: none;
    border-radius: 0;
}
span.checkbox_filter_container span span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #949598;
    margin-left: 2px;
}
span.checkbox_filter_container div.colortxtspan {
	display: inline-block;
	margin-left: 7px;
	float: left;
}
span.checkbox_filter_container.colormulti input {
	display: none;
}
span.checkbox_filter_container.colormulti.colorchecked span span {
	border: 4px solid white;
}
ul.prod_lidt_sizes_conf {
    overflow: hidden;
}
span.checkbox_filter_container.colormulti  span {
    line-height: 23px;
    margin-bottom: 5px;
}
span.filter-layered-span {
	width: 50%;
	float: left;
}
ul#sortordercategory ,
ul#sortordercategory li.dropdown {
	display: block !important;
}
ul#sortordercategory li.dropdown a.dropdown-toggle {
	color: #6f81ac;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 0;
	cursor: pointer;
}
ul#sortordercategory li.dropdown a.dropdown-toggle span.caret {
	margin-left: 10px;
	cursor: pointer;
}
ul#sortordercategory li.dropdown ul.dropdown-menu {
	left: 15px;
}
ul#sortordercategory li.dropdown ul.dropdown-menu li {
    color: #6f81ac;
    padding: 0;
    width: 50%;
	float: left;
    text-align: center;	
	cursor: pointer;
}
.category-products .toolbar .sort-by {
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
}
div.category-products div.toolbar div.pages ul li a ,
.category-products .toolbar .pager .limiter label ,
.category-products .toolbar .amount {
	color: #6f81ac !important;
}
div.limiter select {
	cursor: pointer;
}
ul.products-grid li.item div.price-box p.old-price span.price ,
ul.products-grid li.item div.price-box span.regular-price span.price {
    color: #63619a;
}
ul.products-grid li.item div.price-box p.special-price span.price {
    color: #ec637e;
}
@media (max-width: 767px) {
	div.block-layered-nav h1 {
		width: 100%;
		text-align: center;
		margin: -20px 0 15px 0;
		padding: 0 0 15px 0;
		min-height: auto;
	}
}
@media (max-width: 736px) {
	.block-layered-nav {
		margin-top: 25px;
	}
}
@media (max-width: 716px) {
	.block-layered-nav {
		margin-top: 45px;
	}
}
@media (max-width: 480px) {
	.toolbar .sort-by {
		float: left !important;
		clear: none;
		left: 0;
		transform: inherit;
	}
	.toolbar .pager {
		float: right !important;
		left: initial;
		right: 0;
		clear: none;
		margin: 0;
		transform: inherit;
	}
}
.price_slider_label {
    color: #58595B;
}
div#expand_collapse_filters span.sizeguidelnk {
	color: #58595B;
}
div#expand_collapse_filters span.sizeguidelnk:hover {
	text-decoration: underline;
	color: #63619A;
}
div#expand_collapse_filters .sidebar-item {
    border-bottom: 1px solid #dadad9;
}
body.archimede_website .sidebar .widget-title, 
body.archimede_website .sidebar #narrow-by-list .widget-title {
    font-weight: 600;
}
body.archimede_website div.block-layered-nav .ui-slider .ui-slider-range {
    background: #2b3268!important;
    border: 1px solid #cfd3de!important;
}
body.archimede_website div.block-layered-nav .ui-slider .ui-slider-handle {
    background: #7a88aa !important;
    border: 1px solid #7a88aa !important;
}
body.archimede_website div.block-layered-nav .ui-slider .ui-slider-range {
    margin-top: -1px;
}
body.archimede_website ul#sortordercategory li.dropdown ul.dropdown-menu li , 
body.archimede_website .category-products .toolbar .pager .limiter label , 
body.archimede_website ul#sortordercategory li.dropdown a.dropdown-toggle , 
body.archimede_website .toolbar .amount, 
body.archimede_website .pager .limiter select, 
body.archimede_website .pager .limiter label, 
body.archimede_website .toolbar .sort-by select {
    color: #7a88aa !important;
}
h1.filternavtoptitle {
    text-transform: initial;
}
body.archimede_website a.removeallfilters {
	border: 1px solid #2b3268;
	color: #2b3268;
}
body.archimede_website a.removeallfilters:hover {
	border: 1px solid #2b3268;
	background-color: #2b3268;
	color: #ffffff;
}
body.archimede_website span.checkbox_filter_container:hover span ,
body.archimede_website span.checkbox_filter_container span:hover {
	color: #7a88aa;
}
body.archimede_website span.checkbox_filter_container:hover input ,
body.archimede_website span.checkbox_filter_container input:hover {
	background: url(/skin/frontend/smartwave/legenda/images/checkbox_off_blue_archi.png) no-repeat center center !important;
}
body.archimede_website span.checkbox_filter_container:hover input[type=checkbox]:checked ,
body.archimede_website span.checkbox_filter_container input[type=checkbox]:checked:hover {
    background: url(/skin/frontend/smartwave/legenda/images/checkbox_on_blue_archi.png) no-repeat center center !important;
}

@media (max-width: 991px) {
	.products-grid li.item .item-area, .products-grid li.item {
		height: 300px;
	}
}
@media (max-width: 430px) {
	.products-grid li.item .item-area, .products-grid li.item {
		height: 250px;
	}
}
@media (max-width: 375px) {
	.category-products .toolbar .sort-by ,
	.category-products .toolbar .pager {
		width: 100%;
		text-align: right;
	}
	body.catalog-category-view .category-products .toolbar {
		height: auto;
		padding-bottom: 15px;
	}
}
@media (max-width: 320px) {
	.products-grid li.item .item-area, .products-grid li.item {
		height: 300px;
	}
	.col-main .category-products .products-grid.column3 li.item.nth-child-2np1 {
		margin: 0 !important;
	}
}
div.description-wrapper.pricenull div.price-box {display:none;} 

div.main-container.container {
	margin-top: -25px;
}
body.catalog-category-view div.main-container.container {
	margin-top: 0px;
}
span.checkbox_filter_container input {
    outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border-radius: 0 !important;
	border-color: transparent !important;
}
@media (max-width: 767px) {
	.products-grid li.item .item-area, .products-grid li.item {
		height: auto;
	}
}
body.archimede_website .products-grid li.item:hover .item-area {
    border: 1px solid #dadad9 !important;
    padding: 0px;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}
/****** NEW LISTING PRODUIT******/

/****NEW CHECKBOXES ARCHIMEDE******/
body.archimede_website input.checkbox,
body.archimede_website input[type=checkbox] {
    width: 19px !important;
    height: 16px !important;
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_off_archi.png) no-repeat center center !important;
}
body.archimede_website input.checkbox:checked, 
body.archimede_website input[type=checkbox]:checked {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_on_archi.png) no-repeat center center !important;
}
body.archimede_website input.checkbox:disabled,
body.archimede_website input[type=checkbox]:disabled {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_off_disabled_archi.png) no-repeat center center !important;
}
body.archimede_website input.checkbox:checked:disabled,
body.archimede_website input[type=checkbox]:checked:disabled {
    background: url(https://www.archimede.be/skin/frontend/smartwave/legenda/images/checkbox_on_disabled_archi.png) no-repeat center center !important;
}
/****NEW CHECKBOXES ARCHIMEDE******/

/*****SHIPPING ESTIMATION CHECKOUT******/
div.dpd_shipping_delays span {
	border: 1px solid #ececec;
	display: inline-block;
	padding: 25px;
	float: left;	
	width: 48%;	
}
div.ups_shipping_delays span {
	border: 1px solid #ececec;
	display: inline-block;
	padding: 25px;
	float: right;
	width: 48%;		
}
div.ups_shipping_delays ul {
	margin-left: 15px;
}
div.ups_shipping_delays ul li {
	list-style-type: circle;
}
@media (max-width: 600px) {
	div.dpd_shipping_delays span ,
	div.ups_shipping_delays span {
		width:100%;
		clear:both;
	}
	div.dpd_shipping_delays span ,
	div.ups_shipping_delays span {
		margin-bottom: 15px;
	}
}
/*****SHIPPING ESTIMATION CHECKOUT******/


/****FIX RESPONSIVE CART + CHECKOUT *******/
div.reviewblockcheckout {
	
}
@media (min-width: 768px) and (max-width: 890px) {
	.data-table#my-orders-table td.hidden-phone {
		display: none;
	}
}
@media (max-width: 991px) {
	.cart-table tbody td.cart_img_prod a img {
		width: 110px;
	}
	.cart-table .product-thumbnail {
		width: 110px;
	}
	body.checkout-cart-index div.cart-cadeau-box {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	body.checkout-cart-index .cart .cart-coupon-extra {
		padding-top: 22px;
	}
	body.checkout-cart-index .cart .cart-total-section {
		width: 100%;
		max-width: inherit;
	}
	body.checkout-cart-index .cart-table tfoot td .button:before {
		margin: 0 !important;
	}	
	body.checkout-cart-index div#noukies_family h1 {
		border: none;
		margin: 0;
		padding: 0;
	}
	body.checkout-cart-index .page-heading {
		padding: 0;
		margin-bottom: 15px;
	}
	table#checkout-review-table td.imgcheckoutarea {
		display: block !important;
		width: auto !important;
		margin: 0;
		padding: 0;
	}	
}
@media (max-width: 620px) {
	body.checkout-onepage-index div.askcard label	 {
		width: 80%;
	}
}
@media (max-width: 420px) {
	body.catalog-category-view .col-main .category-products .products-grid.column3 li.item {
		width: 100% !important;
	}
	.products-grid li.item .item-area, 
	.products-grid li.item {
		height: auto;
		overflow: auto;
		min-height: auto;
		max-height: initial;
	}
	body.checkout-onepage-index .opc .step-title {
		padding: 10px 25px 5px 5px !important;
	}
	ol#checkoutSteps h2.title {
		font-size: 14px;
	}
	img.edit_pencil_checkout {
		width: 15px;
		margin-top: 7px;
	}	
	body.checkout-onepage-index div.askcard {
		margin-left: 0;
		margin-top: 15px;
	}
	body.checkout-cart-index div.item_option_qty span {
		display: none;
	}
	body.checkout-onepage-index div.askcard label	{
		width: 80%;
		line-height: 14px;
	}
	ol.checkout-agreements li h4 {
		font-size: 15px;
	}
	.opc .checkout-agreements .agree {
		padding-left: 0px !important;
	}	
	p.agree.nwsltrcheck {
		margin-left: 5px !important;
	}
	p.agree.nwsltrcheck input#newsletter-signup {
		margin-right: 5px;
	}
	#opc-review .buttons-set p.f-left {
		margin: 0;
	}
	div.ups_shipping_delays span ,
	div.dpd_shipping_delays span {
		padding: 15px;
	}	
}
@media (max-width: 390px) {
	body.checkout-cart-index .cart-table tbody td.cart_img_prod ,
	body.checkout-cart-index .cart-table .product-thumbnail {
		display: none;
	}
	body.checkout-cart-index td.cart-final-line-price {
		width: auto;
		text-align: right;
	}
	body.checkout-cart-index .cart .totals {
		padding: 5px 15px;
	}
}
@media (max-width: 350px) {
	table#checkout-review-table td.imgcheckoutarea {
		display: none !important;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 218px;
	}
	body.catalog-product-view div#socloz_space {
		width: 218px;
	}
	body.catalog-product-view button.socloz {
		width: 100%;
	}	
}
@media (min-width: 769px) and (max-width: 991px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		height: 36px;
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 100%;
		line-height: 16px;
		margin-left: 0;
		height: 36px;
		margin-top: 10px;
	}
	body.catalog-product-view div.product-shop.configurable ul.add-to-links.wishlistlink {
		display: none;
	}
	body.catalog-product-view div#socloz_space {
		width: 100%;
	}
	body.catalog-product-view button.socloz {
		width: 100%;
		line-height: 16px;
		margin-left: 0 !important;
		height: 36px;
	}	
}
@media (min-width: 426px) and (max-width: 767px) {
	body.catalog-product-view .product-view .product-shop .btn-cart {
		width: 218px;
		line-height: 16px;
		margin-left: 0;
		height: 36px;
	}
	body.catalog-product-view button.socloz {
		width: 218px;
		line-height: 16px;
		height: 36px;
	}	
}
/****FIX RESPONSIVE CART + CHECKOUT *******/

input[type=radio] ,
input[type=checkbox] {
    outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border-radius: 0 !important;
	border-color: transparent !important;
}

body .product-view img.mixandmatch_img {
	display:none;
}

/***** MODIF ACCOUNT DASHBOARD RESPONSIVE*****/
body.ng-customer-index-index div.col-main ,
body.ng-customer-index-index div.col-left ,
body.mgxbabyregistry-index-addregistry div.col-main ,
body.mgxbabyregistry-index-addregistry div.col-left ,
body.mgxbabyregistry-index-viewitems div.col-main ,
body.mgxbabyregistry-index-viewitems div.col-left ,
body.mgxbabyregistry-index-editregistry div.col-main ,
body.mgxbabyregistry-index-editregistry div.col-left ,
body.mgxbabyregistry-index-tellabout div.col-main ,
body.mgxbabyregistry-index-tellabout div.col-left ,
body.mgxbabyregistry-index-registry div.col-main ,
body.mgxbabyregistry-index-registry div.col-left ,
body.wishlist-index-share div.col-main ,
body.wishlist-index-share div.col-left ,
body.wishlist-index-index div.col-main ,
body.wishlist-index-index div.col-left ,
body.childrens-customer-view div.col-main ,
body.childrens-customer-view div.col-left ,
body.sales-order-invoice div.col-main ,
body.sales-order-invoice div.col-left ,
body.sales-order-view div.col-main ,
body.sales-order-view div.col-left ,
body.sales-order-history div.col-main ,
body.sales-order-history div.col-left ,
body.customer-address-form div.col-main ,
body.customer-address-form div.col-left ,
body.customer-address-edit div.col-main ,
body.customer-address-edit div.col-left ,
body.customer-address-add div.col-main ,
body.customer-address-add div.col-left ,
body.customer-address-index div.col-main ,
body.customer-address-index div.col-left ,
body.customer-account-edit div.col-main ,
body.customer-account-edit div.col-left ,
body.customer-account-index div.col-main ,
body.customer-account-index div.col-left {
	overflow: auto;
}
span.class_responsive_accountmenu {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    color: #7C93BF;
    padding-top: 15px;
}

body.noukies_website div.box-account.box-info span.voucherinfos {
    background: none;
}
@media (max-width: 768px) {
	div.askcard {
		overflow: auto;
		padding: 22px 0 10px 20px;
		background-color: #f4f7fb !important;
		background-image: none !important;
		border: 1px solid #f4f7fb;
		color: #4b63ae;
		font-family: "plutocond_light";
		font-size: 14px;
		margin-bottom: 35px;
		clear: both;
		height: auto;
	}
	div.askcard label {
		width: 85%;
	}
}
@media (max-width: 520px) {
	form#associateCardForm .placeholder_cardnumber input#cardlink_cardnumber {
		width: 85% !important;
		float: none !important;
	}
	form#associateCardForm .placeholder_cardnumber button#associatecard {
		width: 84%;
		margin-left: 30px;
		margin-top: 0;
	}
}
@media (max-width: 360px) {
	.qtysalesorderview {
		display:none;
	}
	table#my-orders-table h3.product-name {
		line-height: 14px;
		font-weight: 300 !important;
	}
	body.sales-order-invoice div.order-items.order-details table.data-table th {
		font-size: 11px;
	}
	body.sales-order-invoice div.order-items.order-details table.data-table td .price-incl-tax .price ,
	body.sales-order-invoice div.order-items.order-details table.data-table td {
		 font-weight: 300 !important;
	}
	body.sales-order-invoice div.order-items.order-details table.data-table tfoot tr td {
		float: left;
		width: 100% !important;
	}
}
/***** MODIF ACCOUNT DASHBOARD RESPONSIVE*****/

@media (max-width: 360px) {
	form#co-shipping-method-form dl.sp-methods label ,
	body .checkout-agreements .agree label {
		width: 80%;
	}
	#opc-review .buttons-set p.f-left {
		margin: 10px 0 0 0;
		line-height: 16px;
	}
}
@media (max-width: 320px) {
	body.checkout-onepage-index .col-main {
		margin: 0 !important;
		padding: 0 !important;
	}
	ol#checkoutSteps div.step#checkout-step-review {
		 padding: 0 !important;
	}
}

ul.menu.smartwave-menu li ul.softtoysmenu .subcategseshop span.subcatshopitem_left {
    width: 100% !important;
}

table#shopping-cart-table tbody tr {
	position: relative;
}
table#shopping-cart-table img.macaron_nky_days {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
}
@media (max-width: 460px) {
	table#shopping-cart-table td.discount_macaron img.macaron_nky_days {
		position: absolute !important;
		top: 10px !important;
		right: -9px !important;
		width: 65px !important;
	}
}
div.owl-carousel div.product img.macaron_nky_days ,
div#owl_packshots div.product img.macaron_nky_days {
	position: absolute;
    top: 0;
    left: 0;
    width: 55px !important;
    height: auto !important;
    border: none;
}

/******* NEW SLIDERS BUTTONS **********/
/*** remove responsive condition on buttons in custom.css ***/
a.btn_single_slider {
	width: 308px !important;
    height: 36px !important;
    line-height: 34px !important;
    position: absolute;
    top: 43%;
    right: 5.5%;
}
body.archimede_website a.btn_single_slider {
	width: 412px !important;
    height: 46px !important;
    line-height: 44px !important;
    position: absolute;
    top: inherit !important;
    right: 5%;
    bottom: 29.2%;
}
a.btn_right_slider.horiz ,
a.btn_left_slider.horiz {
	width:170px !important;
    height:36px !important;
    line-height: 34px !important;
    position: absolute;
	top: 43%;
}
body.archimede_website a.btn_right_slider.horiz ,
body.archimede_website a.btn_left_slider.horiz {
	width: 200px !important;
    height: 48px !important;
    line-height: 46px !important;
    position: absolute;
    top: inherit !important;
    bottom: 25.2%;
}
a.btn_left_slider.horiz {
	left: 49%;
}
a.btn_right_slider.horiz {
	right: 5.5%;
}
body.archimede_website a.btn_left_slider.horiz {
    left: 60%;
}
body.archimede_website a.btn_right_slider.horiz {
    right: 5%;
}
a.btn_right_slider.vertic ,
a.btn_left_slider.vertic {
	width: 170px !important;
    height: 36px !important;
    line-height: 34px !important;
    position: absolute;
	top: 41.5%;
	right: 5.5%;
}
body.archimede_website a.btn_right_slider.vertic ,
body.archimede_website a.btn_left_slider.vertic {
    width: 200px !important;
    height: 48px !important;
    line-height: 46px !important;
    position: absolute;
    top: inherit !important;
    right: 5%;
    bottom: 29.2%;
}
a.btn_right_slider.vertic {
	top: 53%;
}
body.archimede_website a.btn_right_slider.vertic {
    top: 50% !important;
}
@media (max-width: 1199px) {
	a.btn_right_slider.vertic {
		top: 55%;
	}
	a.btn_left_slider.horiz {
		left: 45%;
		top: 40%;
	}
	a.btn_right_slider.horiz {
		right: 1.5%;
		top: 40%;
	}	
	body.archimede_website a.btn_left_slider.horiz {
		left: 56.5%;
	}
	body.archimede_website a.btn_right_slider.vertic {
		top: 46% !important;
	}	
}
@media (max-width: 991px) {
	a.btn_right_slider.vertic {
		top: 58%;
	}
	a.btn_left_slider.horiz {
		left: inherit;
		right: 10.5%;
		top: 63%;
	}
	a.btn_right_slider.horiz {
		right: 10.5%;
		top: 45%;
	}	
	body.archimede_website a.btn_left_slider.horiz {
		left: 40%;
	}
	body.archimede_website a.btn_right_slider.vertic {
		top: 40% !important;
	}	
}
.mobileslider span.btn_single_slider.hidden-xs {
    position: absolute;
    right: 5.5%;
    width: 308px;
    height: 36px;
    line-height: 34px;
    top: 43%;
    left: inherit !important;
    bottom: inherit !important;
}
.mobileslider div.visible-xs.btn_xs_slider span.btn_single_slider {
    margin: 0 auto;
    position: relative;
    right: inherit;
    width: 308px;
    height: 36px;
    line-height: 34px;
    top: inherit;
    left: inherit !important;
    bottom: inherit !important;
    display: block;
    margin-top: 10px;
}
.mobileslider div.visible-xs.btn_xs_slider span.btn_left_slider.vertic ,
.mobileslider div.visible-xs.btn_xs_slider span.btn_left_slider.horiz {
	margin-top: 10px;
    width: 48%;
    float: left;	
}
.mobileslider div.visible-xs.btn_xs_slider span.btn_right_slider.vertic ,
.mobileslider div.visible-xs.btn_xs_slider span.btn_right_slider.horiz {
	margin-top: 10px;
	margin-bottom: 10px;
    width: 48%;
    float: right;	
}
.mobileslider span.btn_left_slider.hidden-xs.horiz ,
.mobileslider span.btn_right_slider.hidden-xs.horiz {
	width: 150px !important;
    height: 36px !important;
    line-height: 34px !important;
    position: absolute;
	top: 43%;
}	
.mobileslider span.btn_left_slider.hidden-xs.horiz {
    left: 54% !important;
    bottom: inherit !important;
}
.mobileslider span.btn_right_slider.hidden-xs.horiz {
	right: 5.5% !important;
    bottom: inherit !important;
}	
@media (max-width: 1199px) {
	.mobileslider span.btn_left_slider.hidden-xs.horiz {
		    left: 48% !important;
	}
	.homeslidercontainer .mobileslider span.btn_right_slider.hidden-xs.vertic {
		top: 54% !important;
	}
	body.archimede_website a.btn_right_slider.horiz {
		right: 1%;
	}
}
@media (max-width: 991px) {
	.mobileslider span.btn_left_slider.hidden-xs.horiz {
		left: 34% !important;
	}
	.homeslidercontainer .mobileslider span.btn_right_slider.hidden-xs.vertic {
		top: 58% !important;
	}	
}
@media (max-width: 768px) {
	.mobileslider span.btn_left_slider.hidden-xs.horiz {
		left: 31% !important;
	}
	body.archimede_website a.btn_left_slider.horiz {
		left: 40.5%;
	}
}
@media (max-width: 375px) {
	.mobileslider div.visible-xs.btn_xs_slider span.btn_single_slider ,
	.mobileslider div.visible-xs.btn_xs_slider span.btn_right_slider.vertic , 
	.mobileslider div.visible-xs.btn_xs_slider span.btn_right_slider.horiz ,
	.mobileslider div.visible-xs.btn_xs_slider span.btn_left_slider.vertic , 
	.mobileslider div.visible-xs.btn_xs_slider span.btn_left_slider.horiz {
		width: 100%;
	}
}
.mobileslider span.btn_left_slider.hidden-xs.vertic ,
.mobileslider span.btn_right_slider.hidden-xs.vertic {
	width: 150px !important;
    height: 36px !important;
    line-height: 34px !important;
    position: absolute !important;
	top: 41.5% !important;
	right: 5.5% !important;
	left: inherit !important;
	bottom: inherit !important;
}
.mobileslider span.btn_right_slider.hidden-xs.vertic {
	top: 53% !important;
}
/******* NEW SLIDERS BUTTONS **********/

div#expand_collapse_filters .sidebar-item.filter_attr_composition {
	padding-bottom: 20px;
}
.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(https://www.archimede.be/skin/frontend/smartwave/legenda/css/prototype/windows/themes/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#fff;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

body.catalog-product-view .dialog table.table_window td, .dialog table.table_window th {
    font-size: 16px;
    font-family: "plutocond_light";
    color: #6f81ac;
}
a.sizestab {
	color: #6f81ac !important;
}
a.sizestab.opened {
	color: #6f81ac !important;
}
.tabs .tab-title.opened {
    border: 1px solid #e9e9e9 !important;
	border-bottom-color: #ffffff !important;
}
#sizeguide_content .tabs .tab-content {
	padding: 20px 30px 0px 30px !important;
}
div.tab-content table.tbl1 tr.tr1 td {
    border-bottom: 1px solid #f1f1ef;
    padding: 10px 0;
	font-family: "plutocond_light";
}
div.tab-content table.tbl1 tr.tr2 td {
    padding: 10px 0;
}

