/*$theme-color-secondary-2: $gray-light1;*/
/* RIGHT TO LEFT */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 4, ../sass/font-awesome/_core.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 9, ../sass/font-awesome/_core.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 17, ../sass/font-awesome/_core.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}

/* makes sure icons active on rollover in links */
/* line 24, ../sass/font-awesome/_core.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 33, ../sass/font-awesome/_core.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em;
}
/* line 38, ../sass/font-awesome/_core.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em;
}

/* line 44, ../sass/font-awesome/_core.scss */
.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 48, ../sass/font-awesome/_core.scss */
.icons-ul > li {
  position: relative;
}
/* line 50, ../sass/font-awesome/_core.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}

/* line 62, ../sass/font-awesome/_core.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 67, ../sass/font-awesome/_core.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 68, ../sass/font-awesome/_core.scss */
.icon-light {
  color: white;
}

/* line 69, ../sass/font-awesome/_core.scss */
.icon-dark {
  color: #333333;
}

/* line 74, ../sass/font-awesome/_core.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 83, ../sass/font-awesome/_core.scss */
.icon-2x {
  font-size: 2em;
}
/* line 85, ../sass/font-awesome/_core.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 90, ../sass/font-awesome/_core.scss */
.icon-3x {
  font-size: 3em;
}
/* line 92, ../sass/font-awesome/_core.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 97, ../sass/font-awesome/_core.scss */
.icon-4x {
  font-size: 4em;
}
/* line 99, ../sass/font-awesome/_core.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 105, ../sass/font-awesome/_core.scss */
.icon-5x {
  font-size: 5em;
}
/* line 107, ../sass/font-awesome/_core.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 118, ../sass/font-awesome/_core.scss */
.pull-right {
  float: right;
}

/* line 119, ../sass/font-awesome/_core.scss */
.pull-left {
  float: left;
}

/* line 123, ../sass/font-awesome/_core.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
/* line 126, ../sass/font-awesome/_core.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 5, ../sass/font-awesome/_bootstrap.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 19, ../sass/font-awesome/_bootstrap.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 41, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
/* line 42, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 48, ../sass/font-awesome/_bootstrap.scss */
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 55, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
/* line 57, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 64, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 69, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
/* line 73, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
/* line 75, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
/* line 76, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 81, ../sass/font-awesome/_bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 25, ../sass/font-awesome/_mixins.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
/* line 32, ../sass/font-awesome/_mixins.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
/* line 43, ../sass/font-awesome/_mixins.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 8, ../sass/font-awesome/_extras.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 17, ../sass/font-awesome/_extras.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 24, ../sass/font-awesome/_extras.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 25, ../sass/font-awesome/_extras.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 28, ../sass/font-awesome/_extras.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 29, ../sass/font-awesome/_extras.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 32, ../sass/font-awesome/_extras.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 33, ../sass/font-awesome/_extras.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  /* line 36, ../sass/font-awesome/_extras.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 37, ../sass/font-awesome/_extras.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 40, ../sass/font-awesome/_extras.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 41, ../sass/font-awesome/_extras.scss */
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 45, ../sass/font-awesome/_extras.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 54, ../sass/font-awesome/_extras.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 63, ../sass/font-awesome/_extras.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 72, ../sass/font-awesome/_extras.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 80, ../sass/font-awesome/_extras.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 91, ../sass/font-awesome/_extras.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
/* line 4, ../sass/font-awesome/_icons.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 5, ../sass/font-awesome/_icons.scss */
.icon-music:before {
  content: "\f001";
}

/* line 6, ../sass/font-awesome/_icons.scss */
.icon-search:before {
  content: "\f002";
}

/* line 7, ../sass/font-awesome/_icons.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 8, ../sass/font-awesome/_icons.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 9, ../sass/font-awesome/_icons.scss */
.icon-star:before {
  content: "\f005";
}

/* line 10, ../sass/font-awesome/_icons.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 11, ../sass/font-awesome/_icons.scss */
.icon-user:before {
  content: "\f007";
}

/* line 12, ../sass/font-awesome/_icons.scss */
.icon-film:before {
  content: "\f008";
}

/* line 13, ../sass/font-awesome/_icons.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 14, ../sass/font-awesome/_icons.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 15, ../sass/font-awesome/_icons.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 16, ../sass/font-awesome/_icons.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 17, ../sass/font-awesome/_icons.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 18, ../sass/font-awesome/_icons.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 19, ../sass/font-awesome/_icons.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 20, ../sass/font-awesome/_icons.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 22, ../sass/font-awesome/_icons.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 23, ../sass/font-awesome/_icons.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 25, ../sass/font-awesome/_icons.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 26, ../sass/font-awesome/_icons.scss */
.icon-home:before {
  content: "\f015";
}

/* line 27, ../sass/font-awesome/_icons.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 28, ../sass/font-awesome/_icons.scss */
.icon-time:before {
  content: "\f017";
}

/* line 29, ../sass/font-awesome/_icons.scss */
.icon-road:before {
  content: "\f018";
}

/* line 30, ../sass/font-awesome/_icons.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 31, ../sass/font-awesome/_icons.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 32, ../sass/font-awesome/_icons.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 33, ../sass/font-awesome/_icons.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 34, ../sass/font-awesome/_icons.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 35, ../sass/font-awesome/_icons.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 37, ../sass/font-awesome/_icons.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 38, ../sass/font-awesome/_icons.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 39, ../sass/font-awesome/_icons.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 40, ../sass/font-awesome/_icons.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 41, ../sass/font-awesome/_icons.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 42, ../sass/font-awesome/_icons.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 43, ../sass/font-awesome/_icons.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 44, ../sass/font-awesome/_icons.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 45, ../sass/font-awesome/_icons.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 46, ../sass/font-awesome/_icons.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 47, ../sass/font-awesome/_icons.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 48, ../sass/font-awesome/_icons.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 49, ../sass/font-awesome/_icons.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 50, ../sass/font-awesome/_icons.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 51, ../sass/font-awesome/_icons.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 52, ../sass/font-awesome/_icons.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 53, ../sass/font-awesome/_icons.scss */
.icon-font:before {
  content: "\f031";
}

/* line 54, ../sass/font-awesome/_icons.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 55, ../sass/font-awesome/_icons.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 56, ../sass/font-awesome/_icons.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 57, ../sass/font-awesome/_icons.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 58, ../sass/font-awesome/_icons.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 59, ../sass/font-awesome/_icons.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 60, ../sass/font-awesome/_icons.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 61, ../sass/font-awesome/_icons.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 62, ../sass/font-awesome/_icons.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 63, ../sass/font-awesome/_icons.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 64, ../sass/font-awesome/_icons.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 65, ../sass/font-awesome/_icons.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 66, ../sass/font-awesome/_icons.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 67, ../sass/font-awesome/_icons.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 68, ../sass/font-awesome/_icons.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 69, ../sass/font-awesome/_icons.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 70, ../sass/font-awesome/_icons.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 71, ../sass/font-awesome/_icons.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 72, ../sass/font-awesome/_icons.scss */
.icon-share:before {
  content: "\f045";
}

/* line 73, ../sass/font-awesome/_icons.scss */
.icon-check:before {
  content: "\f046";
}

/* line 74, ../sass/font-awesome/_icons.scss */
.icon-move:before {
  content: "\f047";
}

/* line 75, ../sass/font-awesome/_icons.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 76, ../sass/font-awesome/_icons.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 77, ../sass/font-awesome/_icons.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 78, ../sass/font-awesome/_icons.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 79, ../sass/font-awesome/_icons.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 80, ../sass/font-awesome/_icons.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 81, ../sass/font-awesome/_icons.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 82, ../sass/font-awesome/_icons.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 83, ../sass/font-awesome/_icons.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 84, ../sass/font-awesome/_icons.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 85, ../sass/font-awesome/_icons.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 86, ../sass/font-awesome/_icons.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 87, ../sass/font-awesome/_icons.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 88, ../sass/font-awesome/_icons.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 89, ../sass/font-awesome/_icons.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 90, ../sass/font-awesome/_icons.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 91, ../sass/font-awesome/_icons.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 92, ../sass/font-awesome/_icons.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 93, ../sass/font-awesome/_icons.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 94, ../sass/font-awesome/_icons.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 95, ../sass/font-awesome/_icons.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 96, ../sass/font-awesome/_icons.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 97, ../sass/font-awesome/_icons.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 98, ../sass/font-awesome/_icons.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 99, ../sass/font-awesome/_icons.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 100, ../sass/font-awesome/_icons.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 101, ../sass/font-awesome/_icons.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 103, ../sass/font-awesome/_icons.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 104, ../sass/font-awesome/_icons.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 105, ../sass/font-awesome/_icons.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 106, ../sass/font-awesome/_icons.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 107, ../sass/font-awesome/_icons.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 108, ../sass/font-awesome/_icons.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 109, ../sass/font-awesome/_icons.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 110, ../sass/font-awesome/_icons.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 111, ../sass/font-awesome/_icons.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 112, ../sass/font-awesome/_icons.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 113, ../sass/font-awesome/_icons.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 114, ../sass/font-awesome/_icons.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 115, ../sass/font-awesome/_icons.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 116, ../sass/font-awesome/_icons.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 117, ../sass/font-awesome/_icons.scss */
.icon-random:before {
  content: "\f074";
}

/* line 118, ../sass/font-awesome/_icons.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 119, ../sass/font-awesome/_icons.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 120, ../sass/font-awesome/_icons.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 121, ../sass/font-awesome/_icons.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 122, ../sass/font-awesome/_icons.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 123, ../sass/font-awesome/_icons.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 124, ../sass/font-awesome/_icons.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 125, ../sass/font-awesome/_icons.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 126, ../sass/font-awesome/_icons.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 127, ../sass/font-awesome/_icons.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 128, ../sass/font-awesome/_icons.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 129, ../sass/font-awesome/_icons.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 130, ../sass/font-awesome/_icons.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 131, ../sass/font-awesome/_icons.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 132, ../sass/font-awesome/_icons.scss */
.icon-key:before {
  content: "\f084";
}

/* line 133, ../sass/font-awesome/_icons.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 135, ../sass/font-awesome/_icons.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 136, ../sass/font-awesome/_icons.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 137, ../sass/font-awesome/_icons.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 138, ../sass/font-awesome/_icons.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 139, ../sass/font-awesome/_icons.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 140, ../sass/font-awesome/_icons.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 141, ../sass/font-awesome/_icons.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 142, ../sass/font-awesome/_icons.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 143, ../sass/font-awesome/_icons.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 144, ../sass/font-awesome/_icons.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 145, ../sass/font-awesome/_icons.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 146, ../sass/font-awesome/_icons.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 147, ../sass/font-awesome/_icons.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 148, ../sass/font-awesome/_icons.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 149, ../sass/font-awesome/_icons.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 150, ../sass/font-awesome/_icons.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 152, ../sass/font-awesome/_icons.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 153, ../sass/font-awesome/_icons.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 154, ../sass/font-awesome/_icons.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 155, ../sass/font-awesome/_icons.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 156, ../sass/font-awesome/_icons.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 157, ../sass/font-awesome/_icons.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 158, ../sass/font-awesome/_icons.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 159, ../sass/font-awesome/_icons.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 160, ../sass/font-awesome/_icons.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 161, ../sass/font-awesome/_icons.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 162, ../sass/font-awesome/_icons.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 163, ../sass/font-awesome/_icons.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 164, ../sass/font-awesome/_icons.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 165, ../sass/font-awesome/_icons.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 166, ../sass/font-awesome/_icons.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 167, ../sass/font-awesome/_icons.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 168, ../sass/font-awesome/_icons.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 169, ../sass/font-awesome/_icons.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 170, ../sass/font-awesome/_icons.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 171, ../sass/font-awesome/_icons.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 172, ../sass/font-awesome/_icons.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 173, ../sass/font-awesome/_icons.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 174, ../sass/font-awesome/_icons.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 175, ../sass/font-awesome/_icons.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 176, ../sass/font-awesome/_icons.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 177, ../sass/font-awesome/_icons.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 178, ../sass/font-awesome/_icons.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 179, ../sass/font-awesome/_icons.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 180, ../sass/font-awesome/_icons.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 181, ../sass/font-awesome/_icons.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 182, ../sass/font-awesome/_icons.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 183, ../sass/font-awesome/_icons.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 184, ../sass/font-awesome/_icons.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 186, ../sass/font-awesome/_icons.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 187, ../sass/font-awesome/_icons.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 188, ../sass/font-awesome/_icons.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 189, ../sass/font-awesome/_icons.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 190, ../sass/font-awesome/_icons.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 191, ../sass/font-awesome/_icons.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 192, ../sass/font-awesome/_icons.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 193, ../sass/font-awesome/_icons.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 194, ../sass/font-awesome/_icons.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 195, ../sass/font-awesome/_icons.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 196, ../sass/font-awesome/_icons.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 197, ../sass/font-awesome/_icons.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 198, ../sass/font-awesome/_icons.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 199, ../sass/font-awesome/_icons.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 200, ../sass/font-awesome/_icons.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 201, ../sass/font-awesome/_icons.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 202, ../sass/font-awesome/_icons.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 203, ../sass/font-awesome/_icons.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 204, ../sass/font-awesome/_icons.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 205, ../sass/font-awesome/_icons.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 206, ../sass/font-awesome/_icons.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 207, ../sass/font-awesome/_icons.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 208, ../sass/font-awesome/_icons.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 209, ../sass/font-awesome/_icons.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 210, ../sass/font-awesome/_icons.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 211, ../sass/font-awesome/_icons.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 213, ../sass/font-awesome/_icons.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 214, ../sass/font-awesome/_icons.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 215, ../sass/font-awesome/_icons.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 216, ../sass/font-awesome/_icons.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 217, ../sass/font-awesome/_icons.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 218, ../sass/font-awesome/_icons.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 219, ../sass/font-awesome/_icons.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 220, ../sass/font-awesome/_icons.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 221, ../sass/font-awesome/_icons.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 222, ../sass/font-awesome/_icons.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 223, ../sass/font-awesome/_icons.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 224, ../sass/font-awesome/_icons.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 225, ../sass/font-awesome/_icons.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 226, ../sass/font-awesome/_icons.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 227, ../sass/font-awesome/_icons.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 228, ../sass/font-awesome/_icons.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 229, ../sass/font-awesome/_icons.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 230, ../sass/font-awesome/_icons.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 231, ../sass/font-awesome/_icons.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 232, ../sass/font-awesome/_icons.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 233, ../sass/font-awesome/_icons.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 234, ../sass/font-awesome/_icons.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 235, ../sass/font-awesome/_icons.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 236, ../sass/font-awesome/_icons.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 237, ../sass/font-awesome/_icons.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 238, ../sass/font-awesome/_icons.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 239, ../sass/font-awesome/_icons.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 240, ../sass/font-awesome/_icons.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 241, ../sass/font-awesome/_icons.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 242, ../sass/font-awesome/_icons.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 243, ../sass/font-awesome/_icons.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 244, ../sass/font-awesome/_icons.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 245, ../sass/font-awesome/_icons.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 246, ../sass/font-awesome/_icons.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 247, ../sass/font-awesome/_icons.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 248, ../sass/font-awesome/_icons.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 249, ../sass/font-awesome/_icons.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 250, ../sass/font-awesome/_icons.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 251, ../sass/font-awesome/_icons.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 252, ../sass/font-awesome/_icons.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 253, ../sass/font-awesome/_icons.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 254, ../sass/font-awesome/_icons.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 255, ../sass/font-awesome/_icons.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 256, ../sass/font-awesome/_icons.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 257, ../sass/font-awesome/_icons.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 259, ../sass/font-awesome/_icons.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 260, ../sass/font-awesome/_icons.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 261, ../sass/font-awesome/_icons.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 262, ../sass/font-awesome/_icons.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 263, ../sass/font-awesome/_icons.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 264, ../sass/font-awesome/_icons.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 265, ../sass/font-awesome/_icons.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 266, ../sass/font-awesome/_icons.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 267, ../sass/font-awesome/_icons.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 268, ../sass/font-awesome/_icons.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 269, ../sass/font-awesome/_icons.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 270, ../sass/font-awesome/_icons.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 271, ../sass/font-awesome/_icons.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 272, ../sass/font-awesome/_icons.scss */
.icon-code:before {
  content: "\f121";
}

