/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.clearButton {
  outline: 0;
  background: none;
  border: none; }
  .clearButton:hover {
    cursor: pointer; }

.btn {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 25px;
  color: #5b5b5b;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f5f3f2;
  border: solid 1px #c8c8c8; }
  .btn:hover {
    cursor: hand;
    cursor: pointer; }
  .btn.btn-primary {
    background-color: #99212d;
    color: white; }

.levelList ul {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500; }
  .levelList ul li {
    position: relative; }
    .levelList ul li a {
      display: table;
      width: 100%;
      height: 40px;
      border-bottom: solid 1px #E3E3E3; }
      .levelList ul li a.has-children {
        padding-right: 35px !important; }
      .levelList ul li a span {
        display: table-cell;
        vertical-align: middle; }
      .levelList ul li a.collapse {
        padding-left: 0px;
        position: absolute;
        width: 35px;
        height: 35px;
        right: 0px;
        top: 2px;
        border-bottom: none;
        border-left: solid 1px #c8c8c8; }
        .levelList ul li a.collapse:before {
          position: absolute;
          content: "\e600";
          font-size: 7px;
          left: 13px;
          top: 14px; }
  .levelList ul.level-1 {
    padding-top: 40px;
    background-color: #f7f7f7;
    padding-left: 5px;
    padding-right: 5px; }
  .levelList ul.sub-menu .selected {
    color: #424242; }
  .levelList ul.level-2 {
    padding-left: 10px; }
  .levelList ul li.selected ul.sub-menu, .levelList ul li.parentOfSelected ul.sub-menu {
    display: block; }
.levelList a.level-1 {
  color: #99212d; }
  .levelList a.level-1.selected, .levelList a.level-1.parentOfSelected {
    color: white;
    background-color: #99212d; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.signs {
  top: 8px !important;
  left: 1px !important;
  position: absolute;
  display: inline-block; }
  .signs li {
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: white;
    background-color: #4d94d4;
    margin-bottom: 2px; }
    .signs li.New {
      background-color: #f45a40; }

.pItem {
  margin-bottom: 18px; }
  .pItem .pInner {
    border: solid 1px #a69d98; }
  .pItem .thumb-inner {
    position: relative;
    height: 146px;
    border-bottom: 1px solid #a69d98; }
    .pItem .thumb-inner img {
      margin: 0 auto; }
  .pItem .description {
    padding: 4px; }
  .pItem h3 {
    padding-top: 16px;
    padding-bottom: 8px; }
    .pItem h3 a {
      font-size: 18px;
      line-height: 20px;
      color: #99212d;
      font-weight: 500; }
  .pItem .view-price {
    text-align: center; }
    .pItem .view-price b {
      color: #99212d;
      font-size: 20px;
      line-height: 25px; }
    .pItem .view-price .old-price {
      display: block;
      text-decoration: line-through; }
  .pItem .addTo {
    border-top: 1px solid #a69d98;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center; }
    .pItem .addTo li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      line-height: 26px; }
      .pItem .addTo li a {
        display: block;
        text-align: center; }
      .pItem .addTo li.compare a {
        width: 26px; }
      .pItem .addTo li.bookmart a {
        width: 26px;
        color: #99212d; }
  .pItem .btnBuy {
    background-color: #99212d;
    color: white;
    line-height: 26px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px; }

.pagination {
  border-left: solid 1px #c8c8c8; }
  .pagination li {
    float: left;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8; }
    .pagination li a {
      display: block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-color: #FFF;
      text-align: center;
      position: relative; }
      .pagination li a.ico-next:before, .pagination li a.ico-prev:before {
        position: absolute;
        position: absolute;
        right: 8px;
        top: 8px;
        color: #99212d;
        font-size: 10px; }
      .pagination li a.ico-next:before {
        content: "\e601"; }
      .pagination li a.ico-prev:before {
        content: "\e60c"; }
    .pagination li.active a, .pagination li:hover a {
      background-color: #a69d98;
      color: #99212d; }

#breadcrumb {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; }
  #breadcrumb .breadcrumb {
    background-color: #f5f3f2;
    border: solid 1px #c8c8c8;
    padding: 5px 10px; }
    #breadcrumb .breadcrumb span:last-child {
      color: #99212d; }

.text-input {
  border: solid 1px #c8c8c8;
  height: 24px;
  line-height: 24px; }

.missing {
  color: red; }

.bootstrap label {
  display: block; }
.bootstrap .textarea {
  width: 100%;
  height: 50px; }
.bootstrap .row {
  margin-left: -22px;
  margin-right: -22px; }
  .bootstrap .row .row {
    margin-left: -12px;
    margin-right: -12px; }
.bootstrap .col {
  padding-left: 22px;
  padding-right: 22px; }
  .bootstrap .col .col {
    padding-left: 12px;
    padding-right: 12px; }
  .bootstrap .col input.text-input {
    width: 100%; }
@media (min-width: 500px) {
  .bootstrap .col12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left; } }
.bootstrap .col-same {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left; }
.bootstrap .col-small {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left; }
.bootstrap .col-large {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left; }
.bootstrap .check-box {
  padding-top: 20px; }
.bootstrap .SumInfo {
  padding-top: 20px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: ""; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-header {
  position: relative; }
  .modal-header h3 {
    color: #99212d;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding-right: 15px; }
  .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px; }

.modal-body label {
  padding-top: 10px;
  padding-bottom: 5px;
  display: block; }
.modal-body .text-input, .modal-body textarea {
  width: 100%; }

.orders, .order, .bookmarked {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%; }
  .orders .header th, .orders .header td, .order .header th, .order .header td, .bookmarked .header th, .bookmarked .header td {
    background-color: #f5f3f2;
    font-weight: 500;
    padding: 5px; }
  .orders td, .order td, .bookmarked td {
    border-bottom: solid 1px #c8c8c8;
    padding: 5px; }
  .orders a, .order a, .bookmarked a {
    color: #99212d; }

.tableCover {
  background-color: #f5f3f2;
  border: solid 1px #c8c8c8;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 830px) {
    .tableCover .table-stroke .ui-table-cell-label {
      display: none; } }
  .tableCover .table-stroke th {
    display: none;
    padding-top: 15px;
    text-align: center;
    vertical-align: top;
    font-weight: 500; }
    @media (min-width: 830px) {
      .tableCover .table-stroke th {
        display: table-cell; } }
  @media (max-width: 830px) {
    .tableCover .table-stroke td {
      float: left;
      width: 100%; } }
  @media (min-width: 830px) {
    .tableCover .table-stroke td {
      padding: 15px;
      border-bottom: 1px solid #c8c8c8; } }
  @media (max-width: 830px) {
    .tableCover .table-stroke td.catNum {
      padding-top: 15px; } }
  .tableCover .table-stroke td.removeMe {
    border-bottom: 1px solid #c8c8c8; }
    @media (max-width: 830px) {
      .tableCover .table-stroke td.removeMe {
        padding-bottom: 15px; } }
    .tableCover .table-stroke td.removeMe a {
      display: block;
      text-align: center; }
      .tableCover .table-stroke td.removeMe a i {
        width: 16px; }
        .tableCover .table-stroke td.removeMe a i:before {
          content: "\e602";
          color: #99212d;
          font-size: 9px; }
  .tableCover .table-stroke .count {
    width: 30px;
    text-align: center; }
  .tableCover .table-stroke tr:last-child td {
    border-bottom: none; }
  .tableCover .table-stroke .product-list-footer h3 {
    font-weight: 500; }

.clearfix:after, .pagination:after, .bootstrap .row:after, #page:after, #header .topNav:after, #header .header:after, #header .header .cart .inner .cartPreview .buttons:after, .productRow:after, #Footer .footerBoxes:after, #catalogue .subCategories ul:after, #catalogue .catalogueHeader .filter ul:after, #catalogue .catalogueHeader .pageSort:after, #catalogue .catalogueHeader ul.sort:after, #ProductDetail #ProductHeader:after, #ProductDetail .box-details .buy:after, #ProductDetail .box-details .ActionButtons:after, #ProductDetail .SelectLinked > ul:after {
  content: "";
  display: table;
  clear: both; }

b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

.responsive-image,
.img-responsive {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto !important; }

a {
  color: #6d655e;
  text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("icomoon/fonts/icomoon.eot?-3nbkti");
  src: url("icomoon/fonts/icomoon.eot?#iefix-3nbkti") format("embedded-opentype"), url("icomoon/fonts/icomoon.woff2?-3nbkti") format("woff2"), url("icomoon/fonts/icomoon.ttf?-3nbkti") format("truetype"), url("icomoon/fonts/icomoon.woff?-3nbkti") format("woff"), url("icomoon/fonts/icomoon.svg?-3nbkti#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .icomoon, .levelList ul li a.collapse:before, .pagination li a.ico-next:before, .pagination li a.ico-prev:before, .tableCover .table-stroke td.removeMe a i:before, #header .topNavMobile li:before, #header .topNav .dropDownToggle:after, #header .header .search .inner:before, #header .header .search .clearButton, #header .header .cart .inner a.viewCart i:before, #header .header .cart .inner .cartPreview table td.remove i:before, .sideBar#leftBar .box.levelList .box-title:before, #Footer .boxes .block h4 a:before, #Footer ul.socialLinks, #Footer .newLetter .clearButton, #catalogue .catalogueHeader ul.sort li.order-type a:before, #catalogue .catalogueHeader ul.sort li.select a.select:after, #ProductDetail .box-details .buy .buy-button .btn.dd i:before, #ProductDetail .box-details .buy .buy-button .btn i:before, table.captcha .btn:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icf {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.icf.arr-d:before {
  content: "\e600"; }

.icf.arr-r:before {
  content: "\e601"; }

html {
  font-size: 62.5%; }

body {
  -webkit-backface-visibility: hidden; }

body > div {
  font-family: 'Roboto', sans-serif;
  color: #6d655e;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 16px; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1 {
  font-size: 24px;
  line-height: 26px;
  color: #99212d;
  letter-spacing: 6px;
  padding-bottom: 30px; }

.cover {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .cover {
      padding-left: 0px;
      padding-right: 0px; } }

.pp {
  padding-left: 10px;
  padding-right: 10px; }

#page {
  margin-right: -10px;
  margin-left: -10px; }

#leftBar, #rightBar, #mainBar {
  padding-left: 10px;
  padding-right: 10px; }

#leftBar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left; }
  @media (min-width: 950px) {
    #leftBar {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20.83333%;
      float: left; } }

#rightBar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left; }
  @media (min-width: 1000px) {
    #rightBar {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20.83333%;
      float: left; } }

#mainBar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left; }
  @media (min-width: 950px) {
    #mainBar {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 79.16667%;
      float: left; } }
  @media (min-width: 950px) {
    .col-3 #mainBar {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 79.16667%;
      float: left; } }
  @media (min-width: 1000px) {
    .col-3 #mainBar {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 58.33333%;
      float: left; } }

#header .topNavMobile {
  background-color: #f5f4f2;
  text-align: center;
  padding-top: 8px; }
  #header .topNavMobile li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 72px;
    height: 64px;
    line-height: 64px;
    text-align: center; }
    #header .topNavMobile li a {
      display: block;
      width: 72px;
      height: 64px;
      line-height: 64px; }
    #header .topNavMobile li:before {
      font-size: 20px; }
    #header .topNavMobile li.open {
      background-color: #6e655e; }
      #header .topNavMobile li.open:before {
        content: "\e602" !important;
        color: #f9f5f6; }
    #header .topNavMobile li.hamburger:before {
      content: "\e605"; }
    #header .topNavMobile li.search:before {
      content: "\e604"; }
    #header .topNavMobile li.cart:before {
      content: "\e603"; }
  @media (min-width: 400px) {
    #header .topNavMobile {
      display: none; } }
