@charset "UTF-8";
/* 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 5, ../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 10, ../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 25, ../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 6, ../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 31, ../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 70, ../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 82, ../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 33, ../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 18, ../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 21, ../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 24, ../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 36, ../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 102, ../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 134, ../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 151, ../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 185, ../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 212, ../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 258, ../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 276, ../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 322, ../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 325, ../sass/font-awesome/_icons.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 327, ../sass/font-awesome/_icons.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 329, ../sass/font-awesome/_icons.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 331, ../sass/font-awesome/_icons.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 333, ../sass/font-awesome/_icons.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 335, ../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 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
}

/* line 6, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
  color: #f07279;
}

/* line 10, ../sass/_reset.scss */
a {
  color: #3d3d3d;
}

/* line 11, ../sass/_reset.scss */
a:focus {
  outline: none;
  text-decoration: none;
}

/* line 12, ../sass/_reset.scss */
body {
  font-family: "Lato", sans-serif;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #3d3d3d;
  background-image: url("../img/default/bg_body.png");
  background-color: #6d576b;
  background-repeat: repeat;
}
/* line 308, ../sass/_theme_variables.scss */
.green body {
  background-color: #88aa5b;
}
/* line 308, ../sass/_theme_variables.scss */
.turquoise body {
  background-color: #64a399;
}
/* line 308, ../sass/_theme_variables.scss */
.carol body {
  background-color: #b24a50;
}
/* line 21, ../sass/_reset.scss */
body.content_only {
  background: none;
}

/* line 25, ../sass/_reset.scss */
textarea {
  resize: none;
}

/* line 28, ../sass/_reset.scss */
ul, li {
  list-style: none;
}

/* line 29, ../sass/_reset.scss */
img {
  max-width: 100%;
}

/* ******************************************************************
	Bootstrap
******************************************************************* */
/* line 35, ../sass/_reset.scss */
.form-horizontal .control-label, .form-horizontal .radio,
.form-horizontal .checkbox, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}

/* line 38, ../sass/_reset.scss */
.tooltip-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 41, ../sass/_reset.scss */
.badge {
  line-height: 9px;
  padding: 3px 5px;
  font-size: 10px;
}

/* *****************************************************************
	title
****************************************************************** */
/* line 7, ../sass/_base.scss */
#center_column .page_product_box h3 {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  padding: 12px 10px;
  margin: 15px 0;
  position: relative;
  border-bottom: none;
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green #center_column .page_product_box h3 {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise #center_column .page_product_box h3 {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol #center_column .page_product_box h3 {
  background-color: #e56970;
}