/* line 273, ../sass/font-awesome/_icons.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 274, ../sass/font-awesome/_icons.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 275, ../sass/font-awesome/_icons.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 277, ../sass/font-awesome/_icons.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 278, ../sass/font-awesome/_icons.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 279, ../sass/font-awesome/_icons.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 280, ../sass/font-awesome/_icons.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 281, ../sass/font-awesome/_icons.scss */
.icon-question:before {
  content: "\f128";
}

/* line 282, ../sass/font-awesome/_icons.scss */
.icon-info:before {
  content: "\f129";
}

/* line 283, ../sass/font-awesome/_icons.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 284, ../sass/font-awesome/_icons.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 285, ../sass/font-awesome/_icons.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 286, ../sass/font-awesome/_icons.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 287, ../sass/font-awesome/_icons.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 288, ../sass/font-awesome/_icons.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 289, ../sass/font-awesome/_icons.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 290, ../sass/font-awesome/_icons.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 291, ../sass/font-awesome/_icons.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 292, ../sass/font-awesome/_icons.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 293, ../sass/font-awesome/_icons.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 294, ../sass/font-awesome/_icons.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 295, ../sass/font-awesome/_icons.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 296, ../sass/font-awesome/_icons.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 297, ../sass/font-awesome/_icons.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 298, ../sass/font-awesome/_icons.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 299, ../sass/font-awesome/_icons.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 300, ../sass/font-awesome/_icons.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 301, ../sass/font-awesome/_icons.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 302, ../sass/font-awesome/_icons.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 303, ../sass/font-awesome/_icons.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 304, ../sass/font-awesome/_icons.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 305, ../sass/font-awesome/_icons.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 306, ../sass/font-awesome/_icons.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 307, ../sass/font-awesome/_icons.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 308, ../sass/font-awesome/_icons.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 309, ../sass/font-awesome/_icons.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 310, ../sass/font-awesome/_icons.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 311, ../sass/font-awesome/_icons.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 312, ../sass/font-awesome/_icons.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 313, ../sass/font-awesome/_icons.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 314, ../sass/font-awesome/_icons.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 315, ../sass/font-awesome/_icons.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 316, ../sass/font-awesome/_icons.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 317, ../sass/font-awesome/_icons.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 318, ../sass/font-awesome/_icons.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 319, ../sass/font-awesome/_icons.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 320, ../sass/font-awesome/_icons.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 321, ../sass/font-awesome/_icons.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 323, ../sass/font-awesome/_icons.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 324, ../sass/font-awesome/_icons.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 326, ../sass/font-awesome/_icons.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 328, ../sass/font-awesome/_icons.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 330, ../sass/font-awesome/_icons.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 332, ../sass/font-awesome/_icons.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 334, ../sass/font-awesome/_icons.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 336, ../sass/font-awesome/_icons.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 337, ../sass/font-awesome/_icons.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 338, ../sass/font-awesome/_icons.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 339, ../sass/font-awesome/_icons.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 340, ../sass/font-awesome/_icons.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 341, ../sass/font-awesome/_icons.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 342, ../sass/font-awesome/_icons.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 343, ../sass/font-awesome/_icons.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 344, ../sass/font-awesome/_icons.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 345, ../sass/font-awesome/_icons.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 346, ../sass/font-awesome/_icons.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 347, ../sass/font-awesome/_icons.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 348, ../sass/font-awesome/_icons.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 349, ../sass/font-awesome/_icons.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 350, ../sass/font-awesome/_icons.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 351, ../sass/font-awesome/_icons.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 352, ../sass/font-awesome/_icons.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 353, ../sass/font-awesome/_icons.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 354, ../sass/font-awesome/_icons.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 355, ../sass/font-awesome/_icons.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 356, ../sass/font-awesome/_icons.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 357, ../sass/font-awesome/_icons.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 358, ../sass/font-awesome/_icons.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 359, ../sass/font-awesome/_icons.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 360, ../sass/font-awesome/_icons.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 361, ../sass/font-awesome/_icons.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 362, ../sass/font-awesome/_icons.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 363, ../sass/font-awesome/_icons.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 364, ../sass/font-awesome/_icons.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 365, ../sass/font-awesome/_icons.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 366, ../sass/font-awesome/_icons.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 367, ../sass/font-awesome/_icons.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 368, ../sass/font-awesome/_icons.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 369, ../sass/font-awesome/_icons.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 370, ../sass/font-awesome/_icons.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 371, ../sass/font-awesome/_icons.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 372, ../sass/font-awesome/_icons.scss */
.icon-female:before {
  content: "\f182";
}

/* line 373, ../sass/font-awesome/_icons.scss */
.icon-male:before {
  content: "\f183";
}

/* line 374, ../sass/font-awesome/_icons.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 375, ../sass/font-awesome/_icons.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 376, ../sass/font-awesome/_icons.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 377, ../sass/font-awesome/_icons.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 378, ../sass/font-awesome/_icons.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 379, ../sass/font-awesome/_icons.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 380, ../sass/font-awesome/_icons.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 381, ../sass/font-awesome/_icons.scss */
.icon-renren:before {
  content: "\f18b";
}

/* *****************************************************************
	reset
****************************************************************** */
/* line 4, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
}
/* line 491, ../sass/_theme_variables.scss */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark
.h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
  color: #896b5a;
}

/* line 12, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 15, ../sass/_reset.scss */
a {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark a {
  color: #896b5a;
}

/* line 18, ../sass/_reset.scss */
a:focus {
  outline: none;
  text-decoration: none;
}

/* line 19, ../sass/_reset.scss */
body {
  font-family: "Raleway", sans-serif;
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: black;
  background-color: white;
}
/* line 491, ../sass/_theme_variables.scss */
.dark body {
  color: #896b5a;
}
/* line 589, ../sass/_theme_variables.scss */
.dark body {
  background-color: #333333;
}
/* line 27, ../sass/_reset.scss */
body.content_only {
  background: none;
}

/* line 31, ../sass/_reset.scss */
textarea {
  resize: none;
}

/* line 34, ../sass/_reset.scss */
ul, li {
  list-style: none;
}

/* line 35, ../sass/_reset.scss */
img {
  max-width: 100%;
}

/* ******************************************************************
	Bootstrap
******************************************************************* */
/* line 39, ../sass/_reset.scss */
.form-horizontal .control-label, .form-horizontal .radio,
.form-horizontal .checkbox, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}

/* *****************************************************************
	title
****************************************************************** */
/* line 10, ../sass/_base.scss */
.navbar-default .navbar-nav > .active a {
  background: white;
}
/* line 12, ../sass/_base.scss */
.navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .navbar-default .navbar-nav > .active a:hover, .dark .navbar-default .navbar-nav > .active a:focus {
  background-color: #896b5a;
}

/* line 20, ../sass/_base.scss */
#center_column .page_product_box h3 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 12px 10px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: none;
  background: #F2F2F2;
}

