* {
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  /* padding-top: 162px;  Height of header */
  margin-top:0 !important;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background: #666666 url(bg-none.png) repeat;
}

.gui * {
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #CC99CC;
}
a img {
  border: none;
}

.hide {
  display: none;
}
.show {
  display: block;
}

.clear {
  clear: both;
}

ol {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

#gridsystem {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 0 0 -585px;
  width: 1170px;
  height: 5000px;
  background: url(grid.png);
  z-index: 1000;
}

h1, h2 {
  margin: 0 0 18px 0;
  font-weight:normal;
}
h1.shoptitle {
  position: absolute;
  text-indent: -99999px;
}
h2, h2 * {
  line-height: 28px;
  font-size: 26px;
}

h2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

h3 {
  font-size: 14px;
  line-height: 18px;
}

h2.border, h4.border {
  border-bottom: 3px solid #F4F4F4;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.icon.icon-10 {
  padding-left: 14px !important;
}
.icon.icon-16 {
  padding-left: 24px !important;
}

.icon .icon-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #187EA2;
}

.icon:hover .icon-icon {
  background-color: #EA2E49;
}

.icon.icon-10 .icon-icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.icon.icon-16 .icon-icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.icon.icon-10 .icon-icon-add {
  background-image: url(icon-10-add.png);
}
.icon.icon-10 .icon-icon-edit {
  background-image: url(icon-10-edit.png);
}
.icon.icon-16 .icon-icon-cart {
  background-image: url(icon-16-cart.png);
}
.icon.icon-16 .icon-icon-grid {
  background-image: url(icon-16-grid.png);
}
.icon.icon-16 .icon-icon-list {
  background-image: url(icon-16-list.png);
}

.columns { 
  position:relative; 
  width:100%; 
  float:none; 
  clear:both; 
  overflow:hidden; 
  margin-bottom:15px; 
}
.column { 
  float:left; 
}
.columns2 .column-1 { 
  position:relative; 
  width:49.5%; 
}
.columns2 .column-2 { 
  float:right; 
  width:49.5%; 
}

.grid .grid-3 {
  float: left;
  width: 32.5%;
  margin-right:1%;
  min-height:1px;
}
.grid .grid-3.grid-3-last {
  margin-right: 0;
}
.grid .grid-5 {
  float: left;
  width: 19%;
  margin-right: 1%;
  min-height:1px;
}
.grid .grid-5.grid-5-last {
  margin-right: 0;
}

.color-green {
  color: green;
}
.color-red {
  color: red;
}
.color-primary {
  color: #CC33CC;
}
.color-secondary {
  color: #996699;
}

.wrapper {
  position:relative;
}

.container {
  position: relative;
  width:90%;
  max-width: 1170px;
  margin: 0 auto;  
  background-color:#FFFFFF;
}
.container.layout-fixed .template-content {
  padding:40px 0;
}
.container.content-container,
.container.layout-fixed {
  padding:0 1%;
}
.header {
  width: 100%;
  z-index:999;
  background-color:#FFFFFF;
}

.header .container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  background-color: transparent;
}

.header a.logo {
  display: block;
  float: left;
  margin: 21px 1% 17px 0;
  width: 39%;
  height: 60px;
}
.header .header-right {
  float:right;
  width:60%;
  padding:32px 0 24px;
}

.header .topnav {
  position:relative;
  float:left;
  white-space: nowrap;
}
.header .topnav .header-usps {
  float:left;
  list-style:none;
  font-size:13px;
  margin-right:17px;
  max-width: 133px;
  overflow: hidden;
}
.header .topnav .header-usps a {
  line-height:18px;
  height:18px;
  color:#CC33CC;
}
.header .topnav .search {
  float: right;
}
.header .topnav .search input {
  width: 180px;
  background: url(icon-search.png) 4px 50% no-repeat #F5F5F5;
  padding: 8px 8px 8px 26px;
}

.header .topnav .autocomplete {
  width: 214px;
  position: absolute;
  right: 0;
  top: 50px;
  background: #FFF;
  border: 1px solid #EEE;
  box-shadow:rgba(0,0,0,0.1) 0 0 10px;
  z-index: 990;
  display: none;
}

.header .topnav .autocomplete .arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(dropdown-arrow.png) 20px 0 no-repeat;
}

.header .topnav .title {
  font-weight: bold;
  color: #999999;
  height: 18px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: rgba(0, 0, 0, 0.025);

}

.header .topnav .autocomplete .more {
  padding: 10px;
  border-top: 1px solid #eee;
}

.header .topnav .autocomplete .more a {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  font-size: 12px;
}

.header .topnav .autocomplete .more span {
  color: #999;
}
.header .topnav .autocomplete .notfound {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: none;
}

.header .topnav .autocomplete.noresults .products,
.header .topnav .autocomplete.noresults .more {
  display: none;
}
.header .topnav .autocomplete.noresults .notfound {
  display: block;
}