/* line 12, ../sass/_base.scss */
.page-heading {
  font: 600 21px/25px "Lato", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 17, ../sass/_base.scss */
.page-heading span.heading-counter {
  font: bold 13px/22px Arial, Helvetica, sans-serif;
  float: right;
  text-transform: none;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .page-heading span.heading-counter {
  float: left;
}
/* line 24, ../sass/_base.scss */
.page-heading.bottom-indent {
  margin-bottom: 20px;
}
/* line 27, ../sass/_base.scss */
.page-heading.product-listing {
  border-bottom: none;
}
/* line 30, ../sass/_base.scss */
.page-heading.product-listing {
  padding: 10px 20px;
  color: white;
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green .page-heading.product-listing {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .page-heading.product-listing {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .page-heading.product-listing {
  background-color: #e56970;
}
/* line 34, ../sass/_base.scss */
.page-heading.product-listing span.heading-counter {
  color: white;
}

/* line 40, ../sass/_base.scss */
.page-subheading {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /* color: $base-heading-color; */
  font-size: 18px;
  padding: 0 0 15px 0;
  line-height: normal;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .page-subheading {
  padding: 0 0 15px 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .page-subheading {
  margin: 10px 0 10px 0;
}

/* line 52, ../sass/_base.scss */
h3.page-product-heading {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  padding: 12px 10px;
  margin: 15px 0;
  position: relative;
  border-bottom: none;
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green h3.page-product-heading {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise h3.page-product-heading {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol h3.page-product-heading {
  background-color: #e56970;
}

/* line 57, ../sass/_base.scss */
p.info-title {
  margin-bottom: 20px;
}

/* line 61, ../sass/_base.scss */
p.info-account {
  margin: -4px 0 24px 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl p.info-account {
  margin: -4px 0 24px 0;
}

/* line 65, ../sass/_base.scss */
.dark {
  color: #2e3039;
}

/* line 69, ../sass/_base.scss */
.main-page-indent {
  margin-bottom: 20px;
}

/* line 73, ../sass/_base.scss */
.required sup {
  color: red;
  font-size: 13px;
}

/* line 78, ../sass/_base.scss */
.alert {
  font-weight: 700;
}
/* line 80, ../sass/_base.scss */
.alert ul, .alert ol {
  padding-left: 15px;
  margin-left: 27px;
}
/* line 83, ../sass/_base.scss */
.alert ul li, .alert ol li {
  list-style-type: decimal;
}
/* line 87, ../sass/_base.scss */
.alert.alert-warning {
  background-color: #92778f;
  border: 0;
}
/* line 278, ../sass/_theme_variables.scss */
.green .alert.alert-warning {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .alert.alert-warning {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .alert.alert-warning {
  background-color: #e56970;
}
/* line 90, ../sass/_base.scss */
.alert.alert-warning a:hover {
  color: #fff;
}
/* line 94, ../sass/_base.scss */
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}
/* line 103, ../sass/_base.scss */
.alert.alert-danger a {
  color: #fff;
}
/* line 104, ../sass/_base.scss */
.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .alert.alert-danger:before {
  float: right;
}

/* line 115, ../sass/_base.scss */
.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px 6px 10px;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .label {
  padding: 6px 10px 6px 10px;
}

/* line 120, ../sass/_base.scss */
.label-success {
  background-color: #92778f;
  border: 0;
}
/* line 278, ../sass/_theme_variables.scss */
.green .label-success {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .label-success {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .label-success {
  background-color: #e56970;
}

/* line 121, ../sass/_base.scss */
label {
  color: #2e3039;
  font-weight: 500;
}
/* line 125, ../sass/_base.scss */
label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

/* line 135, ../sass/_base.scss */
.unvisible {
  display: none;
}

/* line 139, ../sass/_base.scss */
.checkbox {
  line-height: 16px;
}
/* line 141, ../sass/_base.scss */
.checkbox label {
  color: #777777;
}

/* line 146, ../sass/_base.scss */
.close {
  opacity: 1;
}
/* line 148, ../sass/_base.scss */
.close:hover {
  opacity: 1;
}

/* line 154, ../sass/_base.scss */
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
}

/* line 164, ../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 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl table.std th, .rtl
table.table_block th {
  padding: 14px 12px 14px 12px;
}

/* line 175, ../sass/_base.scss */
table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

/* line 180, ../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 187, ../sass/_base.scss */
.table {
  margin-bottom: 30px;
}
/* line 191, ../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 202, ../sass/_base.scss */
.table td a.color-myaccount {
  color: #777777;
  text-decoration: underline;
}
/* line 205, ../sass/_base.scss */
.table td a.color-myaccount:hover {
  text-decoration: none;
}
/* line 211, ../sass/_base.scss */
.table tfoot tr {
  background: #fbfbfb;
}

/* *****************************************************************
  barre comparaison / tri
****************************************************************** */
/* line 222, ../sass/_base.scss */
.product-filter .sortPagiBar {
  background-color: #92778f;
  font-size: 11px;
  margin: 0;
  padding: 8px 0 8px 0;
}
/* line 278, ../sass/_theme_variables.scss */
.green .product-filter .sortPagiBar {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .product-filter .sortPagiBar {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .product-filter .sortPagiBar {
  background-color: #e56970;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar {
  padding: 8px 0 8px 0;
}
/* line 227, ../sass/_base.scss */
.product-filter .sortPagiBar .display {
  float: left;
  margin: 0 10px 0 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .display {
  float: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .display {
  margin: 0 0 0 10px;
}
/* line 231, ../sass/_base.scss */
.product-filter .sortPagiBar .limit {
  float: left;
  margin-top: 5px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .limit {
  float: right;
}
/* line 235, ../sass/_base.scss */
.product-filter .sortPagiBar #productsSortForm {
  padding: 5px 0 0 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar #productsSortForm {
  padding: 5px 0 0 0;
}
/* line 237, ../sass/_base.scss */
.product-filter .sortPagiBar #productsSortForm select {
  max-width: 192px;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar #productsSortForm select {
  float: right;
}
/* line 243, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage select {
  max-width: 59px;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage select {
  float: right;
}
/* line 247, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage .clearfix > span {
  font-size: 13px;
  color: white;
  padding: 3px 0 0 5px;
  display: inline-block;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage .clearfix > span {
  padding: 3px 5px 0 0;
}
/* line 253, ../sass/_base.scss */
.product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
  float: right;
}
/* line 255, ../sass/_base.scss */
.product-filter .sortPagiBar label, .product-filter .sortPagiBar select {
  color: white;
  font-size: 13px;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar label, .rtl .product-filter .sortPagiBar select {
  float: right;
}
/* line 260, ../sass/_base.scss */
.product-filter .sortPagiBar label {
  padding: 3px 6px 0 0;
  font-weight: 400;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .sortPagiBar label {
  padding: 3px 0 0 6px;
}
/* line 265, ../sass/_base.scss */
.product-filter .sortPagiBar.instant_search #productsSortForm {
  display: none;
}
/* line 271, ../sass/_base.scss */
.product-filter .display li, .product-filter .display_m li {
  float: left;
  padding: 8px 10px 8px 0;
  text-align: center;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .display li, .rtl .product-filter .display_m li {
  float: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .display li, .rtl .product-filter .display_m li {
  padding: 8px 0 8px 10px;
}
/* line 275, ../sass/_base.scss */
.product-filter .display li a, .product-filter .display_m li a {
  color: white;
  font-size: 13px;
}
/* line 278, ../sass/_base.scss */
.product-filter .display li a i, .product-filter .display_m li a i {
  font-size: 14px;
  padding: 5px 6px;
  margin-right: 5px;
  border: 1px solid #FFF;
  color: white;
  cursor: pointer;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .display li a i, .rtl .product-filter .display_m li a i {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 286, ../sass/_base.scss */
.product-filter .display li a:hover, .product-filter .display_m li a:hover {
  color: #f07279;
}
/* line 292, ../sass/_base.scss */
.product-filter .display li:hover a, .product-filter .display li.selected a, .product-filter .display_m li:hover a, .product-filter .display_m li.selected a {
  color: #f07279;
}
/* line 294, ../sass/_base.scss */
.product-filter .display li:hover a i, .product-filter .display li.selected a i, .product-filter .display_m li:hover a i, .product-filter .display_m li.selected a i {
  background-color: #f07279;
  border: 1px solid #f07279;
}
/* line 300, ../sass/_base.scss */
.product-filter .display li.display-title, .product-filter .display_m li.display-title {
  font-weight: 700;
  color: #2e3039;
  padding: 7px 6px 0 0;
  display: none;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .display li.display-title, .rtl .product-filter .display_m li.display-title {
  padding: 7px 0 0 6px;
}
/* line 308, ../sass/_base.scss */
.product-filter .product-compare {
  float: right;
  margin-top: 2px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-filter .product-compare {
  float: left;
}

/* line 316, ../sass/_base.scss */
.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  position: relative;
}
/* line 319, ../sass/_base.scss */
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  margin: 0;
  text-align: center;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content div.pagination, .rtl
.bottom-pagination-content div.pagination {
  float: right;
}
/* line 323, ../sass/_base.scss */
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  float: right;
  padding: 0 10px 0 10px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content div.pagination .showall, .rtl
.bottom-pagination-content div.pagination .showall {
  float: left;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content div.pagination .showall, .rtl
.bottom-pagination-content div.pagination .showall {
  padding: 0 10px 0 10px;
}
/* line 327, ../sass/_base.scss */
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
  height: 30px;
  line-height: normal;
  line-height: 28px;
  background-color: #f07279;
}
/* line 336, ../sass/_base.scss */
.top-pagination-content .pagination,
.bottom-pagination-content .pagination {
  margin: 0 0 0 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination, .rtl
.bottom-pagination-content .pagination {
  margin: 0 0 0 0;
}
/* line 338, ../sass/_base.scss */
.top-pagination-content .pagination li,
.bottom-pagination-content .pagination li {
  display: inline-block;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination li, .rtl
.bottom-pagination-content .pagination li {
  float: right;
}
/* line 342, ../sass/_base.scss */
.top-pagination-content .pagination li > a,
.top-pagination-content .pagination li > span,
.bottom-pagination-content .pagination li > a,
.bottom-pagination-content .pagination li > span {
  height: 30px;
  line-height: 28px;
  color: #6e6f70;
  border: none;
  margin-left: 0;
  padding: 0 5px 0 5px;
  background: white;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination li > a, .rtl
.top-pagination-content .pagination li > span, .rtl
.bottom-pagination-content .pagination li > a, .rtl
.bottom-pagination-content .pagination li > span {
  margin-right: 0;
  margin-left: inherit;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination li > a, .rtl
.top-pagination-content .pagination li > span, .rtl
.bottom-pagination-content .pagination li > a, .rtl
.bottom-pagination-content .pagination li > span {
  padding: 0 5px 0 5px;
}
/* line 350, ../sass/_base.scss */
.top-pagination-content .pagination li > a span,
.top-pagination-content .pagination li > span span,
.bottom-pagination-content .pagination li > a span,
.bottom-pagination-content .pagination li > span span {
  padding: 0 5px 0 5px;
  display: block;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination li > a span, .rtl
.top-pagination-content .pagination li > span span, .rtl
.bottom-pagination-content .pagination li > a span, .rtl
.bottom-pagination-content .pagination li > span span {
  padding: 0 5px 0 5px;
}
/* line 356, ../sass/_base.scss */
.top-pagination-content .pagination li > a:hover, .top-pagination-content .pagination li > a:focus,
.bottom-pagination-content .pagination li > a:hover,
.bottom-pagination-content .pagination li > a:focus {
  color: white;
  background-color: #f07279;
}
/* line 362, ../sass/_base.scss */
.top-pagination-content .pagination li.pagination_previous, .top-pagination-content .pagination li.pagination_next,
.bottom-pagination-content .pagination li.pagination_previous,
.bottom-pagination-content .pagination li.pagination_next {
  color: #777676;
}
/* line 365, ../sass/_base.scss */
.top-pagination-content .pagination li i,
.bottom-pagination-content .pagination li i {
  margin: 0 5px 0 5px;
  font-size: 10px;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .pagination li i, .rtl
.bottom-pagination-content .pagination li i {
  margin: 0 5px 0 5px;
}
/* line 368, ../sass/_base.scss */
.top-pagination-content .pagination > .active > span,
.bottom-pagination-content .pagination > .active > span {
  color: white;
  background-color: #f07279;
}
/* line 374, ../sass/_base.scss */
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
  float: right;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .compare-form, .rtl
.bottom-pagination-content .compare-form {
  float: left;
}
/* line 377, ../sass/_base.scss */
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
  padding: 0 0 0 0;
  float: left;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .product-count, .rtl
.bottom-pagination-content .product-count {
  padding: 0 0 0 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .top-pagination-content .product-count, .rtl
.bottom-pagination-content .product-count {
  float: right;
}

/* line 383, ../sass/_base.scss */
.bottom-pagination-content {
  margin-top: 20x;
}

/* *****************************************************************
  CART steps
****************************************************************** */
/* line 390, ../sass/_base.scss */
ul.step {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 393, ../sass/_base.scss */
ul.step li {
  background: #ebebeb;
  float: left;
  text-align: left;
  padding: 0 0 0 0;
  text-align: center;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl ul.step li {
  float: right;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl ul.step li {
  text-align: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl ul.step li {
  padding: 0 0 0 0;
}
/* line 402, ../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 763, ../sass/bootstrap_lib/_mixins.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 408, ../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 415, ../sass/_base.scss */
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}
/* line 421, ../sass/_base.scss */
ul.step li.second span, ul.step li.second a {
  z-index: 4;
}
/* line 426, ../sass/_base.scss */
ul.step li.third span, ul.step li.third a {
  z-index: 3;
}
/* line 431, ../sass/_base.scss */
ul.step li.four span, ul.step li.four a {
  z-index: 2;
}
/* line 436, ../sass/_base.scss */
ul.step li.last span {
  z-index: 1;
}
/* line 441, ../sass/_base.scss */
ul.step li.step_current span {
  background: #f07279;
  position: relative;
  color: white;
}
/* line 448, ../sass/_base.scss */
ul.step li.step_todo span {
  display: block;
  position: relative;
}
/* line 454, ../sass/_base.scss */
ul.step li.step_done a {
  background-color: #92778f;
  color: white;
}
/* line 278, ../sass/_theme_variables.scss */
.green ul.step li.step_done a {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise ul.step li.step_done a {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol ul.step li.step_done a {
  background-color: #e56970;
}
/* line 459, ../sass/_base.scss */
ul.step li.step_done.step_done_last {
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green ul.step li.step_done.step_done_last {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise ul.step li.step_done.step_done_last {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol ul.step li.step_done.step_done_last {
  background-color: #e56970;
}

/* line 464, ../sass/_base.scss */
.breadcrumb {
  width: 100%;
  display: inline-block;
  color: #f07279;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 15px;
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green .breadcrumb {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .breadcrumb {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .breadcrumb {
  background-color: #e56970;
}
/* line 474, ../sass/_base.scss */
.breadcrumb .navigation-pipe {
  width: 11px;
  display: inline-block;
  text-indent: -5000px;
  padding: 0 10px;
  padding: 0 10px 0 10px;
  background-image: url("../img/default/divider-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .breadcrumb .navigation-pipe {
  padding: 0 10px 0 10px;
}
/* line 484, ../sass/_base.scss */
.breadcrumb a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: white;
}
/* line 489, ../sass/_base.scss */
.breadcrumb a.home {
  font-size: 17px;
  width: 14px;
  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 500, ../sass/_base.scss */
.breadcrumb a.home i {
  vertical-align: -1px;
}
/* line 503, ../sass/_base.scss */
.breadcrumb a.home:before {
  border: none;
}
/* line 507, ../sass/_base.scss */
.breadcrumb a:hover {
  color: #f07279;
}

/* line 514, ../sass/_base.scss */
.ie8 .breadcrumb {
  min-height: 1px;
}
/* line 516, ../sass/_base.scss */
.ie8 .breadcrumb a:after {
  display: none;
}
/* line 519, ../sass/_base.scss */
.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

/* *****************************************************************
	Buttons
****************************************************************** */
/* line 12, ../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: #555255;
}

/* line 19, ../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: #f07279;
  border: 0;
}

/* line 30, ../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 39, ../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: #f07279;
  color: white;
}

/* line 50, ../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: #f07279;
  color: white;
}

/* line 57, ../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 64, ../sass/_form.scss */
.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3;
}

/* line 69, ../sass/_form.scss */
.btn-link:hover, .btn-link:focus {
  background-color: #f07279;
}

/* line 73, ../sass/_form.scss */
.button {
  background: #555255;
  font-size: 13px;
  color: white;
  padding: 0;
  outline: none;
}
/* line 79, ../sass/_form.scss */
.button span {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
}
/* line 84, ../sass/_form.scss */
.button span i {
  vertical-align: 0px;
  margin-right: 5px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .button span i {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 87, ../sass/_form.scss */
.button span i.right {
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .button span i.right {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 96, ../sass/_form.scss */
.button:hover, .button:focus {
  background-color: #f07279;
  color: white;
}
/* line 100, ../sass/_form.scss */
.button:focus {
  outline: none;
}
/* line 105, ../sass/_form.scss */
.button.ajax_add_to_cart_button {
  line-height: auto!important;
  position: relative;
  padding: 0 0 0 27px;
  float: left;
  max-width: 120px;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .button.ajax_add_to_cart_button {
  padding: 0 27px 0 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .button.ajax_add_to_cart_button {
  float: right;
}
/* line 111, ../sass/_form.scss */
.button.ajax_add_to_cart_button:before {
  content: "";
  background-color: #f07279;
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-image: url("../img/default/cart2.png");
  transition: all 0.4s ease 0s;
  width: 31px;
  height: 30px;
  left: 0;
  position: absolute;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .button.ajax_add_to_cart_button:before {
  right: 0;
  left: auto;
}
/* line 123, ../sass/_form.scss */
.button.ajax_add_to_cart_button span {
  text-transform: none;
  font-size: 13px;
}
/* line 127, ../sass/_form.scss */
.button.ajax_add_to_cart_button.disabled {
  background: #555255;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 136, ../sass/_form.scss */
.boxed-md .button.ajax_add_to_cart_button span {
  text-indent: -9999px;
  padding: 0;
  margin-right: 4px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .boxed-md .button.ajax_add_to_cart_button span {
  margin-left: 4px;
  margin-right: inherit;
}

/* line 145, ../sass/_form.scss */
.link-button {
  font-weight: 700;
}
/* line 147, ../sass/_form.scss */
.link-button i {
  margin-right: 5px;
}
/* line 149, ../sass/_form.scss */
.link-button i.large {
  font-size: 26px;
  line-height: 26px;
  vertical-align: -3px;
  color: silver;
}

/* line 159, ../sass/_form.scss */
.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  padding: 0;
  border: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 166, ../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 185, ../sass/_form.scss */
.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #2e3039;
}
/* line 187, ../sass/_form.scss */
.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

/* *****************************************************************
	form
****************************************************************** */
/* line 197, ../sass/_form.scss */
.form-control {
  padding: 3px 5px;
  height: 27px;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 202, ../sass/_form.scss */
.form-control.grey {
  background: #fbfbfb;
}

/* ******************************************************************
   Form validate
******************************************************************* */
/* line 211, ../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 218, ../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 225, ../sass/_form.scss */
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px;
}

/* ******************************************************************
   uniform
******************************************************************* */
/* line 233, ../sass/_form.scss */
.radio-inline, .checkbox {
  padding-left: 0;
}
/* line 235, ../sass/_form.scss */
.radio-inline .checker, .checkbox .checker {
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .radio-inline .checker, .rtl .checkbox .checker {
  float: right;
}
/* line 237, ../sass/_form.scss */
.radio-inline .checker span, .checkbox .checker span {
  top: 0px;
}
/* line 241, ../sass/_form.scss */
.radio-inline div.radio, .checkbox div.radio {
  display: inline-block;
}
/* line 243, ../sass/_form.scss */
.radio-inline div.radio span, .checkbox div.radio span {
  float: left;
  top: 0px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .radio-inline div.radio span, .rtl .checkbox div.radio span {
  float: right;
}

/* line 249, ../sass/_form.scss */
.btn {
  border: 0;
}

/* line 2, ../sass/_box.scss */
.box {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin: 0 0 30px 0;
  line-height: 23px;
  background: white;
}
/* line 8, ../sass/_box.scss */
.box p {
  margin-bottom: 0;
}
/* line 11, ../sass/_box.scss */
.box.box-small {
  padding: 9px 10px 9px 20px;
}
/* line 13, ../sass/_box.scss */
.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

/* line 21, ../sass/_box.scss */
.page-product-box {
  /* margin-bottom: 20px; */
}
/* line 23, ../sass/_box.scss */
.page-product-box .rte {
  /* padding: 15px 0; 
  background: $light-background;*/
}

/* line 28, ../sass/_box.scss */
.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product-box {
  float: right;
}
/* line 32, ../sass/_box.scss */
.product-box .product-image {
  border: 1px solid #eeeeee;
  background: white;
  padding: 5px;
  display: block;
  margin-bottom: 11px;
}
/* line 38, ../sass/_box.scss */
.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 50, ../sass/_box.scss */
.special-product .block .title_block:before {
  background-color: #f94b4b;
}

/* line 54, ../sass/_box.scss */
.block {
  margin-bottom: 20px;
  background: white;
}
/* line 57, ../sass/_box.scss */
.block .title_block {
  font-size: 19px;
  margin: 0;
  padding-left: 20px;
  color: white;
  line-height: 45px;
  background-color: #92778f;
    /* position: relative;
    &:before {
       background: url('../img/default/icon_title.png') 15px 12px no-repeat;
       @include skin-background-color($theme-color-secondary);
       width:28px;
       height: 28px;
       content:"";
       position: absolute;
       @include rtl-left (0);
       top: 5px;

    } */
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .block .title_block {
  padding-right: 20px;
  padding-left: inherit;
}
/* line 278, ../sass/_theme_variables.scss */
.green .block .title_block {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .block .title_block {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .block .title_block {
  background-color: #e56970;
}
/* line 76, ../sass/_box.scss */
.block .title_block a {
  color: white;
}
/* line 78, ../sass/_box.scss */
.block .title_block a:hover {
  color: white;
}
/* line 84, ../sass/_box.scss */
.block .list-block li {
  border-top: 1px dashed #eeeeee;
}
/* line 86, ../sass/_box.scss */
.block .list-block li a {
  padding: 0 10px 0 5px;
  line-height: 35px;
  display: block;
  font-size: 14px;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .block .list-block li a {
  padding: 0 5px 0 10px;
}
/* line 91, ../sass/_box.scss */
.block .list-block li a:hover, .block .list-block li a.selected {
  color: #f07279;
  text-decoration: none;
}
/* line 94, ../sass/_box.scss */
.block .list-block li a:hover:before, .block .list-block li a.selected:before {
  color: #f07279;
}
/* line 98, ../sass/_box.scss */
.block .list-block li a i {
  display: none;
}
/* line 101, ../sass/_box.scss */
.block .list-block li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  padding-right: 3px;
}
/* line 108, ../sass/_box.scss */
.block .list-block li:first-child {
  border-top: none;
}
/* line 113, ../sass/_box.scss */
.block .list-block .form-group select {
  max-width: 270px;
}
/* line 117, ../sass/_box.scss */
.block .list-block .btn {
  margin-top: 12px;
}
/* line 122, ../sass/_box.scss */
.block .products-block li {
  padding: 10px;
  border-bottom: 1px dashed #eeeeee;
}
/* line 125, ../sass/_box.scss */
.block .products-block li .products-block-image {
  float: left;
  margin-right: 15px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .block .products-block li .products-block-image {
  float: right;
}
/* line 129, ../sass/_box.scss */
.block .products-block li .product-content {
  overflow: hidden;
}
/* line 131, ../sass/_box.scss */
.block .products-block li .product-content h5 {
  margin: -3px 0 10px 0;
  height: 19px;
  font-size: 15px;
  overflow: hidden;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .block .products-block li .product-content h5 {
  margin: -3px 0 10px 0;
}
/* line 137, ../sass/_box.scss */
.block .products-block li .product-content .price-box {
  margin: 10px 0 0;
  margin: 10px 0 10px 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .block .products-block li .product-content .price-box {
  margin: 10px 0 10px 0;
}
/* line 139, ../sass/_box.scss */
.block .products-block li .product-content .comments_note .nb-comments {
  display: none;
}
/* line 143, ../sass/_box.scss */
.block .products-block .product-description {
  margin-bottom: 14px;
  display: none;
}
/* line 147, ../sass/_box.scss */
.block .products-block .price-percent-reduction {
  font-size: 14px;
}

/* line 154, ../sass/_box.scss */
#index #center_column .title_block:after {
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl #index #center_column .title_block:after {
  right: 0;
  left: auto;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl #index #center_column .title_block:after {
  left: 0;
  right: auto;
}

/* line 166, ../sass/_box.scss */
.block.nobackground .block_content {
  background-color: transparent;
}

/* line 169, ../sass/_box.scss */
.block.nopadding .block_content {
  padding: 0;
}

/* line 172, ../sass/_box.scss */
.block.noborder .block_content {
  border: 0;
}

/* line 179, ../sass/_box.scss */
.sidebar .block .title_block {
  margin-bottom: 0;
  color: white;
  font-family: "Lato", sans-serif;
  background-color: #92778f;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
/* line 278, ../sass/_theme_variables.scss */
.green .sidebar .block .title_block {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .sidebar .block .title_block {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .sidebar .block .title_block {
  background-color: #e56970;
}
/* line 187, ../sass/_box.scss */
.sidebar .block .title_block a {
  color: white;
}
/* line 189, ../sass/_box.scss */
.sidebar .block .title_block a:hover {
  color: white;
}
/* line 191, ../sass/_box.scss */
.sidebar .block .title_block:first-child {
  margin-top: 0;
}
/* line 193, ../sass/_box.scss */
.sidebar .block .block_content {
  background-color: white;
  padding: 10px 15px;
  border-top: 0;
}
/* line 199, ../sass/_box.scss */
.sidebar .block.block.nopadding .block_content {
  /* padding: 0; */
}
/* line 202, ../sass/_box.scss */
.sidebar .block.block.noborder .block_content {
  border: none;
}
/* line 207, ../sass/_box.scss */
.sidebar .block.block.nobackground .block_content {
  background: transparent;
}
/* line 210, ../sass/_box.scss */
.sidebar .block.highlighted .title_block {
  background-color: #f07279;
  padding-left: 40px;
  position: relative;
}
/* line 214, ../sass/_box.scss */
.sidebar .block.highlighted .title_block:before {
  background: url("../img/default/icon_title.png") 15px 12px no-repeat;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .sidebar .block.highlighted .title_block:before {
  right: 0;
  left: auto;
}
/* line 226, ../sass/_box.scss */
.sidebar .block.widget-html .block_content {
  background: none;
  padding: 0;
}
/* line 229, ../sass/_box.scss */
.sidebar .block.widget-html .block_content p {
  margin-bottom: 0;
}
/* line 235, ../sass/_box.scss */
.sidebar .widget {
  float: none;
  clear: both;
}

/* line 242, ../sass/_box.scss */
.footer-container .block .title_block, .footer-container .block h4 {
  padding-left: 0;
  font-size: 12px;
}
/* line 245, ../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 739, ../sass/bootstrap_lib/_mixins.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: none;
  padding: 0;
  font-size: 15px;
  color: #2e3039;
  margin: 9px 0 0 0;
}
/* line 21, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive i {
  color: #777777;
  margin-right: 8px;
  font-size: 12px;
}
/* line 26, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
  color: #f07279;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 29, ../sass/_prestashop_pages.scss */
.cart_navigation .button-exclusive:hover i, .cart_navigation .button-exclusive:focus i, .cart_navigation .button-exclusive:active i {
  color: #f07279;
}

/* line 35, ../sass/_prestashop_pages.scss */
.cart_last_product {
  display: none;
}

/* line 39, ../sass/_prestashop_pages.scss */
.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

/* line 47, ../sass/_prestashop_pages.scss */
.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

/* line 56, ../sass/_prestashop_pages.scss */
.table tbody > tr > td {
  vertical-align: middle;
}
/* line 58, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity {
  padding: 41px 14px 25px;
  width: 88px;
}
/* line 61, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
}
/* line 63, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: right;
}
/* line 66, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0;
}
/* line 73, ../sass/_prestashop_pages.scss */
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
  padding: 5px;
}
/* line 77, ../sass/_prestashop_pages.scss */
.table tfoot > tr > td {
  vertical-align: middle;
}

/* line 83, ../sass/_prestashop_pages.scss */
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #2e3039;
}
/* line 86, ../sass/_prestashop_pages.scss */
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: silver;
}

/* line 94, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px;
}
/* line 97, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_product img {
  border: 1px solid #d6d4d4;
}
/* line 103, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span {
  display: block;
}
/* line 105, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}
/* line 109, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
  color: #555255;
}
/* line 116, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_description {
  width: 480px;
}
/* line 118, ../sass/_prestashop_pages.scss */
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}
/* line 128, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.text-right {
  color: #2e3039;
  font-size: 14px;
}
/* line 132, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.price {
  text-align: right;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #cart_summary tfoot td.price {
  text-align: left;
}
/* line 136, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Lato", sans-serif;
  color: #555454;
  text-transform: uppercase;
}
/* line 142, ../sass/_prestashop_pages.scss */
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Lato", sans-serif;
  color: #f07279;
  background: white;
}

/* line 151, ../sass/_prestashop_pages.scss */
.cart_voucher {
  vertical-align: top !important;
}
/* line 153, ../sass/_prestashop_pages.scss */
.cart_voucher h4 {
  font: 600 18px/22px "Lato", sans-serif;
  padding: 7px 0 10px 0;
  margin: 0;
}
/* line 158, ../sass/_prestashop_pages.scss */
.cart_voucher .title-offers {
  color: #2e3039;
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 163, ../sass/_prestashop_pages.scss */
.cart_voucher fieldset {
  margin-bottom: 10px;
}
/* line 165, ../sass/_prestashop_pages.scss */
.cart_voucher fieldset #discount_name {
  float: left;
  width: 150px;
  height: 32px;
  margin: 0 10px 10px 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .cart_voucher fieldset #discount_name {
  float: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .cart_voucher fieldset #discount_name {
  margin: 0 0 10px 10px;
}
/* line 173, ../sass/_prestashop_pages.scss */
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #777777;
}
/* line 177, ../sass/_prestashop_pages.scss */
.cart_voucher #display_cart_vouchers span:hover {
  color: #f07279;
}

/* line 184, ../sass/_prestashop_pages.scss */
.enable-multishipping {
  margin: -13px 0 17px;
}
/* line 186, ../sass/_prestashop_pages.scss */
.enable-multishipping label {
  font-weight: normal;
}

/* line 193, ../sass/_prestashop_pages.scss */
#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

/* line 201, ../sass/_prestashop_pages.scss */
#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white;
}

/* line 208, ../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 219, ../sass/_prestashop_pages.scss */
#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}

/* line 225, ../sass/_prestashop_pages.scss */
.multishipping_close_container {
  text-align: center;
}

/* line 229, ../sass/_prestashop_pages.scss */
table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

/* line 238, ../sass/_prestashop_pages.scss */
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
/* line 241, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .title {
  font-weight: bold;
  color: #2e3039;
  margin-bottom: 15px;
}
/* line 246, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off {
  display: none;
}
/* line 248, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
/* line 253, ../sass/_prestashop_pages.scss */
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

/* line 259, ../sass/_prestashop_pages.scss */
#multishipping_mode_box.on .description_off {
  display: block;
}

/* line 265, ../sass/_prestashop_pages.scss */
.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

/* line 271, ../sass/_prestashop_pages.scss */
#order .address_add.submit {
  margin-bottom: 20px;
}

/* line 275, ../sass/_prestashop_pages.scss */
#ordermsg {
  margin-bottom: 30px;
}

/* line 280, ../sass/_prestashop_pages.scss */
#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

/* line 287, ../sass/_prestashop_pages.scss */
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .addresses .select label, .rtl
.addresses .selector, .rtl
.addresses .addresses .address_select {
  float: right;
}
/* line 291, ../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 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .addresses .waitimage {
  float: right;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .addresses .waitimage {
  right: 10px;
  left: auto;
}
/* line 302, ../sass/_prestashop_pages.scss */
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .addresses .checkbox.addressesAreEquals {
  float: right;
}

/* line 312, ../sass/_prestashop_pages.scss */
#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 316, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: white;
  margin-bottom: 0;
}
/* line 319, ../sass/_prestashop_pages.scss */
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
/* line 321, ../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 328, ../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 330, ../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 338, ../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 344, ../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 348, ../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 357, ../sass/_prestashop_pages.scss */
.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}
/* line 360, ../sass/_prestashop_pages.scss */
.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #2e3039;
}
/* line 365, ../sass/_prestashop_pages.scss */
.order_carrier_content .checkbox input {
  margin: 1px 5px 0 0;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .order_carrier_content .checkbox input {
  margin: 1px 0 0 5px;
}
/* line 370, ../sass/_prestashop_pages.scss */
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
/* line 374, ../sass/_prestashop_pages.scss */
.order_carrier_content + div {
  padding-bottom: 15px;
}

/* line 379, ../sass/_prestashop_pages.scss */
#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}

/* line 385, ../sass/_prestashop_pages.scss */
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

/* line 389, ../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 399, ../sass/_prestashop_pages.scss */
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}

/* line 405, ../sass/_prestashop_pages.scss */
#carrierTable td.carrier_price {
  border: none;
}

/* line 409, ../sass/_prestashop_pages.scss */
p.checkbox.gift {
  margin-bottom: 10px;
}

/* line 413, ../sass/_prestashop_pages.scss */
#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 419, ../sass/_prestashop_pages.scss */
a.iframe {
  color: #2e3039;
  text-decoration: underline;
}
/* line 422, ../sass/_prestashop_pages.scss */
a.iframe:hover {
  text-decoration: none;
}

/* line 428, ../sass/_prestashop_pages.scss */
p.payment_module {
  margin-bottom: 10px;
}
/* line 430, ../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 440, ../sass/_prestashop_pages.scss */
p.payment_module a.bankwire {
  background: url(../img/bankwire.png) 15px 12px no-repeat;
}
/* line 443, ../sass/_prestashop_pages.scss */
p.payment_module a.cheque {
  background: url(../img/cheque.png) 15px 15px no-repeat;
}
/* line 446, ../sass/_prestashop_pages.scss */
p.payment_module a.cash {
  background: url(../img/cash.png) 15px 15px no-repeat;
}
/* line 450, ../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 848, ../sass/bootstrap_lib/_mixins.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 464, ../sass/_prestashop_pages.scss */
p.payment_module a:hover {
  background-color: #f6f6f6;
}
/* line 467, ../sass/_prestashop_pages.scss */
p.payment_module a span {
  color: #3d3d3d;
}

/* line 473, ../sass/_prestashop_pages.scss */
.payment_module.box {
  margin-top: 20px;
}

/* line 477, ../sass/_prestashop_pages.scss */
p.cheque-indent {
  margin-bottom: 9px;
}

/* line 482, ../sass/_prestashop_pages.scss */
.cheque-box .form-group {
  margin-bottom: 0px;
}
/* line 484, ../sass/_prestashop_pages.scss */
.cheque-box .form-group .form-control {
  width: 269px;
}

/* line 490, ../sass/_prestashop_pages.scss */
.order-confirmation.box {
  line-height: 29px;
}
/* line 492, ../sass/_prestashop_pages.scss */
.order-confirmation.box a {
  text-decoration: underline;
}
/* line 494, ../sass/_prestashop_pages.scss */
.order-confirmation.box a:hover {
  text-decoration: none;
}

/* line 501, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td {
  width: 200px;
}

/* line 505, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td + td {
  width: 280px;
}

/* line 509, ../sass/_prestashop_pages.scss */
.delivery_option_carrier td + td + td {
  width: 200px;
}

/* line 513, ../sass/_prestashop_pages.scss */
.delivery_option_carrier tr td {
  padding: 5px;
}

/* line 517, ../sass/_prestashop_pages.scss */
.delivery_option_carrier.selected {
  display: table;
}

/* line 521, ../sass/_prestashop_pages.scss */
.delivery_option_carrier.not-displayable {
  display: none;
}

/* line 532, ../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 536, ../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 542, ../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 550, ../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 553, ../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 558, ../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 572, ../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 576, ../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 582, ../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 589, ../sass/_prestashop_pages.scss */
#new_account_form .box {
  line-height: 20px;
}
/* line 591, ../sass/_prestashop_pages.scss */
#new_account_form .box .date-select {
  padding-bottom: 10px;
}
/* line 594, ../sass/_prestashop_pages.scss */
#new_account_form .box .top-indent {
  padding-top: 10px;
}
/* line 597, ../sass/_prestashop_pages.scss */
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

/* line 604, ../sass/_prestashop_pages.scss */
#password {
  padding-top: 0;
  border: none;
}
/* line 606, ../sass/_prestashop_pages.scss */
#password .box p {
  margin-bottom: 9px;
}
/* line 609, ../sass/_prestashop_pages.scss */
#password .box .form-group {
  margin-bottom: 20px;
}
/* line 611, ../sass/_prestashop_pages.scss */
#password .box .form-group .form-control {
  width: 263px;
}

/* line 623, ../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: Arial, Helvetica, sans-serif;
}
/* line 630, ../sass/_prestashop_pages.scss */
#instant_search_results a.close:hover {
  color: #f07279;
}

/* line 639, ../sass/_prestashop_pages.scss */
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}
/* line 643, ../sass/_prestashop_pages.scss */
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}
/* line 647, ../sass/_prestashop_pages.scss */
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #2e3039;
}
/* line 650, ../sass/_prestashop_pages.scss */
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #f07279;
}
/* line 657, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #eeeeee;
  padding: 31px 0 30px 0;
}
/* line 662, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}
/* line 666, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}
/* line 669, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px;
}
/* line 673, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}
/* line 676, ../sass/_prestashop_pages.scss */
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #eeeeee;
  padding: 0 0 32px 31px;
  min-height: 108px;
}
/* line 680, ../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 689, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}
/* line 691, ../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 #eeeeee;
}
/* line 695, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}
/* line 698, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}
/* line 701, ../sass/_prestashop_pages.scss */
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}

/* line 711, ../sass/_prestashop_pages.scss */
#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eeeeee;
}
/* line 715, ../sass/_prestashop_pages.scss */
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}
/* line 720, ../sass/_prestashop_pages.scss */
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}
/* line 723, ../sass/_prestashop_pages.scss */
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #eeeeee;
}

/* line 730, ../sass/_prestashop_pages.scss */
table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}
/* line 734, ../sass/_prestashop_pages.scss */
table.discount i.icon-ok {
  color: #46a74e;
}
/* line 737, ../sass/_prestashop_pages.scss */
table.discount i.icon-remove {
  color: #f13340;
}

/* line 745, ../sass/_prestashop_pages.scss */
#guestTracking .form-control {
  max-width: 271px;
}

/* line 752, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center;
}
/* line 756, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0;
}
/* line 758, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}
/* line 762, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound h1 {
  font: 600 28px/34px "Lato", sans-serif;
  color: #2e3039;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 768, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound p {
  font: 600 16px/20px "Lato", sans-serif;
  color: #555454;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
/* line 776, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound h3 {
  font-weight: bold;
  color: #2e3039;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}
/* line 783, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound label {
  font-weight: normal;
}
/* line 786, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}
/* line 791, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}
/* line 794, ../sass/_prestashop_pages.scss */
#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

/* line 804, ../sass/_prestashop_pages.scss */
#product_comparison td.compare_extra_information {
  padding: 10px;
}
/* line 807, ../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 #eeeeee;
  /* margin-bottom: 20px; */
}
/* line 23, ../sass/_prestashop_modules.scss */
ul.footer_links li {
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.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 739, ../sass/bootstrap_lib/_mixins.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 73, ../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: white;
}

/* 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 #eeeeee;
  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 739, ../sass/bootstrap_lib/_mixins.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 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #account-creation_form fieldset.reversoform .infos-sup {
  text-align: left;
}

/* line 138, ../sass/_prestashop_modules.scss */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

/* line 143, ../sass/_prestashop_modules.scss */
.tab-content {
  background: white;
}

/* line 148, ../sass/_prestashop_modules.scss */
form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

/* line 154, ../sass/_prestashop_modules.scss */
form#sendComment h3 {
  font-size: 14px;
}

/* line 158, ../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 171, ../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 179, ../sass/_prestashop_modules.scss */
#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc;
}

/* line 185, ../sass/_prestashop_modules.scss */
#sendComment p.submit {
  padding: 0;
  text-align: right;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #sendComment p.submit {
  text-align: left;
}

/* line 190, ../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 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #sendComment p.closeform {
  float: left;
}

/* line 199, ../sass/_prestashop_modules.scss */
.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .star {
  float: right;
}

/* line 210, ../sass/_prestashop_modules.scss */
.star {
  display: block;
}
/* line 212, ../sass/_prestashop_modules.scss */
.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

/* line 220, ../sass/_prestashop_modules.scss */
div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}

/* line 228, ../sass/_prestashop_modules.scss */
div.star.star_on {
  display: block;
}
/* line 230, ../sass/_prestashop_modules.scss */
div.star.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

/* line 239, ../sass/_prestashop_modules.scss */
div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

/* line 249, ../sass/_prestashop_modules.scss */
#block_contact_infos > div {
  padding-left: 12px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl #block_contact_infos > div {
  padding-right: 12px;
  padding-left: inherit;
}
/* line 252, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li {
  overflow: hidden;
}
/* line 255, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li > span,
#block_contact_infos > div ul li > span a {
  font-weight: normal;
}
/* line 258, ../sass/_prestashop_modules.scss */
#block_contact_infos > div ul li i {
  font-size: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 17px;
  border: 2px solid #ced9d7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: left;
  margin: 5px 10px 0 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #block_contact_infos > div ul li i {
  float: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl #block_contact_infos > div ul li i {
  margin: 5px 0 0 10px;
}

/* line 275, ../sass/_prestashop_modules.scss */
#reinsurance_block {
  clear: both !important;
}

/* line 280, ../sass/_prestashop_modules.scss */
#social_block {
  float: left;
  margin-top: 15px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #social_block {
  float: right;
}
/* line 283, ../sass/_prestashop_modules.scss */
#social_block p {
  font-style: italic;
}
/* line 286, ../sass/_prestashop_modules.scss */
#social_block h4 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #ced9d7;
}
/* line 292, ../sass/_prestashop_modules.scss */
#social_block ul {
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #social_block ul {
  float: right;
}
/* line 294, ../sass/_prestashop_modules.scss */
#social_block ul li {
  float: left;
  text-align: center;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #social_block ul li {
  float: right;
}
/* line 297, ../sass/_prestashop_modules.scss */
#social_block ul li a {
  display: inline-block;
  color: white;
  font-size: 14px;
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 10px 5px 0;
  background-color: #92778f;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl #social_block ul li a {
  margin: 0 0 5px 10px;
}
/* line 278, ../sass/_theme_variables.scss */
.green #social_block ul li a {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise #social_block ul li a {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol #social_block ul li a {
  background-color: #e56970;
}
/* line 305, ../sass/_prestashop_modules.scss */
#social_block ul li a span {
  display: none;
}
/* line 308, ../sass/_prestashop_modules.scss */
#social_block ul li a:before {
  display: inline-block;
  font-family: "FontAwesome";
}
/* line 312, ../sass/_prestashop_modules.scss */
#social_block ul li a:hover {
  background-color: #f07279;
  color: white;
  -webkit-border-radius: 50% 0 50% 0;
  -moz-border-radius: 50% 0 50% 0;
  border-radius: 50% 0 50% 0;
}
/* line 320, ../sass/_prestashop_modules.scss */
#social_block ul li.facebook a:before {
  content: "\f09a";
}
/* line 327, ../sass/_prestashop_modules.scss */
#social_block ul li.twitter a:before {
  content: "\f099";
}
/* line 334, ../sass/_prestashop_modules.scss */
#social_block ul li.rss a:before {
  content: "\f09e";
}
/* line 341, ../sass/_prestashop_modules.scss */
#social_block ul li.youtube a:before {
  content: "\f167";
}
/* line 348, ../sass/_prestashop_modules.scss */
#social_block ul li.google-plus a:before {
  content: "\f0d5";
}
/* line 355, ../sass/_prestashop_modules.scss */
#social_block ul li.pinterest a:before {
  content: "\f0d2";
}
/* line 362, ../sass/_prestashop_modules.scss */
#social_block h4 {
  /* @include rtl-float-left ();
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: $theme-font-weight;
  margin-top: 6px;
  color: #4D4E4F;
  margin-right: 10px; */
}