#header .topNav {
  display: none; }
  @media (min-width: 400px) {
    #header .topNav {
      display: block;
      background-color: #f5f3f2; } }
  @media (min-width: 400px) {
    #header .topNav .topNavUl {
      float: right; } }
  @media (min-width: 400px) {
    #header .topNav .topNavUl .topNavIl {
      float: left;
      position: relative;
      margin-right: 20px;
      margin-left: 20px; }
      #header .topNav .topNavUl .topNavIl.last {
        margin-right: 0px; } }
  #header .topNav .topNavUl .topNavIl a.topNavA {
    display: block;
    line-height: 33px; }
    @media (max-width: 399px) {
      #header .topNav .topNavUl .topNavIl a.topNavA {
        background-color: #6e655e;
        color: #f9f5f6;
        padding-left: 28px;
        border-bottom: 1px solid #a69d96; } }
  #header .topNav .topNavUl .topNavIl.open .dropDownMenu {
    background-color: #FFF;
    z-index: 1;
    display: block; }
  #header .topNav .dropDownToggle {
    position: relative;
    padding-right: 15px; }
    #header .topNav .dropDownToggle:after {
      position: absolute;
      right: 15px;
      top: 12px;
      content: "\e600";
      font-size: 7px; }
      @media (min-width: 400px) {
        #header .topNav .dropDownToggle:after {
          right: 0px; } }
  #header .topNav .dropDownMenu {
    display: none;
    padding: 12px 8px; }
    @media (min-width: 400px) {
      #header .topNav .dropDownMenu {
        position: absolute;
        border: solid 1px #c8c8c8;
        top: 100%;
        right: 0px;
        width: 170px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px; } }
    #header .topNav .dropDownMenu ul li {
      padding-top: 5px;
      padding-bottom: 5px; }
      #header .topNav .dropDownMenu ul li a {
        display: block; }