.header .shopnav {
  float: left;
  margin: 0;
}
.header .shopnav p {
  margin-bottom: 9px;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.header .shopnav p a {
  color: #187EA2;
}
.header .shopnav p a:hover {
  color: #EA2E49;
}
.header .shopnav ul {
  list-style: none;
  height: 36px;
  font-size:13px;
  line-height: 18px;
}

.header .shopnav ul li {
  margin-left: 17px;
  height: 18px;
  line-height: 18px;
}

.header .shopnav ul li a {
  height: 18px;
  line-height: 18px;
}

/* ------------------ CART ------------------ */

.header .cart {
  z-index: 7777;
  position:relative;
  float:left;
}
.header .cart a {
  display: block;
  line-height: 18px;
}
.header .cart h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .cart i {
  position:relative;
  top: -2px;
  display: inline-block;
  width: 55px;
  height: 40px;
  background: url(icon-cart.png) no-repeat #000000;
  border-radius:3px;
}
.header .cart > a span {
  display:inline-block;
  height: 40px;
}
.header .cart a small {
  display: block;
  float: right;
  clear:both;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  font-size: 13px;
}
.header .cart a strong {
  display: block;
  float: right;
  clear:both;
  color: #000000;
  font-size: 15px;
  padding:0 10px;
}
.header .cart.hover a strong {
  color: #CC33CC;
}

.header .cart .contents {
  position: absolute;
  display: none;
  top: 50px;
  right: -75px;
  z-index: 1000;
  height: auto;
  width: 298px;
  background: white;
  border: 1px solid #EEE;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  line-height: 18px;
  font-size: 13px;
  z-index: 1000;
}
.header .cart.hover .contents {
  display: block;
}
.header .cart .contents .arrow {
  position: absolute;
  left: -1px;
  top: -10px;
  width: 300px;
  height: 10px;
  background: url(dropdown-arrow.png) 188px 0 no-repeat;
}
.header .cart .contents h3 {
  font-size: 18px;
  font-weight: normal;
  color :#000000;
  padding:15px 0;
  margin:0 15px;
  border-bottom:1px solid #CC99CC;
}
.header .cart .contents h3 small {
  font-size:14px;
  color:#666666;
}
.header .cart .contents .sum {
  border-top: 1px solid #eee;
  background: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
}
.header .cart .contents .buttons {
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}

.header .cart .contents .buttons a {
  display: inline-block;
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  line-height: 18px;
  margin: 0 5px;
  font-size: 12px;
}
/* End CART */

.header .localization {
  position:absolute;
  top:29px;
  right:0;
  z-index:7777;
}
.header .localization .language {
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  padding-left:15px;
  line-height:18px;
}
.header .localization .currency {
  position:absolute;
  top:18px;
  right:0;
  z-index:1;
  line-height:18px;
}


/* NAVIGATION */

/* High resolution screens */

.header .categories {
  clear: both;
  width: 100%;
  padding: 0;
  background-color:#FAF5FA;
}
.header .categories ul {
  display: block;
  max-width: 1170px;
  /* overflow: hidden; */
  list-style: none;
}
.header .categories ul li {
  padding: 13px 0;
  height: 36px;
  line-height: 36px;
  display: block;
  float: left;
  position: relative;
}
.header .categories ul li.home a,
.header .categories ul li a.main {
  color: #000000;
  padding: 0 30px;
  border-right: 1px solid #CC66CC;
  border-color: rgba(204,102,204,0.2);
  font-size: 16px;
  font-weight:100;
  text-transform:uppercase;
  height: 36px;
  line-height: 36px;
  display: block;
  float: left;
}
.header .categories ul li a.main.last {
  border:none;
}
.header .categories ul li a.main.brands,
.header .categories ul li a.main.new,
.header .categories ul li a.main.sale,
.header .categories ul li a.main.blog {
  border-right:none;
  border-left: 1px solid #CC66CC;
  border-color: rgba(204,102,204,0.2);
  margin-bottom:0;
}
.header .categories ul li a.main.sale {
  background:url(icon-sale.png) right 50% no-repeat;  
  margin-right: 8px;
  padding-right: 22px;
}
.header .categories ul li.hover > a {
  color:#CC33CC;
}
.header .categories ul ul {
  display: none;
  position: absolute;
  top: 62px;
  left: 0px;
  z-index: 1000;
  height: auto;
  width: auto;
  padding: 20px 0;
  background-color: #FAF5FA;
  line-height: 21px;
  font-size: 14px;
  opacity: 0.95;
}
.header .categories ul li.hover ul {
  display: block;
}
.header .categories ul ul li {
  padding: 0 50px;
  float: none;
  /*height: 21px;*/height:auto;
  line-height: 21px;
}
.header .categories ul ul li a {
  min-width: 160px;
  display: block;
  color:#666666;
}
.header .categories ul ul li.hover > a {
  color:#CC66CC;
}
.header .categories ul ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.header .categories ul ul li.title {
  color: #999;
  /*padding: 0 0 10px 0;*/
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .categories ul ul ul,
.header .categories ul li.hover ul ul {
  left: 220px;
  top: -20px;
  display: none;
}
.header .categories ul li.hover ul li.hover ul {
  display: block;
}

/* Low resolution screens */

.header .categories-lowres .container {
  width:100%;
  overflow:hidden;
}
.header .categories-lowres .container > ul {
  border-top:4px solid #FFFFFF;
}
.header .categories-lowres ul li {
  float:none;
  clear:both;
  padding:0;
  height:auto;
  border-bottom:1px solid #CC66CC;
  border-color: rgba(204,102,204,0.2);
  border-color: #FFFFFF;
}
.header .categories-lowres ul li.home a,
.header .categories-lowres ul li a.main,
.header .categories-lowres ul li a.main.brands,
.header .categories-lowres ul li a.main.new,
.header .categories-lowres ul li a.main.sale,
.header .categories-lowres ul li a.main.blog {
  float:none;
  padding:0 10% 0 2%;
  border:none;
}
.header .categories-lowres ul ul {
  position:relative;
  top:0;
  left:0;
  width:100%;
  padding:0;
  border-top: 1px solid #fff;
}
.header .categories-lowres ul ul li {
  width:100%;
  height:auto;
  line-height:36px;
  padding:0;
}
.header .categories-lowres ul ul li:last-child {
  border-bottom:none;
}
.header .categories-lowres ul ul li a {
  padding:0 5% 0 10%;
}
.header .categories-lowres ul ul ul,
.header .categories-lowres ul li.hover ul ul {
  left: 0;
  top: 0;
}
.header .categories-lowres ul ul ul li a {
  padding-left:20%;
}
.header .categories-lowres ul li.hover ul,
.header .categories-lowres ul ul li.hover ul,
.header .categories-lowres ul li.hover ul li.hover ul {
  display: none;
}
.collapse-menu {
  position:absolute;
  top:0;
  right:0;
  z-index:9;
  font-size:26px;
  line-height: 36px;
  padding: 0 10px;
}

/* End NAVIGATION */

.heading {
  margin-bottom: 20px;
  padding:20px 25px;
  background: url(bg-none.png) #EEEEEE;
  overflow: hidden;
  position: relative;
}


.messages {
  margin: 20px auto;
  width:100%;
  max-width: 1170px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.messages ul {
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 26px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  background: #ECEFF5;
  border: 1px solid #3B5998;
}

.gui-messages ul {
  padding: 5px 5px 5px 26px;
  margin-bottom: 10px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  list-style-type: none;
  background: #ECEFF5;
  border: 1px solid #3B5998;
}
.messages ul.error {
  color: #DD3C10;
  background: #FCECE8;
  border-color: #DD3C10;
}
.messages ul.success {
  color: #609946;
  background: #EFF5ED;
  border-color: #609946;
}
.messages ul.warning {
  color: #E2C822;
  background: #FCFAE9;
  border-color: #E2C822;
}

.breadcrumbs {
  font-size: 13px;
  padding:10px 10px 30px 10px;
}
.breadcrumbs i {
  display:inline-block;
  width:7px;
  height:7px;
  background:url(arrow-right.png) 50% 50% no-repeat;
}
.breadcrumbs a {
  color: #666666;
}
.breadcrumbs a:hover {
  color: #CC33CC;
}

.heading .container .image {
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  right: 24px;
  top: -10px;
  padding: 20px;
  border-radius: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.heading h1 {
  color: #000000;
  clear: both;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 36px;
  font-weight:normal;
}

.textpage {
  width: 100%;
  margin: 0 auto;
}

.wysiwyg {
  overflow: hidden;
  line-height: 24px;
}
.wysiwyg.wysiwyg-margin {
  margin-bottom: 18px;
}
.index .wysiwyg,
.template-brands .wysiwyg,
.template-catalog .wysiwyg,
.template-collection .wysiwyg,
.template-tags .wysiwyg {
  /*padding:0 40px;
  text-align:center;*/
  font-size:13px;
  line-height:20px;
  color:#000000;
}

.wysiwyg p {
  margin-bottom: 18px;
}
.wysiwyg ul {
  padding-left:18px;
  margin-bottom: 18px;
}
/*
.wysiwyg ul li {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}
.wysiwyg ul ul {
  margin-bottom: 0;
}

.wysiwyg ol {
  margin-bottom: 18px;
  list-style: decimal;
  padding-left: 20px;
}
.wysiwyg ol ol {
  margin-bottom: 0;
}
*/

.sidebar {
  width: 100%;
}
.sidebar .sidebar-side {
  width: 19.4%;
  min-width:227px;
  padding-bottom:40px;
}
.sidebar .sidebar-main {
  width: 79.4%;
}
.sidebar.sidebar-left .sidebar-side,
.sidebar.sidebar-right .sidebar-main {
  float: left;
}
.sidebar.sidebar-left .sidebar-main,
.sidebar.sidebar-right .sidebar-side {
  float: right;
}

.sidebar-box {
  position:relative;
  padding:10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CC99CC;
  font-size:13px;
}
.sidebar-box.image,
.sidebar-box:last-child {
  border-bottom: none;
  margin-bottom:40px;
}
.sidebar-box.image {
  padding:0;
}
.sidebar-box.image img {
  width:100%;
  max-width:230px;
}
.sidebar-box.sidebar-box-dark {
  background: #F5F5F5;
  border-bottom: none;
  padding: 15px;
}

.sidebar-box h2 {
  margin-bottom: 17px;
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  color: #000000;
}
.sidebar-box.sidebar-box-dark h2 {
  color: #999;
}
.sidebar-box h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  letter-spacing: normal;
}
.sidebar-box .collapse {
  position:absolute;
  top:10px;
  right:0;
  font-size:24px;
  line-height:24px;
  cursor:pointer;
}

.sidebar-box-link {
  padding-bottom: 10px;
  margin-top: -10px;
  text-align: right;
}
.sidebar-box a.sale,
.sidebar-box a.new {
  font-size:15px;
  color:#000000;
}

.sidebar-box a.bullet {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}

.sidebar-box-filter-filter {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}
.sidebar-box-filter-filter select {
  width: 180px !important;
}

.sidebar-box ul {
  list-style: none;
  margin-bottom: 18px;
}
.sidebar-box ul li {
  margin-bottom:4px;
}
.sidebar-box ul li i {
  display:inline-block;
  width:15px;
  height:15px;
  background-color:#f0e0f0;
  margin-right: 10px;
  vertical-align:text-top;
}
.sidebar-box ul li.selected i {
  background-image:url(selected.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.sidebar-box ul li a.active {
  color: #CC33CC;
}
.sidebar-box ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.sidebar-box ul ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.sidebar-filter {
}
.sidebar-filter-item input[type="checkbox"] {
  margin: 3px 5px 3px 0 !important;
}
.sidebar-filter-item label {
  font-size: 13px;
  height: 22px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  width: 165px !important;
}

.sidebar-filter-item label span {

  color: #999;
  font-weight: normal;
  font-size: 12px;
}

/* PRODUCT PAGE */

.productpage {
  overflow:hidden;
  padding-bottom:40px;
}

/* Default Layout */

.productpage .productpage-images {
  float: left;
  width:32%;
}
.productpage .productpage-images-featured {
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}
.productpage .productpage-images-featured img {
  display: block;
  width: 100%;
  height:auto;
}

.productpage-images-thumbs {
  list-style: none;
  margin: 0 0 0 -5%;
  display: block;
}
.productpage-images-thumbs li {
  width: 20%;
  height:auto;
  float: left;
  margin: 5% 0 0 5%;
}
.productpage-images-thumbs li img {
  width:100%;
  height:auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}

.productpage .product-info {
  float: right;
  width: 62%;
  position: relative;
  color:#000000;
}

/* Layout 4 large images */

.images-4 .productpage-images {
  width:60%;
}
.images-4 .productpage-images > ul li {
  display:inline-block;
  width:48%;
  height:auto;
  max-width:346px;
  max-height:519px;
  margin-right:1%;
  overflow:hidden;
}
.images-4 .productpage-images > ul li.even {
  margin-right:0;
}
.images-4 .productpage-images > ul li a img {
  width:100%;
  height:auto;
}
.productpage.images-4 .product-info {
  width:33%;
}
/* Common */

.productpage .product-info h1 {
  font-size:14px;
  line-height:28px;
  margin-bottom:10px;
}
.productpage .product-info h1 strong {
  font-size:30px;
  line-height:20px;
  font-weight:normal;
}
.productpage .product-info .description {
  padding-bottom: 10px;
}
.productpage .product-info .pricing {
  padding-bottom: 15px;
}
.productpage .product-info .pricing .price {
  font-size: 18px;
  color: #000000;
  padding-right: 12px;
}
.productpage .product-info .pricing .price.price-offer {
  color: #CC33CC;
}
.productpage .product-info .pricing .price span {
  color: #000000;
}
.productpage .product-info .pricing .price span.price-old {
  display:inline-block;
  text-decoration: line-through;
  padding-right: 10px;
  color: #000000;
}
.productpage .product-info .pricing .price span.currency {
  opacity: 0.7;
  line-height: 16px;
  font-size: 18px;
  padding-top: 8px;
  letter-spacing: normal;
  text-transform: lowercase;
}
.productpage .product-info .pricing .price-tax {
  padding: 5px 0;
  color: #666;
  text-align: center;
  font-size: 12px;
}

.productpage .product-info .details {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.productpage .product-info .details .product-discounts {
  font-weight: bold;
  margin-bottom: 10px;
}

.productpage .product-info .details .product-discounts span {
  width: 100%;
  margin-bottom: 7px;
  display: block;
}

.productpage .product-info .details dt {
  clear: left;
  /* max-width: 22.5%; */
  float: left;
  margin-bottom: 7px;
  margin-right:2%;
  font-weight: bold;
}

.productpage .product-info .details dd {
  /* max-width: 25%; */
  float: left;
  margin-bottom: 7px;
}

.productpage .product-info .rating {
  padding: 0 10px 10px 0;
}
.products .product .rating {
  padding:5px 0;
}
.productpage .product-info .rating .stars,
.products .product .rating .stars {
  width: 80px;
  height: 16px;
  background: url(icon-16-stars.png) 0px 0px repeat-x;
  margin: 0 3px 9px 0;
  display: inline-block;
  vertical-align: bottom;
}
.productpage .product-info .rating .stars a.show-reviews {
  display:block;
  width:80px;
  height:16px;
}
.productpage .product-info .rating .stars-percent,
.products .product .rating .stars-percent {
  width: 100%;
  height: 16px;
  background: url(icon-16-stars.png) 0px -16px repeat-x;
  display: inline-block;
  float: left;
}

.productpage .product-info .rating .score,
.products .product .rating .score {
  margin-bottom: 9px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}
.productpage .product-info .rating .score .total {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}
.productpage .product-info .rating .score .total a {
  color: #999999;
}
.productpage .product-info .rating .score .total a:hover {
  color: #EA2E49;
}

.productpage .product-info .rating .button-review {
  color: #187EA2;
}
.productpage .product-info .rating .button-review:hover {
  color: #EA2E49;
}

.productpage .product-info .product-usps {
  list-style:none;
}
.productpage .product-info .product-usps li {
  display:inline;
  color:#000000;
  line-height:40px;
}
.productpage .product-info .product-usps .usp1 {
  padding-right:10px;
  border-right:1px solid #000;
  margin-right:10px;
}
.productpage .product-info .product-usps li a {
  color:#000000;
}
.productpage .product-info .product-usps li a:hover {
  color:#CC33CC;
}

.productpage .product-info .share {
  margin-bottom: 10px;
}
.productpage .product-info .share .social {
  min-height: 30px;
  text-align: left;
}
.productpage .product-info .share .social .social-block {
  margin: 5px 0;
}
.productpage .product-info .share .social .social-block.social-block-facebook {
  display: inline-block;
  width: 82px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-google {
  display: inline-block;
  width: 66px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-pinterest {
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-twitter {
  display: inline-block;
  width: 94px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-addthis {
  display: inline-block;
  width: 20px;
  height: 16px;
  padding: 2px 0;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.icon {
  display:inline-block;
  width:30px;
  height:30px;
  background:#000000 url(social-sprite2.png) 0 50% no-repeat;
  text-indent:-99999px;
  cursor:pointer;
}
.productpage .product-info .share .social .social-block.twitter.icon {
  background-position:-32px 50%;
}
.productpage .product-info .share .social .social-block.pinterest.icon {
  background-position:-66px 50%;
}
.productpage .product-info .share .social .social-block.social-block-google.icon {
  background-position:-100px 50%;
}
.productpage .product-info .share .social .social-block.icon:hover {
  background-color:#CC99CC;
}
.productpage .product-info .share .social .social-block.icon a {
  display: block;
  width: 30px;
  height: 30px;
}

.product-info .buy {
}

.product-info .quantity {
  display:inline-block;
  vertical-align:middle;
  border: 1px solid #000;
  background: #EEE;
  height: 40px;
  width: 73px;
  border: 1px solid #DDD;
  border-color: #DDD #EEE #EEE #DDD;
  margin-bottom:20px;
}
.product-info .quantity.hover {
  border-color: #999 #DDD #DDD #AAA;
}
.product-info .quantity input {
  width: 40px;
  border: none;
  background: #FFFFFF;
  font-size: 16px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  padding: 8px 5px;
}
.product-info .quantity .change {
  float: left;
  width: 20px;
  border-left: 1px solid #DDD;
  height: 40px;
}
.product-info .quantity.hover .change {
  border-left: 1px solid #999;
}
.product-info .quantity .change a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: -9999px;
  background: url(quantity.png) no-repeat;
}
.product-info .quantity .change a.up {
  background-position: 0px 0px;
}
.product-info .quantity .change a.down {
  background-position: 0px -20px;
}
.product-info .quantity .change a:hover {
  background-color: #DDD;
}

.product-info .buy .add {
  display: block;
  background: #cc99cc;
  text-align:center;
}

.product-info .buy .add span {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
}
.product-info .buy .add:hover span {
}
.product-info .buy .add-outofstock {
  display: inline-block;
  height: 36px;
  padding: 3px;
  background: #187EA2;
}
.product-info .buy .add-outofstock span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-transform: uppercase;
}
.product-info .buy .add-outofstock:hover span {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.product-info .actions {
}
.product-info .actions a {
  margin: 0 10px 0 0;
}

.productpage .reviews {
}
.productpage .reviews .write {
  text-align: right;
}
.productpage .reviews .write .stats {
  float: left;
}

.productpage .reviews .review {
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.productpage .reviews .review p {
  margin-bottom: 15px;
}


.productpage .reviews .review .rating {
  float: right;
}

.productpage .reviews .review .rating .stars {
  width: 80px;
  height: 16px;
  background: url(icon-16-stars.png) 0px 0px repeat-x;
  margin: 0 3px 9px 0;
  display: inline-block;
  vertical-align: bottom;
}
.productpage .reviews .review .rating .stars-percent {
  width: 100%;
  height: 16px;
  background: url(icon-16-stars.png) 0px -16px repeat-x;
  display: inline-block;
  float: left;
}
.productpage .reviews .review .rating .score {
  margin-bottom: 9px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}

.productpage .reviews .review .author {
  font-weight: bold;
}
.productpage .reviews .review .author .date {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}


.productpage .tabs {
  margin: 20px 0 0 0;
}
.productpage .tabs-holder {
  position:relative;
  zoom:1;
}
.productpage .tabs .tab {
  position:relative;
  padding-top: 10px;  
  border-bottom: 1px solid #cc33cc;
}
.productpage .tabs h2,
.productpage .related h2 {
  margin-bottom: 17px;
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  color: #000000;
}
.productpage .tabs h2 {cursor:pointer;}
.productpage .tabs h2 a {
  line-height: 24px;
  font-size: 15px;
  color: #000000;
}
.productpage .tabs .collapse-tab {
  position:absolute;
  top:0;
  right:0;
  z-index:9;
  font-size:26px;
  line-height: 36px;
  padding: 0 10px;
}
.productpage .tabs-content {
  color:#666666;
  font-size:13px;
  padding-bottom:15px;
}

.productpage .tabs-content.ui-tabs-hide {
  display: none;
}

.productpage .tabs-content td.spec-title {
  padding-right:10px;
}

.productpage .related {
  margin: 20px 0 0;
}
.productpage .related .products.products-grid .product {
  height:300px;
}
.productpage .related .products.products-grid .product.strict {
  height:320px;
}
.productpage.images-4 .related .products.products-grid .product {
  width:30%;
  height:240px;
} 
.productpage.images-4 .related .products.products-grid .product.strict {
  height:260px;
}
.productpage .related .products.products-grid .product p.price,
.productpage .related .products.products-grid .product p.price.price-offer {
  font-size:16px;
}



.brands {
  width: 94%;
  height: 80px;
  padding: 0 3%;
  margin-bottom: 30px;
  position: relative;
}

.brands-container {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.brands-container ul {
  list-style: none;
  width: 20000px;
  position: absolute;
}
.brands-container ul li {
  float: left;
  margin-right: 20px;
}
.brands-container ul li img {
  margin: 0 40px;
}

.brands a.prev,
.brands a.next {
  display: block;
  width: 30px;
  height: 48px;
  position: absolute;
  top: 16px;
  text-indent: -9999px;
  background: url(slides-controls.png) no-repeat;
  opacity:0.7;
  z-index:1;
}
.brands a.prev:hover,
.brands a.next:hover {
  opacity:1;
}
.brands a.prev {
  left: 0;
  background-position: -8px 50% ;
}
.brands a.next {
  right: 0;
  background-position: -63px 50%;
}


.headlines {
  background: #000000;
  color:#FFFFFF;
  position: relative;
  font-size: 30px;
}
.headlines.small {
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
}
.headlines .slider {
  position: relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.headlines .slider .slide, .headlines .slider .prev, .headlines .slider .next {
  display:none;
}
.headlines h2 {
  color:#FFFFFF;
  font-size:60px;
  font-weight:normal;
}

.content {
  width: 100%;
  margin: 0 auto;
}

.content .index h2 {
  font-size: 32px;
color: #000000;
}

.index .index-content {
  margin: 0  0 18px 0;
}
.index .index-content p {
  padding: 40px;
}

.index .index-latest {
  margin: 0  0 18px 0;
}
.index .featured, .index .newest, .index .categories {
  padding:40px 0;
}
.index .categories.clearfix {
  width: auto;
}
.index .categories .category {
  width: 14%;
  margin-right:0.75%;
}

.banners {
  padding: 40px 0;
}
.banners .banner,
.banners .banner-group {
  width:49.2%;
  height:auto;
  max-width: 285px;
  max-height: 285px;
  float: left;
  margin-bottom:1.4%;
}
.banners .banner.banner-tall {
  max-height:580px;
}
.banners .banner.banner-wide {
  width:100%;
  max-width:580px;
}
.banners .banner-group .banner.banner-half {
  width:100%;
  height:auto;
  max-width: 285px;
  max-height:137px;
  margin-bottom:3%;
}
.banners .banner-group .banner.social-button {
  width:49%;
  max-width:137px;
  margin-bottom:0;
}
.banners .banner.banner-right,
.banners .banner-group.banner-right {
  float: right;
}
.banners .banner img {
  width:100%;
  height:auto;
}
.banners .banner.banner-product .product {
  width:100%;
}
.banners .banner.banner-product img {
  width:72%;
}

.index .index-brands {
  margin: 0  0 18px 0;
  height: 80px;
}
.index .index-brands .jcarousel_horizontal li {
  width: 25%;
}

#uspbar {
    background-color: #f0e0f0;
    position: relative;
}
#uspbar .container {
  background:transparent;
  overflow:hidden;
  border-right:1px solid #f8f0f8;
}
#uspbar .usp {
 /* float:left;*/
  display:table-cell;
  width:20%;
  padding: 15px 3% 15px 10%;
  border-left:1px solid #f8f0f8;
}
#uspbar h3 {
  font-family: 'Open Sans Condensed', 'Open Sans', Helvetica, sans-serif;
  font-size:26px;
  line-height:30px;
  font-weight:normal;
}
#uspbar p {
  font-size:13px;
  letter-spacing:-0.5px;
  min-height: 39px;
}

.footer {
  padding: 50px 0;
  background-color:#f4f4f4;
}
.footer .container {
  background:transparent;
}

.footer h4 {
  margin-bottom: 17px;
  padding: 0;
  font-weight:normal;
  line-height: 18px;
  font-size: 16px;
  color: #333333;
}

.footer .footer-nav {
  margin: 0 auto 25px auto;
  border-bottom: 1px solid #EEE;
  font-size:13px;
}
.footer .footer-nav ul {
  margin-bottom: 25px;
  list-style: none;
}
.footer .footer-nav ul li {
}
.footer .contact-data {
  margin-bottom:25px;
}
 .footer-hallmarks {
  padding: 0 0 25px;
  margin: 0 auto 25px auto;
}
.footer-hallmarks a img {
  max-width: 90%;
}

.footer .footer-tags {
  margin: 0 auto 25px auto;
  padding-bottom: 25px;
}

ul.tagcloud {
  text-align: justify;
  list-style: none;
  margin: -2px -2px -3px -3px;
}
ul.tagcloud li {
  margin: 2px 2px 3px 3px;
  float: left;
}
ul.tagcloud li a {
  display: block;
  height: 24px;
  border-radius: 0 3px 3px 0;
  background: url(tag.png) 0px 0px no-repeat #EEE;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.tagcloud li a:hover {
  color: #FFFFFF;
  background-color: #EA2E49;
}

.footer .footer-payment {
  overflow: hidden;
}
.footer .footer-payment img {
  float: left;
  clear:both;
  max-width:220px;
  margin: 2px 0;
}
.footer .footer-payment img.payment-icon {
  width:40px;
}
.footer .social li {
  line-height:24px;
  padding-left:30px;
  background:url(social-sprite.png) 0 0 no-repeat;
}
.footer .social li.twitter {
  background-position:0 -34px;
}
.footer .social li.youtube {
  background-position:0 -68px;
}
.footer .social li.pinterest {
  background-position:0 -102px;
}
.footer .social li.instagram {
  background-position:0 -136px;
}

#form-newsletter label {
  display: block;
  margin-bottom: 5px;
}
#form-newsletter label span {
    color: #666;
}
#form-newsletter input {
  float:left;
  clear:both;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 8px;
  text-shadow: 0 1px 0 #FFF;
  width: 180px;
  max-width:100%;
  margin-bottom:5px;
}
#form-newsletter button {
  float:left;
  clear:both;
  background:transparent url(newsletter.png) 0 0 no-repeat;
  border: 0;
  cursor: pointer;
  line-height: 24px;
  padding-left:30px;
  font-size: 13px;
}

.footer .footer-copyright {
  height: 36px;
  padding-bottom: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}


/* Products general */
.categories,
.products {
  position: relative;
}
.products.products-horizontal {
  width: 100%;
  margin-bottom: 30px;
}
.categories,
.products.products-grid,
.products.products-list {
  width: 100%;
}
.products.products-sidebar {
  width: 100%;
}
.products.products-livesearch {
  width: 208px;
}
.products.products-cart {
  width: 100%;
}

.categories .category p.description {
  text-align: center;
  line-height: 16px;
  font-size: 13px;
}


/* Horizontal & grid products */
.categories .category,
.products.products-horizontal .product,
.products.products-grid .product {
  float: left;
  margin-right: 4%;
  position: relative;
  text-align:center;
  border-bottom:3px solid #F4F4F4;
  padding: 0.7% 0;
}
.products.products-horizontal .product {
  width:24.4%;
  max-width: 285px;
  height:293px;
  margin-right:0.85%;
}
.products.products-horizontal .product.strict {
  height:313px;  
}
.categories .category,
.products.products-grid .product {
  /* max-width: 215px; */
  width: 22%;
  padding: 1%;
  margin-right: 1%;
  overflow:hidden;
}
.products.products-grid .product {
  height:327px;
}
.products.products-grid .product.strict {
  height:347px;
}
.categories .category.category-last,
.products.products-horizontal .product.product-last,
.products.products-grid .product.product-last {
  margin-right: 0;
}
.categories .category img,
.products.products-horizontal .product img,
.products.products-grid .product img {
  margin-bottom: 5px;
  background: url(no-image.png) center no-repeat #FFFFFF;
  width: 94%;
  max-width: 205px;
  height: auto;
}
.categories .category img {
  max-width: 140px;
}
.products.products-grid .product img {
  padding: 3%;
  max-width: 186px;
}

.categories .category h3,
.products.products-horizontal .product h3,
.products.products-grid .product h3 {
  font-size:13px;
  font-weight:normal;
  height: 57px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.categories .category.hover h3,
.products.products-horizontal .product.hover h3,
.products.products-grid .product.hover h3 {
  
}
.categories .category h3 a,
.products.products-horizontal .product h3 a,
.products.products-grid .product h3 a {
  display: block;
  max-height: 38px;
  overflow: hidden;
}
.categories .category h3 strong,
.products.products-horizontal .product h3 strong,
.products.products-grid .product h3 strong {
  font-size: 16px;
  color: #000000;
}
.products.products-horizontal .product p.price,
.products.products-grid .product p.price,
.products.products-list .product p.price {
  font-size: 18px;
  color:#333333;
}

.products.products-horizontal .product p.price.price-offer,
.products.products-grid .product p.price.price-offer,
.products.products-list .product p.price.price-offer {
   color:#CC33CC;
}

.products.products-horizontal .product p.price span.price-old,
.products.products-grid .product p.price span.price-old,
.products.products-list .product p.price span.price-old {
  color:#333333;
  text-decoration: line-through;
  margin-right:10px;
}

/* Exclusive Germany*/
.product p.price span.price-old .uvp {
  font-size: 8px;
  margin: 0 0 0 5px;
}
.productpage .product-info .pricing .price .uvp {
  font-size: 9px;
}
.products.products-grid .product .unitprice, 
.products.products-horizontal .product .unitprice {
  font-size: 10px; 
  text-align: center;
}
.products.products-list .product .unitprice {
  font-size: 10px;
  float: right;
  text-align: right;
}
.products.products-list .product.hover .unitprice {
  right:30px;
}
.product p.price.price .asterisk {
  font-size: 12px;
  position:relative;
  top:-4px;
  text-decoration:none !important;
}
.product p.price.price-offer .asterisk {
}
.shippingreturn-de {
  width: 100%;
  display: block;
  font-size: 10px;
  padding: 10px 0;
}
/**/

.products.products-horizontal .product p.price span.currency,
.products.products-grid .product p.price span.currency,
.products.products-list .product p.price span.currency {
  font-size: 15px;
  letter-spacing: normal;
  text-transform: lowercase;
  opacity: 0.7;
}

.categories .category.hover,
.products.products-horizontal .product.hover,
.products.products-grid .product.hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-color: #F0E0F0;
}

.categories .category.hover.category-last,
.products.products-horizontal .product.hover.product-last,
.products.products-grid .product.hover.product-last {
}


/* List products */
.products.products-list .product {
  border-bottom:3px solid #F4F4F4;
  position: relative;
  padding: 20px 0;
}
.products.products-list .product.product-last {
  border-bottom: none;
}
.products.products-list .product.hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-color: #F0E0F0;
}

.products.products-list .product img {
  padding: 0 20px 0 10px;
  float: left;
}
.products.products-list .product h3 {
  font-size:13px;
  font-weight:normal;
  height: 57px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.products.products-list .product h3 strong {
  font-size: 16px;
  color: #000000;
}
.products.products-list .product h3 a {
  display: block;
  width: 444px;
}

.products.products-list .product p.description {
  float: left;
  width: 444px;
  height: 100px;
  min-height: 102px;
  overflow: hidden;
  padding: 10px 0;
  font-size:13px;
}

.products.products-list .product .actions {
  float: right;
  width: 530px;
  text-align: right;
}
.products.products-list .product .actions a.button-add {
  float: left;
}

/* Sidebar, livesearch & cart products */
.products.products-sidebar .product {
  margin-bottom: 6px;
}
.products.products-livesearch .product,
.products.products-cart .product {
  padding: 10px;
}

.products.products-sidebar .product,
.products.products-livesearch .product,
.products.products-cart .product {
  font-size: 13px;
  white-space: nowrap;
  padding:6px 0;
  border-bottom: 3px solid #EEE;
}
.products.products-sidebar .product img,
.products.products-livesearch .product img,
.products.products-cart .product img {
  float: left;
  margin-right: 10px;
}

.products.products-sidebar .product h4,
.products.products-livesearch .product h4,
.products.products-cart .product h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight:normal;
}
.products.products-sidebar .product h4 strong,
.products.products-livesearch .product h4 strong,
.products.products-cart .product h4 strong {
  font-size:14px;
  color:#000000;
}

.products.products-sidebar .product p.price,
.products.products-livesearch .product p.price,
.products.products-cart .product p.price {
  color: #333333;
}
.products.products-cart .product p.price strong {
  color: #000000;
}
.products.products-sidebar .product p.price.price-offer,
.products.products-livesearch .product p.price.price-offer,
.products.products-cart .product p.price.price-offer {
  color: #CC33CC;
}
.products.products-sidebar .product p.price span,
.products.products-livesearch .product p.price span,
.products.products-cart .product p.price span {
  color: #333333;
  text-decoration: line-through;
}

.products.products-sidebar .product.hover {
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid #F0E0F0;
}

/* Homepage banner products */
.banner-product .product {
  text-align: center;
}
.banner-product .product h3 {
  font-size:13px;
  font-weight:normal;
}
.banner-product .product h3 strong {
  font-size:16px;
  color:#000000;
}
.banner-product .product .price {
  font-size:18px;
  color:#333333;
}
.banner-product .product .price.price-offer {
  color:#CC33CC;
}
.banner-product .product .price.price-offer span {
  color:#333333;
  text-decoration:line-through;
}

/* http://localhost/share/spinner/build.php?type=alternative&size=64&speed=10&fg_color=19A9E5&bg_color=ffffff */
.products .products-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(spinner-large.gif) center 74px no-repeat rgba(255, 255, 255, 0.9);
  line-height: 340px;
  text-shadow: 0 1px 0 #FFFFFF;
  z-index: 100;
  text-align: center;
  display: none;
}
.products .products-loader.visible {
  display: block;
}
.products.products-list .products-empty,
.products.products-grid .products-empty {
  text-align: center;
  height: 232px;
  line-height: 232px;
}

.elements-wrapper {
  height: 26px;
  background: rgba(0, 0, 0, 0.05);
  background: #F00;
  margin: 10px 0;
}
.elements-wrapper-big {
  height: 70px;
}

.tui-dropdown {
  padding: 3px 5px;
  line-height: 18px;
  background: url(tui-dropdown-arrow.png) 100% 4px no-repeat #FFFFFF;
  font-size: 12px;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tui-dropdown.hover {
  border-color: #999 #DDD #DDD #AAA;
}

.tui-dropdown span {
  color: #999999;
  padding: 0 18px 0 0;
  display: block;
}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  display: none;
}
.tui-dropdown ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-dropdown ul li a {
  display: block;
  padding: 2px 0px;
}


.tui-dropdown.tui-language span {
}
.tui-dropdown ul li.tui-language {
}

.tui input[type=text],
.tui input[type=password] {
  display: block;
  border: 1px solid #DDD;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 8px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  float: left;
}

.tui input[type=checkbox],
.tui input[type=radio] {
  height: 16px;
  width: 20px;
  margin: 5px 10px 5px 0;
  float: left;
}

.tui input:hover,
.tui input:focus,
.tui textarea:hover,
.tui textarea:focus,
.tui select:hover,
.tui select:focus {
  border-color: #999 #DDD #DDD #AAA;
}

.tui textarea {
  border: 1px solid #CCCCCC;
  height: 56px;
  line-height: 20px;
  font-size: 12px;
  padding: 6px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;

}

.tui select {
  display: block;
  border: 1px solid #CCCCCC;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  background: #FFF;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;
  width: 200px;
}

.tui label {
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.tui select[multiple] {
  height: 70px;
}

a.tui-button {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  padding: 0 10px;
  background: #187EA2;
  border: 1px solid #FFFFFF;
  outline: 2px solid #187EA2;
}

.product-info-options {
}


/* [START] product-configure */
.product-configure {
  margin-bottom: 5px;
  font-size:13px;
}
.product-configure-options {
  overflow:hidden;
}
.product-configure label {
  max-width: 380px;
  float:none;
}
.product-configure label em {
  color: #37B1DE;
}
.product-configure select {
  width:auto;
  max-width: 380px;
}
.product-configure input[type=text],
.product-configure textarea {
  width: 368px;
}
.product-configure .product-configure-custom-option-item {
  width:auto;
  max-width: 380px;
}
.product-configure .product-configure-custom-option-item label {
  font-weight: normal;
  max-width: 340px;
}
.product-configure-custom-option-date {
  float:left;
  width: 275px;
}
.product-configure-custom-option-time {
  float:left;
  width: 105px;
}
.product-configure .product-configure-custom-option-date select,
.product-configure .product-configure-custom-option-time select {
  margin-right: 5px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-day,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-hour,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  width: 50px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-month {
  width: 120px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year {
  width: 65px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  margin-right: 0;
}
.product-configure .product-configure-variants,
.product-configure .product-configure-options-option,
.product-configure .product-configure-custom-option {
  padding-bottom: 10px;
  float: left;
  margin-right: 5%;
}
.product-configure .product-configure-clear {
  clear: both;
}

.availability {
  float: left;
  font-size: 12px;
  position: relative;
  margin-top: 30px;
}
/* [END] product-configure */



.collection-options {
  position:relative;
  height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 12px;
}

.collection-nav {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}

.collection-nav .collection-nav-total {
  float: left;
}
.collection-nav .collection-nav-pages {
  float: right;
  font-weight: bold;
}

.collection-options .collection-options-mode {
  float: left;
  margin: 4px 15px 4px 0;
}

.collection-options-mode .icon .icon-icon {
  background-color: #DDDDDD;
}

.collection-options-mode .icon.active .icon-icon {
  background-color: #187EA2;
}
.collection-options-mode .icon:hover .icon-icon {
  background-color: #EA2E49;
}

.button-grid {
  margin-right: 10px;
}

.collection-options-compare {
  float: left;
  border-left: 1px solid #DDD;
  padding-left: 15px;
  margin: 4px 0 4px 0;
}
.collection-options-compare a {
  color: #999;
}

.collection-options-sort {
  float: right;
  height: 26px;
}

.collection-options-sort span.label,
.collection-options-limit span.label {
  display: block;
  float: left;
  padding-right: 5px;
  line-height: 26px;
}
.collection-options-limit {
  float: right;
  margin-right: 15px;
  height: 26px;
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
.clearmargin {
  margin: 0;
}

.sidebar-filter-slider {
  padding: 1px 0;
}
.sidebar-filter-range {
  font-size: 12px;
}
.sidebar-filter-range .min {
  float: left;
}
.sidebar-filter-range .max {
  float: right;
}

#collection-filter-price {
  height:7px;
  border:none;
  border-radius:4px;
  margin:8px 10px;
  background:url(tui-slider-handle.png) repeat-x #DDDDDD;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background:url(tui-slider-handle.png) repeat-x #A5D8E4;
  border:none;
  position: absolute;
  height: 7px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width:25px;
  height:7px;
  border:0;
  top:0;
  margin-left:-10px;
  background:#333333;
  cursor:col-resize;
  border-radius:4px;
}

.collection-spinner {
  height: 16px;
  padding: 15px;
}

.collection-spinner.busy,
.collection-spinner.manual {
  height: 16px;
  background: #f5f5f5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0 1px 0 #FFFFFF;

}
/* http://localhost/share/spinner/build.php?type=alternative&size=16&speed=10&fg_color=19A9E5&bg_color=ffffff */
.collection-spinner-loading {
  display: none;
  padding-left: 26px;
  background: url(spinner-small.gif) left center no-repeat;
}
.collection-spinner.busy .collection-spinner-loading {
  display: inline-block;
}
.collection-spinner-more {
  display: none;
  text-align: center;
}

.collection-spinner.manual .collection-spinner-more {
  display: block;
}
.collection-spinner.busy.manual .collection-spinner-more {
  display: none;
}

.collection-pagination {
  padding:10px 0;
  font-size:12px;
}

.collection-pagination .info {
  float:left;
  padding:5px 0;
}

.collection-pagination ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}

.collection-pagination ul li {
  float:left;
  padding:5px 2px;
}

.collection-pagination ul li.prev {
  padding-right:7px;
}

.collection-pagination ul li.next {
  padding-left:7px;
}

.collection-pagination ul li.number {
  padding:4px 2px;
}

.collection-pagination ul li.number a {
  background-color:#CCC;
  display:block;
  padding:1px 7px;
  box-shadow:0 0 5px #CCC;
  color:#fff;
}

.collection-pagination ul li.number a:hover {
  background-color:#BEBEBE;
  color:#fff;
}

.collection-pagination ul li.number.active a {
  background-color:red;
  font-weight:400;
}

/*
.gui-progressbar, .gui-progressbar .gui-indicator .gui-progress {
  background-image: url(gui-progressbar-sprite.png) !important;
}
*/

/* RESPONSIVE STRUCTURE */
@media (max-width: 1366px) {
  .container, .headlines.small {
    width:96%;
  }
  .header .topnav .search input {
    width:160px;
  }
  .header .topnav .autocomplete {
    right:-20px;
  }
  .products.products-horizontal .product {
    width:24.4%;
    margin-right:0.8%;
  }
}
@media (max-width: 1200px) {
   .header .topnav .search input {
     width:140px;
   }
   .header .topnav .autocomplete {
    right:-20px;
  }
  .header .localization .tui-dropdown {
    padding-right:0;
  }
  .sidebar .sidebar-main {
    width: 76%;
  }
}
@media (max-width: 1150px) {
  .header a.logo {
    width:31%;
  }
.header a.logo img {max-width:100%;}
  .header .header-right {
    letter-spacing:-0.5px;
     width:63%;
  }
  .products.products-grid .product {
    width:30.5%;
  }
  #uspbar .usp {
    background-position:10px 50%;
  }
}
@media (max-width: 1023px) {
  body {
    /* padding-top:209px; */
    background-color:#fff !important;
    background-image:none !important;
  }
  .container.content-container,
  .container.layout-fixed {
    padding:0;
  }
  .header a.logo {
    float:none;
    clear:both;
    width:100%;
  }
  .header .header-right {
    float:right;
    clear:both;
    width:auto;
    padding:0 0 5px;
    letter-spacing:normal;
  }
  .header .localization {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    width: 56px;
  }
  .header .categories ul li a.main {
    padding:0 25px;
  }
  .sidebar .sidebar-main {
    width: 72%;
  }
.productpage .related .products.products-grid .product {
  height:300px;
}
.productpage .related .products.products-grid .product.strict {
  height:320px;
}
.productpage.images-4 .related .products.products-grid .product {
  width:30%;
  height:240px;
} 
.productpage.images-4 .related .products.products-grid .product.strict {
  height:260px;
}
}
@media (max-width: 957px) {
  body {
    /* padding-top:147px; */
  }
  .header .header-right {
    width:100%;
    padding-top:10px;
    background-color: #F9F4F9;
  }
  .header .localization {
    position: absolute;
    top: 10px;
    right: 0;
    float: none;
    z-index: 300;
  }
  .header .topnav, .header .shopnav, .header .cart {
    position:relative;
    right:-18%;
  }
  .header .cart .contents {
   right:0;
  }
  .header .cart .contents .arrow {
    background-position: 260px 0;
  }
  .header .categories, .headlines {
    width:96%;
    margin:0 auto;
  }
  #categories-menu-button {
    float:left;
    margin:0 20px 0 7px;
  }
  #categories-menu-button i {
    display:inline-block;
    width:40px;
    height:40px;
    margin-right:5px;
    background: #CC33CC url(icon-menu.png) 50% 50% no-repeat;
    border-radius:3px;
  }
  #categories-menu-button.collapsed i {
    background-color:#000000;
  }
  #categories-menu-button span {
    font-size:13px;
    vertical-align:8px;
    text-transform:uppercase;
  }
  .header .categories ul li a.main.sale {
    background: url(icon-sale.png) 60px 50% no-repeat;
  }
  .breadcrumbs {
    padding:20px 10px;
  }
  #filters-menu-button {
    padding:10px;
    background:#EEEEEE;
  }
  #filters-menu-button i {
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:5px;
    background: #CC33CC url(icon-menu.png) 50% 50% no-repeat;
    background-size:contain;
    border-radius:3px;
    cursor:pointer;
  }
  #filters-menu-button span {
    vertical-align:3px;
    text-transform:uppercase;
  }
  .filters-categories-lowres h2 {
    margin-bottom:0;
  }
  #uspbar .usp {
    background-position:8px 50%;
    padding: 15px 1% 15px 12%;
  }
}
@media (max-width: 906px) {
  .header .topnav, .header .shopnav, .header .cart {
    right:-12%;
  }
  .sidebar .sidebar-main {
    width:65%;
  }
  .products.products-grid .product {
    width: 46%;
    margin-right:3.5%;
  }
  .products.products-grid .product.product-last {
    margin-right:0;
  }
}
@media (max-width: 846px) {
  .header .topnav, .header .shopnav, .header .cart {
    right:-6%;
  }
  .columns2 .column {
    float:none;
    clear:both;
    width:100%;
    max-width:580px;
    margin:0 auto 10px auto;
  }
  .index .featured, .index .newest {
    max-width:580px;
    margin:0 auto;
  }
  .content .index h2 {
    text-align:center;
  }
  .products.products-horizontal .product {
    width: 49.0%;
  }
  .index .categories {
    max-width: 700px;
    margin: 0 auto;
  }
  .index .categories .category {
    width: 31.0%;
    margin-right: 0.3%;
  }
  .index .categories .category.category-last {
    margin-right:0;
  }
  .images-4 .productpage-images {
    width: 40%;
  }
  .images-4 .productpage-images .slides img {
    width: 100%;
    height: auto;
  }
  .productpage.images-4 .product-info {
    width:55%;
  }
}
@media (max-width: 790px) {
  .header .topnav, .header .shopnav, .header .cart {
    right:0;
  }
  .sidebar.sidebar-left .sidebar-main,
  .sidebar.sidebar-right .sidebar-main {
    float:none;
    clear:both;
    width:100%;
  }
.sidebar.sidebar-left .sidebar-side, .sidebar.sidebar-right .sidebar-side {display:none;}

  #uspbar .usp {
    background-size:28%;
  }

}
@media (max-width: 754px) {
  body {
    /* padding-top:201px; */
  }
  .header a.logo {
    width:100%;
    float:none;
    clear:both;
  }
  .productpage.images-4 .product-info {
    width: 96%;
  }
/*
  .gui-div-cart-related { display:none; }
  .gui-col3-equal .gui-col3-equal-col2.gui-div-cart-coupons { width:40%; }
  .gui-col2-left .gui-col2-left-col1, .gui-col2-left .gui-col2-left-col2 { float:right; width: 100%; }
  .gui-col3-equal .gui-col3-equal-col3 { width: 49%  !important; }
  .gui-cart-sum .gui-item .gui-price { width:30% !important; }
  .gui-checkout .gui-col2-right-col2.gui-checkout-progress { display:none; }
  .gui-checkout .gui-col2-right-col1.gui-checkout-steps { width:100%; }
  .gui-blog .gui-col2-right-col1, .gui-blog .gui-col2-right-col2, .gui-faq .gui-col2-right-col1, .gui-faq .gui-col2-right-col2 { float:none; width:100%; }
  .gui-col2-big-col1, .gui-col2-big-col2 { width:49% !important; }
  .gui-blog .gui-col2-right-col1 { margin-bottom:20px; }
*/

 .productpage .productpage-images,
 .productpage .product-info {
    float:none;
    clear:both;
    width:96%;
    margin:20px auto; 
  }

}
@media (max-width: 646px) {
  .header .topnav {
    position: absolute;
    bottom: -110px;
    right: 10px;
  }
  .header .topnav .autocomplete {
    right:0;
  }
  .header .topnav .autocomplete .arrow {
    background-position:40px 0;
  }
  .header .cart {
    float:right;
  }

  .productpage .productpage-images {
    /*max-width:300px;*/
  }
}
@media (max-width:580px) {
  .collection-options-sort {
    position:absolute;
    top:42px;
    right:0;
  }
  #uspbar {
    width:96%;
    margin:0 auto;
  }
  #uspbar .container {
    border:none;
}
  #uspbar .usp {