/* line 377, ../sass/_prestashop_modules.scss */
#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  padding-right: 29px;
  padding-left: 29px;
}

/* line 386, ../sass/_prestashop_modules.scss */
#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Lato", sans-serif;
  color: white;
}
/* line 392, ../sass/_prestashop_modules.scss */
#facebook_block .facebook-fanbox {
  background: white;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

/* line 399, ../sass/_prestashop_modules.scss */
#cmsinfo_block {
  border-left: 1px solid #d9d9d9;
}
/* line 401, ../sass/_prestashop_modules.scss */
#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}
/* line 404, ../sass/_prestashop_modules.scss */
#cmsinfo_block > div + div {
  border-left: 1px solid #d9d9d9;
  min-height: 344px;
  padding-left: 29px;
}
/* line 409, ../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: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #cmsinfo_block em {
  float: right;
}
/* line 421, ../sass/_prestashop_modules.scss */
#cmsinfo_block .type-text {
  overflow: hidden;
}
/* line 424, ../sass/_prestashop_modules.scss */
#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font: 300 21px/25px "Lato", sans-serif;
  color: white;
}
/* line 430, ../sass/_prestashop_modules.scss */
#cmsinfo_block ul li {
  padding-bottom: 22px;
}
/* line 435, ../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 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #cmsinfo_block p em {
  text-align: right;
}

/* line 452, ../sass/_prestashop_modules.scss */
.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