@media (min-width: 670px) {
  #header .header {
    margin-right: -10px;
    margin-left: -10px; }
    #header .header .cart, #header .header .logo, #header .header .search {
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: 670px) {
  #header .header {
    height: 160px; } }
#header .header .search,
#header .header .cart {
  display: none; }
  @media (min-width: 400px) {
    #header .header .search,
    #header .header .cart {
      display: block; } }
#header .header .logo {
  padding-top: 10px;
  text-align: center; }
  @media (min-width: 670px) {
    #header .header .logo {
      padding-top: 29px;
      text-align: left;
      width: 40%;
      float: left; } }
  #header .header .logo img {
    max-width: 100%;
    max-height: 100px; }
#header .header .search {
  padding-top: 10px; }
  @media (min-width: 400px) {
    #header .header .search {
      float: left;
      width: 60%;
      padding-top: 20px; } }
  @media (min-width: 670px) {
    #header .header .search {
      padding-top: 69px;
      float: right;
      width: 30%; } }
  #header .header .search .inner {
    position: relative; }
    #header .header .search .inner:before {
      content: "\e604";
      position: absolute;
      left: 8px;
      top: 5px;
      font-size: 18px;
      z-index: 2; }
  #header .header .search .form-control {
    height: 28px;
    width: 100%;
    padding-left: 38px;
    position: relative;
    border: solid 1px #6e655e; }
    #header .header .search .form-control:focus {
      outline: none; }
  #header .header .search .clearButton {
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px; }
    #header .header .search .clearButton:before {
      color: #6d655e;
      content: "\e601"; }
