/* Reset 
================================================== */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}

/* Basics
================================================== */
body {
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
}
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll; 
}     
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hidden { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  line-height: 1.2125em;  
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}
h1 { font-size: 1.6875em; }
h2 { font-size: 1.4375em; }
h3 { font-size: 1.375em; } 
h4 { font-size: 1.375em; } 
h5 { font-size: 1.375em; } 
h6 { font-size: 1.375em; } 
@media (max-width: 767px) {
  h1 { font-size: 1.6875em; }
  h2 { font-size: 1.475em; }
  h3 { font-size: 1.375em; }
}

p { margin: 10px 0 0 0;}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 90%; }

hr { 
  border: solid #f0f0f0; 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 0px;
  height: 0; 
  width: 100%;
}
a, a:hover, a:active, a:focus { outline: 0; }
.no-underline a, a.no-underline { text-decoration: none; }
.line-through { text-decoration: line-through; }{ text-decoration: line-through; }
  
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a { text-decoration: underline; outline: 0; }
p a, p a:visited { line-height: inherit; }

/* List */
ul, ol { list-style-position: inside; }
.no-list-style ul, ul.no-list-style { list-style: none outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 18px; 
  max-width: 160px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
  border-radius: 2px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}
select {
  padding: 0; 
}
textarea {
  min-height: 60px; 
}
label {
  margin-right: 10px;
  display: inline-block;
}
input[type="checkbox"] {
  display: inline; 
}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 1px solid;
  color: #444;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 6px 10px;
  border-radius: 2px;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align .vertical {
   display: table-cell;
  vertical-align: middle;
}
/* Select */
.select-wrap {
  height: 31px;
  margin-bottom: 8px;
}
.select-wrap .select {
  float: left;
  padding: 1px 8px;
  border-radius: 2px;
  border: 1px solid;
  text-align: left;
  position: relative;
  z-index: 999;
}
.select-wrap .select .selected {
  margin-right: 20px;
}
.select-wrap .select .selected small span {
  font-size: 8px;
  position: absolute;
  right: 10px;
  display: block;
  top: 9px;
}
.select-wrap .select ul {
  height: 0px;
  overflow: hidden;
  border-radius: 0px 0px 2px 2px;
  margin: 0px;
}
.select-wrap .select ul li,
.select-wrap .select ul a {
  display: block; 
}
.select-wrap .select:hover ul,
.select-wrap .select:active ul{
  height: auto;
  margin-top: 3px;
}
.currencies-languages .select-wrap {
  float: right;
}
.currencies-languages .select {
  margin-left: 15px;
}
/* Bootstrap */
.row {
  margin-bottom: 30px;
}
.row.no-margin {
  margin-bottom: 0px;
}


/* Style
================================================== */
.wrapper {
  background-color: white;
  margin-top: 30px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  margin-bottom: 60px;
}

/* header */
header.container {
  margin-top: 30px;
  padding: 0px;
}
header .logo a {
  display: inline-block;
}

/* languages */
.languages .flag {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-image: url(lang.png);
}
.languages .flag.nl { background-position: 0px -0px; }
.languages .flag.de { background-position: 0px -10px; }
.languages .flag.en { background-position: 0px -20px; }
.languages .flag.fr { background-position: 0px -30px; }
.languages .flag.es { background-position: 0px -40px; }
.languages .flag.it { background-position: 0px -50px; }
.languages .flag.el { background-position: 0px -60px; }
.languages .flag.tr { background-position: 0px -70px; }
.languages .flag.pt { background-position: 0px -80px; }
.languages .flag.pl { background-position: 0px -90px; }
.languages .flag.sv { background-position: 0px -100px; }
.languages .flag.ru { background-position: 0px -110px; }
.languages .flag.da { background-position: 0px -120px; }
.languages .flag.no { background-position: 0px -130px; }
.languages .flag.fc { background-position: 0px -140px; }
.languages .flag.us { background-position: 0px -150px; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) { 
  .social-media .social-icon {
      background-image: url(lang-2x.png);
      background-size: cover;
  }
}

/* cart */
.cart-account {
  text-transform: uppercase;  
  font-weight: 600;
}
.cart-account .glyphicon {
  font-size: 80%;
  top: 0px;
  margin-right: 3px;
}
.cart-account .cart {
  margin-right: 10px;
}

/* nav */
nav {
  border-bottom: 1px solid;
  margin: 0px -15px 30px -15px;
}
nav ul {
  display: table;
  width: 100%;
}
nav .item {
  display: table-cell;
  border-right: 1px solid;
}
nav .item .itemLink {
  display: block;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
}
nav .item.active .itemLink {
  font-weight: 600;
}
nav .item:last-child {
  border-right: none;
}