/* line 459, ../sass/_prestashop_modules.scss */
.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white;
}

/* line 465, ../sass/_prestashop_modules.scss */
.btn-facebook i {
  color: #435f9f;
}
/* line 468, ../sass/_prestashop_modules.scss */
.btn-facebook:hover {
  color: white;
  background-color: #435f9f;
}
/* line 471, ../sass/_prestashop_modules.scss */
.btn-facebook:hover i {
  color: white;
}

/* line 478, ../sass/_prestashop_modules.scss */
.btn-twitter i {
  color: #00aaf0;
}
/* line 481, ../sass/_prestashop_modules.scss */
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0;
}
/* line 484, ../sass/_prestashop_modules.scss */
.btn-twitter:hover i {
  color: white;
}

/* line 491, ../sass/_prestashop_modules.scss */
.btn-google-plus i {
  color: #e04b34;
}
/* line 494, ../sass/_prestashop_modules.scss */
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34;
}
/* line 497, ../sass/_prestashop_modules.scss */
.btn-google-plus:hover i {
  color: white;
}

/* line 504, ../sass/_prestashop_modules.scss */
.btn-pinterest i {
  color: #ce1f21;
}
/* line 507, ../sass/_prestashop_modules.scss */
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21;
}
/* line 510, ../sass/_prestashop_modules.scss */
.btn-pinterest:hover i {
  color: white;
}