@media (min-width: 400px) {
  #header .header .cart {
    float: right;
    width: 40%;
    padding-top: 16px; } }
@media (min-width: 670px) {
  #header .header .cart {
    padding-top: 63px;
    width: 30%; } }
#header .header .cart .inner {
  display: table;
  width: 100%;
  position: relative; }
  #header .header .cart .inner a.viewCart {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
    #header .header .cart .inner a.viewCart i {
      border: solid 1px #f5f3f2;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      width: 43px;
      height: 43px;
      background-color: #f5f3f2;
      padding-top: 9px; }
      #header .header .cart .inner a.viewCart i:before {
        content: "\e603";
        font-size: 24px; }
    #header .header .cart .inner a.viewCart b {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-left: 18px; }
  #header .header .cart .inner:hover a.viewCart i {
    border-color: #c8c8c8; }
    #header .header .cart .inner:hover a.viewCart i:before {
      color: #99212d; }
  #header .header .cart .inner:hover .cartPreview {
    display: block !important; }
  #header .header .cart .inner .cartPreview {
    display: none;
    padding-top: 14px;
    width: 470px;
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 9999999999999; }
    #header .header .cart .inner .cartPreview .tableCover {
      position: relative;
      background-color: #FFF;
      border: solid 1px #c8c8c8;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 12px; }
      #header .header .cart .inner .cartPreview .tableCover:before, #header .header .cart .inner .cartPreview .tableCover:after {
        bottom: 100%;
        left: 76%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #header .header .cart .inner .cartPreview .tableCover:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
      #header .header .cart .inner .cartPreview .tableCover:before {
        border-color: rgba(200, 200, 200, 0);
        border-bottom-color: #c8c8c8;
        border-width: 11px;
        margin-left: -11px; }
    #header .header .cart .inner .cartPreview table {
      color: black; }
      #header .header .cart .inner .cartPreview table th {
        font-weight: 500; }
      #header .header .cart .inner .cartPreview table td {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: solid 1px #c8c8c8; }
        #header .header .cart .inner .cartPreview table td.remove {
          width: 16px; }
          #header .header .cart .inner .cartPreview table td.remove i:before {
            content: "\e602";
            color: #99212d;
            font-size: 9px; }
        #header .header .cart .inner .cartPreview table td.count {
          width: 34px; }
        #header .header .cart .inner .cartPreview table td.name {
          width: 249px; }
        #header .header .cart .inner .cartPreview table td.cartPrice {
          width: 72px; }
        #header .header .cart .inner .cartPreview table td.cartPriceWithVat {
          width: 72px; }
    #header .header .cart .inner .cartPreview .buttons {
      padding-top: 10px;
      margin-right: -6px;
      margin-left: -6px; }
      #header .header .cart .inner .cartPreview .buttons .button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 6px;
        padding-right: 6px; }
        #header .header .cart .inner .cartPreview .buttons .button a {
          border: solid 1px #c8c8c8;
          display: block;
          line-height: 25px; }
          #header .header .cart .inner .cartPreview .buttons .button a.cartButton {
            background-color: #f5f3f2; }
          #header .header .cart .inner .cartPreview .buttons .button a.checkoutButton {
            background-color: #99212d;
            color: white; }

