.debug * {
  background-color: rgba(100, 100, 100, 0.2);
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (orientation: portrait) {
  .landscape_only {
    display: none!important;
  }
}
@media screen and (orientation: landscape) {
  .portrait_only {
    display: none!important;
  }
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear_float {
  clear: both;
}
a {
  color: inherit;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
a > * {
  color: inherit;
  text-decoration: none;
  border: none;
}
a.underline > * {
  text-decoration: underline;
}
.vertical_center_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical_center_wrapper > .vertical_center {
  display: table-cell;
  vertical-align: middle;
}
.horizontal_center_wrapper {
  text-align: center;
}
.horizontal_center_wrapper > .horizontal_center {
  margin: 0 auto;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
}
.fill_screen {
  min-height: 100%;
  width: 100%;
}
.fill_container {
  width: 100%;
  height: 100%;
}
.full_width {
  width: 100%;
}
.vertical_ratio_keeper {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.shrink_to_size {
  display: inline-block;
}
.no_wrap {
  white-space: nowrap;
}
.no_break {
  display: inline-block;
}
/* custom layout helpers */
.darker_color {
  color: #343029;
}
.dark_color {
  color: #6c6457;
}
.dark_color_bg {
  background-color: #6c6457;
}
.medium_color_1 {
  color: #9e937f;
}
.medium_color_1_bg {
  background-color: #9e937f;
}
.medium_color_2 {
  color: #9b8f7b;
}
.medium_color_2_bg {
  background-color: #9b8f7b;
}
.light_color {
  color: #cdcdcd;
}
.light_color_bg {
  background-color: #cdcdcd;
}
/* project palettes */
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes smoothbounce{ 0%{ -webkit-transform: translateY(0.20em) } 100%{ -webkit-transform: translateY(0) }}
@-moz-keyframes smoothbounce{ 0%{ -moz-transform: translateY(0.20em) } 100%{ -moz-transform: translateY(0) }}
@-o-keyframes smoothbounce{ 0%{ -o-transform: translateY(0.20em) } 100%{ -o-transform: translateY(0) }}
@keyframes smoothbounce{ 0%{-webkit-transform: translateY(0.20em);-moz-transform: translateY(0.20em);-ms-transform: translateY(0.20em);transform: translateY(0.20em);} 100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);};
}
/* project animations */
.button {
  cursor: pointer;
}
.button * {
  cursor: inherit;
}
.button_choice {
  position: absolute;
  bottom: 3em;
  display: inline-block;
  width: 16.5em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.button_choice .line_1 {
  margin-bottom: 0.75em;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button_choice .line_2 {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.button_choice .arrow {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button_choice img.arrow {
  width: 2.7em;
  margin-top: 0.25em;
}
.button_choice:hover .line_1 {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.button_choice:hover .arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.read_more {
  margin-left: 0.25em;
  text-decoration: underline!important;
  color: #6c6457;
}
/* project UI elements styles */
@font-face {
  font-family: 'Rotis_Sans_Serif_Light';
  src: url('../../../../../../fonts/RotisSansSerifStd-Light.eot');
  src: local('☺'), url('../../../../../../fonts/RotisSansSerifStd-Light.eot?#iefix') format('embedded-opentype'), url('../../../../../../fonts/RotisSansSerifStd-Light.woff') format('woff'), url('../../../../../../fonts/RotisSansSerifStd-Light.ttf') format('truetype'), url('../../../../../../fonts/RotisSansSerifStd-Light.svg') format('svg');
}
.underline {
  text-decoration: underline!important;
}
html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../image/bg-cream.jpg) no-repeat top left fixed;
  background-size: cover;
}
body {
  color: #9b8f7b;
  font-family: 'Rotis_Sans_Serif_Light', sans-serif;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  background: none !important;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 16px;
}
h1,
.welcome {
  color: #6c6457;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  margin: 80px 0 40px 0;
}
h2 {
  color: #6c6457;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 26px;
}
a,
a:visited,
a b {
  color: #6c6457;
  font-weight: 400;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  border: 1px solid #9e937f;
  height: 30px;
  background-color: transparent !important;
  color: #6c6457;
  padding-left: 5px;
  font-family: 'Rotis_Sans_Serif_Light', sans-serif;
  margin: 0px;
  margin-bottom: 5px;
  width: 220px;
}
input[type="button"] {
  background-color: #6c6457;
  font-family: 'Rotis_Sans_Serif_Light', sans-serif;
}
textarea {
  height: 100px;
}
select {
  background: #F8F8F8;
  border: 1px solid #9e937f;
  padding: 2px;
  color: #9e937f;
}
label {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
a {
  font-weight: 400;
}
b,
strong {
  font-weight: 400;
}
a,
input[type=submit],
button {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  font-family: 'Rotis_Sans_Serif_Light', sans-serif;
}
small {
  font-size: 16px;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* bg */
#header-menu-bg {
  height: 45px;
  width: 100%;
  background: #332f2e;
}
/* layout */
#box-shadow {
  /*padding-left: 65px;*/
  width: 1000px;
  margin: 0 auto;
  /*background:#fff;*/
}
.shadow {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
}
#container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /*background:#fff;*/
  padding-left: 10px;
  padding-right: 10px;
}
#slider-bg {
  display: none;
  background: #b6a7a4;
  position: absolute;
  width: 100%;
  top: 207px;
  height: 0px;
}
#column-left {
  float: left;
  width: 188px;
}
#column-left .caroufredsel_wrapper .box-product-item {
  margin-right: 0px;
}
#column-left .box-heading {
  margin-top: 0px;
}
#column-right .box-heading {
  margin-top: 80px;
}
#column-right {
  /*float: right;
	width: 188px;*/
}
#column-right .box-category ul li {
  display: inline-block;
}
#column-right .box-category ul li a {
  border: 0;
  text-align: center;
  padding: 10px;
  min-width: 80px;
  /*text-transform: uppercase;*/
  font-size: 16px !important;
  letter-spacing: 0px;
  padding-top: 14px;
}
#column-right .box-category ul li a:hover {
  background: #6c6457 !important;
  color: #fff;
}
#column-right .caroufredsel_wrapper .box-product-item {
  margin-right: 0px;
}
#content {
  min-height: 600px;
  margin-bottom: 0px;
  overflow: hidden;
}
#column-left + #column-right + #content,
#column-left + #content {
  margin-left: 198px;
}
#column-left + #column-right + #content .limit {
  display: none;
}
#column-left + #column-right + #content .welcome-buttons a:last-child,
#column-left + #content .welcome-buttons a:last-child,
#column-right + #content .welcome-buttons a:last-child {
  display: none;
}
#column-right + #content {
  margin-right: 198px;
}
/* header */
#header {
  height: 50px;
  margin-bottom: 7px;
  padding-bottom: 4px;
  position: relative;
  z-index: 99;
}
#header_menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  line-height: 100%;
  text-align: left;
  font-family: 'Rotis_Sans_Serif_Light', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 0.95em;
  background-color: #9b8f7b;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#header_menu .baseline_shifter {
  position: relative;
  bottom: -0.15em;
}
#header_menu .button_head {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  display: inline-block;
  padding: 0.67em 0.85em;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#header_menu .button_head:hover,