/* line 2, ../sass/_product_block.scss */
.widget .products_block {
  clear: both;
}

/* line 5, ../sass/_product_block.scss */
.nav-tabs {
  background: #f7f6f7;
  border-bottom: none;
}
/* line 8, ../sass/_product_block.scss */
.nav-tabs > li {
  margin-bottom: 0;
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .nav-tabs > li {
  float: right;
}
/* line 11, ../sass/_product_block.scss */
.nav-tabs > li a {
  font-size: 19px;
  padding: 0 30px;
  border: none;
  line-height: 45px;
  margin-right: 0;
  color: #92778f;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .nav-tabs > li a {
  margin-left: 0;
  margin-right: inherit;
}
/* line 231, ../sass/_theme_variables.scss */
.green .nav-tabs > li a {
  color: #a1ca6c;
}
/* line 231, ../sass/_theme_variables.scss */
.turquoise .nav-tabs > li a {
  color: #75b4aa;
}
/* line 231, ../sass/_theme_variables.scss */
.carol .nav-tabs > li a {
  color: #e56970;
}
/* line 18, ../sass/_product_block.scss */
.nav-tabs > li a:hover, .nav-tabs > li a:focus {
  background-color: #f07279;
  color: white;
}
/* line 24, ../sass/_product_block.scss */
.nav-tabs > li.active a {
  background-color: #92778f;
  color: white;
  border: none;
}
/* line 278, ../sass/_theme_variables.scss */
.green .nav-tabs > li.active a {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .nav-tabs > li.active a {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .nav-tabs > li.active a {
  background-color: #e56970;
}
/* line 28, ../sass/_product_block.scss */
.nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
  background-color: #f07279;
  color: white;
  border: none;
}

/*******************************************************
Product list Styles
********************************************************/
/* line 43, ../sass/_product_block.scss */
.product_list .ajax_block_product {
  position: relative;
  border-width: 0;
  border-style: solid solid solid none;
  border-color: transparent;
}
/* line 48, ../sass/_product_block.scss */
.product_list .ajax_block_product .product-container {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #eeeeee;
}
/* line 53, ../sass/_product_block.scss */
.product_list .ajax_block_product .product-container .button-container .icon {
  width: 28px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  bottom: -30px;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: 2px;
  float: left;
  background-color: #92778f;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list .ajax_block_product .product-container .button-container .icon {
  margin-right: 2px;
  margin-left: inherit;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list .ajax_block_product .product-container .button-container .icon {
  float: right;
}
/* line 278, ../sass/_theme_variables.scss */
.green .product_list .ajax_block_product .product-container .button-container .icon {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .product_list .ajax_block_product .product-container .button-container .icon {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .product_list .ajax_block_product .product-container .button-container .icon {
  background-color: #e56970;
}
/* line 68, ../sass/_product_block.scss */
.product_list .ajax_block_product .product-container .button-container .icon:hover {
  background-color: #f07279;
}
/* line 75, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container {
  border-color: #92778f;
  z-index: 10;
}
/* line 330, ../sass/_theme_variables.scss */
.green .product_list .ajax_block_product:hover .product-container {
  border-color: #a1ca6c;
}
/* line 330, ../sass/_theme_variables.scss */
.turquoise .product_list .ajax_block_product:hover .product-container {
  border-color: #75b4aa;
}
/* line 330, ../sass/_theme_variables.scss */
.carol .product_list .ajax_block_product:hover .product-container {
  border-color: #e56970;
}
/* line 78, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .ajax_add_to_cart_button {
  background-color: #f07279;
}
/* line 80, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .ajax_add_to_cart_button:before {
  background-color: #555255;
  background-image: url("../img/default/cart2.png");
}
/* line 85, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .quick-view {
  display: block;
}
/* line 88, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-container .icon {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 94, ../sass/_product_block.scss */
.product_list .ajax_block_product:hover .product-image-container .product_img_link img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 99, ../sass/_product_block.scss */
.product_list .availability span {
  color: #f07279;
  display: none;
  margin-bottom: 10px;
}
/* line 107, ../sass/_product_block.scss */
.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #eeeeee;
}
/* line 110, ../sass/_product_block.scss */
.product_list .color-list-container ul li a {
  display: block;
  width: 18px;
  height: 18px;
  margin: 1px;
}
/* line 119, ../sass/_product_block.scss */
.product_list .product-image-container {
  text-align: center;
}
/* line 121, ../sass/_product_block.scss */
.product_list .product-image-container img {
  margin: 0 auto;
}
/* line 124, ../sass/_product_block.scss */
.product_list .product-image-container .quick-view {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: 0 auto;
  text-align: center;
  display: none;
}
/* line 133, ../sass/_product_block.scss */
.product_list .product-image-container .quick-view span {
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
}
/* line 145, ../sass/_product_block.scss */
.product_list .comments_note {
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 148, ../sass/_product_block.scss */
.product_list .comments_note .star_content {
  display: inline-block;
  text-align: center;
}
/* line 152, ../sass/_product_block.scss */
.product_list .comments_note .nb-comments {
  overflow: hidden;
  font-style: italic;
  display: none;
}
/* line 158, ../sass/_product_block.scss */
.product_list .functional-buttons {
  margin-bottom: 10px;
  display: inline-block;
}
/* line 162, ../sass/_product_block.scss */
.product_list .functional-buttons div a, .product_list .functional-buttons div label {
  cursor: pointer;
  font-size: 13px;
}
/* line 165, ../sass/_product_block.scss */
.product_list .functional-buttons div a:hover, .product_list .functional-buttons div label:hover {
  color: #f07279;
}
/* line 170, ../sass/_product_block.scss */
.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08a";
}
/* line 175, ../sass/_product_block.scss */
.product_list .functional-buttons div.wishlist a.checked:before {
  content: "\f004";
}
/* line 179, ../sass/_product_block.scss */
.product_list .functional-buttons div.view_detail {
  text-align: left;
  padding-left: 5px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list .functional-buttons div.view_detail {
  text-align: right;
}
/* line 183, ../sass/_product_block.scss */
.product_list .functional-buttons div.view_detail a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f06e";
}
/* line 193, ../sass/_product_block.scss */
.product_list .functional-buttons div.compare a:before {
  content: "\f096";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px;
}
/* line 200, ../sass/_product_block.scss */
.product_list .functional-buttons div.compare a.checked:before {
  content: "\f046";
}

/*******************************************************
Product list(list) Styles
********************************************************/
/* line 215, ../sass/_product_block.scss */
.product_list.list .ajax_block_product .leo-more-info {
  top: -1px;
  min-height: 275px;
}
/* line 220, ../sass/_product_block.scss */
.product_list.list .ajax_block_product:hover .leo-more-info {
  left: -90px;
}
/* line 224, ../sass/_product_block.scss */
.product_list.list .ajax_block_product h5 {
  margin-top: 17px;
}
/* line 228, ../sass/_product_block.scss */
.product_list.list .ajax_block_product .right-block .content_price {
  margin: 17px 0 10px 0;
}
/* line 232, ../sass/_product_block.scss */
.product_list.list .ajax_block_product .functional-buttons {
  margin-top: 10px;
}
/* line 236, ../sass/_product_block.scss */
.product_list.list .product-image-container {
  position: relative;
}

/*******************************************************
Product list(Grid) Styles
********************************************************/
/* line 246, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product {
  text-align: center;
}
/* line 249, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product:first-child:before {
  width: 0;
}
/* line 253, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #eeeeee;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list.grid .ajax_block_product:before {
  right: 0;
  left: auto;
}
/* line 263, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product.first-in-line:before, .product_list.grid .ajax_block_product .first-item-of-tablet-line:before, .product_list.grid .ajax_block_product .first_item:before {
  width: 0;
}
/* line 267, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container {
  padding: 20px 10px;
  /* .price-percent-reduction {
  	display: none;
  } */
  /* &:hover {
  	.functional-buttons {opacity: 1}
  } */
}
/* line 269, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-image-container {
  margin-bottom: 15px;
}
/* line 272, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .right-block {
  position: relative;
  overflow: hidden;
  text-align: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list.grid .ajax_block_product .product-container .right-block {
  text-align: right;
}
/* line 277, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-flags {
  position: absolute;
  top: -40px;
  left: 0;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list.grid .ajax_block_product .product-container .product-flags {
  right: 0;
  left: auto;
}
/* line 281, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-flags span {
  background-color: #92778f;
  color: white;
  padding: 1px 5px;
  font-size: 9px;
  text-transform: uppercase;
}
/* line 278, ../sass/_theme_variables.scss */
.green .product_list.grid .ajax_block_product .product-container .product-flags span {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .product_list.grid .ajax_block_product .product-container .product-flags span {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .product_list.grid .ajax_block_product .product-container .product-flags span {
  background-color: #e56970;
}
/* line 289, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-name {
  height: 20px;
  overflow: hidden;
  display: block;
}
/* line 294, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .product-desc {
  height: 45px;
  overflow: hidden;
  display: none;
}
/* line 299, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .content_price {
  padding-bottom: 10px;
  height: 28px;
}
/* line 303, ../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 310, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .button-container .icon {
  -webkit-transition: bottom 0.4s ease-in-out 0s;
  transition: bottom 0.4s ease-in-out 0s;
}
/* line 314, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons {
  /* opacity: 0; */
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  height: 20px;
  overflow: hidden;
}
/* line 319, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons div {
  /* width: 50%; */
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .product_list.grid .ajax_block_product .product-container .functional-buttons div {
  float: right;
}
/* line 322, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons div.compare {
  position: relative;
}
/* line 324, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons div.compare a {
  padding-left: 20px;
}
/* line 326, ../sass/_product_block.scss */
.product_list.grid .ajax_block_product .product-container .functional-buttons div.compare a:before {
  position: absolute;
  left: 1px;
  top: 1px;
}

/* line 343, ../sass/_product_block.scss */
.product-name {
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 0;
}
/* line 347, ../sass/_product_block.scss */
.product-name a {
  color: #3d3d3d;
}
/* line 349, ../sass/_product_block.scss */
.product-name a:hover {
  color: #f07279;
}

/* line 355, ../sass/_product_block.scss */
.price, .price-shipping {
  font-size: 15px;
  color: #f07279;
  white-space: nowrap;
}

/* line 360, ../sass/_product_block.scss */
.price.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #f07279;
}

/* line 366, ../sass/_product_block.scss */
.product-price.old-price {
  color: #555255;
  text-decoration: line-through;
  font-size: 14px;
}

/* line 373, ../sass/_product_block.scss */
.special-price,
.price-discount {
  color: #f13340;
}

/* line 377, ../sass/_product_block.scss */
.price-percent-reduction {
  background: #f07279;
  font-size: 14px;
  color: white;
  padding: 0 5px 0 3px;
  display: inline-block;
}
/* line 383, ../sass/_product_block.scss */
.price-percent-reduction.small {
  padding: 1px 6px;
}

/* line 390, ../sass/_product_block.scss */
.new-box,
.sale-box {
  position: absolute;
  top: 21px;
  overflow: hidden;
  height: 20px;
  width: 60px;
  text-align: center;
  z-index: 1;
  line-height: 20px;
}

/* line 401, ../sass/_product_block.scss */
.new-box {
  right: 20px;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .new-box {
  left: 20px;
  right: auto;
}

/* line 405, ../sass/_product_block.scss */
.sale-box {
  top: 21px;
  left: 20px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .sale-box {
  right: 20px;
  left: auto;
}

/* line 409, ../sass/_product_block.scss */
span.hot {
  top: 48px;
  right: 20px;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl span.hot {
  left: 20px;
  right: auto;
}

/* line 413, ../sass/_product_block.scss */
.product-label {
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  background: #f07279;
  height: 20px;
  min-width: 50px;
  line-height: 20px;
  padding: 0 5px;
}

/* line 428, ../sass/_product_block.scss */
.special-product .new-label {
  background: url("../img/default/bg_sale.png") no-repeat;
}

/* line 433, ../sass/_product_block.scss */
.ie8 .new-label {
  left: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px 5px 15px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .ie8 .new-label {
  right: 0;
  left: auto;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl .ie8 .new-label {
  padding: 5px 15px 5px 15px;
}
/* line 438, ../sass/_product_block.scss */
.ie8 .new-label:after {
  display: none;
}
/* line 441, ../sass/_product_block.scss */
.ie8 .new-label:before {
  display: none;
}
/* line 445, ../sass/_product_block.scss */
.ie8 .sale-label {
  right: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .ie8 .sale-label {
  left: 0;
  right: auto;
}
/* line 450, ../sass/_product_block.scss */
.ie8 .sale-label:after {
  display: none;
}
/* line 453, ../sass/_product_block.scss */
.ie8 .sale-label:before {
  display: none;
}
/* line 457, ../sass/_product_block.scss */
.ie8 .new-box {
  top: -1px;
  left: -1px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .ie8 .new-box {
  right: -1px;
  left: auto;
}
/* line 461, ../sass/_product_block.scss */
.ie8 .sale-box {
  right: -1px;
  top: -1px;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .ie8 .sale-box {
  left: -1px;
  right: auto;
}

/* line 19, ../sass/global.scss */
#customize-body .nav-tabs .active a {
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green #customize-body .nav-tabs .active a {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise #customize-body .nav-tabs .active a {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol #customize-body .nav-tabs .active a {
  background-color: #e56970;
}

/* line 25, ../sass/global.scss */
.content_only .panelbutton {
  display: none;
}

/* line 29, ../sass/global.scss */
body.boxed-lg #page {
  box-shadow: 0 0 5px white;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 34, ../sass/global.scss */
body.boxed-md #page {
  box-shadow: 0 0 5px white;
  max-width: 970px;
  margin: 0 auto;
}

/* line 39, ../sass/global.scss */
#header {
  z-index: 5003;
}

/* line 42, ../sass/global.scss */
#columns {
  position: relative;
}

/* line 46, ../sass/global.scss */
#index .maincontainer, .new-products .maincontainer {
  padding: 0;
  background: none;
  margin-bottom: 0;
}

/* line 53, ../sass/global.scss */
#category .maincontainer {
  padding: 0;
  background: none;
}

/* line 58, ../sass/global.scss */
.maincontainer {
  margin-bottom: 20px;
  padding: 20px;
  background: white;
}

/* line 63, ../sass/global.scss */
.pull-left {
  float: left;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .pull-left {
  float: right;
}

/* line 66, ../sass/global.scss */
.pull-right {
  float: right;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl .pull-right {
  float: left;
}

/* *****************************************************************
  HEADER
****************************************************************** */
/* line 72, ../sass/global.scss */
header {
  z-index: 1;
  position: relative;
}
/* line 75, ../sass/global.scss */
header .banner {
  background: black;
  max-height: 100%;
}
/* line 78, ../sass/global.scss */
header .banner .container {
  background-color: transparent;
}
/* line 79, ../sass/global.scss */
header .banner .row {
  margin: 0px;
}
/* line 83, ../sass/global.scss */
header #topbar {
  color: white;
}
/* line 86, ../sass/global.scss */
header #topbar .links li {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #806c7e;
}
/* line 288, ../sass/_theme_variables.scss */
.green header #topbar .links li {
  background-color: #a1ca6c;
}
/* line 288, ../sass/_theme_variables.scss */
.turquoise header #topbar .links li {
  background-color: #75b4aa;
}
/* line 288, ../sass/_theme_variables.scss */
.carol header #topbar .links li {
  background-color: #e56970;
}
/* line 91, ../sass/global.scss */
header #topbar .links li a {
  font-size: 13px;
  color: white;
}
/* line 94, ../sass/global.scss */
header #topbar .links li a i {
  margin-right: 8px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl header #topbar .links li a i {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 98, ../sass/global.scss */
header #topbar .links li:hover {
  background-color: #f07279;
}
/* line 100, ../sass/global.scss */
header #topbar .links li:hover a {
  color: white;
}
/* line 107, ../sass/global.scss */
header #topbar .nav .container {
  padding: 20px 10px;
}
/* line 112, ../sass/global.scss */
header #header_logo {
  height: 80px;
  display: table;
}
/* line 115, ../sass/global.scss */
header #header_logo a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl header #header_logo a {
  padding: 0 20px 0 20px;
}
/* line 122, ../sass/global.scss */
header #header-main .header-wrap {
  background: white;
}
/* line 126, ../sass/global.scss */
header .nav {
  font-size: 12px;
}
/* line 129, ../sass/global.scss */
header .nav a:hover, header .nav a.active {
  /* background-color: $btn-theme-primary-hover; */
}
/* line 133, ../sass/global.scss */
header .nav nav {
  width: 100%;
}
/* line 137, ../sass/global.scss */
header .row {
  position: relative;
}
/* line 139, ../sass/global.scss */
header .row > .container {
  position: relative;
}
/* line 143, ../sass/global.scss */
header ul {
  margin-bottom: 0;
}
/* line 145, ../sass/global.scss */
header ul.links li {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl header ul.links li {
  float: right;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl header ul.links li {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 151, ../sass/global.scss */
header .groupe-content.eshow {
  display: block !important;
  left: 10px;
  padding: 10px;
  position: absolute;
  right: auto;
  top: 30px;
  z-index: 1000;
  border: 1px solid #CCC;
  background: white;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl header .groupe-content.eshow {
  right: 10px;
  left: auto;
}
/* line 162, ../sass/global.scss */
header .leo-groupe {
  padding-left: 10px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl header .leo-groupe {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 165, ../sass/global.scss */
header div.current {
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 13px;
  background-color: #806c7e;
}
/* line 288, ../sass/_theme_variables.scss */
.green header div.current {
  background-color: #a1ca6c;
}
/* line 288, ../sass/_theme_variables.scss */
.turquoise header div.current {
  background-color: #75b4aa;
}
/* line 288, ../sass/_theme_variables.scss */
.carol header div.current {
  background-color: #e56970;
}
/* line 171, ../sass/global.scss */
header div.current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  line-height: 15px;
  vertical-align: -1px;
  color: white;
}
/* line 178, ../sass/global.scss */
header div.current:hover {
  background: #F07279;
  color: white;
}
/* line 183, ../sass/global.scss */
header ul.toogle_content {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 80px;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 100;
  width: 160px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl header ul.toogle_content {
  right: 0;
  left: auto;
}
/* line 194, ../sass/global.scss */
header ul.toogle_content li {
  line-height: 18px;
  margin-bottom: 5px;
}
/* line 197, ../sass/global.scss */
header ul.toogle_content li a {
  font-size: 13px;
}
/* line 199, ../sass/global.scss */
header ul.toogle_content li a.selected, header ul.toogle_content li a:hover a {
  background-color: #f07279;
}
/* line 203, ../sass/global.scss */
header ul.toogle_content li img {
  float: left;
  margin: 4px 5px 0 0;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl header ul.toogle_content li img {
  float: right;
}
/* line 763, ../sass/bootstrap_lib/_mixins.scss */
.rtl header ul.toogle_content li img {
  margin: 4px 0 0 5px;
}
/* line 207, ../sass/global.scss */
header ul.toogle_content li span {
  font-size: 13px;
}

/* line 214, ../sass/global.scss */
.ie8 #header #header_logo {
  width: 350px;
}

/* *****************************************************************
  Homepage Tabs
****************************************************************** */
/* line 221, ../sass/global.scss */
#home-page-tabs {
  border: none;
}
/* line 224, ../sass/global.scss */
#home-page-tabs > li a {
  border: none;
  outline: none;
  margin: 0;
}
/* line 230, ../sass/global.scss */
#home-page-tabs > li.active a, #home-page-tabs > li a:hover, #home-page-tabs > li a:focus {
  background-color: #92778f;
  color: white;
}
/* line 278, ../sass/_theme_variables.scss */
.green #home-page-tabs > li.active a, .green #home-page-tabs > li a:hover, .green #home-page-tabs > li a:focus {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise #home-page-tabs > li.active a, .turquoise #home-page-tabs > li a:hover, .turquoise #home-page-tabs > li a:focus {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol #home-page-tabs > li.active a, .carol #home-page-tabs > li a:hover, .carol #home-page-tabs > li a:focus {
  background-color: #e56970;
}

/* *****************************************************************
  FOOTER
****************************************************************** */
/* line 240, ../sass/global.scss */
.footer-container {
  font-size: 14px;
}
/* line 243, ../sass/global.scss */
.footer-container .footer-center .footer-wrap {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #352d35;
}
/* line 298, ../sass/_theme_variables.scss */
.green .footer-container .footer-center .footer-wrap {
  background-color: #576c3c;
}
/* line 298, ../sass/_theme_variables.scss */
.turquoise .footer-container .footer-center .footer-wrap {
  background-color: #4a7971;
}
/* line 298, ../sass/_theme_variables.scss */
.carol .footer-container .footer-center .footer-wrap {
  background-color: #642f32;
}
/* line 250, ../sass/global.scss */
.footer-container .footer-center {
  color: #ced9d7;
}
/* line 253, ../sass/global.scss */
.footer-container h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 25px;
  margin: 0;
}
/* line 259, ../sass/global.scss */
.footer-container h4 a {
  color: white;
}
/* line 261, ../sass/global.scss */
.footer-container h4 a:hover {
  color: #f07279;
}
/* line 267, ../sass/global.scss */
.footer-container ul li {
  line-height: 30px;
  font-size: 14px;
}
/* line 270, ../sass/global.scss */
.footer-container ul li a {
  font-size: 14px;
  color: #ced9d7;
}
/* line 274, ../sass/global.scss */
.footer-container ul li:hover {
  color: #f07279;
}
/* line 276, ../sass/global.scss */
.footer-container ul li:hover a {
  color: #f07279;
}
/* line 282, ../sass/global.scss */
.footer-container ul.bullet li {
  list-style: circle;
  margin-left: 13px;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .footer-container ul.bullet li {
  margin-right: 13px;
  margin-left: inherit;
}
/* line 288, ../sass/global.scss */
.footer-container ul.store-footer li {
  list-style: none;
  line-height: 30px;
  margin-left: 0;
}
/* line 750, ../sass/bootstrap_lib/_mixins.scss */
.rtl .footer-container ul.store-footer li {
  margin-right: 0;
  margin-left: inherit;
}

/* line 296, ../sass/global.scss */
#footnav {
  text-align: right;
  color: #3d3d3d;
}
/* line 739, ../sass/bootstrap_lib/_mixins.scss */
.rtl #footnav {
  text-align: left;
}