.sideBar#leftBar .box {
  display: none; }
  @media (min-width: 950px) {
    .sideBar#leftBar .box {
      display: block; } }
  .sideBar#leftBar .box.levelList {
    display: block; }
    .sideBar#leftBar .box.levelList ul.level-1 {
      display: none; }
      @media (min-width: 950px) {
        .sideBar#leftBar .box.levelList ul.level-1 {
          display: block !important; } }
    .sideBar#leftBar .box.levelList .box-title {
      position: relative; }
      .sideBar#leftBar .box.levelList .box-title:before {
        content: "\e605";
        position: absolute;
        left: 10px;
        top: 14px;
        font-size: 21px; }
      @media (min-width: 950px) {
        .sideBar#leftBar .box.levelList .box-title:before {
          display: none; } }
.sideBar .box {
  margin-bottom: 8px; }
  .sideBar .box .box-title h3 {
    font-size: 20px;
    line-height: 25px;
    background-color: #f5f3f2;
    border: solid 1px #c8c8c8;
    text-align: center;
    padding: 11px; }
  .sideBar .box.newProducts h3 {
    border-bottom: none; }
  .sideBar .box.info .boxBody {
    background-color: #989898;
    padding: 20px 9px;
    color: white; }
    .sideBar .box.info .boxBody h5 {
      color: #99212d;
      font-weight: bold;
      padding-bottom: 10px; }