#header_menu .button_head.active {
  opacity: 1;
}
#header_menu .separator {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  height: 2em;
  vertical-align: top;
}
#header_menu .button_language_wrapper {
  display: inline-block;
}
#header_menu .button_language_wrapper .button_head {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header_menu .button_language_wrapper .button_head.inactive {
  margin-right: -1em;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
}
#header_menu .button_language_wrapper .button_head.active {
  cursor: default;
}
#header_menu .button_language_wrapper:hover .button_head.inactive {
  margin-right: 0;
  padding-left: 0.85em;
  padding-right: 0.85em;
  opacity: 0.4;
}
#header_menu .button_language_wrapper:hover .button_head.inactive:hover {
  opacity: 1;
}
#header #phone {
  position: absolute;
  top: 35px;
  left: 220px;
}
#header #phone b {
  color: #9e937f;
  font-size: 18px;
  font-weight: normal;
}
#header #phone span {
  color: #393232;
}
#language {
  position: absolute;
  top: 12px;
  right: 0px;
  line-height: 17px;
}
#language img {
  cursor: pointer;
  margin-right: 5px;
}
#currency {
  float: right;
  line-height: 17px;
  margin-top: 5px;
  margin-right: 0px;
}
#currency a {
  background: #746E6E;
  display: inline-block;
  padding: 6px 7px;
  color: #fff;
  text-decoration: none;
  margin-left: 2px;
}
#currency a:hover {
  background: #9e937f;
  text-decoration: none;
}
#currency .active {
  background: #9e937f;
}
#currency .active:hover {
  background: #9e937f;
}
#header #cart {
  position: absolute;
  top: 37px;
  right: 0px;
  z-index: 9;
  clear: both;
}
#header #cart .icon {
  background: #9e937f url("../image/cartmini.png") no-repeat center center;
  width: 45px;
  height: 31px;
  margin-right: 1px;
  float: left;
  z-index: 2;
  cursor: pointer;
}
#header #cart .icon:hover {
  background-color: #B6A7A4;
}
#header #cart .heading {
  float: left;
  padding-top: 7px;
  padding-left: 14px;
  padding-right: 14px;
  background: #B6A7A4;
  position: relative;
  z-index: 1;
  height: 24px;
}
#header #cart .heading a {
  color: #fff;
  text-decoration: none;
}
#header #cart .heading a:hover {
  text-decoration: underline;
  color: #fff;
}
#header #cart .heading a span {
  background: url('../image/arrow-down.png') 100% 50% no-repeat;
  padding-right: 15px;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  top: 31px;
  right: 0px;
  padding: 8px;
  min-width: 300px;
  min-height: 150px;
  z-index: 999;
  border: 1px solid #B6A7A4;
  background: #FFF;
}
#header #cart.active .content {
  display: block;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info td {
  color: #393232;
  vertical-align: middle;
  padding: 10px 5px;
  border-bottom: 1px solid #6c6457;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .name small {
  color: #393232;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #393232;
  padding: 4px;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
#header #search {
  position: absolute;
  top: 37px;
  left: 500px;
  z-index: 1;
}
#header #search input {
  background: #f8f8f8 url("../image/button-search.png") no-repeat right center;
  padding: 1px 38px 1px 10px;
  width: 129px;
  height: 28px;
}
#header #welcome {
  position: absolute;
  top: 17px;
  right: 0px;
  z-index: 5;
  width: 298px;
  text-align: right;
}
#header .links {
  position: absolute;
  right: 0px;
  bottom: 3px;
  padding-right: 10px;
}
#header .links a {
  float: left;
  display: block;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  font-size: 12px;
}
#header .links a + a {
  margin-left: 8px;
}
/* menu */
#menu {
  background: #f4f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f1f1 100%);
  /* W3C */
  border: 1px solid #6c6457;
  height: 46px;
  margin-bottom: 15px;
  padding: 0px 0px;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  background: #f4f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f1f1 100%);
  /* W3C */
  float: left;
  z-index: 20;
  padding: 6px 0px 1px 0px;
}
#menu > ul > li > a {
  font-size: 13px;
  color: #6c6457;
  line-height: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 13px 11px 13px;
  z-index: 6;
  position: relative;
}
#menu > ul > li > a:hover {
  color: #6c6457;
}
#menu .separator {
  width: 1px;
  border-right: 1px solid #6c6457;
  border-left: 1px solid #ffffff;
  padding: 0px;
  margin: 0px;
  height: 46px;
}
#menu > ul > li:hover > a {
  border-bottom: 5px solid #9e937f;
}
#menu > ul > li > div {
  display: none;
  /*background: #FFFFFF;*/
  z-index: 5;
  padding: 5px;
  border: 1px solid #6c6457;
  position: absolute;
}
#menu > ul > li:hover > div {
  display: table;
}
#menu > ul > li > div > ul {
  display: table-cell;
}
#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li > a {
  border-bottom: 1px solid #6c6457;
  color: #6c6457;
  text-decoration: none;
  padding: 10px;
  display: block;
  white-space: nowrap;
  min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
  border-bottom: 1px solid #9e937f;
  background: #F4F1F1;
}
.breadcrumb {
  display: none;
  margin-bottom: 10px;
}
.success,
.warning,
.attention,
.information {
  width: 935px;
  z-index: 10;
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  position: fixed;
  top: 50px;
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
}
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
}
.attention {
  background: #fff5cc url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form tr td:first-child {
  width: 150px;
}
table.form > * > * > td {
  color: #393232;
}
table.form td {
  padding: 4px;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #6c6457;
  border-left: 1px solid #6c6457;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
table.list thead td {
  background-color: #9b8f7b;
  padding: 0px 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
table.list tbody td {
  vertical-align: top;
  padding: 0px 5px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
  vertical-align: top;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: transparent !important;
  cursor: pointer;
}
.pagination {
  border-top: 1px solid #6c6457;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.pagination .links {
  float: left;
}
.pagination .links a {
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  color: #fff;
  background: #B6A7A4;
}
.pagination .links a:hover {
  color: #fff;
  background: #9e937f;
}
.pagination .links b {
  display: inline-block;
  padding: 6px 10px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background: #9e937f;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
/* button */
a.button,
input.button {
  padding: 12px 20px 7px 20px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}
a.button {
  display: inline-block;
  text-decoration: none;
  background: #9b8f7b;
}
input.button {
  margin: 0;
  border: 0;
  background: #9b8f7b;
}
a.button:hover,
input.button:hover {
  background: #9e937f;
}
a.button.selected {
  background-color: #d0ccbf;
}
.buttons {
  overflow: auto;
  padding: 6px 0;
  margin-bottom: 20px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.htabs {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #343029;
}
.htabs a {
  background: #f4f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f1f1 100%);
  /* W3C */
  border-top: 1px solid #343029;
  border-left: 1px solid #343029;
  border-right: 1px solid #343029;
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #6c6457;
  margin-right: 2px;
  display: none;
}
.htabs a:hover {
  color: #6c6457;
}
.htabs a.selected {
  padding-bottom: 7px;
  /*background: #FFFFFF;*/
  color: #6c6457;
}
.tab-content {
  border-left: 1px solid #343029;
  border-right: 1px solid #343029;
  border-bottom: 1px solid #343029;
  padding: 10px;
  margin-bottom: 10px;
  z-index: 2;
  overflow: auto;
}
#tab-description {
  padding: 15px;
}
#tab-related {
  padding-left: 0px;
  padding-right: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-bottom: 0px;
}
#tab-related .box-product-item {
  margin-bottom: 10px;
}
/* box */
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  color: #6c6457;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 38px;
}
.box .box-content {
  /*background: #FFFFFF;*/
}
/* box products */
.box-product {
  width: 100%;
  overflow: hidden;
}
#column-left .box-product {
  width: 188px;
}
.box-product-item {
  background: #343029;
  width: 188px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
  height: 283px;
}
.product-page {
  height: 60px;
  width: 100%;
}
.product-page .box-product-item {
  clear: both;
  float: none;
}
#column-left + #content .product-page .buttons-wish,
#column-right + #content .product-page .buttons-wish {
  width: 47px!important;
}
#column-left + #content .product-page .buttons-wish .text,
#column-right + #content .product-page .buttons-wish .text {
  display: none;
}
#column-left + #content .product-page .buttons-compare,
#column-right + #content .product-page .buttons-compare {
  width: 47px!important;
}
#column-left + #content .product-page .buttons-compare .text,
#column-right + #content .product-page .buttons-compare .text {
  display: none;
}
.product-page .input-qty {
  float: left;
  height: 40px;
  margin-right: 10px;
}
.product-page .input-qty input {
  padding: 11px 6px;
  border: 1px solid #B6A7A4;
  text-align: center;
}
.product-grid .box-product-item {
  margin-bottom: 10px;
}
.product-grid .box-product-item .description {
  display: none;
}
.product-grid .box-product-item .product-list-buttons {
  display: none;
}
.product-grid .price2 {
  display: none;
}
/* Product list display */
.product-list .box-product-rating {
  display: none;
}
.product-list .box-product-item .price2 {
  float: right;
  font-weight: bold;
  font-size: 19px;
  width: 110px;
  text-align: center;
}
.product-list .box-product-item .product-list-buttons {
  cursor: pointer;
  display: inline;
  float: left;
  margin-top: 10px;
}
.product-list .box-product-item .product-list-buttons .pbuttons {
  float: left;
  width: 150px;
  margin-right: 10px;
  background: #746e6e;
  overflow: hidden;
}
.product-list .box-product-item .product-list-buttons .pbuttons:hover {
  background-color: #B6A7A4;
}
.product-list .box-product-item .product-list-buttons .pbuttons .img {
  background-color: #B6A7A4;
  width: 47px;
  height: 40px;
  float: left;
}
.product-list .box-product-item .product-list-buttons .pbuttons .img2 {
  background-color: #9e937f;
  width: 47px;
  height: 40px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-list .box-product-item .product-list-buttons .pbuttons:hover .img2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.product-list .box-product-item .product-list-buttons .buttons-cart .img,
.product-list .box-product-item .product-list-buttons .buttons-cart .img2 {
  background-image: url("../image/box-product-buttons.png");
  background-position: 15px 12px;
  background-repeat: no-repeat;
}
.product-list .box-product-item .product-list-buttons .buttons-cart .img {
  background-image: url("../image/box-product-buttons.png");
  background-position: 15px 12px;
  background-repeat: no-repeat;
}
.product-list .box-product-item .product-list-buttons .buttons-wish .img,
.product-list .box-product-item .product-list-buttons .buttons-wish .img2 {
  background-image: url("../image/box-product-buttons.png");
  background-position: -32px 12px;
  background-repeat: no-repeat;
}
.product-list .box-product-item .product-list-buttons .buttons-compare .img,
.product-list .box-product-item .product-list-buttons .buttons-compare .img2 {
  background-image: url("../image/box-product-buttons.png");
  background-position: -79px 12px;
  background-repeat: no-repeat;
}
.product-list .box-product-item .product-list-buttons .pbuttons:last-child {
  margin-right: 0px;
}
.product-list .box-product-item .product-list-buttons .pbuttons .text {
  float: left;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  width: 103px;
}
.product-list .box-product-item .description {
  display: inline;
}
.product-list .box-product-item {
  width: 100%;
  margin-right: 0px;
  display: inline;
  margin-bottom: 10px;
  clear: both;
  background: none;
  height: auto;
  border-bottom: 1px solid #343029;
}
.product-list .box-product-item:last-child {
  border-bottom: none;
}
.product-list .box-product-item .box-product-buttons {
  display: none;
}
.product-list .box-product-item .name a {
  text-align: left;
  background: none;
  color: #9e937f;
  margin-left: 198px;
  font-size: 21px;
  padding-top: 0px;
}
.product-list .box-product-item .description {
  float: left;
  width: 660px;
  display: block;
  margin-top: 10px;
}
#column-left + #content .product-list .box-product-item .description,
#column-right + #content .product-list .box-product-item .description {
  width: 470px;
}
#column-left + #column-right + #content .product-list .box-product-item .description {
  width: 270px;
}
#column-left + #column-right + #content .product-list .buttons-wish {
  width: 47px;
}
#column-left + #column-right + #content .product-list .buttons-wish .text {
  display: none;
}
#column-left + #column-right + #content .product-list .buttons-compare {
  width: 47px;
}
#column-left + #column-right + #content .product-list .buttons-compare .text {
  display: none;
}
.product-list .box-product-item .price {
  float: right;
  color: #393232;
  font-size: 21px;
  margin: 0;
  padding: 0;
  height: auto;
}
.product-list .box-product-item .name a:hover {
  color: #6c6457;
}
.product-list .box-product-item .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #6c6457;
}
.product-list .view-first:hover .box-product-rating {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.view-first .box-product-rating {
  -webkit-transform: translateY(-360px);
  -moz-transform: translateY(-360px);
  -o-transform: translateY(-360px);
  -ms-transform: translateY(-360px);
  transform: translateY(-360px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-list .view-first .box-product-buttons {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-list .view-first:hover .box-product-buttons {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-list .view-first:hover .image img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-list .view-first .image:hover img {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.product-list .box-product-item .price {
  display: none;
}
/* 1 COLUMN */
.box-product-item:nth-child(5n) {
  margin-right: 0px;
}
/* LEFT OR RIGHT */
#column-left + #content .box-product-item:nth-child(4n) {
  margin-right: 0px;
}
#column-right + #content .box-product-item:nth-child(4n) {
  margin-right: 0px;
}
#column-left + #content .box-product-item:nth-child(5n) {
  margin-right: 10px;
}
#column-right + #content .box-product-item:nth-child(5n) {
  margin-right: 10px;
}
/* LEFT + RIGHT */
#column-left + #column-right + #content .box-product-item:nth-child(5n) {
  margin-right: 10px;
}
#column-left + #column-right + #content .box-product-item:nth-child(4n) {
  margin-right: 10px;
}
#column-left + #column-right + #content .box-product-item:nth-child(3n) {
  margin-right: 0px;
}
/*
#column-left + #column-right + #content .box-product-item:last-child {
	margin-right:0px;
}*/
.box-product .image {
  height: 204px;
  text-align: center;
}
.box-product .image a {
  margin: 0px;
  padding: 0px;
  border: none;
}
.box-product .name a {
  background-color: #9e937f;
}
.box-product .name a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
  padding-top: 7px;
  height: 33px;
}
.box-product .price {
  display: block;
  color: #9e937f;
  margin-bottom: 4px;
  font-weight: 400;
  height: 33px;
  padding-top: 7px;
  text-align: center;
  font-size: 16px;
}
.box-product .price-old,
.product-info .price-old {
  color: #aeaaa9;
  text-decoration: line-through;
}
.box-product .price-old {
  font-size: 14px;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}