/* line 25, ../sass/_base.scss */
.page-heading {
  color: black;
  color: black;
  text-transform: uppercase !important;
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .page-heading {
  color: #896b5a;
}
/* line 35, ../sass/_base.scss */
.page-heading .cat-name {
  font-weight: normal;
  color: black;
  letter-spacing: 3px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .page-heading .cat-name {
  color: #896b5a;
}
/* line 41, ../sass/_base.scss */
.page-heading span.heading-counter {
  color: black;
  color: #2e3039;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .page-heading span.heading-counter {
  color: #896b5a;
}
@media (max-width: 480px) {
  /* line 41, ../sass/_base.scss */
  .page-heading span.heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}
/* line 57, ../sass/_base.scss */
.page-heading span.lighter {
  color: #9c9c9c;
}
/* line 60, ../sass/_base.scss */
.page-heading.bottom-indent {
  margin-bottom: 20px;
}
/* line 63, ../sass/_base.scss */
.page-heading.product-listing {
  border-bottom: none;
}

/* line 68, ../sass/_base.scss */
.page-subheading {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 18px;
  padding: 0 0 15px 15px;
  line-height: normal;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #ededed;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .page-subheading {
  padding: 0 15px 15px 0;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .page-subheading {
  margin: 10px 0 10px 0;
}

/* line 78, ../sass/_base.scss */
h3.page-product-heading {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 12px 10px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: none;
  background: #F2F2F2;
  background-color: white;
  border-color: #ededed;
  border-color: #ededed;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 8px 10px 8px 10px;
  color: black;
}
/* line 589, ../sass/_theme_variables.scss */
.dark h3.page-product-heading {
  background-color: #333333;
}
/* line 671, ../sass/_theme_variables.scss */
.dark h3.page-product-heading {
  border-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark h3.page-product-heading {
  border-color: #4d423b;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl h3.page-product-heading {
  padding: 8px 10px 8px 10px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark h3.page-product-heading {
  color: #896b5a;
}

/* line 87, ../sass/_base.scss */
.page-product-heading {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 12px 10px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: none;
  background: #F2F2F2;
  background-color: white;
  padding: 8px 10px 8px 10px;
  color: black;
}
/* line 589, ../sass/_theme_variables.scss */
.dark .page-product-heading {
  background-color: #333333;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .page-product-heading {
  padding: 8px 10px 8px 10px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .page-product-heading {
  color: #896b5a;
}

/* line 95, ../sass/_base.scss */
p.info-title {
  margin-bottom: 20px;
}

/* line 99, ../sass/_base.scss */
p.info-account {
  margin: -4px 0 24px 0;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl p.info-account {
  margin: -4px 0 24px 0;
}

/* line 103, ../sass/_base.scss */
.dark {
  color: #2e3039;
}

/* line 107, ../sass/_base.scss */
.main-page-indent {
  margin-bottom: 20px;
}

/* line 111, ../sass/_base.scss */
.alert {
  font-weight: 700;
}
/* line 113, ../sass/_base.scss */
.alert ul, .alert ol {
  padding-left: 15px;
  margin-left: 27px;
}
/* line 116, ../sass/_base.scss */
.alert ul li, .alert ol li {
  list-style-type: decimal;
}
/* line 120, ../sass/_base.scss */
.alert.alert-warning {
  background-color: black;
  border: 0;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .alert.alert-warning {
  background-color: #896b5a;
}
/* line 123, ../sass/_base.scss */
.alert.alert-warning a:hover {
  color: #fff;
}
/* line 127, ../sass/_base.scss */
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}
/* line 136, ../sass/_base.scss */
.alert.alert-danger a {
  color: #fff;
}
/* line 137, ../sass/_base.scss */
.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .alert.alert-danger:before {
  float: right;
}

/* line 148, ../sass/_base.scss */
.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px 6px 10px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .label {
  padding: 6px 10px 6px 10px;
}

/* line 153, ../sass/_base.scss */
.label-success {
  background-color: black;
  border: 0;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .label-success {
  background-color: #896b5a;
}

/* line 154, ../sass/_base.scss */
label {
  color: black;
  font-weight: 500;
}
/* line 491, ../sass/_theme_variables.scss */
.dark label {
  color: #896b5a;
}
/* line 158, ../sass/_base.scss */
label.required:before {
  content: "*";
  color: red;
  position: relative;
  line-height: 12px;
}

/* line 167, ../sass/_base.scss */
.unvisible {
  display: none;
}

/* line 171, ../sass/_base.scss */
.checkbox {
  line-height: 16px;
}
/* line 173, ../sass/_base.scss */
.checkbox label {
  color: #777777;
}

/* line 178, ../sass/_base.scss */
.close {
  opacity: 1;
}
/* line 180, ../sass/_base.scss */
.close:hover {
  opacity: 1;
}

/* line 185, ../sass/_base.scss */
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid black;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
}

/* line 195, ../sass/_base.scss */
table.std th,
table.table_block th {
  padding: 14px 12px;
  padding: 14px 12px 14px 12px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background: #999999;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl table.std th, .rtl
table.table_block th {
  padding: 14px 12px 14px 12px;
}

/* line 206, ../sass/_base.scss */
table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

/* line 211, ../sass/_base.scss */
table.std td,
table.table_block td {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top;
}

/* line 219, ../sass/_base.scss */
.table {
  margin-bottom: 30px;
}
/* line 223, ../sass/_base.scss */
.table > thead > tr > th {
  background: #fbfbfb;
  border-bottom-width: 1px;
  color: #2e3039;
  vertical-align: middle;
  font-size: 15px;
  font-weight: normal;
}
/* line 234, ../sass/_base.scss */
.table td a.color-myaccount {
  color: #777777;
  text-decoration: underline;
}
/* line 237, ../sass/_base.scss */
.table td a.color-myaccount:hover {
  text-decoration: none;
}
/* line 243, ../sass/_base.scss */
.table tfoot tr {
  background: #fbfbfb;
}

/* *****************************************************************
  barre comparaison / tri
****************************************************************** */
/* line 254, ../sass/_base.scss */
.product-filter .sortPagiBar {
  background-color: white;
  border-color: #ededed;
  border-color: #ededed;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  font-size: 15px;
}
/* line 589, ../sass/_theme_variables.scss */
.dark .product-filter .sortPagiBar {
  background-color: #333333;
}
/* line 671, ../sass/_theme_variables.scss */
.dark .product-filter .sortPagiBar {
  border-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark .product-filter .sortPagiBar {
  border-color: #4d423b;
}
/* line 260, ../sass/_base.scss */
.product-filter .sortPagiBar .display {
  float: left;
  margin: 0;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar .display {
  float: right;
}
/* line 264, ../sass/_base.scss */
.product-filter .sortPagiBar .limit {
  float: left;
  margin-top: 5px;
  display: none;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar .limit {
  float: right;
}
/* line 269, ../sass/_base.scss */
.product-filter .sortPagiBar #productsSortForm {
  float: right;
  padding: 0px 0px 0px 10px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar #productsSortForm {
  float: left;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar #productsSortForm {
  padding: 0px 10px 0px 0px;
}
/* line 272, ../sass/_base.scss */
.product-filter .sortPagiBar #productsSortForm select {
  max-width: 192px;
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar #productsSortForm select {
  float: right;
}
/* line 278, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage select {
  max-width: 59px;
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage select {
  float: right;
}
/* line 282, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage .clearfix > span {
  padding: 3px 0 0 12px;
  display: inline-block;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage .clearfix > span {
  padding: 3px 12px 0 0;
}
/* line 286, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: right;
}
/* line 288, ../sass/_base.scss */
.product-filter .sortPagiBar label, .product-filter .sortPagiBar select {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar label, .rtl .product-filter .sortPagiBar select {
  float: right;
}
/* line 291, ../sass/_base.scss */
.product-filter .sortPagiBar label {
  padding: 3px 6px 0 0;
  font-weight: 400;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .product-filter .sortPagiBar label {
  padding: 3px 0 0 6px;
}
/* line 296, ../sass/_base.scss */
.product-filter .sortPagiBar.instant_search #productsSortForm {
  display: none;
}
/* line 302, ../sass/_base.scss */
.product-filter .display li, .product-filter .display_m li {
  float: left;
  padding: 10px 10px 10px 10px;
  border-right-color: #ededed;
  border-right-color: #ededed;
  border-width: 0px 1px 0px 0px;
  border-style: none solid none  none;
  text-align: center;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .display li, .rtl .product-filter .display_m li {
  float: right;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .product-filter .display li, .rtl .product-filter .display_m li {
  padding: 10px 10px 10px 10px;
}
/* line 671, ../sass/_theme_variables.scss */
.dark .product-filter .display li, .dark .product-filter .display_m li {
  border-right-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark .product-filter .display li, .dark .product-filter .display_m li {
  border-right-color: #4d423b;
}
/* line 309, ../sass/_base.scss */
.product-filter .display li a, .product-filter .display_m li a {
  color: #7e7f80;
  font-size: 11px;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product-filter .display li a, .dark .product-filter .display_m li a {
  color: #896b5a;
}
/* line 313, ../sass/_base.scss */
.product-filter .display li a i, .product-filter .display_m li a i {
  font-size: 13px;
  padding-right: 5px;
  margin-left: 5px;
  color: #7e7f80;
  cursor: pointer;
  color: black;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .product-filter .display li a i, .rtl .product-filter .display_m li a i {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .product-filter .display li a i, .rtl .product-filter .display_m li a i {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product-filter .display li a i, .dark .product-filter .display_m li a i {
  color: #896b5a;
}
/* line 323, ../sass/_base.scss */
.product-filter .display li a:hover i, .product-filter .display li.selected i, .product-filter .display_m li a:hover i, .product-filter .display_m li.selected i {
  color: black;
  color: #666666;
}
/* line 328, ../sass/_base.scss */
.product-filter .display li.display-title, .product-filter .display_m li.display-title {
  font-weight: normal;
  color: #2e3039;
  padding: 10px 10px 10px 10px;
  display: block;
  color: black;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .product-filter .display li.display-title, .rtl .product-filter .display_m li.display-title {
  padding: 10px 10px 10px 10px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product-filter .display li.display-title, .dark .product-filter .display_m li.display-title {
  color: #896b5a;
}
/* line 337, ../sass/_base.scss */
.product-filter .product-compare {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product-filter .product-compare {
  float: left;
}

/* line 345, ../sass/_base.scss */
.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 12px 0 12px 0;
  position: relative;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content, .rtl
.bottom-pagination-content {
  padding: 12px 0 12px 0;
}
/* line 350, ../sass/_base.scss */
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  margin: 0;
  text-align: center;
}
/* line 353, ../sass/_base.scss */
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  float: right;
  padding: 0 53px 0 14px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .top-pagination-content div.pagination .showall, .rtl
.bottom-pagination-content div.pagination .showall {
  float: left;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content div.pagination .showall, .rtl
.bottom-pagination-content div.pagination .showall {
  padding: 0 14px 0 53px;
}
/* line 357, ../sass/_base.scss */
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
  font-size: 13px;
  padding: 3px 5px 4px 5px;
  line-height: normal;
  display: none;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content div.pagination .showall .btn span, .rtl
.bottom-pagination-content div.pagination .showall .btn span {
  padding: 3px 5px 4px 5px;
}
/* line 367, ../sass/_base.scss */
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
  margin: 0 0 0 0;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination, .rtl
.bottom-pagination-content ul.pagination {
  margin: 0 0 0 0;
}
/* line 369, ../sass/_base.scss */
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination li, .rtl
.bottom-pagination-content ul.pagination li {
  float: right;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination li, .rtl
.bottom-pagination-content ul.pagination li {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 373, ../sass/_base.scss */
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  height: 25px;
  border: 1px solid #E0E3E4;
  border-radius: 4px 4px 4px 4px;
  line-height: 23px;
  color: #6e6f70;
  padding: 0 5px 0 5px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination li > a, .rtl
.top-pagination-content ul.pagination li > span, .rtl
.bottom-pagination-content ul.pagination li > a, .rtl
.bottom-pagination-content ul.pagination li > span {
  padding: 0 5px 0 5px;
}
/* line 381, ../sass/_base.scss */
.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
  padding: 0 5px 0 5px;
  display: block;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination li > a span, .rtl
.top-pagination-content ul.pagination li > span span, .rtl
.bottom-pagination-content ul.pagination li > a span, .rtl
.bottom-pagination-content ul.pagination li > span span {
  padding: 0 5px 0 5px;
}
/* line 388, ../sass/_base.scss */
.top-pagination-content ul.pagination li a.active > span, .top-pagination-content ul.pagination li a:hover > span, .top-pagination-content ul.pagination li a:focus > span,
.bottom-pagination-content ul.pagination li a.active > span,
.bottom-pagination-content ul.pagination li a:hover > span,
.bottom-pagination-content ul.pagination li a:focus > span {
  color: black;
  border-color: #E0E3E4;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .top-pagination-content ul.pagination li a.active > span, .dark .top-pagination-content ul.pagination li a:hover > span, .dark .top-pagination-content ul.pagination li a:focus > span, .dark
.bottom-pagination-content ul.pagination li a.active > span, .dark
.bottom-pagination-content ul.pagination li a:hover > span, .dark
.bottom-pagination-content ul.pagination li a:focus > span {
  color: #896b5a;
}
/* line 393, ../sass/_base.scss */
.top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
  color: #777676;
}
/* line 397, ../sass/_base.scss */
.top-pagination-content ul.pagination li i,
.bottom-pagination-content ul.pagination li i {
  margin: 0 5px 0 5px;
  font-size: 10px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content ul.pagination li i, .rtl
.bottom-pagination-content ul.pagination li i {
  margin: 0 5px 0 5px;
}
/* line 400, ../sass/_base.scss */
.top-pagination-content ul.pagination li.current > span,
.bottom-pagination-content ul.pagination li.current > span {
  color: black;
  background: none;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .top-pagination-content ul.pagination li.current > span, .dark
.bottom-pagination-content ul.pagination li.current > span {
  color: #896b5a;
}
/* line 405, ../sass/_base.scss */
.top-pagination-content ul.pagination li.current:hover span,
.bottom-pagination-content ul.pagination li.current:hover span {
  border-color: #E0E3E4;
  background: #dddddd;
}
/* line 412, ../sass/_base.scss */
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
  float: right;
  display: none;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .top-pagination-content .compare-form, .rtl
.bottom-pagination-content .compare-form {
  float: left;
}
/* line 416, ../sass/_base.scss */
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
  padding: 0 0 0 0;
  float: left;
  display: none;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .top-pagination-content .product-count, .rtl
.bottom-pagination-content .product-count {
  padding: 0 0 0 0;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .top-pagination-content .product-count, .rtl
.bottom-pagination-content .product-count {
  float: right;
}

/* line 423, ../sass/_base.scss */
.bottom-pagination-content {
  border-top-color: #ededed;
  border-top-color: #ededed;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  margin-top: 20x;
}
/* line 671, ../sass/_theme_variables.scss */
.dark .bottom-pagination-content {
  border-top-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark .bottom-pagination-content {
  border-top-color: #4d423b;
}

/* *****************************************************************
  CART steps
****************************************************************** */
/* line 433, ../sass/_base.scss */
ul.step {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 436, ../sass/_base.scss */
ul.step li {
  background: #ebebeb;
  float: left;
  text-align: left;
  padding: 0 0 0 0;
  text-align: center;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl ul.step li {
  float: right;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl ul.step li {
  text-align: right;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl ul.step li {
  padding: 0 0 0 0;
}
/* line 442, ../sass/_base.scss */
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  display: block;
  padding: 8px 10px 8px 10px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl ul.step li a, .rtl
ul.step li span, .rtl ul.step li.step_current span, .rtl ul.step li.step_current_end span {
  padding: 8px 10px 8px 10px;
}
/* line 451, ../sass/_base.scss */
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}
/* line 457, ../sass/_base.scss */
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}
/* line 464, ../sass/_base.scss */
ul.step li.second span, ul.step li.second a {
  z-index: 4;
}
/* line 469, ../sass/_base.scss */
ul.step li.third span, ul.step li.third a {
  z-index: 3;
}
/* line 474, ../sass/_base.scss */
ul.step li.four span, ul.step li.four a {
  z-index: 2;
}
/* line 479, ../sass/_base.scss */
ul.step li.last span {
  z-index: 1;
}
/* line 484, ../sass/_base.scss */
ul.step li.step_current span {
  background-color: black;
  position: relative;
  color: white;
}
/* line 558, ../sass/_theme_variables.scss */
.dark ul.step li.step_current span {
  background-color: #896b5a;
}
/* line 491, ../sass/_base.scss */
ul.step li.step_todo span {
  display: block;
  position: relative;
}
/* line 497, ../sass/_base.scss */
ul.step li.step_done a {
  background-color: black;
  color: white;
}
/* line 558, ../sass/_theme_variables.scss */
.dark ul.step li.step_done a {
  background-color: #896b5a;
}
/* line 502, ../sass/_base.scss */
ul.step li.step_done.step_done_last {
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark ul.step li.step_done.step_done_last {
  background-color: #896b5a;
}

/* line 507, ../sass/_base.scss */
.breadcrumb {
  display: inline-block;
  padding: 0 11px 0 11px;
  line-height: 24px;
  min-height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 10px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .breadcrumb {
  padding: 0 11px 0 11px;
}
/* line 518, ../sass/_base.scss */
.breadcrumb .navigation-pipe {
  width: 24px;
  display: inline-block;
  text-indent: 0px;
  padding: 0 10px;
  padding: 0 10px 0 10px;
  background-position: 5px 8px;
  background-repeat: no-repeat;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .breadcrumb .navigation-pipe {
  padding: 0 10px 0 10px;
}
/* line 527, ../sass/_base.scss */
.breadcrumb a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
/* line 531, ../sass/_base.scss */
.breadcrumb a.home {
  color: black;
  width: 35px;
  text-align: center;
  padding: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99;
  line-height: 22px;
  display: inline-block;
  height: 25px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .breadcrumb a.home {
  color: #896b5a;
}
/* line 542, ../sass/_base.scss */
.breadcrumb a.home i {
  vertical-align: -1px;
  display: none;
}
/* line 546, ../sass/_base.scss */
.breadcrumb a.home:before {
  border: none;
}
/* line 550, ../sass/_base.scss */
.breadcrumb a:hover {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .breadcrumb a:hover {
  color: #896b5a;
}

/* line 557, ../sass/_base.scss */
.ie8 .breadcrumb {
  min-height: 1px;
}
/* line 559, ../sass/_base.scss */
.ie8 .breadcrumb a:after {
  display: none;
}
/* line 562, ../sass/_base.scss */
.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

/* *****************************************************************
	Buttons
****************************************************************** */
/* line 4, ../sass/_form.scss */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled,
input.button_large_disabled, input.exclusive_mini, input.exclusive_small,
input.exclusive, input.exclusive_large, input.exclusive_mini_disabled,
input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small,
a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button,
span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive,
span.exclusive_large, span.exclusive_large_disabled {
  background: #666666;
}

/* line 15, ../sass/_form.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus,
.btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled],
.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active,
.btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background: black;
  border: 0;
}

/* line 23, ../sass/_form.scss */
*:first-child + html input.button_mini, *:first-child + html input.button_small,
*:first-child + html input.button, *:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled, *:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled, *:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini, *:first-child + html input.exclusive_small,
*:first-child + html input.exclusive, *:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled, *:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled, *:first-child + html input.exclusive_large_disabled {
  border: none;
}

/* line 35, ../sass/_form.scss */
input.button_mini:hover, input.button_small:hover, input.button:hover,
input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover,
input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover,
a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover,
a.exclusive:hover, a.exclusive_large:hover {
  background-color: black;
  color: white;
}
/* line 558, ../sass/_theme_variables.scss */
.dark input.button_mini:hover, .dark input.button_small:hover, .dark input.button:hover, .dark
input.button_large:hover, .dark input.exclusive_mini:hover, .dark input.exclusive_small:hover, .dark
input.exclusive:hover, .dark input.exclusive_large:hover, .dark a.button_mini:hover, .dark a.button_small:hover, .dark
a.button:hover, .dark a.button_large:hover, .dark a.exclusive_mini:hover, .dark a.exclusive_small:hover, .dark
a.exclusive:hover, .dark a.exclusive_large:hover {
  background-color: #896b5a;
}

/* line 45, ../sass/_form.scss */
input.button_mini:active, input.button_small:active, input.button:active,
input.button_large:active, input.exclusive_mini:active, input.exclusive_small:active,
input.exclusive:active, input.exclusive_large:active, a.button_mini:active,
a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active,
a.exclusive:active, a.exclusive_large:active {
  background-color: black;
  color: white;
}
/* line 558, ../sass/_theme_variables.scss */
.dark input.button_mini:active, .dark input.button_small:active, .dark input.button:active, .dark
input.button_large:active, .dark input.exclusive_mini:active, .dark input.exclusive_small:active, .dark
input.exclusive:active, .dark input.exclusive_large:active, .dark a.button_mini:active, .dark
a.button_small:active, .dark a.button:active, .dark a.button_large:active, .dark
a.exclusive_mini:active, .dark a.exclusive_small:active, .dark
a.exclusive:active, .dark a.exclusive_large:active {
  background-color: #896b5a;
}

/* line 55, ../sass/_form.scss */
input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default;
}

/* line 63, ../sass/_form.scss */
.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3;
}

/* line 68, ../sass/_form.scss */
.btn-link:hover, .btn-link:focus {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .btn-link:hover, .dark .btn-link:focus {
  color: #896b5a;
}

/* line 73, ../sass/_form.scss */
.button {
  background-color: black;
  font-size: 13px;
  color: white;
  padding: 0;
  outline: none;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .button {
  background-color: #896b5a;
}
/* line 79, ../sass/_form.scss */
.button span {
  display: block;
  padding: 5px 10px;
}
/* line 82, ../sass/_form.scss */
.button span i {
  vertical-align: 0px;
  margin-right: 5px;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .button span i {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 85, ../sass/_form.scss */
.button span i.right {
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .button span i.right {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 93, ../sass/_form.scss */
.button:hover, .button:focus {
  background: #666;
  color: white;
}
/* line 98, ../sass/_form.scss */
.button:focus {
  outline: none;
}
/* line 104, ../sass/_form.scss */
.button.ajax_add_to_cart_button {
  line-height: auto !important;
}
/* line 106, ../sass/_form.scss */
.button.ajax_add_to_cart_button span {
  text-transform: uppercase;
  font-size: 11px;
}
/* line 110, ../sass/_form.scss */
.button.ajax_add_to_cart_button.disabled {
  background: #666666;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 119, ../sass/_form.scss */
.link-button {
  font-weight: 700;
}
/* line 121, ../sass/_form.scss */
.link-button i {
  margin-right: 5px;
}
/* line 123, ../sass/_form.scss */
.link-button i.large {
  font-size: 26px;
  line-height: 26px;
  vertical-align: -3px;
  color: silver;
}

/* line 132, ../sass/_form.scss */
.btn.button-plus,
.btn.button-minus {
  line-height: 14px;
  color: silver;
  padding: 0;
  border: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 139, ../sass/_form.scss */
.btn.button-plus span,
.btn.button-minus span {
  display: block;
  border: 1px solid white;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: #1e5799;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0);
}
/* line 158, ../sass/_form.scss */
.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #2e3039;
}
/* line 160, ../sass/_form.scss */
.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

/* *****************************************************************
	form
****************************************************************** */
/* line 170, ../sass/_form.scss */
.form-control {
  padding: 3px 5px;
  height: 27px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 174, ../sass/_form.scss */
.form-control.grey {
  background: #fbfbfb;
}

/* ******************************************************************
   Form validate
******************************************************************* */
/* line 183, ../sass/_form.scss */
.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2;
}
/* line 190, ../sass/_form.scss */
.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1;
}
/* line 197, ../sass/_form.scss */
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .form-group.form-error .form-control, .rtl .form-group.form-ok .form-control {
  padding-left: 30px;
  padding-right: inherit;
}

/* ******************************************************************
   uniform
******************************************************************* */
/* line 205, ../sass/_form.scss */
.radio-inline, .checkbox {
  padding-left: 0;
}
/* line 207, ../sass/_form.scss */
.radio-inline .checker, .checkbox .checker {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .radio-inline .checker, .rtl .checkbox .checker {
  float: right;
}
/* line 209, ../sass/_form.scss */
.radio-inline .checker span, .checkbox .checker span {
  top: 0px;
}
/* line 213, ../sass/_form.scss */
.radio-inline div.radio, .checkbox div.radio {
  display: inline-block;
}
/* line 215, ../sass/_form.scss */
.radio-inline div.radio span, .checkbox div.radio span {
  float: left;
  top: 0px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .radio-inline div.radio span, .rtl .checkbox div.radio span {
  float: right;
}

/* line 221, ../sass/_form.scss */
.btn {
  border: 0;
}

/* line 2, ../sass/_box.scss */
.box {
  border-color: #ededed;
  border-color: #ededed;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 10px;
  margin: 0 0 30px 0;
  line-height: 23px;
}
/* line 671, ../sass/_theme_variables.scss */
.dark .box {
  border-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark .box {
  border-color: #4d423b;
}
/* line 9, ../sass/_box.scss */
.box p {
  margin-bottom: 0;
}
/* line 12, ../sass/_box.scss */
.box.box-small {
  padding: 9px 10px 9px 20px;
}
/* line 14, ../sass/_box.scss */
.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

/* line 22, ../sass/_box.scss */
.page-product-box {
  padding-bottom: 10px;
  color: black;
  font-family: "Raleway", sans-serif;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .page-product-box {
  color: #896b5a;
}

/* line 27, ../sass/_box.scss */
.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 31, ../sass/_box.scss */
.product-box .product-image {
  background: white;
  padding: 5px;
  display: block;
  margin-bottom: 11px;
}
/* line 36, ../sass/_box.scss */
.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 48, ../sass/_box.scss */
.special-product .block .title_block:before {
  background-color: #f94b4b;
}

/* line 52, ../sass/_box.scss */
.block {
  margin-bottom: 20px;
}
/* line 54, ../sass/_box.scss */
.block .title_block {
  font-size: 15px;
  padding: 20px 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 38px;
  color: #4a4a4a;
  position: relative;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .block .title_block {
  padding-right: 38px;
  padding-left: inherit;
}
/* line 62, ../sass/_box.scss */
.block .title_block:before {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl .block .title_block:before {
  right: 0;
  left: auto;
}
/* line 71, ../sass/_box.scss */
.block .title_block a {
  color: #4a4a4a;
}
/* line 73, ../sass/_box.scss */
.block .title_block a:hover {
  color: #4a4a4a;
}
/* line 81, ../sass/_box.scss */
.block .list-block li a {
  font-size: "Raleway", sans-serif;
  font-weight: normal;
  padding: 0 10px 0 15px;
  line-height: 35px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .block .list-block li a {
  color: #896b5a;
}
/* line 91, ../sass/_box.scss */
.block .list-block li a:hover, .block .list-block li a.selected {
  background-color: #ededed;
  color: #333333;
  text-decoration: none;
}
/* line 95, ../sass/_box.scss */
.block .list-block li a:hover:before, .block .list-block li a.selected:before {
  color: black;
}
/* line 97, ../sass/_box.scss */
.block .list-block li a i {
  display: none;
}
/* line 100, ../sass/_box.scss */
.block .list-block li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  padding-right: 3px;
}
/* line 107, ../sass/_box.scss */
.block .list-block li:first-child {
  border-top: none;
}
/* line 111, ../sass/_box.scss */
.block .list-block .form-group {
  padding-top: 20px;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}
/* line 115, ../sass/_box.scss */
.block .list-block .form-group select {
  max-width: 270px;
}
/* line 119, ../sass/_box.scss */
.block .list-block .btn {
  margin-top: 12px;
}
/* line 124, ../sass/_box.scss */
.block .products-block li {
  padding: 20px 0px 20px 0px;
}
/* line 126, ../sass/_box.scss */
.block .products-block li .products-block-image {
  float: left;
  margin-right: 15px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .block .products-block li .products-block-image {
  float: right;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .block .products-block li .products-block-image {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 130, ../sass/_box.scss */
.block .products-block li .product-content {
  color: black;
  overflow: hidden;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .block .products-block li .product-content {
  color: #896b5a;
}
/* line 133, ../sass/_box.scss */
.block .products-block li .product-content h5 {
  margin: 1px 0 10px 0;
  height: 19px;
  overflow: hidden;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .block .products-block li .product-content h5 {
  margin: 1px 0 10px 0;
}
/* line 138, ../sass/_box.scss */
.block .products-block li .product-content .price-box {
  margin: 10px 0 0;
  margin: 10px 0 10px 0;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .block .products-block li .product-content .price-box {
  margin: 10px 0 10px 0;
}
/* line 140, ../sass/_box.scss */
.block .products-block li .product-content .comments_note .nb-comments {
  display: none;
}
/* line 144, ../sass/_box.scss */
.block .products-block .product-description {
  margin-bottom: 14px;
  display: none;
  text-align: justify;
}

/* line 155, ../sass/_box.scss */
#index #center_column .title_block:after {
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl #index #center_column .title_block:after {
  right: 0;
  left: auto;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl #index #center_column .title_block:after {
  left: 0;
  right: auto;
}

/* line 167, ../sass/_box.scss */
.block.nobackground .block_content {
  background-color: transparent;
}

/* line 170, ../sass/_box.scss */
.block.nopadding .block_content {
  padding: 0;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .block.nopadding .block_content {
  color: #896b5a;
}

/* line 176, ../sass/_box.scss */
.block.noborder .block_content {
  border: 0;
}

/* line 183, ../sass/_box.scss */
.sidebar .block .title_block {
  font-weight: normal;
  margin-bottom: 0;
  color: white;
  background-color: black;
  padding: 5px 10px 7px 30px;
  font-size: 13px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .sidebar .block .title_block {
  padding: 5px 30px 7px 10px;
}
/* line 190, ../sass/_box.scss */
.sidebar .block .title_block:before {
  content: "\f005";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  margin-right: 11px;
  padding-left: 10px;
}
/* line 200, ../sass/_box.scss */
.sidebar .block .title_block a {
  font-weight: normal;
  color: white;
}
/* line 203, ../sass/_box.scss */
.sidebar .block .title_block a:hover {
  color: white;
}
/* line 205, ../sass/_box.scss */
.sidebar .block .title_block:first-child {
  margin-top: 0;
}
/* line 207, ../sass/_box.scss */
.sidebar .block .block_content {
  background-color: white;
  border-top: 0;
}
/* line 589, ../sass/_theme_variables.scss */
.dark .sidebar .block .block_content {
  background-color: #333333;
}
/* line 212, ../sass/_box.scss */
.sidebar .block.block.nopadding .block_content {
  padding: 0;
}
/* line 218, ../sass/_box.scss */
.sidebar .block.block.noborder .block_content {
  border: 0;
  padding-top: 10px;
}
/* line 223, ../sass/_box.scss */
.sidebar .block.block.nobackground .block_content {
  background: transparent;
}
/* line 226, ../sass/_box.scss */
.sidebar .block.highlighted .title_block {
  background-color: black;
  padding: 7px 10px 7px 30px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .sidebar .block.highlighted .title_block {
  padding: 7px 30px 7px 10px;
}
/* line 230, ../sass/_box.scss */
.sidebar .block.highlighted .title_block:before {
  background-color: transparent;
  font-family: 'FontAwesome';
  font-size: 12px;
}
/* line 240, ../sass/_box.scss */
.sidebar .block.black .title_block {
  background-color: black;
}

/* line 247, ../sass/_box.scss */
.footer-container .block .title_block, .footer-container .block h4 {
  color: black;
  padding-left: 0;
  margin-bottom: 5px;
}
/* line 252, ../sass/_box.scss */
.footer-container .block .title_block:before, .footer-container .block h4:before {
  display: none;
}

/* line 4, ../sass/_prestashop_pages.scss */
.cart_navigation {
  margin: 0 0 20px;
}
/* line 6, ../sass/_prestashop_pages.scss */
.cart_navigation .button-medium {
  float: right;
  font-size: 15px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .cart_navigation .button-medium {
  float: left;
}
/* line 9, ../sass/_prestashop_pages.scss */
.cart_navigation .button-medium i.right {
  line-height: 25px;
  margin-left: 6px;
}
/* line 14, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive {
  border: none;
  background-color: black;
  color: white;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .cart_navigation .button-exclusive {
  background-color: #896b5a;
}
/* line 19, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive i {
  color: white;
  margin-right: 8px;
}
/* line 23, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 31, ../sass/_prestashop_pages.scss */
.cart_last_product {
  display: none;
}

/* line 35, ../sass/_prestashop_pages.scss */
.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

/* line 43, ../sass/_prestashop_pages.scss */
.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

/* line 52, ../sass/_prestashop_pages.scss */
.table tbody > tr > td {
  vertical-align: middle;
}
/* line 54, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity {
  padding: 41px 14px 25px;
  width: 88px;
}
/* line 57, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
}
/* line 59, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: right;
}
/* line 62, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0;
}
/* line 68, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
  padding: 5px;
}
/* line 73, ../sass/_prestashop_pages.scss */
.table tfoot > tr > td {
  vertical-align: middle;
}

/* line 78, ../sass/_prestashop_pages.scss */
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #2e3039;
}
/* line 82, ../sass/_prestashop_pages.scss */
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: silver;
}

/* line 90, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px;
}
/* line 94, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_product img {
  border: 1px solid #d6d4d4;
}
/* line 100, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span {
  display: block;
}
/* line 102, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}
/* line 106, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
  color: #7e7f80;
}
/* line 113, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_description {
  width: 480px;
}
/* line 115, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}
/* line 125, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.text-right {
  color: #2e3039;
}
/* line 128, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.price {
  text-align: right;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #cart_summary tfoot td.price {
  text-align: left;
}
/* line 132, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Raleway", sans-serif;
  color: #555454;
  text-transform: uppercase;
}
/* line 138, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Raleway", sans-serif;
  color: black;
  background: white;
}

/* line 147, ../sass/_prestashop_pages.scss */
.cart_voucher {
  vertical-align: top !important;
}
/* line 149, ../sass/_prestashop_pages.scss */
.cart_voucher h4 {
  font: 600 18px/22px "Raleway", sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 7px 0 10px 0;
}
/* line 155, ../sass/_prestashop_pages.scss */
.cart_voucher .title-offers {
  color: #2e3039;
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 160, ../sass/_prestashop_pages.scss */
.cart_voucher fieldset {
  margin-bottom: 10px;
}
/* line 162, ../sass/_prestashop_pages.scss */
.cart_voucher fieldset #discount_name {
  float: left;
  width: 219px;
  margin-right: 11px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .cart_voucher fieldset #discount_name {
  float: right;
}
/* line 169, ../sass/_prestashop_pages.scss */
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #777777;
}
/* line 173, ../sass/_prestashop_pages.scss */
.cart_voucher #display_cart_vouchers span:hover {
  color: black;
}

/* line 180, ../sass/_prestashop_pages.scss */
.enable-multishipping {
  margin: -13px 0 17px;
}
/* line 182, ../sass/_prestashop_pages.scss */
.enable-multishipping label {
  font-weight: normal;
}

/* line 189, ../sass/_prestashop_pages.scss */
#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

/* line 197, ../sass/_prestashop_pages.scss */
#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white;
}

/* line 204, ../sass/_prestashop_pages.scss */
#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

/* line 215, ../sass/_prestashop_pages.scss */
#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}

/* line 221, ../sass/_prestashop_pages.scss */
.multishipping_close_container {
  text-align: center;
}

/* line 225, ../sass/_prestashop_pages.scss */
table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

/* line 234, ../sass/_prestashop_pages.scss */
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
/* line 237, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .title {
  font-weight: bold;
  color: #2e3039;
  margin-bottom: 15px;
}
/* line 242, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off {
  display: none;
}
/* line 244, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
/* line 248, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

/* line 255, ../sass/_prestashop_pages.scss */
#multishipping_mode_box.on .description_off {
  display: block;
}

/* line 261, ../sass/_prestashop_pages.scss */
.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

/* line 267, ../sass/_prestashop_pages.scss */
#order .address_add.submit {
  margin-bottom: 20px;
}

/* line 271, ../sass/_prestashop_pages.scss */
#ordermsg {
  margin-bottom: 30px;
}

/* line 275, ../sass/_prestashop_pages.scss */
#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

/* line 281, ../sass/_prestashop_pages.scss */
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
  padding-right: 5px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .addresses .select label, .rtl
.addresses .selector, .rtl
.addresses .addresses .address_select {
  float: right;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .addresses .select label, .rtl
.addresses .selector, .rtl
.addresses .addresses .address_select {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 288, ../sass/_prestashop_pages.scss */
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .addresses .waitimage {
  float: right;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl .addresses .waitimage {
  right: 10px;
  left: auto;
}
/* line 299, ../sass/_prestashop_pages.scss */
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .addresses .checkbox.addressesAreEquals {
  float: right;
}

/* line 309, ../sass/_prestashop_pages.scss */
#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 313, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: white;
  margin-bottom: 0;
}
/* line 316, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
/* line 318, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  margin-top: 10px;
  width: 100%;
  background: #58b0da;
  color: white;
  border: 1px solid #58b0da;
  font-weight: bold;
}
/* line 325, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px 11px;
}
/* line 327, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: -2px;
}
/* line 335, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* line 341, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}
/* line 345, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
}

/* line 354, ../sass/_prestashop_pages.scss */
.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}
/* line 357, ../sass/_prestashop_pages.scss */
.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #2e3039;
}
/* line 362, ../sass/_prestashop_pages.scss */
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
/* line 367, ../sass/_prestashop_pages.scss */
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
/* line 371, ../sass/_prestashop_pages.scss */
.order_carrier_content + div {
  padding-bottom: 15px;
}

/* line 376, ../sass/_prestashop_pages.scss */
#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}

/* line 382, ../sass/_prestashop_pages.scss */
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

/* line 386, ../sass/_prestashop_pages.scss */
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

/* line 396, ../sass/_prestashop_pages.scss */
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}

/* line 402, ../sass/_prestashop_pages.scss */
#carrierTable td.carrier_price {
  border: none;
}

/* line 406, ../sass/_prestashop_pages.scss */
p.checkbox.gift {
  margin-bottom: 10px;
}

/* line 410, ../sass/_prestashop_pages.scss */
#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 416, ../sass/_prestashop_pages.scss */
a.iframe {
  color: #2e3039;
  text-decoration: underline;
}
/* line 419, ../sass/_prestashop_pages.scss */
a.iframe:hover {
  text-decoration: none;
}

/* line 425, ../sass/_prestashop_pages.scss */
p.payment_module {
  margin-bottom: 10px;
}
/* line 427, ../sass/_prestashop_pages.scss */
p.payment_module a {
  display: block;
  border: 1px solid #d6d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 23px;
  color: #2e3039;
  padding: 33px 40px 34px 99px;
  letter-spacing: -1px;
  position: relative;
}
/* line 437, ../sass/_prestashop_pages.scss */
p.payment_module a.bankwire {
  background: url(../img/bankwire.png) 15px 12px no-repeat;
}
/* line 440, ../sass/_prestashop_pages.scss */
p.payment_module a.cheque {
  background: url(../img/cheque.png) 15px 15px no-repeat;
}
/* line 443, ../sass/_prestashop_pages.scss */
p.payment_module a.cash {
  background: url(../img/cash.png) 15px 15px no-repeat;
}
/* line 447, ../sass/_prestashop_pages.scss */
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
  display: block;
  content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #777777;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl p.payment_module a.cheque:after, .rtl p.payment_module a.bankwire:after, .rtl p.payment_module a.cash:after {
  left: 15px;
  right: auto;
}
/* line 461, ../sass/_prestashop_pages.scss */
p.payment_module a:hover {
  background-color: #f6f6f6;
}
/* line 464, ../sass/_prestashop_pages.scss */
p.payment_module a span {
  color: #7e7f80;
}

/* line 470, ../sass/_prestashop_pages.scss */
.payment_module.box {
  margin-top: 20px;
}

/* line 474, ../sass/_prestashop_pages.scss */
p.cheque-indent {
  margin-bottom: 9px;
}

/* line 479, ../sass/_prestashop_pages.scss */
.cheque-box .form-group {
  margin-bottom: 0px;
}
/* line 481, ../sass/_prestashop_pages.scss */
.cheque-box .form-group .form-control {
  width: 269px;
}

/* line 487, ../sass/_prestashop_pages.scss */
.order-confirmation.box {
  line-height: 29px;
}
/* line 489, ../sass/_prestashop_pages.scss */
.order-confirmation.box a {
  text-decoration: underline;
}
/* line 491, ../sass/_prestashop_pages.scss */
.order-confirmation.box a:hover {
  text-decoration: none;
}

/* line 498, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td {
  width: 200px;
}

/* line 502, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td + td {
  width: 280px;
}

/* line 506, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td + td + td {
  width: 200px;
}

/* line 510, ../sass/_prestashop_pages.scss */
.delivery_option_carrier tr td {
  padding: 5px;
}

/* line 514, ../sass/_prestashop_pages.scss */
.delivery_option_carrier.selected {
  display: table;
}

/* line 518, ../sass/_prestashop_pages.scss */
.delivery_option_carrier.not-displayable {
  display: none;
}

/* line 529, ../sass/_prestashop_pages.scss */
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
}
/* line 533, ../sass/_prestashop_pages.scss */
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red;
}
/* line 539, ../sass/_prestashop_pages.scss */
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
  margin-bottom: 20px;
}
/* line 547, ../sass/_prestashop_pages.scss */
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
}
/* line 550, ../sass/_prestashop_pages.scss */
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 555, ../sass/_prestashop_pages.scss */
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
  font-weight: normal;
  color: #777777;
}

/* line 569, ../sass/_prestashop_pages.scss */
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 94px;
}
/* line 573, ../sass/_prestashop_pages.scss */
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}
/* line 579, ../sass/_prestashop_pages.scss */
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0;
}

/* line 586, ../sass/_prestashop_pages.scss */
#new_account_form .box {
  line-height: 20px;
}
/* line 588, ../sass/_prestashop_pages.scss */
#new_account_form .box .date-select {
  padding-bottom: 10px;
}
/* line 591, ../sass/_prestashop_pages.scss */
#new_account_form .box .top-indent {
  padding-top: 10px;
}
/* line 594, ../sass/_prestashop_pages.scss */
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

/* line 601, ../sass/_prestashop_pages.scss */
#password {
  padding-top: 0;
  border: none;
}
/* line 603, ../sass/_prestashop_pages.scss */
#password .box p {
  margin-bottom: 9px;
}
/* line 606, ../sass/_prestashop_pages.scss */
#password .box .form-group {
  margin-bottom: 20px;
}
/* line 608, ../sass/_prestashop_pages.scss */
#password .box .form-group .form-control {
  width: 263px;
}

/* line 620, ../sass/_prestashop_pages.scss */
#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: "Raleway", sans-serif;
}
/* line 627, ../sass/_prestashop_pages.scss */
#instant_search_results a.close:hover {
  color: black;
}

/* line 636, ../sass/_prestashop_pages.scss */
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}
/* line 640, ../sass/_prestashop_pages.scss */
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}
/* line 644, ../sass/_prestashop_pages.scss */
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #2e3039;
}
/* line 647, ../sass/_prestashop_pages.scss */
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: black;
}
/* line 654, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #ededed;
  padding: 31px 0 30px 0;
}
/* line 659, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}
/* line 663, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}
/* line 666, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px;
}
/* line 670, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}
/* line 673, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #ededed;
  padding: 0 0 32px 31px;
  min-height: 108px;
}
/* line 677, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  top: -6px;
  margin-bottom: 12px;
}
/* line 686, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}
/* line 688, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
/* line 692, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}
/* line 695, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}
/* line 698, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}

/* line 708, ../sass/_prestashop_pages.scss */
#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ededed;
}
/* line 712, ../sass/_prestashop_pages.scss */
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}
/* line 716, ../sass/_prestashop_pages.scss */
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}
/* line 720, ../sass/_prestashop_pages.scss */
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #ededed;
}

/* line 727, ../sass/_prestashop_pages.scss */
table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}
/* line 731, ../sass/_prestashop_pages.scss */
table.discount i.icon-ok {
  color: #46a74e;
}
/* line 734, ../sass/_prestashop_pages.scss */
table.discount i.icon-remove {
  color: #f13340;
}

/* line 742, ../sass/_prestashop_pages.scss */
#guestTracking .form-control {
  max-width: 271px;
}

/* line 749, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center;
}
/* line 753, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0;
}
/* line 755, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}
/* line 759, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound h1 {
  font: 600 28px/34px "Raleway", sans-serif;
  color: #2e3039;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 765, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound p {
  font: 600 16px/20px "Raleway", sans-serif;
  color: #555454;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
/* line 773, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound h3 {
  font-weight: bold;
  color: #2e3039;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}
/* line 780, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound label {
  font-weight: normal;
}
/* line 783, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}
/* line 788, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}
/* line 791, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

/* line 801, ../sass/_prestashop_pages.scss */
#product_comparison td.compare_extra_information {
  padding: 10px;
}
/* line 804, ../sass/_prestashop_pages.scss */
#product_comparison #social-share-compare {
  margin-bottom: 50px;
}

/* line 5, ../sass/_prestashop_modules.scss */
.advertising_block {
  margin-bottom: 20px;
  text-align: center;
}

/* line 11, ../sass/_prestashop_modules.scss */
.blockcategories_footer ul ul {
  display: none !important;
}

/* line 14, ../sass/_prestashop_modules.scss */
.blockcategories_footer {
  clear: left;
}

/* line 19, ../sass/_prestashop_modules.scss */
ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #ededed;
  margin-bottom: 20px;
}
/* line 23, ../sass/_prestashop_modules.scss */
ul.footer_links li {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl ul.footer_links li {
  float: right;
}
/* line 25, ../sass/_prestashop_modules.scss */
ul.footer_links li + li {
  margin-left: 10px;
}

/* line 32, ../sass/_prestashop_modules.scss */
.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer;
}

/* line 39, ../sass/_prestashop_modules.scss */
.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

/* line 48, ../sass/_prestashop_modules.scss */
.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .cancel, .rtl .star {
  float: right;
}

/* line 57, ../sass/_prestashop_modules.scss */
.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

/* line 61, ../sass/_prestashop_modules.scss */
.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

/* line 68, ../sass/_prestashop_modules.scss */
div.star_on a {
  background-position: 0 -16px;
}

/* line 72, ../sass/_prestashop_modules.scss */
div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}

/* line 77, ../sass/_prestashop_modules.scss */
.pack_content {
  margin: 10px 0 10px 0;
}

/* line 81, ../sass/_prestashop_modules.scss */
.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow;
}

/* line 89, ../sass/_prestashop_modules.scss */
#page .rte {
  background: transparent none repeat scroll 0 0;
}

/* line 93, ../sass/_prestashop_modules.scss */
.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
}

/* line 98, ../sass/_prestashop_modules.scss */
.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #ededed;
  color: #666666;
}

/* line 104, ../sass/_prestashop_modules.scss */
.listcomment .titlecomment {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #2e3039;
}

/* line 111, ../sass/_prestashop_modules.scss */
.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #2e3039;
}

/* line 118, ../sass/_prestashop_modules.scss */
#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

/* line 122, ../sass/_prestashop_modules.scss */
#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #account-creation_form fieldset.reversoform .text label {
  text-align: right;
}

/* line 129, ../sass/_prestashop_modules.scss */
#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #account-creation_form fieldset.reversoform .infos-sup {
  text-align: left;
}

/* line 137, ../sass/_prestashop_modules.scss */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

/* line 143, ../sass/_prestashop_modules.scss */
.tab-content {
  margin-bottom: 20px;
}

/* line 149, ../sass/_prestashop_modules.scss */
form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

/* line 155, ../sass/_prestashop_modules.scss */
form#sendComment h3 {
  font-size: 13px;
}

/* line 159, ../sass/_prestashop_modules.scss */
#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 164, ../sass/_prestashop_modules.scss */
#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: 700;
  font-size: 12px;
}

/* line 172, ../sass/_prestashop_modules.scss */
#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 white;
}