@media (min-width: 1000px) {
  .sideBar#rightBar li.productItem {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left; } }

.productRow {
  margin-right: -9px;
  margin-left: -9px; }
  .productRow .productItem {
    padding-left: 9px;
    padding-right: 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left; }
    @media (min-width: 420px) {
      .productRow .productItem {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
    @media (min-width: 620px) {
      .productRow .productItem {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left; } }

#Footer {
  background-color: #a69d98;
  color: white;
  padding-bottom: 20px; }
  #Footer a {
    color: white; }
  #Footer .topRedLine {
    background-color: #99212d;
    color: white;
    padding: 16px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold; }
  @media (max-width: 450px) {
    #Footer .footerBoxes {
      padding-top: 30px; } }
  #Footer .boxes {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left; }
    @media (min-width: 800px) {
      #Footer .boxes {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
    @media (max-width: 450px) {
      #Footer .boxes .block {
        border-bottom: solid 1px #c8c8c8; } }
    @media (min-width: 450px) {
      #Footer .boxes .block .collapse {
        display: block; } }
    @media (min-width: 450px) {
      #Footer .boxes .block {
        padding-top: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
    #Footer .boxes .block h4 {
      font-size: 18px;
      line-height: 20px; }
      #Footer .boxes .block h4 span {
        display: none; }
        @media (min-width: 450px) {
          #Footer .boxes .block h4 span {
            display: block;
            padding-bottom: 5px; } }
      #Footer .boxes .block h4 a {
        display: block;
        line-height: 35px;
        position: relative;
        padding-left: 30px; }
        #Footer .boxes .block h4 a:before {
          content: "\e605";
          position: absolute;
          left: 6px;
          top: 11px;
          font-size: 13px; }
        @media (min-width: 450px) {
          #Footer .boxes .block h4 a {
            display: none; } }
    #Footer .boxes .block ul li {
      padding-top: 4px;
      padding-bottom: 4px; }
      #Footer .boxes .block ul li a {
        display: block; }
        @media (min-width: 450px) {
          #Footer .boxes .block ul li a {
            padding-left: 30px; } }
  #Footer ul.socialLinks {
    text-align: center;
    padding-bottom: 24px; }
    #Footer ul.socialLinks li {
      display: inline-block;
      padding-left: 5px;
      margin-right: 5px; }
  #Footer .newLetter h4 {
    text-align: center;
    padding-bottom: 10px; }
  #Footer .newLetter .newsLetterCover {
    position: relative; }
  #Footer .newLetter .form-control {
    height: 28px;
    width: 100%;
    padding-left: 5px;
    position: relative;
    border: solid 1px #6e655e; }
    #Footer .newLetter .form-control:focus {
      outline: none; }
  #Footer .newLetter .clearButton {
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px; }
    #Footer .newLetter .clearButton:before {
      color: #6d655e;
      content: "\e601"; }
  #Footer .copyRight {
    text-align: center;
    padding-top: 10px; }

.MainSliderCover {
  border: solid 1px #a69d98; }
  .MainSliderCover .nivo-controlNav {
    padding: 0px !important; }

.MainSlider .MainSlide {
  position: relative; }
  .MainSlider .MainSlide .description {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%; }
    .MainSlider .MainSlide .description h2 {
      font-size: 22px;
      line-height: 30px;
      color: #99212d;
      text-align: center; }
.MainSlider .owl-controls .owl-dots {
  position: absolute;
  top: 10px;
  right: 50px; }
  .MainSlider .owl-controls .owl-dots .owl-dot {
    margin-left: 3px;
    padding-right: 3px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: solid 2px #a69d98;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    .MainSlider .owl-controls .owl-dots .owl-dot.active {
      background-color: #a69d98; }

.mainSelection h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 25px;
  background-color: #f5f3f2;
  border: solid 1px #c8c8c8;
  text-align: center;
  padding: 11px; }

#catalogue .subCategories {
  padding-bottom: 18px;
  margin-right: -10px;
  margin-left: -10px; }
  #catalogue .subCategories ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left; }
    @media (min-width: 440px) {
      #catalogue .subCategories ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
    @media (min-width: 630px) {
      #catalogue .subCategories ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left; } }
    #catalogue .subCategories ul li span {
      display: table;
      width: 100%; }
    #catalogue .subCategories ul li a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background-color: #f5f3f2;
      border: solid 1px #c8c8c8;
      height: 35px; }
      #catalogue .subCategories ul li a:hover {
        background-color: #99212d;
        color: white; }
#catalogue .catalogueFooter {
  padding: 16px 20px; }