/* line 299, ../sass/global.scss */
.footer-nav .container > div.inner {
  background: #e4e1e4;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 304, ../sass/global.scss */
.footer-nav .container > div.inner #poweredby a {
  color: #92778f;
}
/* line 231, ../sass/_theme_variables.scss */
.green .footer-nav .container > div.inner #poweredby a {
  color: #a1ca6c;
}
/* line 231, ../sass/_theme_variables.scss */
.turquoise .footer-nav .container > div.inner #poweredby a {
  color: #75b4aa;
}
/* line 231, ../sass/_theme_variables.scss */
.carol .footer-nav .container > div.inner #poweredby a {
  color: #e56970;
}

/* line 318, ../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 322, ../sass/global.scss */
.rte ul {
  list-style-type: disc;
}

/* line 326, ../sass/global.scss */
.rte ol {
  list-style-type: decimal;
}

/* line 330, ../sass/global.scss */
.block_hidden_only_for_screen {
  display: none;
}

/* line 335, ../sass/global.scss */
.fancybox-skin {
  background: white !important;
}

/* line 339, ../sass/global.scss */
.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #2e3039;
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* line 349, ../sass/global.scss */
.fancybox-skin .fancybox-close:hover {
  color: #f07279;
}
/* line 352, ../sass/global.scss */
.fancybox-skin .fancybox-close:after {
  content: "\f057";
  font-family: "FontAwesome";
}