/* line 180, ../sass/_prestashop_modules.scss */
#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc;
}

/* line 186, ../sass/_prestashop_modules.scss */
#sendComment p.submit {
  padding: 0;
  text-align: right;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #sendComment p.submit {
  text-align: left;
}

/* line 191, ../sass/_prestashop_modules.scss */
#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #sendComment p.closeform {
  float: left;
}

/* line 200, ../sass/_prestashop_modules.scss */
.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .star {
  float: right;
}

/* line 211, ../sass/_prestashop_modules.scss */
.star {
  display: block;
}
/* line 213, ../sass/_prestashop_modules.scss */
.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

/* line 221, ../sass/_prestashop_modules.scss */
div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}

/* line 229, ../sass/_prestashop_modules.scss */
div.star.star_on {
  display: block;
}
/* line 231, ../sass/_prestashop_modules.scss */
div.star.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

/* line 240, ../sass/_prestashop_modules.scss */
div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

/* line 250, ../sass/_prestashop_modules.scss */
#block_contact_infos > div {
  padding: 0 0 0 5px;
}
/* line 253, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li {
  padding: 0 0 7px 4px;
  overflow: hidden;
  line-height: 30px;
}
/* line 257, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li > span,
#block_contact_infos > div ul li > span a {
  color: white;
  font-weight: normal;
}
/* line 262, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li i {
  font-size: 25px;
  width: 32px;
  text-align: center;
  padding-right: 12px;
  float: left;
  color: #908f8f;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #block_contact_infos > div ul li i {
  float: right;
}

/* line 276, ../sass/_prestashop_modules.scss */
#reinsurance_block {
  clear: both !important;
}