/* box category */
.box-category {
  margin-top: -5px;
}
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-category > ul > li {
  border: 1px solid #6c6457 !important;
  margin: 15px 0;
}
.box-category > ul > li > ul {
  border-bottom: 1px solid #6c6457;
}
.box-category > ul > li > a {
  text-decoration: none;
  color: #6c6457;
  padding: 10px 8px 10px 15px;
  background: #f4f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f1f1 100%);
  /* W3C */
  background: none !important;
  display: block;
}
.box-category > ul > li > a:hover {
  border-right: 5px solid #9e937f;
  color: #6c6457000;
}
.box-category > ul > li ul {
  display: none;
}
.box-category > ul > li a.active {
  font-weight: bold;
}
.box-category > ul > li a.active + ul {
  display: block;
}
.box-category > ul > li ul > li {
  padding: 0px;
}
.box-category > ul > li ul > li > a {
  padding: 10px 0px 10px 15px;
  border-bottom: 1px solid #6c6457;
  text-decoration: none;
  display: block;
}
.box-category > ul > li ul > li:last-child a {
  border: none;
}
.box-category > ul > li ul > li > a:hover {
  color: #6c6457;
}
.box-category > ul > li ul > li > a.active {
  font-weight: bold;
}
/* content */
#content .content {
  padding: 15px 35px 15px 0;
  overflow: auto;
  margin-bottom: 10px;
}
#content .content .left {
  float: left;
  width: 49%;
}
#content .content .right {
  float: right;
  width: 49%;
}
#content .content ul {
  list-style: none;
  padding-left: 30px;
}
#content .content ul li {
  margin-bottom: 10px;
}
/* category */
.category-info {
  overflow: auto;
  margin-bottom: 0px;
}
.category-info .image {
  float: left;
  padding: 5px;
  margin-right: 15px;
}
.category-list {
  overflow: auto;
  margin-bottom: 15px;
}
.category-list ul {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.category-list ul li {
  display: block;
  float: left;
  margin-right: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* manufacturer */
.manufacturer-list {
  margin-top: 50px;
  margin-left: 30px;
  width: 420px;
  float: left;
  min-height: 170px;
}
.manufacturer-list h2 {
  font-size: 20px;
}
.manufacturer-heading {
  background: #B6A7A4;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
/* product */
.product-filter {
  border-bottom: 1px solid #6c6457;
  padding-bottom: 5px;
  overflow: auto;
  margin-bottom: 10px;
}
.product-filter .display {
  margin-right: 15px;
  float: left;
  padding-top: 4px;
}
.product-filter .display b {
  display: inline-block;
  margin-right: 10px;
}
.product-filter .display a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
  background: #b6a7a4 url("../image/grid.png") 10px 10px no-repeat;
  margin-right: 1px;
}
.product-filter .display a:last-child {
  background-image: none;
  padding-left: 10px;
  margin-left: 10px;
}
.product-filter .display a:nth-child(2) {
  background-image: url("../image/list.png");
}
.product-filter .display .active {
  background-color: #9e937f;
}
.product-filter .display a:hover {
  background-color: #9e937f;
}
.product-filter .sort {
  float: right;
  color: #393232;
  margin-top: 10px;
}
.product-filter .limit {
  margin-top: 10px;
  margin-left: 15px;
  float: right;
  color: #393232;
}
.product-compare {
  float: left;
  padding-top: 6px;
  margin-bottom: 25px;
  font-weight: bold;
  background: #b6a7a4;
  padding: 10px;
}
.product-compare a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
/* Product */
.product-info {
  overflow: hidden;
  margin-bottom: 10px;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
  width: 250px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  float: left;
  text-align: center;
}
.product-info .image-additional {
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 6px;
  margin-bottom: 10px;
}
.product-info .description {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #393232;
}
.product-info .description span {
  font-weight: bold;
}
.product-info .zoom a {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #6c6457;
  padding: 5px;
  color: #6c6457;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  width: 240px;
}
.product-info .zoom a img {
  margin-right: 10px;
}
.tags img {
  margin-right: 10px;
}
.product-info .zoom a:hover {
  color: #fff;
  background: #9e937f;
}
.image-additional-wrapper {
  float: left;
  margin-top: 1px;
  height: 0px;
}
.image-additional-wrapper .prev {
  float: left;
  background: url("../image/car-prev.png") no-repeat scroll center center #6c6457;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-top: 20px;
}
.image-additional-wrapper .next {
  float: left;
  background: url("../image/car-next.png") no-repeat scroll center center #6c6457;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-top: 20px;
}
.image-additional-wrapper .prev:hover {
  background: url("../image/car-prev-invert.png") no-repeat scroll center center #9e937f;
}
.image-additional-wrapper .next:hover {
  background: url("../image/car-next-invert.png") no-repeat scroll center center #9e937f;
}
.image-additional-wrapper .image-additional {
  float: left;
}
.product-info .right-rating {
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.product-info .price {
  overflow: auto;
  border-bottom: 1px solid #6c6457;
  padding: 0px 5px 10px 5px;
  font-weight: bold;
  font-size: 19px;
}
.product-info .price-new {
  margin-left: 10px;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #AEAAA9;
}
.product-info .price .reward small {
  font-size: 12px;
  font-weight: normal;
  color: #AEAAA9;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #393232;
}
.option b {
  display: block;
  margin-bottom: 5px;
}
.product-info .options {
  border-bottom: 1px solid #6c6457;
  padding: 0px 5px 0px 5px;
  margin-bottom: 10px;
  color: #393232;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  cursor: pointer;
}
.product-info .cart {
  border-bottom: 1px solid #6c6457;
  padding: 0px 5px 10px 5px;
  margin-bottom: 20px;
  color: #393232;
  overflow: auto;
}
.product-info .cart div {
  vertical-align: middle;
}
.product-info .cart div > span {
  padding-top: 7px;
  display: block;
  color: #393232;
}
.product-info .minimum {
  margin-bottom: 10px;
  font-size: 11px;
  color: #AEAAA9;
}
.product-info .review {
  color: #393232;
  border-top: 1px solid #6c6457;
  border-left: 1px solid #6c6457;
  border-right: 1px solid #6c6457;
  margin-bottom: 10px;
}
.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #6c6457;
  line-height: 20px;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #6c6457;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #6c6457;
  border-left: 1px solid #6c6457;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  font-size: 14px;
  font-weight: bold;
  background: #6c6457;
  text-align: left;
}
.attribute tr td:first-child {
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #6c6457;
  border-left: 1px solid #6c6457;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  font-size: 14px;
  font-weight: bold;
  background: #6c6457;
  text-align: left;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #AEAAA9;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
/* wishlist */
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #6c6457;
  border-left: 1px solid #6c6457;
  border-right: 1px solid #6c6457;
  margin-bottom: 20px;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info thead td {
  font-weight: bold;
  background-color: #6c6457;
  border-bottom: 1px solid #6c6457;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #6c6457;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.login-content {
  margin-bottom: 20px;
  overflow: auto;
}
.login-content .left {
  float: left;
  width: 48%;
}
.login-content .right {
  float: right;
  width: 48%;
}
.login-content .left .content,
.login-content .right .content {
  min-height: 190px;
}
/* orders */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-detail {
  background: #6c6457;
  font-weight: bold;
}
/* returns */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  overflow: auto;
  margin-bottom: 20px;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #6c6457;
  border-bottom: 1px solid #6c6457;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
/* cart */
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.cart-info td {
  padding: 5px;
  vertical-align: middle;
}
.cart-info thead {
  color: #fff;
}
.cart-info thead td {
  font-size: 20px;
  background-color: #9b8f7b;
  border-bottom: 1px solid #9b8f7b;
  line-height: 40px;
  padding: 5px;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #9b8f7b;
  line-height: 50px;
}
.cart-info tbody .image img {
  margin-top: 10px;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 7px;
  cursor: pointer;
}
.cart-info tbody .quantity input {
  height: 24px;
  margin: 0px;
  /*margin-bottom: 10px;*/
  padding-top: 4px;
  width: 20px;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-module > div {
  display: none;
}
.cart-total {
  /*border-top: 1px solid #6c6457;*/
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
/* checkout */
.checkout-heading {
  font-size: 15px !important;
  background: none !important;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #9f9f9f;
  border-color: #9f9f9f !important;
  margin-bottom: 35px;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
  overflow: auto;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product thead td {
  font-weight: bold;
  background-color: #6c6457;
  color: #fff;
  border-bottom: 1px solid #6c6457;
  font-size: 16px !important;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #6c6457;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
}
.contact-info .right {
  float: left;
  width: 48%;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}
.sitemap-info ul li {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* footer */
#footer {
  /*	clear: both;
	overflow: auto;
	min-height: 140px;*/
  clear: both;
  overflow: auto;
  width: 980px;
  margin: 0 auto;
}
#footer-container {
  /*	width:1000px;
	margin:0 auto;
	clear:both;
	padding-top: 50px;
	padding-bottom: 20px;*/
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d0ccbf;
  opacity: 1;
  color: #fff;
  margin-top: 50px;
}
#footer h3 {
  color: #6c6457;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
}
#footer .column {
  float: left;
  width: 25% ;
}
#footer .column ul {
  margin: 0;
  padding: 0;
}
#footer .column ul li {
  margin-bottom: 3px;
  list-style: none;
  padding-left: 0;
}
#footer .column a {
  color: #fff;
  text-decoration: none;
  line-height: 23px;
  font-weight: normal;
}
#footer .column a:hover {
  text-decoration: underline;
}
#powered {
  margin: 8px auto;
  width: 980px;
  clear: both;
  text-align: center;
  color: #9b8f7b;
}
#paymenticons {
  margin-top: 10px;
  padding-right: 0px;
}
/* banner */
.banner div {
  text-align: center;
  width: 100%;
  display: none;
  clear: both;
}
.banner div img {
  margin-bottom: 20px;
}
.mini-sliders {
  width: 282px;
  float: left;
  padding-left: 8px;
  /*background:#fff;*/
  z-index: 5;
  position: relative;
  right: 0;
}
.mini-sliders a {
  display: block;
  margin-bottom: 5px;
}
.mini-sliders a:last-child {
  margin-bottom: 0px;
}
.mini-sliders a:last-child {
  margin-bottom: 0px;
}
.mini-ads {
  margin-bottom: 10px;
}
.mini-ads a {
  float: left;
  border: 1px solid #6c6457;
  width: 314px;
  text-align: center;
  margin-right: 16px;
  background-color: #fff;
}
.mini-ads a:nth-child(3n) {
  margin-right: 0px;
}
.clear {
  clear: both;
}
.navigate {
  float: right;
  width: 81px;
}
.box-heading .prev {
  background: #6c6457 url("../image/car-prev.png") center center no-repeat;
  width: 40px;
  height: 38px;
  float: left;
  margin-right: 1px;
}
.box-heading .next {
  background: #6c6457 url("../image/car-next.png") center center no-repeat;
  width: 40px;
  height: 38px;
  float: left;
}
.box-heading .prev:hover {
  background: #9e937f url("../image/car-prev-invert.png") center center no-repeat;
}
.box-heading .next:hover {
  background: #9e937f url("../image/car-next-invert.png") center center no-repeat;
}
.box-product-buttons {
  width: 188px;
  height: 40px;
  position: relative;
  z-index: 5;
}
.box-product-rating {
  width: 188px;
  height: 40px;
  text-align: center;
  z-index: 5;
}
.box-product-buttons div:hover {
  background-color: #9e937f;
  cursor: pointer;
}
.box-product-buttons .buttons-cart {
  width: 46px;
  float: left;
  height: 40px;
  background: #b6a7a4 url("../image/box-product-buttons.png") no-repeat 15px 12px;
  border-right: 1px solid #6c6457;
}
.box-product-buttons .buttons-wish {
  width: 46px;
  float: left;
  height: 40px;
  background: #b6a7a4 url("../image/box-product-buttons.png") no-repeat -32px 12px;
  border-right: 1px solid #6c6457;
}
.box-product-buttons .buttons-compare {
  width: 46px;
  float: left;
  height: 40px;
  background: #b6a7a4 url("../image/box-product-buttons.png") no-repeat -79px 12px;
  border-right: 1px solid #6c6457;
}
.box-product-buttons .buttons-more {
  width: 47px;
  float: left;
  height: 40px;
  background: #b6a7a4 url("../image/box-product-buttons.png") no-repeat -126px 12px;
}
.box-product-rating2 {
  margin-top: 10px;
}
.view-first .box-product-buttons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first .box-product-rating {
  -webkit-transform: translateY(-360px);
  -moz-transform: translateY(-360px);
  -o-transform: translateY(-360px);
  -ms-transform: translateY(-360px);
  transform: translateY(-360px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first:hover .box-product-rating {
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -o-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
}
.view-first:hover .box-product-buttons {
  -webkit-transform: translateY(-84px);
  -moz-transform: translateY(-84px);
  -o-transform: translateY(-84px);
  -ms-transform: translateY(-84px);
  transform: translateY(-84px);
}
.view-first:hover .image img {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.view-first .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.welcome-buttons {
  border-top: 1px dashed #6c6457;
  border-bottom: 1px dashed #6c6457;
  padding-top: 15px;
  padding-bottom: 13px;
  margin-top: 14px;
}
.welcome-buttons a:first-child {
  margin-right: 10px;
}
.jcarousel-next-horizontal {
  background: url("../image/car-next.png") no-repeat scroll center center #6c6457;
}
.jcarousel-prev-horizontal {
  background: url("../image/car-prev.png") no-repeat scroll center center #6c6457;
}
.jcarousel-prev-horizontal:hover {
  background: url("../image/car-prev-invert.png") no-repeat scroll center center #9e937f;
}
.jcarousel-next-horizontal:hover {
  background: url("../image/car-next-invert.png") no-repeat scroll center center #9e937f;
}
.footer-about {
  background: #f7f0ee;
  padding: 30px;
  color: #393232;
  margin-bottom: 15px;
}
.footer-about .text {
  padding-right: 30px;
  border-right: 1px solid #6c6457;
  width: 560px;
  float: left;
  line-height: 19px;
}
.footer-about .text h1 {
  color: #393232;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-about .social {
  margin-top: -7px;
  float: left;
  padding-left: 50px;
}
.footer-about .social h1 {
  color: #393232;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  float: left;
  margin-right: 20px;
  margin-bottom: 9px;
}
.footer-about .social .soc-img {
  margin-right: 10px;
  display: block;
  float: left;
}
.footer-about .contact {
  color: #393232;
  clear: both;
  line-height: 19px;
}
#twitter_update_list {
  color: #ccc;
  width: 175px;
  font-size: 12px;
}
.mini-logo {
  float: left;
  margin-right: 15px;
}
.mini-logo img {
  width: 110px;
}
.caruofredsel-additional {
  width: 186px;
}
.caruofredsel-featured,
.caruofredsel-latest,
.caruofredsel-bestseller,
.caruofredsel-special {
  height: 0px;
}
.caruofredsel {
  height: 0px;
}
.magnifyarea {
  /* CSS to add shadow to magnified image. Optional */
  box-shadow: 5px 5px 7px #818181;
  -webkit-box-shadow: 5px 5px 7px #818181;
  -moz-box-shadow: 5px 5px 7px #818181;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
  background: white;
}
.flex-control-paging li a {
  font-size: 0px;
  width: 50px;
  height: 15px;
  display: block;
  background: #6c6457;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #9e937f;
}
.flex-control-paging li a.flex-active {
  background: #9e937f;
  cursor: default;
}
#column-left + #content .flexslider,
#column-right + #content .flexslider {
  width: 100%;
  margin-bottom: 0px;
}
#column-left + #content .mini-ads,
#column-right + #content .mini-ads {
  display: none;
}
#column-left + #content .mini-sliders,
#column-right + #content .mini-sliders {
  display: none;
}
#column-left + #content .mini-ads,
#column-right + #content .mini-ads {
  display: none;
}
/* =NEWS
=------------------------------------*/
.news .news-category a.button {
  min-width: 120px;
  text-align: center;
}
.news-category {
  margin-bottom: 20px;
}
.news-masonry {
  position: relative;
  margin: 0 auto;
}
.news-preview {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
  width: 280px;
  float: left;
}
.news-preview img {
  width: 100%;
}
.news-detail .data,
.news-preview .data {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 10px 20px;
}
.news-detail .titolo,
.news-preview .titolo {
  text-transform: uppercase;
}
.news-preview .titolo {
  margin: 10px 20px;
  font-size: 20px;
}
.news-preview p {
  margin: 1em 0;
  line-height: inherit;
  line-height: 24px;
  margin: 0 20px;
}
.news-preview .button {
  padding: 15px 60px 12px 60px;
  display: inline-block;
}
.news-preview .button-wrap {
  text-align: center;
  margin-top: 20px;
}
.block.news-detail {
  margin: 0px 0 10px 0;
}
.news-detail {
  padding: 10px 0;
  overflow: hidden;
}
.news-detail .titolo {
  font-size: 38px;
}
.news-detail img {
  float: left;
  margin-right: 20px;
  max-width: 500px;
}
.news-detail a {
  color: #000;
  font-weight: 100 !important;
  text-decoration: underline;
}
.block .split.half {
  width: 50%;
  background-color: #d2cec3;
}
.news-share {
  margin-bottom: 95px !important;
  color: #fff;
}
.news-share b {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 16px;
}
.news-share p {
  margin: 10px;
  line-height: 25px;
  font-size: 18px;
}
.news-share .button-wrap {
  font-size: 20px;
}
.news-share .button-wrap a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  padding: 7px 10px 0px 10px;
  cursor: pointer;
  width: 30px;
}
.news-share .button-wrap a.back {
  padding: 8px 10px 7px 10px;
  background-color: #9b8f7b;
  width: auto;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.news-share .button-wrap a.back:hover {
  background-color: #d2cec3;
}
.news-share .button-wrap a:hover {
  background-color: #9b8f7b;
}
.news-share .button-wrap a img {
  width: 100%;
}
.select-style {
  border: 1px solid #9b8f7b;
  width: 479px;
  overflow: hidden;
  background: #9b8f7b url("../image/bg-select.jpg") no-repeat 90% 50%;
}
.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #fff;
  padding: 10px 30px;
}
.select-style select option {
  color: #333;
}
.select-style select:focus {
  outline: none;
}
.order_info table.list {
  border: 0px;
}
.order_info table.list td {
  border: 0px;
}
.order_info .right,
.order_info .left {
  float: none;
}
.ncoltable2 {
  margin: 60px 0;
}