/* line 361, ../sass/global.scss */
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px;
}
/* line 365, ../sass/global.scss */
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px;
}

/* line 375, ../sass/global.scss */
.products_block .carousel .carousel-control {
  font-size: 25px;
  border: 0 none;
  color: white;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -45px;
  width: 26px;
  z-index: 999;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #92778f;
}
/* line 278, ../sass/_theme_variables.scss */
.green .products_block .carousel .carousel-control {
  background-color: #a1ca6c;
}
/* line 278, ../sass/_theme_variables.scss */
.turquoise .products_block .carousel .carousel-control {
  background-color: #75b4aa;
}
/* line 278, ../sass/_theme_variables.scss */
.carol .products_block .carousel .carousel-control {
  background-color: #e56970;
}
/* line 390, ../sass/global.scss */
.products_block .carousel .carousel-control.left {
  right: 26px;
  left: auto;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .products_block .carousel .carousel-control.left {
  left: 26px;
  right: auto;
}
/* line 394, ../sass/global.scss */
.products_block .carousel .carousel-control.right {
  right: 0;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .products_block .carousel .carousel-control.right {
  left: 0;
  right: auto;
}
/* line 395, ../sass/global.scss */
.products_block .carousel .carousel-control:hover {
  background-color: #f07279;
  color: white;
}

/* line 399, ../sass/global.scss */
.widget-manufacture {
  background: #f7f6f7;
  padding: 10px 0 30px;
}
/* line 402, ../sass/global.scss */
.widget-manufacture.block {
  margin-bottom: 0;
}
/* line 405, ../sass/global.scss */
.widget-manufacture .carousel-inner {
  width: 95%;
  margin: 0 auto;
}
/* line 409, ../sass/global.scss */
.widget-manufacture .carousel-inner .logo-manu img {
  background: white;
}
/* line 415, ../sass/global.scss */
.widget-manufacture.block h4.title_block {
  background-image: url("../img/default/tit-partners.png");
  background-color: #f7f6f7;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 0;
  color: #555255;
  text-align: center;
}
/* line 428, ../sass/global.scss */
.widget-manufacture .carousel {
  min-height: 82px;
}
/* line 429, ../sass/global.scss */
.widget-manufacture .carousel-control {
  cursor: pointer;
  height: 41px;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: 100;
  text-indent: -9999px;
}
/* line 437, ../sass/global.scss */
.widget-manufacture .carousel-control.left {
  background-image: url("../img/default/next-pre.png");
  background-position: 0 -41px;
  background-repeat: no-repeat;
  background-color: transparent;
  left: 7px;
}
/* line 841, ../sass/bootstrap_lib/_mixins.scss */
.rtl .widget-manufacture .carousel-control.left {
  right: 7px;
  left: auto;
}
/* line 444, ../sass/global.scss */
.widget-manufacture .carousel-control.right {
  background-image: url("../img/default/next-pre.png");
  background-position: 0 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  right: 7px;
}
/* line 848, ../sass/bootstrap_lib/_mixins.scss */
.rtl .widget-manufacture .carousel-control.right {
  left: 7px;
  right: auto;
}