/* line 283, ../sass/_prestashop_modules.scss */
#social_block ul li {
  /*          	&.facebook {
              	a {
  	              	&:before {
  	                	content: "\f09a";
  	              	}
             	 	}
            	}
            	&.twitter {
  	            a {
  	              	&:before {
  	                	content: "\f099";
  	              	}
  	            }
            	}*/
  /*          &.rss {
              a {
                &:before {
                  content: "\f09e";
                }
              }
            }
            &.youtube {
              a {
                &:before {
                  content: "\f167";
                }
              }
            }
            &.google-plus {
              a {
                &:before {
                  content: "\f0d5";
                }
              }
            }
            &.pinterest {
              a {
                &:before {
                  content: "\f0d2";
                }
              }
            }*/
}
/* line 328, ../sass/_prestashop_modules.scss */
#social_block h4 {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 6px;
  color: #4D4E4F;
  margin-right: 10px;
  color: black;
  padding: 20px 0px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #social_block h4 {
  float: right;
}

/* line 344, ../sass/_prestashop_modules.scss */
#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  padding-right: 29px;
  padding-left: 29px;
}

/* line 354, ../sass/_prestashop_modules.scss */
#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Raleway", sans-serif;
  color: #646464;
}
/* line 360, ../sass/_prestashop_modules.scss */
#facebook_block .facebook-fanbox {
  background: white;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

/* line 367, ../sass/_prestashop_modules.scss */
#cmsinfo_block {
  border-left: 1px solid #d9d9d9;
}
/* line 369, ../sass/_prestashop_modules.scss */
#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}
/* line 372, ../sass/_prestashop_modules.scss */
#cmsinfo_block > div + div {
  border-left: 1px solid #d9d9d9;
  min-height: 344px;
  padding-left: 29px;
}
/* line 377, ../sass/_prestashop_modules.scss */
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: white;
  line-height: 60px;
  text-align: center;
  background: #646464;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #cmsinfo_block em {
  float: right;
}
/* line 389, ../sass/_prestashop_modules.scss */
#cmsinfo_block .type-text {
  overflow: hidden;
}
/* line 392, ../sass/_prestashop_modules.scss */
#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font: 300 21px/25px "Raleway", sans-serif;
  color: #646464;
}
/* line 398, ../sass/_prestashop_modules.scss */
#cmsinfo_block ul li {
  padding-bottom: 22px;
}
/* line 403, ../sass/_prestashop_modules.scss */
#cmsinfo_block p em {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #777777;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #cmsinfo_block p em {
  text-align: right;
}

/* line 419, ../sass/_prestashop_modules.scss */
.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

/* line 426, ../sass/_prestashop_modules.scss */
.btn-facebook, .btn-twitter, .btn-google-plus, .btn-pinterest {
  color: black;
}
/* line 428, ../sass/_prestashop_modules.scss */
.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white;
}