#catalogue .catalogueHeader {
  background-color: #f5f3f2;
  padding: 16px 20px;
  margin-bottom: 30px; }
  #catalogue .catalogueHeader .filter {
    padding-bottom: 30px; }
    #catalogue .catalogueHeader .filter ul li {
      float: left;
      margin-right: 15px;
      line-height: 20px; }
      #catalogue .catalogueHeader .filter ul li h4 {
        font-size: 18px;
        line-height: 20px;
        color: #99212d; }
  #catalogue .catalogueHeader .pageSort .pagination {
    float: left; }
  #catalogue .catalogueHeader ul.sort {
    float: right; }
    #catalogue .catalogueHeader ul.sort li.order-type, #catalogue .catalogueHeader ul.sort li.select {
      float: left; }
    #catalogue .catalogueHeader ul.sort li.order-type {
      background-color: #FFF;
      border: solid 1px #c8c8c8;
      border-left: none; }
      #catalogue .catalogueHeader ul.sort li.order-type a {
        display: block;
        width: 23px;
        height: 23px;
        position: relative; }
        #catalogue .catalogueHeader ul.sort li.order-type a:before {
          position: absolute;
          left: 6px;
          top: 7px;
          font-size: 11px; }
      #catalogue .catalogueHeader ul.sort li.order-type.sort-desc {
        border-left: solid 1px #c8c8c8; }
        #catalogue .catalogueHeader ul.sort li.order-type.sort-desc a:before {
          content: "\e60b"; }
      #catalogue .catalogueHeader ul.sort li.order-type.sort-asc {
        margin-right: 12px; }
        #catalogue .catalogueHeader ul.sort li.order-type.sort-asc a:before {
          content: "\e60a"; }
    #catalogue .catalogueHeader ul.sort li.select {
      width: 200px;
      position: relative; }
      #catalogue .catalogueHeader ul.sort li.select a.select {
        padding-left: 10px;
        height: 25px;
        line-height: 25px;
        display: block;
        background-color: #FFF;
        border: solid 1px #c8c8c8;
        position: relative; }
        #catalogue .catalogueHeader ul.sort li.select a.select:after {
          position: absolute;
          right: 6px;
          top: 9px;
          content: "\e600";
          font-size: 7px;
          color: #99212d; }
      #catalogue .catalogueHeader ul.sort li.select ul.dropdown-menu {
        padding-left: 10px;
        background-color: #FFF;
        position: absolute;
        display: none;
        width: 200px;
        top: 25px;
        z-index: 5;
        border: solid 1px #c8c8c8;
        border-top: none; }
        #catalogue .catalogueHeader ul.sort li.select ul.dropdown-menu li {
          margin-top: 5px;
          margin-bottom: 5px; }
          #catalogue .catalogueHeader ul.sort li.select ul.dropdown-menu li a {
            display: block; }
      #catalogue .catalogueHeader ul.sort li.select.open ul.dropdown-menu {
        display: block; }

#ProductDetail #ProductHeader {
  margin-left: -10px;
  margin-right: -10px; }
  #ProductDetail #ProductHeader .product-box {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 690px) {
      #ProductDetail #ProductHeader .product-box {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
  #ProductDetail #ProductHeader .thumb {
    position: relative;
    border: 1px solid #c8c8c8;
    text-align: center; }
    #ProductDetail #ProductHeader .thumb a {
      display: inline-block; }
#ProductDetail .gallery {
  margin-top: 10px; }
  #ProductDetail .gallery .gallery-img a {
    display: block; }
  #ProductDetail .gallery .gallery-img img {
    height: 80px;
    margin: 0 auto; }