/* .sidebar */
.sidebar {
  border-right: 1px solid;
  margin-top: -30px;
  padding: 15px 0px 60px 0px;
} 
.sidebar .search {
  padding: 15px 0px 30px;
}
.sidebar .search span {
  cursor: pointer;
  display: block;
  float: left;
  padding: 8px;
  margin-left: 7px; 
  border-right: 1px solid;
  
}
.sidebar .search input {
  border: 0px;
}
.sidebar ul {
  margin: 0px;
  font-size: 100%;
}
.sidebar .itemLink {
  display: block;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.sidebar .itemLink.active {
  font-weight: 600;
}
.sidebar li a {
  display: block;
  margin: 0px 0px -1px -15px;
  padding: 10px 30px;
}
.sidebar li a .glyphicon {
  font-size: 8px;
  line-height: 22px;
}
.sidebar ul ul a {
  border-bottom: 1px solid;
}
.sidebar ul ul ul a {
  padding-left: 45px;
}
.sidebar ul li:last-child {
  border-bottom: 0px;
}
.sidebar ul li .subitemLink.active {
  font-weight: 600;
}

/* .content */
.content {
  padding-left: 31px;
  border-left: 1px solid;
  margin-left: -1px;
}

/* slider */
.headline {
  position: relative;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid;
  border-radius: 2px;
}
.slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
}
.slider img {
  display: block;
  max-width: 100%;
}
.headline.col-md-9 .slider img {
  height: auto;
}
.headline.col-md-12 .slider img {
  height: auto;  
}
.brands {
  margin-bottom: 30px;
  position: relative;
}
.brands .slider-prev, 
.brands .slider-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 4px;
  border: 1px solid;
  font-size: 11px;
}
.brands .slider-next {
  right: 0px;
}
.brands .slider img {
  border-right: 1px solid; 
}
.slider-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 0px;
  bottom: 15px;
  right: 0px;
  left: 0px;
}
.slider-pagination a {
  display: inline-block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  margin: 0px 6px;
  padding: 0px;
  opacity: 0.5;
}
.slider-pagination a.active {
  opacity: 1;
}

/* .pros */
.pros h3 {
  font-size: 14px;
}
.pros span {
  position: absolute;
  margin-left: -20px;
  top: 3px;
}
.pros li {
  position: relative;
  margin-left: 20px;
  display: block;
  margin-top: 8px;
}

/* filters */
.filter {
  padding: 10px;
}
.filter strong {
  margin-right: 10px;
}