/* line 434, ../sass/_prestashop_modules.scss */
.btn-facebook i {
  color: #435f9f;
}
/* line 437, ../sass/_prestashop_modules.scss */
.btn-facebook:hover {
  color: white;
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .btn-facebook:hover {
  background-color: #896b5a;
}
/* line 441, ../sass/_prestashop_modules.scss */
.btn-facebook:hover i {
  color: white;
}

/* line 448, ../sass/_prestashop_modules.scss */
.btn-twitter i {
  color: #00aaf0;
}
/* line 451, ../sass/_prestashop_modules.scss */
.btn-twitter:hover {
  color: white;
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .btn-twitter:hover {
  background-color: #896b5a;
}
/* line 454, ../sass/_prestashop_modules.scss */
.btn-twitter:hover i {
  color: white;
}

/* line 461, ../sass/_prestashop_modules.scss */
.btn-google-plus i {
  color: #e04b34;
}
/* line 464, ../sass/_prestashop_modules.scss */
.btn-google-plus:hover {
  color: white;
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .btn-google-plus:hover {
  background-color: #896b5a;
}
/* line 468, ../sass/_prestashop_modules.scss */
.btn-google-plus:hover i {
  color: white;
}

/* line 475, ../sass/_prestashop_modules.scss */
.btn-pinterest i {
  color: #ce1f21;
}
/* line 478, ../sass/_prestashop_modules.scss */
.btn-pinterest:hover {
  color: white;
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .btn-pinterest:hover {
  background-color: #896b5a;
}
/* line 482, ../sass/_prestashop_modules.scss */
.btn-pinterest:hover i {
  color: white;
}

/* line 4, ../sass/_product_block.scss */
.widget .products_block {
  clear: both;
}

/* line 6, ../sass/_product_block.scss */
.products_block {
  position: relative;
}
/* line 8, ../sass/_product_block.scss */
.products_block .nav-tabs {
  right: 0px;
  top: 3px;
  border-bottom: 0;
  background-color: white;
  z-index: 99px;
  position: relative;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl .products_block .nav-tabs {
  left: 0px;
  right: auto;
}
/* line 589, ../sass/_theme_variables.scss */
.dark .products_block .nav-tabs {
  background-color: #333333;
}
/* line 15, ../sass/_product_block.scss */
.products_block .nav-tabs > li {
  margin-bottom: 0;
}
/* line 17, ../sass/_product_block.scss */
.products_block .nav-tabs > li.active a {
  color: black;
  border: 1px solid transparent;
  background: none;
}
/* line 18, ../sass/_product_block.scss */
.products_block .nav-tabs > li a {
  padding: 1px 1px;
  margin-left: 22px;
  display: list-item;
  list-style-type: disc;
  font-size: 13px -2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 218, ../sass/_theme_variables.scss */
.rtl .products_block .nav-tabs > li a {
  margin-right: 22px;
  margin-left: inherit;
}
/* line 22, ../sass/_product_block.scss */
.products_block .nav-tabs > li a:hover {
  border: 1px solid transparent;
  color: #999;
  background: none;
}
/* line 29, ../sass/_product_block.scss */
.products_block .carousel-inner ul {
  margin-bottom: 0;
}

/*******************************************************
Product list Styles
********************************************************/
/* line 38, ../sass/_product_block.scss */
.product_list {
  padding: 0px;
  margin-bottom: 0px;
}
/* line 41, ../sass/_product_block.scss */
.product_list .ajax_block_product {
  position: relative;
  border: 1px solid;
  border-color: transparent;
  margin-bottom: 15px;
}
/* line 46, ../sass/_product_block.scss */
.product_list .ajax_block_product .product-container {
  border: 1px solid transparent;
  padding-top: 10px;
}
/* line 49, ../sass/_product_block.scss */
.product_list .ajax_block_product .product-container .left-block {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
}
/* line 57, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container {
  z-index: 10;
}
/* line 60, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .product-image-container .product_img_link img {
  opacity: 1;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: preserve-3d;
  -ms-transform: preserve-3d;
  -webkit-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 68, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .product-image-container .quick-view {
  display: block;
}
/* line 76, ../sass/_product_block.scss */
.product_list .availability span {
  color: #f5ea32;
  display: none;
  margin-bottom: 10px;
}
/* line 84, ../sass/_product_block.scss */
.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #ededed;
}
/* line 87, ../sass/_product_block.scss */
.product_list .color-list-container ul li a {
  display: block;
  width: 18px;
  height: 18px;
  margin: 1px;
}
/* line 96, ../sass/_product_block.scss */
.product_list .product-image-container {
  position: relative;
  text-align: center;
}
/* line 99, ../sass/_product_block.scss */
.product_list .product-image-container img {
  margin: 0 auto;
}
/* line 102, ../sass/_product_block.scss */
.product_list .product-image-container .quick-view {
  color: #777676;
  position: absolute;
  width: 94%;
  height: 36px;
  text-align: center;
  text-indent: 0;
  display: none;
  background: #fff;
  right: 8px;
}
/* line 114, ../sass/_product_block.scss */
.product_list .comments_note {
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 117, ../sass/_product_block.scss */
.product_list .comments_note .star_content {
  display: inline-block;
  text-align: center;
}
/* line 121, ../sass/_product_block.scss */
.product_list .comments_note .nb-comments {
  overflow: hidden;
  font-style: italic;
  display: none;
}
/* line 127, ../sass/_product_block.scss */
.product_list .functional-buttons {
  margin-top: 10px;
}
/* line 129, ../sass/_product_block.scss */
.product_list .functional-buttons div:first-child .btn {
  border-left: none;
}
/* line 132, ../sass/_product_block.scss */
.product_list .functional-buttons .btn {
  background: none repeat scroll 0 0 transparent;
  color: black;
  border-left: 1px solid #EDEDED;
  display: block;
  position: relative;
  height: 25px;
  line-height: 25px !important;
  text-transform: uppercase;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 11px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  bottom: 0px;
}
/* line 146, ../sass/_product_block.scss */
.product_list .functional-buttons .btn:hover {
  background: #f8f8f8;
  margin: 0px;
}
/* line 154, ../sass/_product_block.scss */
.product_list .functional-buttons div a, .product_list .functional-buttons div label {
  color: #777676;
  cursor: pointer;
  background: none;
  font-size: 10px;
}
/* line 159, ../sass/_product_block.scss */
.product_list .functional-buttons div a:hover, .product_list .functional-buttons div label:hover {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product_list .functional-buttons div a:hover, .dark .product_list .functional-buttons div label:hover {
  color: #896b5a;
}
/* line 164, ../sass/_product_block.scss */
.product_list .functional-buttons div.wishlist {
  width: 25%;
}
/* line 167, ../sass/_product_block.scss */
.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08a";
  font-size: 13px;
}
/* line 173, ../sass/_product_block.scss */
.product_list .functional-buttons div.wishlist a.checked:before {
  content: "\f004";
}
/* line 177, ../sass/_product_block.scss */
.product_list .functional-buttons div.view_detail {
  width: 50%;
}
/* line 180, ../sass/_product_block.scss */
.product_list .functional-buttons div.compare {
  width: 25%;
}
/* line 183, ../sass/_product_block.scss */
.product_list .functional-buttons div.compare a:before {
  content: "\f096";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px;
  font-size: 13px;
}
/* line 191, ../sass/_product_block.scss */
.product_list .functional-buttons div.compare a.checked:before {
  content: "\f046";
}

/*******************************************************
Product list(Grid) Styles
********************************************************/
/* line 205, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product {
  text-align: center;
}
/* line 207, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container {
  position: relative;
}
/* line 212, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .right-block {
  position: relative;
}
/* line 214, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .right-block h5 {
  margin-bottom: 0;
}
/* line 216, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .right-block h5 a {
  color: black;
}
/* line 223, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-flags span {
  color: #D04B17;
  padding: 1px 5px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 230, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-name {
  line-height: 1.5;
  overflow: hidden;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
}
/* line 236, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-name:hover {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product_list.grid .ajax_block_product .product-container .product-name:hover {
  color: #896b5a;
}
/* line 240, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-desc {
  height: 45px;
  overflow: hidden;
  display: none;
}
/* line 245, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .content_price {
  padding-bottom: 10px;
  height: 25px;
}
/* line 248, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .content_price span {
  font-size: 13px;
}
/* line 252, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .old-price, .product_list.grid .ajax_block_product .product-container .price {
  display: inline-block;
}
/* line 255, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .price-percent-reduction {
  display: none;
}
/* line 259, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .button-container span.button,
.product_list.grid .ajax_block_product .product-container .button-container .lnk_view {
  font-size: 11px;
}
/* line 264, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons {
  position: absolute;
  margin: 0px;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  display: inherit;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
/* line 272, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons .button-container {
  width: 50%;
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product_list.grid .ajax_block_product .product-container .functional-buttons .button-container {
  float: right;
}
/* line 275, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons .button-container .fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
/* line 282, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons .button-container span {
  padding: 0px;
  color: black;
}
/* line 287, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons div {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl .product_list.grid .ajax_block_product .product-container .functional-buttons div {
  float: right;
}
/* line 292, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container:hover .functional-buttons {
  opacity: 1;
  background: #fff;
  border-bottom: 1px solid black;
  bottom: 0px;
}

/* line 304, ../sass/_product_block.scss */
.product-name {
  font-weight: 400;
  color: black;
  margin-bottom: 0;
  text-transform: none;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product-name {
  color: #896b5a;
}
/* line 309, ../sass/_product_block.scss */
.product-name a {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .product-name a {
  color: #896b5a;
}

/* line 314, ../sass/_product_block.scss */
.price {
  font-size: 18px;
  color: black;
  white-space: nowrap;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .price {
  color: #896b5a;
}

/* line 319, ../sass/_product_block.scss */
.price.product-price {
  font-size: 18px;
  color: black;
  letter-spacing: 0px;
  font-family: "Raleway", sans-serif;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .price.product-price {
  color: #896b5a;
}

/* line 326, ../sass/_product_block.scss */
.product-price.old-price {
  color: #7e7f80;
  text-decoration: line-through;
  font-size: 12px;
}

/* line 332, ../sass/_product_block.scss */
.special-price {
  color: #f13340;
}

/* line 336, ../sass/_product_block.scss */
.price-percent-reduction {
  background-color: black;
  font-size: 15px;
  color: white;
  padding: 0 5px 0 3px;
  display: inline-block;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .price-percent-reduction {
  background-color: #896b5a;
}
/* line 342, ../sass/_product_block.scss */
.price-percent-reduction.small {
  padding: 1px 6px;
}

/* line 348, ../sass/_product_block.scss */
.new-box,
.sale-box {
  position: absolute;
  top: 5px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  text-align: center;
  z-index: 0;
  line-height: 49px;
}

/* line 360, ../sass/_product_block.scss */
.new-box {
  right: 15px;
  font-size: 11px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  background: none repeat scroll 0 0 #F5EA32;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  padding-top: 9px;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl .new-box {
  left: 15px;
  right: auto;
}

/* line 376, ../sass/_product_block.scss */
.sale-box {
  left: 15px;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl .sale-box {
  right: 15px;
  left: auto;
}

/* line 379, ../sass/_product_block.scss */
.new-label {
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px 0px;
  font-size: 14px;
}

/* line 387, ../sass/_product_block.scss */
.special-product .new-label {
  background: url("../img/default/bg_sale.png") no-repeat;
}

/* line 390, ../sass/_product_block.scss */
.sale-label {
  font: 700 14px/12px "Raleway", sans-serif;
  color: white;
  background: #f13340;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 16px;
  z-index: 1;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl .sale-label {
  left: -33px;
  right: auto;
}

/* line 406, ../sass/_product_block.scss */
.ie8 .new-label {
  left: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px 5px 15px;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl .ie8 .new-label {
  right: 0;
  left: auto;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .ie8 .new-label {
  padding: 5px 15px 5px 15px;
}
/* line 411, ../sass/_product_block.scss */
.ie8 .new-label:after {
  display: none;
}
/* line 414, ../sass/_product_block.scss */
.ie8 .new-label:before {
  display: none;
}
/* line 418, ../sass/_product_block.scss */
.ie8 .sale-label {
  right: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl .ie8 .sale-label {
  left: 0;
  right: auto;
}
/* line 423, ../sass/_product_block.scss */
.ie8 .sale-label:after {
  display: none;
}
/* line 426, ../sass/_product_block.scss */
.ie8 .sale-label:before {
  display: none;
}
/* line 430, ../sass/_product_block.scss */
.ie8 .new-box {
  top: -1px;
  left: -1px;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl .ie8 .new-box {
  right: -1px;
  left: auto;
}
/* line 434, ../sass/_product_block.scss */
.ie8 .sale-box {
  right: -1px;
  top: -1px;
}
/* line 311, ../sass/_theme_variables.scss */
.rtl .ie8 .sale-box {
  left: -1px;
  right: auto;
}

/****************************************************
quick-view
******************************************************/
/* line 445, ../sass/_product_block.scss */
.product-container:hover .product_bottom .quick-view {
  top: 0;
  border-bottom: 1px solid black;
}
/* line 451, ../sass/_product_block.scss */
.product-container .product_bottom {
  display: block;
  position: relative;
  height: 33px;
  line-height: 30px;
  overflow: hidden;
}
/* line 458, ../sass/_product_block.scss */
.product-container .product_bottom .quick-view {
  position: absolute;
  width: 100%;
  top: -30px;
  text-transform: uppercase;
  line-height: 30px;
  left: 0;
  font-size: 12px;
  transition: all 0.5s ease-in-out 0s;
}
/* line 469, ../sass/_product_block.scss */
.product-container .product_bottom .quick-view .fa-plus:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 8px;
}
/* line 475, ../sass/_product_block.scss */
.product-container .product_bottom .quick-view:hover {
  background: #666;
  color: #fff;
}

/* line 485, ../sass/_product_block.scss */
#product_payment_logos {
  display: none;
}

/* line 12, ../sass/_custom.scss */
body {
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 15, ../sass/_custom.scss */
body .form-control {
  font-size: 11px;
}

/* line 20, ../sass/_custom.scss */
* {
  text-transform: uppercase !important;
}
/* line 22, ../sass/_custom.scss */
*.text-normal, *.text-normal *, *#cms #center_column *, *#stores #center_column * {
  text-transform: none !important;
}
/* line 26, ../sass/_custom.scss */
*.text-normal .text-uppercase, *.text-normal .text-uppercase *, *.text-normal * .text-uppercase, *.text-normal * .text-uppercase *, *#cms #center_column * .text-uppercase, *#cms #center_column * .text-uppercase *, *#stores #center_column * .text-uppercase, *#stores #center_column * .text-uppercase * {
  text-transform: uppercase !important;
}

/* line 32, ../sass/_custom.scss */
.fancybox-skin {
  border-radius: 0 !important;
}

/* line 36, ../sass/_custom.scss */
.coutterbox {
  position: relative;
}
/* line 38, ../sass/_custom.scss */
.coutterbox .cinnerbox {
  position: absolute;
  top: 50%;
  margin: 0;
}
/* line 42, ../sass/_custom.scss */
.coutterbox .cinnerbox * {
  margin: 0;
}

/* line 48, ../sass/_custom.scss */
.text-uppercase, .text-uppercase * {
  text-transform: uppercase !important;
}

/* line 52, ../sass/_custom.scss */
.letter-spacing {
  letter-spacing: 4px;
}

/* line 56, ../sass/_custom.scss */
.actionable {
  cursor: hand;
  cursor: pointer;
}

/* line 61, ../sass/_custom.scss */
.force-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 66, ../sass/_custom.scss */
.new-box {
  background: none;
  left: 5px;
  height: auto;
  line-height: initial;
  text-align: left;
  width: auto;
  padding: 0 5px;
  border-radius: 0;
  top: 5px;
}
/* line 76, ../sass/_custom.scss */
.new-box .new-label {
  border: none;
  padding: 0;
}

/* line 82, ../sass/_custom.scss */
#lh_overlay {
  display: none;
  max-width: 305px;
}
/* line 85, ../sass/_custom.scss */
#lh_overlay > p {
  width: 80%;
  margin: auto;
}
/* line 89, ../sass/_custom.scss */
#lh_overlay h3 {
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  margin-top: 0;
}
/* line 95, ../sass/_custom.scss */
#lh_overlay input {
  font-size: 12px;
  color: black;
  border: 1px solid black;
  background: white;
}
/* line 100, ../sass/_custom.scss */
#lh_overlay input[type=text], #lh_overlay input[type=email], #lh_overlay input[type=submit] {
  width: 100%;
  padding: 5px 10px;
}
/* line 104, ../sass/_custom.scss */
#lh_overlay input[type=checkbox] {
  vertical-align: text-top;
  margin-right: 5px;
}
/* line 109, ../sass/_custom.scss */
#lh_overlay .next-checkbox {
  position: absolute;
}

/* line 113, ../sass/_custom.scss */
#newsoverlay {
  display: none;
}

/* line 116, ../sass/_custom.scss */
.lhspace {
  margin-bottom: 20px;
}

/* line 120, ../sass/_custom.scss */
#index .tp-bullets {
  display: none;
}

/* line 124, ../sass/_custom.scss */
.bx-wrapper {
  margin-bottom: 0;
}
/* line 126, ../sass/_custom.scss */
.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  border: none;
}
/* line 131, ../sass/_custom.scss */
.bx-wrapper .bx-pager, .bx-wrapper .bx-wrapper .bx-controls-auto {
  bottom: 30px;
}

/* line 137, ../sass/_custom.scss */
#columns #slider_row {
  height: 0;
}
/* line 140, ../sass/_custom.scss */
#columns .pb-left-column {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 142, ../sass/_custom.scss */
#columns .pb-left-column #views_block, #columns .pb-left-column .resetimg {
  display: none;
}
/* line 145, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb, #columns .pb-left-column .pb-btn {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
  background-color: #dddddd;
}
/* line 151, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#prev_thumb, #columns .pb-left-column .pb-btn#prev_thumb {
  background-image: url("../img/thumb-prev.png");
}
/* line 154, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#next_thumb, #columns .pb-left-column .pb-btn#next_thumb {
  background-image: url("../img/thumb-next.png");
  left: 35px;
}
/* line 158, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#pb-sound, #columns .pb-left-column .pb-btn#pb-sound {
  width: auto;
  left: 70px;
}
/* line 162, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#pb-sound span.audiotext, #columns .pb-left-column .pb-btn#pb-sound span.audiotext {
  background-color: #EEE;
  min-height: 30px;
  vertical-align: top;
  padding-top: 7px;
  padding-right: 5px;
  display: inline-block;
}
/* line 170, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#pb-sound span.audioicon, #columns .pb-left-column .pb-btn#pb-sound span.audioicon {
  min-height: 30px;
  display: inline-block;
  min-width: 30px;
  background-image: url("../img/sound_icon.png");
}
/* line 175, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#pb-sound span.audioicon.audioiconplay, #columns .pb-left-column .pb-btn#pb-sound span.audioicon.audioiconplay {
  background-image: url("../img/sound_play.gif");
}
/* line 180, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb#pb-sound.pb-sound-only, #columns .pb-left-column .pb-btn#pb-sound.pb-sound-only {
  left: 0;
}
/* line 184, ../sass/_custom.scss */
#columns .pb-left-column .nav_thumb.disabled, #columns .pb-left-column .pb-btn.disabled {
  cursor: default;
}
/* line 190, ../sass/_custom.scss */
#columns .pb-center-column input {
  float: right;
}
/* line 193, ../sass/_custom.scss */
#columns .pb-center-column label {
  font-weight: normal !important;
}
/* line 196, ../sass/_custom.scss */
#columns .pb-center-column h1 {
  border-top: 1px solid black;
  padding-top: 20px;
  padding-bottom: 0 !important;
}
/* line 201, ../sass/_custom.scss */
#columns .pb-center-column #add_to_cart {
  border: 1px solid black;
  background-color: white;
}
/* line 589, ../sass/_theme_variables.scss */
.dark #columns .pb-center-column #add_to_cart {
  background-color: #333333;
}
/* line 204, ../sass/_custom.scss */
#columns .pb-center-column #add_to_cart button {
  color: black;
}
/* line 206, ../sass/_custom.scss */
#columns .pb-center-column #add_to_cart button span {
  padding: 0;
  font-style: normal;
}
/* line 210, ../sass/_custom.scss */
#columns .pb-center-column #add_to_cart button:before {
  content: "";
}
/* line 215, ../sass/_custom.scss */
#columns .pb-center-column #addtocartform {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
/* line 220, ../sass/_custom.scss */
#columns .pb-center-column #toshare {
  margin-top: 20px;
}
/* line 224, ../sass/_custom.scss */
#columns .pb-center-column .product_attributes {
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 0;
}
/* line 229, ../sass/_custom.scss */
#columns .pb-center-column .product_attributes .attribute_fieldset > * {
  padding: 0;
}
/* line 232, ../sass/_custom.scss */
#columns .pb-center-column .product_attributes .attribute_fieldset:last-child {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
/* line 239, ../sass/_custom.scss */
#columns .pb-center-column .buyblockchild p {
  margin-bottom: 0;
}
/* line 243, ../sass/_custom.scss */
#columns .pb-center-column .socialsharing_product {
  display: none;
}
/* line 247, ../sass/_custom.scss */
#columns .pb-center-column .our_price_display {
  font-size: initial;
}
/* line 250, ../sass/_custom.scss */
#columns .pb-center-column .cmspages {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 254, ../sass/_custom.scss */
#columns .pb-center-column .cmspages li {
  margin: 0;
  padding: 0;
}
/* line 258, ../sass/_custom.scss */
#columns .pb-center-column .cmspages li:last-child:after {
  content: "";
}
/* line 263, ../sass/_custom.scss */
#columns .pb-center-column .cmspages li:last-child .separador {
  display: none;
}
/* line 269, ../sass/_custom.scss */
#columns .pb-center-column #usefull_link_block {
  margin-bottom: 0;
}