#ProductDetail .box-details {
  padding-top: 15px; }
  @media (min-width: 690px) {
    #ProductDetail .box-details {
      padding-top: 0px; } }
  #ProductDetail .box-details h1 {
    font-size: 24px;
    line-height: 25px;
    color: #99212d;
    font-weight: 300;
    padding-bottom: 25px; }
  #ProductDetail .box-details .priceDetails .price-before li {
    padding-bottom: 5px; }
  #ProductDetail .box-details .priceDetails .discount {
    font-weight: 700;
    color: black; }
  #ProductDetail .box-details .priceDetails .custommer-price .view-price {
    font-weight: 700;
    color: #99212d;
    font-size: 18px; }
  #ProductDetail .box-details .priceDetails .discount-price .withoutVat {
    display: block; }
  #ProductDetail .box-details .priceDetails .discount-price .old-price-with-vat {
    font-weight: 700;
    color: #99212d; }
  #ProductDetail .box-details .buy {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    position: relative; }
    #ProductDetail .box-details .buy input.count {
      width: 100%;
      margin-bottom: 10px;
      height: 46px;
      line-height: 46px;
      border: solid 1px #c8c8c8;
      font-size: 23px;
      padding-left: 16px;
      padding-right: 40px;
      color: #8f8f8f;
      float: left; }
      @media (min-width: 345px) {
        #ProductDetail .box-details .buy input.count {
          width: 98px;
          margin-bottom: 0px; } }
    #ProductDetail .box-details .buy .MeasurementUnit {
      position: absolute;
      left: 60px;
      top: 24px;
      color: #000000; }
    #ProductDetail .box-details .buy .buy-button {
      float: right;
      position: relative;
      border: solid 1px #c8c8c8; }
      #ProductDetail .box-details .buy .buy-button.open .dropDownMenuArrow {
        display: block; }
      #ProductDetail .box-details .buy .buy-button .btn {
        border: none;
        height: 46px;
        line-height: 42px;
        background-color: #99212d;
        color: white;
        font-size: 23px;
        font-weight: 700;
        position: relative; }
        #ProductDetail .box-details .buy .buy-button .btn.dd {
          width: 76px;
          text-align: center; }
          #ProductDetail .box-details .buy .buy-button .btn.dd:before {
            width: 1px;
            height: 37px;
            content: "";
            background-color: #FFF;
            position: absolute;
            left: 0px;
            top: 4px; }
          #ProductDetail .box-details .buy .buy-button .btn.dd i:before {
            content: "\e600";
            font-size: 8px;
            color: white; }
        #ProductDetail .box-details .buy .buy-button .btn i {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline; }
          #ProductDetail .box-details .buy .buy-button .btn i:before {
            content: "\e603";
            font-size: 24px;
            margin-top: -4px; }
      #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow {
        display: none;
        position: absolute;
        right: 0px;
        top: 100%;
        padding-top: 15px; }
        #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul {
          position: relative;
          border: solid 1px #c8c8c8;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          padding: 12px; }
          #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul:before, #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul:after {
            bottom: 100%;
            left: 76%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
          #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul:before {
            border-color: rgba(200, 200, 200, 0);
            border-bottom-color: #c8c8c8;
            border-width: 11px;
            margin-left: -11px; }
          #ProductDetail .box-details .buy .buy-button .dropDownMenuArrow ul a {
            display: block; }
  #ProductDetail .box-details .details {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8; }
    #ProductDetail .box-details .details li {
      line-height: 21px; }
  #ProductDetail .box-details .ActionButtons {
    padding-top: 10px;
    margin-right: -5px;
    margin-left: -5px; }
    #ProductDetail .box-details .ActionButtons li {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px; }
      @media (min-width: 370px) {
        #ProductDetail .box-details .ActionButtons li {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          float: left; } }
      #ProductDetail .box-details .ActionButtons li a {
        display: block;
        border: 1px solid #c8c8c8;
        background-color: #f5f3f2;
        padding: 4px;
        text-align: center; }
#ProductDetail .Description {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 25px; }
#ProductDetail .SelectLinked h3.accordion-heading {
  padding-left: 20px;
  font-size: 20px;
  line-height: 35px;
  border: 1px solid #c8c8c8;
  background-color: #f5f3f2; }
#ProductDetail .SelectLinked > ul {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  #ProductDetail .SelectLinked > ul > li {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 400px) {
      #ProductDetail .SelectLinked > ul > li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }

.invisible {
  display: none; }

.block.register {
  padding-bottom: 35px; }
  .block.register h3 {
    background-color: #f5f3f2;
    color: #99212d;
    padding: 5px;
    font-size: 16px; }
  .block.register label {
    padding-top: 10px;
    padding-bottom: 5px; }

table.captcha {
  padding-bottom: 15px; }
  table.captcha span {
    display: block;
    float: left; }
  table.captcha td {
    padding: 5px; }
  table.captcha .btn {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    position: relative; }
    table.captcha .btn:before {
      position: absolute;
      content: "\e611";
      font-size: 14px;
      width: 100%;
      left: 0px;
      top: 9px; }
  table.captcha .text-input {
    width: 100%; }

.compareCover {
  max-width: 900px;
  overflow: auto; }
  .compareCover table.compare {
    table-layout: fixed;
    width: 100%; }
    .compareCover table.compare td {
      width: 300px;
      padding: 5px;
      border-bottom: solid 1px #c8c8c8; }

.owl-carousel {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .owl-carousel.owl-loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/*# sourceMappingURL=screen.css.map */