display:block;
    float:none;
    clear:both;
    width:73%;
    padding-left:25%;
    border:none;
    background-size:15%;
  }
.footer .footer-nav {width:100%;}

  .grid .grid-3 {
    /*float:none;
    clear:both;
    width:auto;*/
    width:45%;
    overflow:hidden;
    margin-bottom:20px;
  width:100%;
  }
.grid .grid-3 h4, .grid .grid-3.info, .grid .grid-3.contact, .grid .grid-3.hallmarks, .grid .grid-3.social form, .grid .grid-3 .footer-more, .grid .grid-3 .footer-rss {display:none;}
.grid .grid-3.service {border-top: 1px solid #FFF;}
.grid .grid-3.service ul li a {width:100%;padding:10px 0;text-align:center;display: block;background: #EEE;border-bottom: 1px solid #FFF;}
.footer .social li {margin-left: 15px;float: left;}
/*
.gui-col2-big-col1, .gui-col2-big-col2 { float:none; width:100% !important; }
.gui-login .gui-col2-big-col1 { margin-bottom:25px !important; }
*/
.categories.scrolled, .header-right.scrolled.lowres {position:static!important;}
.header-right.scrolled.lowres {width:100%!important;}
.fraction-slider .slide > div {
    opacity:0;
    visibility:hidden;
    display:none;
}
.banners {padding:1.4% 0;}
.banners .banner.banner-product img {width:57%;}

.categories .category p.description {display:none;}

}
@media (max-width: 479px) {
  .header .topnav .header-usps, .header .shopnav {
    font-size:12px;
    letter-spacing:-0.5px;
  }
  .header .topnav .search input {
      width: 70px;
  }
  .products.products-grid .product,
  .products.products-horizontal .product,
  .products.products-grid .product.product-last,
  .products.products-horizontal .product.product-last {
    float:none;
    clear:both;
    width: 90%;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:10px;
  }
  .products.products-list .product p.description {
    width:auto;
  }
  .productpage.images-4 .related .products.products-grid .product {
    width: 90%;
    height: 280px;
  }
  .productpage.images-4 .related .products.products-grid .product.strict {
   height:300px; 
  }
 /* table tbody tr td { padding: 1px 3px !important; } */

/*
  #gui-form-cart .gui-image.gui-image-50 { display:none; }
  #gui-form-cart a.gui-button-small { float:right !important; }
  .gui table { font-size:12px !important; }
  .gui-col3-equal .gui-col3-equal-col3 { float:none; width: 100%  !important; }
  .gui-cart-sum .gui-item .gui-price { width:30% !important; }
  .gui-cart .gui-cart-sum { margin-bottom:25px !important; }
  .gui-col3-equal .gui-col3-equal-col2.gui-div-cart-coupons { width:100% !important; margin-top:20px !important; }
  .gui-checkout-method .gui-checkout-steps .gui-block-title strong { font-size:15px !important; }
  .gui-checkout-method .gui-col2-equal .gui-col2-equal-col1, .gui-checkout-method .gui-col2-equal .gui-col2-equal-col2 { float: none; width:100%; }
*/
}
@media (max-width: 350px) {
  .header .topnav .search input {
    width: 40px;
  }
}

                .related-bundle {clear:both;}
                .bundleDetails {float:left;width: 22%;padding: 1.5%;font-size:16px;}
                
                .products.products-grid.bundle .product {overflow:visible;width:16%;}
                .bundle .product .plus {position: absolute;font-size: 30px;color: #999DCC;font-weight: bold;z-index: 999;right: -12px;top: 80px;}
                .bundleDetails b,
                .bundleDetails .per {display:block;}
                .bundleDetails .per {margin-bottom:18px;color:#CC99CC;}
                .bundleDetails .line-through {text-decoration:line-through;}
                
                .bundleDetails .btn {display: block;background: #999DCC;text-align: center;line-height:40px;margin-top:20px;color:#FFF;}
                .bundleDetails .btn:hover {background-color: #AD9918;color:#FFF;}
                
                @media (max-width: 767px) {
                  .productpage .related .products.products-grid.bundle .product {width:46%;}
                  .bundleDetails {padding: 3%;width: 94%;}
                  .products.products-grid.bundle {margin-bottom: 30px;border:1px solid #ccc;width:calc(100% - 2px);}
                  .bundle .product .plus {display:none;}
                  .bundle .product:nth-child(odd) .plus {display: block;margin-top: 40px;margin-right: -7px!important;}
                  .products.products-grid.bundle .product.hover {box-shadow:none;}
                }
                @media (max-width: 479px) {
                  .bundle .product {margin-bottom:20px;}
                .bundle .product:nth-child(odd) .plus {margin:0;}
                .bundle .product .plus {display:block;right: 50%;top:102%;margin-right: -7px!important;}
                .productpage .related .products.products-grid.bundle .product {margin-bottom:25px;}
                
                }


/* Sticky menu CSS */

      .categories.scrolled, .header-right.scrolled.lowres {
        position:fixed;
        z-index: 999;
        top: 0;
        left:0;
      }
      .header-right.scrolled.lowres {
        width:96%;
        left:2%;
      }
      .header-right.scrolled.lowres .localization {
        display:none;
      }
      .categories.scrolled.lowres {
        top:59px;
        left:2%;
      }