/* line 277, ../sass/_custom.scss */
#paypalform label {
  font-weight: bold;
}
/* line 280, ../sass/_custom.scss */
#paypalform label, #paypalform input, #paypalform textarea {
  width: 270px;
}
/* line 282, ../sass/_custom.scss */
#paypalform label.lite, #paypalform input.lite, #paypalform textarea.lite {
  width: 70px;
}
/* line 285, ../sass/_custom.scss */
#paypalform label[type=checkbox], #paypalform input[type=checkbox], #paypalform textarea[type=checkbox] {
  width: auto;
}

/* line 293, ../sass/_custom.scss */
.content_scene_cat .content_scene_cat_bg img {
  margin: auto;
}
/* line 297, ../sass/_custom.scss */
.content_scene_cat .breadcrumb, .content_scene_cat .breadcumb * {
  line-height: 16px;
  height: 16px;
  margin-bottom: 0;
}

/* line 304, ../sass/_custom.scss */
.bottom-pagination-content {
  border-top: none;
}

/* line 307, ../sass/_custom.scss */
.pb-center-column h1, .content_scene_cat .category-name {
  font-size: 20px;
}

/* line 311, ../sass/_custom.scss */
.breadcrumb {
  font-weight: bold;
}
/* line 314, ../sass/_custom.scss */
.breadcrumb *:not(.navigation_page) {
  color: #999999 !important;
  font-weight: normal !important;
}

/* line 321, ../sass/_custom.scss */
.pb-left-column #image-block img {
  background: #f3f4f6 !important;
}

/* line 325, ../sass/_custom.scss */
header {
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  /* line 328, ../sass/_custom.scss */
  header .links li * {
    color: white !important;
  }
}
/* line 334, ../sass/_custom.scss */
header #header_user_info ul {
  display: inline-block;
}
/* line 338, ../sass/_custom.scss */
header .ajax_cart_quantity,
header .ajax_cart_product_txt,
header .ajax_cart_product_txt_s {
  color: #666666 !important;
  font-weight: normal;
}
/* line 344, ../sass/_custom.scss */
header #block_top_menu {
  padding-bottom: 3px;
}
/* line 347, ../sass/_custom.scss */
header #layer_cart {
  color: #666666 !important;
}

/* line 351, ../sass/_custom.scss */
#languages-block-top {
  color: black;
}
/* line 353, ../sass/_custom.scss */
#languages-block-top #first-languages * {
  color: #666666 !important;
}
/* line 355, ../sass/_custom.scss */
#languages-block-top #first-languages *.selected * {
  color: white !important;
}
@media (max-width: 767px) {
  /* line 351, ../sass/_custom.scss */
  #languages-block-top {
    margin-left: 15px;
  }
}

/* line 364, ../sass/_custom.scss */
.separador:after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}

/* line 372, ../sass/_custom.scss */
#footer {
  margin-top: 60px;
  font-weight: bold;
}
/* line 375, ../sass/_custom.scss */
#footer .button, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  font-weight: bold;
  font-size: 10px;
}
/* line 379, ../sass/_custom.scss */
#footer .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 385, ../sass/_custom.scss */
#footer .container .list-inline li:first-child {
  padding-left: 0;
}
/* line 391, ../sass/_custom.scss */
#footer #newsletter_block_left {
  display: block !important;
}
/* line 393, ../sass/_custom.scss */
#footer #newsletter_block_left .c-news-input {
  padding: 0;
}
/* line 396, ../sass/_custom.scss */
#footer #newsletter_block_left .c-news-submit {
  padding-left: 5px;
  text-align: right;
  padding-right: 0;
}
/* line 403, ../sass/_custom.scss */
#footer #poweredby {
  text-align: right;
}
/* line 406, ../sass/_custom.scss */
#footer #footercenter {
  border-bottom: 1px solid black;
}
/* line 409, ../sass/_custom.scss */
#footer #footerbottom {
  padding-top: 10px;
}
/* line 412, ../sass/_custom.scss */
#footer .block {
  margin-bottom: 0;
}
/* line 415, ../sass/_custom.scss */
#footer h4 {
  margin-top: 5px;
}
/* line 418, ../sass/_custom.scss */
#footer button {
  color: black;
  background: white;
  border: 1px solid black;
}
/* line 422, ../sass/_custom.scss */
#footer button span {
  padding: 3px 5px;
}

/* line 428, ../sass/_custom.scss */
.sf-menu {
  letter-spacing: 2px;
}
/* line 430, ../sass/_custom.scss */
.sf-menu .submenu-container, .sf-menu .menu-mobile {
  background: rgba(0, 0, 0, 0.9);
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 32px;
}

/* line 437, ../sass/_custom.scss */
body.catbgcolor {
  background: url(../img/bg_cat.jpg) repeat;
}
/* line 440, ../sass/_custom.scss */
body.catbgcolor #header *, body.catbgcolor #header *:after, body.catbgcolor #header *:before, body.catbgcolor #footer *, body.catbgcolor #footer *:after, body.catbgcolor #footer *:before {
  color: white !important;
  border-color: white !important;
}
/* line 443, ../sass/_custom.scss */
body.catbgcolor #header * #layer_cart *, body.catbgcolor #header *:after #layer_cart *, body.catbgcolor #header *:before #layer_cart *, body.catbgcolor #footer * #layer_cart *, body.catbgcolor #footer *:after #layer_cart *, body.catbgcolor #footer *:before #layer_cart * {
  color: #666666 !important;
}
/* line 445, ../sass/_custom.scss */
body.catbgcolor #header * #layer_cart *.dark, body.catbgcolor #header *:after #layer_cart *.dark, body.catbgcolor #header *:before #layer_cart *.dark, body.catbgcolor #footer * #layer_cart *.dark, body.catbgcolor #footer *:after #layer_cart *.dark, body.catbgcolor #footer *:before #layer_cart *.dark {
  color: #2e3039 !important;
}
/* line 448, ../sass/_custom.scss */
body.catbgcolor #header * #layer_cart * h2, body.catbgcolor #header * #layer_cart * h2 *:before, body.catbgcolor #header *:after #layer_cart * h2, body.catbgcolor #header *:after #layer_cart * h2 *:before, body.catbgcolor #header *:before #layer_cart * h2, body.catbgcolor #header *:before #layer_cart * h2 *:before, body.catbgcolor #footer * #layer_cart * h2, body.catbgcolor #footer * #layer_cart * h2 *:before, body.catbgcolor #footer *:after #layer_cart * h2, body.catbgcolor #footer *:after #layer_cart * h2 *:before, body.catbgcolor #footer *:before #layer_cart * h2, body.catbgcolor #footer *:before #layer_cart * h2 *:before {
  color: #46a74e !important;
}
/* line 451, ../sass/_custom.scss */
body.catbgcolor #header * #layer_cart *.ajax_cart_quantity, body.catbgcolor #header * #layer_cart *.ajax_cart_product_txt, body.catbgcolor #header * #layer_cart *.ajax_cart_product_txt_s, body.catbgcolor #header *:after #layer_cart *.ajax_cart_quantity, body.catbgcolor #header *:after #layer_cart *.ajax_cart_product_txt, body.catbgcolor #header *:after #layer_cart *.ajax_cart_product_txt_s, body.catbgcolor #header *:before #layer_cart *.ajax_cart_quantity, body.catbgcolor #header *:before #layer_cart *.ajax_cart_product_txt, body.catbgcolor #header *:before #layer_cart *.ajax_cart_product_txt_s, body.catbgcolor #footer * #layer_cart *.ajax_cart_quantity, body.catbgcolor #footer * #layer_cart *.ajax_cart_product_txt, body.catbgcolor #footer * #layer_cart *.ajax_cart_product_txt_s, body.catbgcolor #footer *:after #layer_cart *.ajax_cart_quantity, body.catbgcolor #footer *:after #layer_cart *.ajax_cart_product_txt, body.catbgcolor #footer *:after #layer_cart *.ajax_cart_product_txt_s, body.catbgcolor #footer *:before #layer_cart *.ajax_cart_quantity, body.catbgcolor #footer *:before #layer_cart *.ajax_cart_product_txt, body.catbgcolor #footer *:before #layer_cart *.ajax_cart_product_txt_s {
  color: #666666 !important;
}
/* line 456, ../sass/_custom.scss */
body.catbgcolor #header * #layer_cart *.btn *, body.catbgcolor #header *:after #layer_cart *.btn *, body.catbgcolor #header *:before #layer_cart *.btn *, body.catbgcolor #footer * #layer_cart *.btn *, body.catbgcolor #footer *:after #layer_cart *.btn *, body.catbgcolor #footer *:before #layer_cart *.btn * {
  color: white !important;
}
/* line 460, ../sass/_custom.scss */
body.catbgcolor #header * .sf-menu > li > a, body.catbgcolor #header *:after .sf-menu > li > a, body.catbgcolor #header *:before .sf-menu > li > a, body.catbgcolor #footer * .sf-menu > li > a, body.catbgcolor #footer *:after .sf-menu > li > a, body.catbgcolor #footer *:before .sf-menu > li > a {
  border-color: transparent !important;
}
/* line 463, ../sass/_custom.scss */
body.catbgcolor #header * .sf-menu > li.sfHover > a,
body.catbgcolor #header * .sf-menu > li > a:hover, body.catbgcolor #header * .sf-menu > li.sfHoverForce > a, body.catbgcolor #header *:after .sf-menu > li.sfHover > a,
body.catbgcolor #header *:after .sf-menu > li > a:hover, body.catbgcolor #header *:after .sf-menu > li.sfHoverForce > a, body.catbgcolor #header *:before .sf-menu > li.sfHover > a,
body.catbgcolor #header *:before .sf-menu > li > a:hover, body.catbgcolor #header *:before .sf-menu > li.sfHoverForce > a, body.catbgcolor #footer * .sf-menu > li.sfHover > a,
body.catbgcolor #footer * .sf-menu > li > a:hover, body.catbgcolor #footer * .sf-menu > li.sfHoverForce > a, body.catbgcolor #footer *:after .sf-menu > li.sfHover > a,
body.catbgcolor #footer *:after .sf-menu > li > a:hover, body.catbgcolor #footer *:after .sf-menu > li.sfHoverForce > a, body.catbgcolor #footer *:before .sf-menu > li.sfHover > a,
body.catbgcolor #footer *:before .sf-menu > li > a:hover, body.catbgcolor #footer *:before .sf-menu > li.sfHoverForce > a {
  border-color: white !important;
}
/* line 467, ../sass/_custom.scss */
body.catbgcolor #header * .sf-menu li li li a, body.catbgcolor #header *:after .sf-menu li li li a, body.catbgcolor #header *:before .sf-menu li li li a, body.catbgcolor #footer * .sf-menu li li li a, body.catbgcolor #footer *:after .sf-menu li li li a, body.catbgcolor #footer *:before .sf-menu li li li a {
  color: #7e7f80 !important;
  border-bottom-color: transparent !important;
}
/* line 470, ../sass/_custom.scss */
body.catbgcolor #header * .sf-menu li li li a:hover, body.catbgcolor #header *:after .sf-menu li li li a:hover, body.catbgcolor #header *:before .sf-menu li li li a:hover, body.catbgcolor #footer * .sf-menu li li li a:hover, body.catbgcolor #footer *:after .sf-menu li li li a:hover, body.catbgcolor #footer *:before .sf-menu li li li a:hover {
  color: white !important;
  border-bottom-color: white !important;
}
/* line 475, ../sass/_custom.scss */
body.catbgcolor #header * .cart_block .cart-info .product-name a, body.catbgcolor #header *:after .cart_block .cart-info .product-name a, body.catbgcolor #header *:before .cart_block .cart-info .product-name a, body.catbgcolor #footer * .cart_block .cart-info .product-name a, body.catbgcolor #footer *:after .cart_block .cart-info .product-name a, body.catbgcolor #footer *:before .cart_block .cart-info .product-name a {
  color: #dddddd !important;
}
/* line 478, ../sass/_custom.scss */
body.catbgcolor #header * .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #header * .cart_block .cart_block_list .ajax_cart_block_remove_link *, body.catbgcolor #header *:after .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #header *:after .cart_block .cart_block_list .ajax_cart_block_remove_link *, body.catbgcolor #header *:before .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #header *:before .cart_block .cart_block_list .ajax_cart_block_remove_link *, body.catbgcolor #footer * .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #footer * .cart_block .cart_block_list .ajax_cart_block_remove_link *, body.catbgcolor #footer *:after .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #footer *:after .cart_block .cart_block_list .ajax_cart_block_remove_link *, body.catbgcolor #footer *:before .cart_block .cart_block_list .remove_link a *,
body.catbgcolor #footer *:before .cart_block .cart_block_list .ajax_cart_block_remove_link * {
  color: #777777 !important;
}
/* line 482, ../sass/_custom.scss */
body.catbgcolor #header * .cart_block .price *, body.catbgcolor #header *:after .cart_block .price *, body.catbgcolor #header *:before .cart_block .price *, body.catbgcolor #footer * .cart_block .price *, body.catbgcolor #footer *:after .cart_block .price *, body.catbgcolor #footer *:before .cart_block .price * {
  color: #ddd;
}
/* line 485, ../sass/_custom.scss */
body.catbgcolor #header * input, body.catbgcolor #header * select, body.catbgcolor #header * button, body.catbgcolor #header *:after input, body.catbgcolor #header *:after select, body.catbgcolor #header *:after button, body.catbgcolor #header *:before input, body.catbgcolor #header *:before select, body.catbgcolor #header *:before button, body.catbgcolor #footer * input, body.catbgcolor #footer * select, body.catbgcolor #footer * button, body.catbgcolor #footer *:after input, body.catbgcolor #footer *:after select, body.catbgcolor #footer *:after button, body.catbgcolor #footer *:before input, body.catbgcolor #footer *:before select, body.catbgcolor #footer *:before button {
  background-color: transparent;
}
/* line 490, ../sass/_custom.scss */
body.catbgcolor .breadcrumb {
  color: white !important;
}
/* line 494, ../sass/_custom.scss */
body.catbgcolor #columns .cat_desc *, body.catbgcolor #columns .product-container .right-block * {
  color: white !important;
}
/* line 499, ../sass/_custom.scss */
body.catbgcolor#cms #center_column *, body.catbgcolor#cms #center_column *:after, body.catbgcolor#cms #center_column *:before {
  color: white !important;
}
/* line 501, ../sass/_custom.scss */
body.catbgcolor#cms #center_column * a:hover, body.catbgcolor#cms #center_column *:after a:hover, body.catbgcolor#cms #center_column *:before a:hover {
  text-decoration: underline;
}