/* .categories */
.categories .category {
  border-radius: 2px;
  border: 1px solid;
  position: relative;
  height: 179px;
  margin-bottom: 30px;
}
.categories .category {
  display: block;
}
.categories .category .info {  
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 4px;
  line-height: 18px;
  border-top: 1px solid;
  font-weight: 600;
  text-transform: uppercase;
}
.categories .category .info h3 {
  font-size: inherit;
  margin-top: 0px;
}
/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
}
.pager .left {
  font-size: 12px;
}
.pager ul {
  border: 1px solid #e5e5e5;
}
.pager ul li {
  display: inline;
}
.pager ul li a {
  color: #797979;
  float: left;
  padding: 5px 13px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0;
}
.pager ul li a:hover {
  color: #414141;
}
.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px;
}
.pager ul li:last-child a {
  border-right: 0px;
}
.pager ul li.active a {
  background-color: #f7f7f7;
}
.pager ul li.prev a {
  border-left-width: 1px;
}
.pager ul li.disabled {
  display: none;
}
/* .product */
.products .product {
  margin-bottom: 30px;
  min-height: 300px;
}
.products .product .image-wrap,
.products .product img {
  border-radius: 2px;
}
.product .info h3 {
  font-size: inherit;
  margin-top: 0px;
}
.products .product .info a {
  text-transform: uppercase;
  font-weight: 600;
}
.products .product .info .price {
  display: block;
}
.products .product .info .unit-price {
    display: block;
    font-size: 70%;
    clear: both;
    position: absolute;
}
.products .product .info .line-through {
  font-size: 90%;
}
.products .image-wrap {
  position: relative;
  border: 1px solid;
  margin-bottom: 10px;
}
.ie8 .products .image-wrap .hover {
 display: none; 
}
.products .image-wrap .hover {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.products .image-wrap:hover .hover {
  opacity: 1;
}
.products .image-wrap .hover .circle {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: 45px;
  text-align: center;
  border: 1px solid;
  padding-right: 4px;
}
.products .image-wrap .hover .circle a {
  line-height: 80px;
  font-size: 16px;
  padding: 0px 3px;
}

.products .image-wrap .hover .circle .glyphicon-search {
  margin-left: 4px;
}

/* .product list */
.product.list {
  padding-top: 30px;
  border-bottom: 1px solid;
  margin-bottom: 0px;
}
.products .col-md-12:last-child .product.list {
  border-bottom: 0px;
}
.product.list .image-wrap {
  margin: 0px 30px 30px 0px;
}
.product.list .info {
  padding-bottom: 30px;
  position: relative;
  margin-left: 160px;
}
.product.list .info h3 {
  font-size: 14px;
  display: inline-block;
}
.stars {
  display: inline-block;
  font-size: 10px;
}
.stars .glyphicon {
  top: 0px;
}
.glyphicon.glyphicon-star {
  color: rgb(216, 147, 1);
}
.product.list .info .add-to-cart {
  position: absolute;
  right: 0px;
  top: 0px;
}

.brand-productpage {
  padding-bottom: 10px;
}

.brand-pp {
float: left;
padding-right: 5px;
}

.sharethis-inline-share-buttons {
  padding-bottom: 10px;
}

/* .products related */
.products.related {
  padding-top: 0px;
}
.products.related hr {
  padding-top: 30px;
}
.products.related h3.title {
  margin-bottom: 30px;
}

/* footer */
footer .row {
  margin-bottom: 0px;
  padding: 0px 15px;
}
footer input[type="email"] {
  border-radius: 0px;
}
footer .row.items.top {
  border-top: 1px solid;
}
footer .row.items.bottom {
  border-bottom: 1px solid;
}
footer .row.items .col-md-3.border-right {
  border-right: 1px solid;
}
footer .row.items .col-md-3.border-left,
footer .row.items .col-md-6.border-left {
  border-left: 1px solid;
  margin-left: -1px;
  padding-left: 31px;
}
.service-links.col-md-3.border-left {
  min-height: 215px;
}
footer .row.items .col-md-3.rest-list {
  padding-top: 68px;
}
footer .row.items .col-md-3,
footer .row.items .col-md-6 {
  padding-top: 30px;
  padding-bottom: 55px;
}
footer .row.items .col-md-3 .glyphicon {
  margin-right: 10px;
}
footer h3 {
  font-size: 14px;
  display: block;
  margin-bottom: 25px;
}
footer .copyright-payments {
   padding: 15px;
}
footer .copyright-payments img {
   height: 23px;
   width: auto;
}
footer input[type="email"] {
  background: transparent;
  padding: 0px 0px 5px 0px;
  border: 0px;
  border-bottom: 1px solid;
}

/* .social-icons */
.social-media {
  line-height: 0px;
}
.social-media .social-icon {
  display: inline-block;
    background-image: url(social-icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    border-radius: 2px;
}
.social-media .social-icon:hover {
  opacity: 1;
}
.social-media .social-icon.facebook { background-position: 0px 0px; }
.social-media .social-icon.twitter { background-position: -32px 0px; }
.social-media .social-icon.google { background-position: -64px 0px; }
.social-media .social-icon.pinterest { background-position: -96px 0px; }
.social-media .social-icon.youtube { background-position: -128px 0px; }
.social-media .social-icon.tumblr { background-position: -160px 0px; }
.social-media .social-icon.instagram { background-position: -192px 0px; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) { 
  .social-media .social-icon {
      background-image: url(social-icons-2x.png);
      background-size: cover;
  }
}

/* Collection-page
================================================== */
/* .page-title */
.page-title {
  margin-bottom: 0px;
}
.page-title .title h1 {
  margin-right: 5px;
}
/* .price-filter */
.price-filter {
  font-size: 90%;
  margin-top: 6px;
}
.price-filter .min,
.price-filter .max {
  line-height: 18px;
}
.price-filter .min {
  margin-right: 10px;
}
#collection-filter-price {
  height: 12px;
  border: 1px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
  width: 80px;
  float: left;
  margin-right: 10px;
}
#collection-filter-price .ui-slider-range {
  border: 1px solid;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid;
  background-color: white;
  outline: none;
}
/* select */
select.brand,
select.sort {
  float: right;
  margin: 3px 0px 14px 15px;
}
/* .raster-list */
.grid-list {
  line-height: 0px;
  margin: 0px 0px 11px 15px;
}
.grid-list div {
  padding: 6px;
  border: 1px solid;
  line-height: 12px;
  cursor: pointer;
}
.grid-list .grid {
  border-radius: 2px 0px 0px 2px;
  margin-right: -1px;
}
.grid-list .list {
  border-radius: 0px 2px 2px 0px;
}
.grid-list .glyphicon {
  font-size: 12px;
  top: 0px;
}  