/* line 508, ../sass/_custom.scss */
[data-link] {
  cursor: hand;
  cursor: pointer;
}

/* line 513, ../sass/_custom.scss */
#off-canvas-nav .nav ul a {
  color: white !important;
}

/* line 517, ../sass/_custom.scss */
#cavas_menu .navbar-toggle {
  border-radius: 0;
}

/* line 521, ../sass/_custom.scss */
.homefeatured {
  display: none;
  margin: 0 !important;
}

/* line 25, ../sass/global.scss */
#customize-body .nav-tabs .active a {
  background-color: black;
}
/* line 558, ../sass/_theme_variables.scss */
.dark #customize-body .nav-tabs .active a {
  background-color: #896b5a;
}

/* line 31, ../sass/global.scss */
body.boxed-lg #page {
  box-shadow: 0 0 5px #888;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 36, ../sass/global.scss */
body.boxed-md #page {
  box-shadow: 0 0 5px #888;
  max-width: 970px;
  margin: 0 auto;
}

/* line 41, ../sass/global.scss */
#header {
  z-index: 5003;
}

/* line 44, ../sass/global.scss */
#columns {
  position: relative;
}

/* *****************************************************************
  HEADER
****************************************************************** */
/* line 52, ../sass/global.scss */
header {
  z-index: 1;
  position: relative;
}
/* line 55, ../sass/global.scss */
header .plusmargin {
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
/* line 59, ../sass/global.scss */
header ul {
  margin-bottom: 0;
  margin-top: 4px;
}
/* line 62, ../sass/global.scss */
header ul.links li {
  display: inline-block;
  margin: 0;
}
/* line 65, ../sass/global.scss */
header ul.links li i {
  display: none;
}
/* line 70, ../sass/global.scss */
header .banner {
  background: black;
  max-height: 100%;
}
/* line 73, ../sass/global.scss */
header .banner .container {
  background-color: none;
}
/* line 74, ../sass/global.scss */
header .banner .row {
  margin: 0px;
}
/* line 78, ../sass/global.scss */
header #header_logo {
  text-align: center;
  display: block;
  width: 100%;
}
/* line 82, ../sass/global.scss */
header #header_logo a {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-bottom: 0;
}
/* line 91, ../sass/global.scss */
header #header-main .row {
  padding: 20px 0 0;
}
/* line 93, ../sass/global.scss */
header .nav {
  font-size: 13px -1;
}
/* line 95, ../sass/global.scss */
header .nav .row {
  margin: 0px;
}
/* line 99, ../sass/global.scss */
header .nav a:hover, header .nav a.active {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark header .nav a:hover, .dark header .nav a.active {
  color: #896b5a;
}
/* line 101, ../sass/global.scss */
header .nav a:hover.btn, header .nav a.active.btn {
  color: white;
}
/* line 106, ../sass/global.scss */
header .nav nav {
  width: 100%;
}
/* line 108, ../sass/global.scss */
header .nav nav #currencies-block-top {
  float: left;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl header .nav nav #currencies-block-top {
  float: right;
}
/* line 113, ../sass/global.scss */
header .row {
  position: relative;
}
/* line 115, ../sass/global.scss */
header .row > .container {
  position: relative;
}
/* line 120, ../sass/global.scss */
header .groupe-content.eshow {
  background: black;
  display: block !important;
  left: 0px;
  padding: 10px;
  position: absolute;
  right: auto;
  top: 28px;
  z-index: 1000;
}
/* line 131, ../sass/global.scss */
header div.current {
  padding: 4px 0;
  cursor: pointer;
  border: 0;
}
/* line 136, ../sass/global.scss */
header ul.toogle_content {
  display: none;
  position: absolute;
  top: 26px;
  left: 0px;
  min-width: 80px;
  background: black;
  padding: 10px;
  z-index: 2;
  font-size: 12px;
}
/* line 304, ../sass/_theme_variables.scss */
.rtl header ul.toogle_content {
  right: 0px;
  left: auto;
}
/* line 147, ../sass/global.scss */
header ul.toogle_content li {
  line-height: 18px;
  margin-bottom: 5px;
  color: #dddddd;
}
/* line 152, ../sass/global.scss */
header ul.toogle_content li a:hover {
  color: white;
}
/* line 155, ../sass/global.scss */
header ul.toogle_content li a.selected, header ul.toogle_content li a:hover a {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark header ul.toogle_content li a.selected, .dark header ul.toogle_content li a:hover a {
  color: #896b5a;
}

/* line 163, ../sass/global.scss */
.ie8 #header #header_logo {
  width: 350px;
}

/* *****************************************************************
	Homepage Tabs
****************************************************************** */
/* line 170, ../sass/global.scss */
#home-page-tabs {
  border: none;
}
/* line 173, ../sass/global.scss */
#home-page-tabs > li a {
  font-size: 15px;
  color: #2e3039;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: black;
  margin: 0;
  padding: 7px 15px;
  margin-right: 10px;
  display: list-item;
  margin-left: 22px;
  padding: 3px 6px;
  list-style-type: disc;
}
/* line 189, ../sass/global.scss */
#home-page-tabs > li.active a, #home-page-tabs > li a:hover, #home-page-tabs > li a:focus {
  color: white;
}

/* *****************************************************************
	FOOTER
****************************************************************** */
/* line 198, ../sass/global.scss */
.footer-container {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .footer-container {
  color: #896b5a;
}
/* line 203, ../sass/global.scss */
.footer-container .footer-center .container .footercenter_container {
  margin-top: 20px;
}
/* line 208, ../sass/global.scss */
.footer-container .bottom-footer {
  position: absolute;
  bottom: -55px;
  left: 0;
}
/* line 212, ../sass/global.scss */
.footer-container .bottom-footer div {
  padding: 15px 0 0 0;
  border-top: 1px solid #515151;
  width: 100%;
}
/* line 218, ../sass/global.scss */
.footer-container li {
  line-height: 25px;
}
/* line 223, ../sass/global.scss */
.footer-container #footer .row {
  position: relative;
}
/* line 226, ../sass/global.scss */
.footer-container #footer .footer-block {
  margin-top: 45px;
}
/* line 229, ../sass/global.scss */
.footer-container #footer a {
  color: #7E7F80;
}
/* line 231, ../sass/global.scss */
.footer-container #footer a:hover {
  color: black;
}
/* line 235, ../sass/global.scss */
.footer-container #footer h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D4E4F;
  margin: 0 0 13px 0;
}
/* line 241, ../sass/global.scss */
.footer-container #footer h4 a {
  color: #4D4E4F;
}

/* line 247, ../sass/global.scss */
#footnav {
  text-align: right;
}
/* line 207, ../sass/_theme_variables.scss */
.rtl #footnav {
  text-align: left;
}

/* line 250, ../sass/global.scss */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

/* line 259, ../sass/global.scss */
.rte ul {
  list-style-type: disc;
}

/* line 263, ../sass/global.scss */
.rte ol {
  list-style-type: decimal;
}

/* line 267, ../sass/global.scss */
.block_hidden_only_for_screen {
  display: none;
}

/* line 272, ../sass/global.scss */
.fancybox-skin {
  background: white !important;
}

/* line 276, ../sass/global.scss */
.fancybox-skin .fancybox-close {
  width: 15px;
  height: 15px;
  background: none;
  font-size: 15px;
  line-height: 15px;
  color: #2e3039;
  text-align: center;
  background: url("../img/close_fancybox.png");
}

/* line 290, ../sass/global.scss */
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px;
}
/* line 294, ../sass/global.scss */
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px;
}

/* line 302, ../sass/global.scss */
.content-nav-tabs {
  padding-bottom: 30px;
}

/* line 306, ../sass/global.scss */
.products_block .box-line {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin-top: 35px;
  font-size: 12px;
}
/* line 312, ../sass/global.scss */
.products_block .box-line:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  content: "";
  left: 0;
  top: 15px;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .products_block .box-line:before {
  background-color: #896b5a;
}
/* line 321, ../sass/global.scss */
.products_block .box-line .nav-tabs {
  display: inline-block;
}
/* line 326, ../sass/global.scss */
.products_block .carousel .carousel-control {
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: white;
  height: 27px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  font-size: 13px;
  top: -56px;
  width: 25px;
  z-index: 999;
  text-shadow: none;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  font-family: "Raleway", sans-serif;
}
/* line 344, ../sass/global.scss */
.products_block .carousel .carousel-control.left {
  left: auto;
  background: url(../img/default/icon-prev.png) no-repeat center right;
  left: 50%;
  margin-left: -63px;
  width: 62px;
  top: -20px;
}
/* line 352, ../sass/global.scss */
.products_block .carousel .carousel-control.right {
  background: url(../img/default/icon-next.png) no-repeat center right;
  right: 50%;
  margin-right: -63px;
  width: 62px;
  top: -20px;
}

/* line 363, ../sass/global.scss */
.widget-manufacture {
  margin-top: 10px;
}
/* line 365, ../sass/global.scss */
.widget-manufacture .carousel {
  min-height: 82px;
  border-color: #ededed;
  border-color: #ededed;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
}
/* line 671, ../sass/_theme_variables.scss */
.dark .widget-manufacture .carousel {
  border-color: #896b5a;
}
/* line 681, ../sass/_theme_variables.scss */
.dark .widget-manufacture .carousel {
  border-color: #4d423b;
}
/* line 371, ../sass/global.scss */
.widget-manufacture .carousel-control {
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 23px !important;
  width: 28px;
  z-index: 100;
  text-indent: -9999px;
}
/* line 379, ../sass/global.scss */
.widget-manufacture .carousel-control.left {
  left: 9px;
  background: url("../img/default/button-previous.png") 1px -52px;
}
/* line 380, ../sass/global.scss */
.widget-manufacture .carousel-control.right {
  right: 9px;
  background: url("../img/default/button-next.png") 1px 0px;
}
/* line 383, ../sass/global.scss */
.widget-manufacture .carousel-inner .item {
  padding: 10px 50px;
}

/* *****************************************************************
  leo-custom
****************************************************************** */
/* line 395, ../sass/global.scss */
.widget-html .menu-content a:hover {
  color: white;
}
/* line 400, ../sass/global.scss */
.widget-html .title_block {
  padding: 20px 0px;
}
/* line 403, ../sass/global.scss */
.widget-html .box-line {
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  position: relative;
  color: black;
}
/* line 411, ../sass/global.scss */
.widget-html .box-line div {
  background-color: white;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
/* line 589, ../sass/_theme_variables.scss */
.dark .widget-html .box-line div {
  background-color: #333333;
}
/* line 418, ../sass/global.scss */
.widget-html .box-line:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  content: "";
  left: 0;
  top: 15px;
  z-index: 99px;
}
/* line 558, ../sass/_theme_variables.scss */
.dark .widget-html .box-line:before {
  background-color: #896b5a;
}

/* line 431, ../sass/global.scss */
.blogs .thumbnail {
  border: none;
}
/* line 434, ../sass/global.scss */
.blogs .thumbnail .caption {
  padding: 0px;
}
/* line 438, ../sass/global.scss */
.blogs .thumbnail .blog-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 8px;
}
/* line 442, ../sass/global.scss */
.blogs .thumbnail .blog-title a {
  color: black;
  font-size: 16px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .blogs .thumbnail .blog-title a {
  color: #896b5a;
}
/* line 447, ../sass/global.scss */
.blogs .thumbnail p {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .blogs .thumbnail p {
  color: #896b5a;
}

/* line 454, ../sass/global.scss */
.widget-html .block_content address {
  margin-bottom: 8px;
  line-height: 20px;
}
/* line 458, ../sass/global.scss */
.widget-html .block_content .title_address {
  font-weight: normal;
  color: black;
  font-size: 16px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .widget-html .block_content .title_address {
  color: #896b5a;
}
/* line 465, ../sass/global.scss */
.widget-html .block_content .box {
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  border: none;
  padding: 0px;
}
/* line 472, ../sass/global.scss */
.widget-html .block_content .box a:hover {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  background: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: black;
}
/* line 478, ../sass/global.scss */
.widget-html .block_content .box a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* line 484, ../sass/global.scss */
.widget-html .block_content .box a:before {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
}

/* line 497, ../sass/global.scss */
.img_html {
  padding-top: 8px;
}

/* line 501, ../sass/global.scss */
.blogs .link {
  position: relative;
  padding-right: 25px;
  font-style: italic;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .blogs .link {
  color: #896b5a;
}
/* line 506, ../sass/global.scss */
.blogs .link:before {
  content: "\f178";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .blogs .link:before {
  color: #896b5a;
}

/* line 522, ../sass/global.scss */
.block_content .nav-links li {
  position: relative;
  margin-right: 15px;
  line-height: 28px;
  padding-right: 20px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .block_content .nav-links li {
  color: #896b5a;
}
/* line 529, ../sass/global.scss */
.block_content .nav-links li > a {
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .block_content .nav-links li > a {
  color: #896b5a;
}

/******************************************************************
Newletters
******************************************************************/
/* line 541, ../sass/global.scss */
#newsletter_block_left .title_block {
  padding: 20px 0;
  color: black;
}
/* line 491, ../sass/_theme_variables.scss */
.dark #newsletter_block_left .title_block {
  color: #896b5a;
}
/* line 546, ../sass/global.scss */
#newsletter_block_left .newsletter-info p {
  display: none;
}
/* line 550, ../sass/global.scss */
#newsletter_block_left .form-group {
  padding-bottom: 20px;
}
/* line 553, ../sass/global.scss */
#newsletter_block_left .input-group {
  display: inline-block;
}
/* line 555, ../sass/global.scss */
#newsletter_block_left .input-group #newsletter-input-footer {
  height: 45px;
}
/* line 558, ../sass/global.scss */
#newsletter_block_left .input-group span {
  padding-top: 20px;
}

/******************************************************************
About the shop
******************************************************************/
/* line 569, ../sass/global.scss */
.about {
  border: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
/* line 231, ../sass/_theme_variables.scss */
.rtl .about {
  padding: 0px 0px 0px 0px;
}
/* line 573, ../sass/global.scss */
.about p {
  color: black;
  padding-bottom: 20px;
  text-align: justify;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .about p {
  color: #896b5a;
}
/* line 578, ../sass/global.scss */
.about .title_block {
  margin: 0px;
  color: black;
  font-size: 24px;
}
/* line 491, ../sass/_theme_variables.scss */
.dark .about .title_block {
  color: #896b5a;
}

/* line 585, ../sass/global.scss */
.logo-ft {
  border: none;
  margin: 0px;
}
/* line 588, ../sass/global.scss */
.logo-ft img {
  margin-top: 15px;
}

/* line 593, ../sass/global.scss */
.block .blockstore {
  padding-top: 10px;
}

/* line 597, ../sass/global.scss */
.box-services .iconbox {
  height: 35px;
  width: 35px;
  border: 2px solid black;
  font-size: 18px;
  text-align: center;
  margin: 10px;
  position: relative;
  border-radius: 50px;
}
/* line 606, ../sass/global.scss */
.box-services .iconbox .fa-phone {
  line-height: 28px;
}
/* line 608, ../sass/global.scss */
.box-services .iconbox .fa-phone:before {
  content: "\f095";
  font-family: "FontAwesome";
}
/* line 616, ../sass/global.scss */
.box-services .media-body {
  padding-top: 20px;
}