/* Product-page
================================================== */
.product-wrap {
  margin-bottom: 0px;
}
.zoombox.fancybox {
  line-height: 0px;
}
.zoombox.fancybox .images {
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.zoombox.fancybox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.zoombox.fancybox .zoomImg {
  width: auto;
  height: auto;
}
.zoombox.fancybox .images a.first {
  display: block;
}
.zoombox.fancybox .thumbs a  {
  cursor: pointer;
  float: left;
  border: 1px solid;
  margin-top: 30px;
  border-radius: 2px;
}
.zoombox.fancybox .thumbs a img {
  width: 100%;
}
.zoombox.fancybox .thumbs a.last {
  margin-right: 0px;
}

/* social */
.social-media .social-block {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.social-media .social-block.social-block-google {
  width: 57px;
  height: 20px;
}
.social-media .social-block.social-block-twitter {
  width: 94px;
  height: 20px;
}
.social-media .social-block.social-block-addthis {
  width: 20px;
  height: 16px;
  padding: 2px 0;
}

/* .product-details */
.product-details .price {
  font-size: 1.6875em;
  line-height: 28px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-details .price small {
  font-size: 50%;
}
.cart-wrap {
  padding-bottom: 30px;
}
.cart-wrap .discount {
  margin-bottom: 30px;
}
.cart-wrap label select {
  display: block;
}
.quantity input {
  width: 40px;
  text-align: center;
  height: 32px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 8px 5px;
  border-radius: 2px 0px 0px 2px;
}
.quantity .change {
  float: left;
  width: 16px;
  height: 32px;
  margin-right: 10px;
  border: 1px solid;
  border-left: 0px;
  border-radius: 0px 2px 2px 0px;  
}
.quantity .change a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  padding: 2px;
}
.actions-wrap {
  margin-top: 30px;
}
.actions-wrap .glyphicon {
  font-size: 12px;
  margin-right: 10px;
}
.product-configure {
  margin-bottom: 30px;
}
.product-configure label {
  min-width: 80px;
  display: inline-block;
}
.product-configure .product-configure-custom-option,
.product-configure .product-configure-options-option {
  margin-bottom: 15px; 
}
.product-configure-custom-option-date select {
  width: 100px;
  margin-right: 15px;
}

/* .tabs */
.tabs-wrap {
  margin-bottom: 60px;
}
.tabs ul {
  list-style-type: none;
  margin: 0px 0px 0px 1px;
  padding: 0;
}
.tabs ul li {
  float: left;
  margin: 0px 0px -1px -1px;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
}
.tabs ul li:first-child {
  border-radius: 2px 0px 0px 0px;
}
.tabs ul li:last-child {
  border-radius: 0px 2px 0px 0px;
}
.tabs ul li a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  text-decoration: none;
}
.tabs ul li a small {
  font-size: 80%;
  line-height: 8px;
}
.tabs ul li.active {
  background-color: white;
  padding-bottom: 1px;
}
.tabsPages {
  background-color: white;
  border: 1px solid;
  line-height: 1.5;
  width: 100%;
  border-radius: 0px 2px 2px 2px;
}
.tabsPages .page {
  display: none;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
}
.tabsPages .page.active {
  display: block;
}
.tabsPages .spec-title {
  padding-right: 10px;
}
.tabsPages .details {
  margin-bottom: 15px;
}
.tabsPages .detail-title {
  padding-right: 10px;
}

/* .reviews */
.reviews hr {
margin: 10px 0px;
}

/* .Shipping cost */
.shipping-cost {
  display: inline-block;
  padding-top: 10px;
  font-size: 80%;
}

/* gui */
.gui {
  margin-bottom: 30px;
}
.glyph-bundle{ 
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px; 
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}

.product:nth-child(5) > .glyph-bundle{
  display:none;
}
/* Collapsing footer */

@media (max-width: 480px) { 

  .collapse{
  display:block;
  margin-bottom:10px;
}
.collapse + input{
  display:none;
}
.collapse + input + *{
  display:none;
}
.collapse+ input:checked + *{
  display:block;
}
.collapse{
  cursor:pointer;
}
.service-links.col-md-3.border-left{
  min-height:0 !important;
  }
footer .row.items .col-md-3, footer .row.items .col-md-6{
  padding-bottom:0 !important;
    padding-top:0 !important;

}
label.collapse {
    margin-top: 10px;
}

footer h3{
  margin-bottom:0 !important;
}
.list{
  margin-bottom:10px;
  }
.row.items.top.no-list-style.no-underline {
    padding-top: 10px;
}

}
footer span.glyphicon.glyphicon-chevron-down {
    float: right;
    display: inline-block;
    font-size: 10px;
    margin-top: -15px;

}
.collapse {
    color: inherit;
  display:block;
}

.glyphicon-chevron-down {
    color: inherit;
}
.collapse_input{
  visbility:hidden;
}
.collapse strong {
    font-size: 16px;
}

/* Print CSS
================================================== */
@media print
{    
    nav, footer, .sidebar, .cart-account, .currencies-languages, .actions-wrap, .related, .wsa-demobar, .wsa-cookielaw * {
        display: none !important;
    }
}