<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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=4.2.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&amp;v=4.2.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/* *****************************************************************
	reset
****************************************************************** */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif; }

a:hover {
  text-decoration: none;
  color: #f07279; }

a {
  color: #3d3d3d; }

a:focus {
  outline: none;
  text-decoration: none; }

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; }
  .green body {
    background-color: #88aa5b; }
  .turquoise body {
    background-color: #64a399; }
  .carol body {
    background-color: #b24a50; }
  body.content_only {
    background: none; }

textarea {
  resize: none; }

ul, li {
  list-style: none; }

img {
  max-width: 100%; }

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

.tooltip-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.badge {
  line-height: 9px;
  padding: 3px 5px;
  font-size: 10px; }

/* *****************************************************************
	title
****************************************************************** */
#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; }
  .green #center_column .page_product_box h3 {
    background-color: #a1ca6c; }
  .turquoise #center_column .page_product_box h3 {
    background-color: #75b4aa; }
  .carol #center_column .page_product_box h3 {
    background-color: #e56970; }

.page-heading {
  font: 600 21px/25px "Lato", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden; }
  .page-heading.bottom-indent {
    margin-bottom: 20px; }
  .page-heading.product-listing {
    border-bottom: none; }
  .page-heading.product-listing {
    padding: 10px 20px;
    color: white;
    background-color: #92778f; }
    .green .page-heading.product-listing {
      background-color: #a1ca6c; }
    .turquoise .page-heading.product-listing {
      background-color: #75b4aa; }
    .carol .page-heading.product-listing {
      background-color: #e56970; }
    .page-heading.product-listing .heading-counter {
      color: #FFF; }

.heading-counter {
  font: bold 13px/22px Arial, Helvetica, sans-serif;
  float: right;
  text-transform: none; }
  .rtl .heading-counter {
    float: left; }

.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; }
  .rtl .page-subheading {
    padding: 0 0 15px 0; }
  .rtl .page-subheading {
    margin: 10px 0 10px 0; }

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; }
  .green h3.page-product-heading {
    background-color: #a1ca6c; }
  .turquoise h3.page-product-heading {
    background-color: #75b4aa; }
  .carol h3.page-product-heading {
    background-color: #e56970; }

/* .no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !important;
} */
p.info-title {
  margin-bottom: 20px; }

p.info-account {
  margin: -4px 0 24px 0; }
  .rtl p.info-account {
    margin: -4px 0 24px 0; }

.dark {
  color: #2e3039; }

.main-page-indent {
  margin-bottom: 20px; }

.required sup {
  color: red;
  font-size: 13px; }

sup {
  color: red; }

.alert {
  font-weight: 700; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal; }
  .alert.alert-warning {
    background-color: #92778f;
    border: 0; }
    .green .alert.alert-warning {
      background-color: #a1ca6c; }
    .turquoise .alert.alert-warning {
      background-color: #75b4aa; }
    .carol .alert.alert-warning {
      background-color: #e56970; }
    .alert.alert-warning a:hover {
      color: #fff; }
  .alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px; }
  .alert.alert-danger a {
    color: #fff; }
  .alert.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f057";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left; }
    .rtl .alert.alert-danger:before {
      float: right; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px 6px 10px; }
  .rtl .label {
    padding: 6px 10px 6px 10px; }

.label-success {
  background-color: #92778f;
  border: 0; }
  .green .label-success {
    background-color: #a1ca6c; }
  .turquoise .label-success {
    background-color: #75b4aa; }
  .carol .label-success {
    background-color: #e56970; }

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

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

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; }
  .rtl table.std th, .rtl
  table.table_block th {
    padding: 14px 12px 14px 12px; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table &gt; thead &gt; tr &gt; th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #2e3039;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal; }
  .table td a.color-myaccount {
    color: #777777;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

/* *****************************************************************
  barre comparaison / tri
****************************************************************** */
.product-filter .sortPagiBar {
  background-color: #92778f;
  font-size: 11px;
  margin: 0;
  padding: 8px 0 8px 0; }
  .green .product-filter .sortPagiBar {
    background-color: #a1ca6c; }
  .turquoise .product-filter .sortPagiBar {
    background-color: #75b4aa; }
  .carol .product-filter .sortPagiBar {
    background-color: #e56970; }
  .rtl .product-filter .sortPagiBar {
    padding: 8px 0 8px 0; }
  .product-filter .sortPagiBar .display {
    float: left;
    margin: 0 10px 0 0; }
    .rtl .product-filter .sortPagiBar .display {
      float: right; }
    .rtl .product-filter .sortPagiBar .display {
      margin: 0 0 0 10px; }
  .product-filter .sortPagiBar .limit {
    float: left;
    width: 60%;
    margin-top: 5px; }
    .rtl .product-filter .sortPagiBar .limit {
      float: right; }
  .product-filter .sortPagiBar #productsSortForm {
    padding: 7px 0 0 0; }
    .rtl .product-filter .sortPagiBar #productsSortForm {
      padding: 7px 0 0 0; }
    .product-filter .sortPagiBar #productsSortForm select {
      max-width: 192px;
      height: 30px;
      color: #2e3039;
      float: left; }
      .rtl .product-filter .sortPagiBar #productsSortForm select {
        float: right; }
  .product-filter .sortPagiBar .nbrItemPage select {
    max-width: 59px;
    height: 30px;
    float: left; }
    .rtl .product-filter .sortPagiBar .nbrItemPage select {
      float: right; }
  .product-filter .sortPagiBar .nbrItemPage .clearfix &gt; span {
    font-size: 13px;
    color: white;
    padding: 5px 0 0 5px;
    display: inline-block; }
    .rtl .product-filter .sortPagiBar .nbrItemPage .clearfix &gt; span {
      padding: 5px 5px 0 0; }
  .product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left; }
    .rtl .product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: right; }
  .product-filter .sortPagiBar label, .product-filter .sortPagiBar select {
    font-size: 13px;
    display: inline;
    float: left; }
    .rtl .product-filter .sortPagiBar label, .rtl .product-filter .sortPagiBar select {
      float: right; }
  .product-filter .sortPagiBar label {
    padding: 5px 6px 0 0;
    font-weight: 400;
    color: white; }
    .rtl .product-filter .sortPagiBar label {
      padding: 5px 0 0 6px; }
  .product-filter .sortPagiBar.instant_search #productsSortForm {
    display: none; }
.product-filter .display li, .product-filter .display_m li {
  float: left;
  padding: 8px 10px 8px 0;
  text-align: center; }
  .rtl .product-filter .display li, .rtl .product-filter .display_m li {
    float: right; }
  .rtl .product-filter .display li, .rtl .product-filter .display_m li {
    padding: 8px 0 8px 10px; }
  .product-filter .display li a, .product-filter .display_m li a {
    color: white;
    font-size: 13px; }
    .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; }
      .rtl .product-filter .display li a i, .rtl .product-filter .display_m li a i {
        margin-left: 5px;
        margin-right: inherit; }
    .product-filter .display li a:hover, .product-filter .display_m li a:hover {
      color: #f07279; }
  .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; }
    .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; }
  .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; }
    .rtl .product-filter .display li.display-title, .rtl .product-filter .display_m li.display-title {
      padding: 7px 0 0 6px; }
.product-filter .product-compare {
  float: right;
  margin-top: 2px; }
  .rtl .product-filter .product-compare {
    float: left; }

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  position: relative; }
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination {
    margin-right: 1px;
    text-align: center;
    float: left; }
    .rtl .top-pagination-content div.pagination, .rtl
    .bottom-pagination-content div.pagination {
      margin-left: 1px;
      margin-right: inherit; }
    .rtl .top-pagination-content div.pagination, .rtl
    .bottom-pagination-content div.pagination {
      float: right; }
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
      display: none;
      float: right;
      padding: 0 10px 0 10px; }
      .rtl .top-pagination-content div.pagination .showall, .rtl
      .bottom-pagination-content div.pagination .showall {
        float: left; }
      .rtl .top-pagination-content div.pagination .showall, .rtl
      .bottom-pagination-content div.pagination .showall {
        padding: 0 10px 0 10px; }
      .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; }
  .top-pagination-content .pagination,
  .bottom-pagination-content .pagination {
    margin: 0 0 0 0; }
    .rtl .top-pagination-content .pagination, .rtl
    .bottom-pagination-content .pagination {
      margin: 0 0 0 0; }
    .top-pagination-content .pagination li,
    .bottom-pagination-content .pagination li {
      display: inline-block;
      float: left; }
      .rtl .top-pagination-content .pagination li, .rtl
      .bottom-pagination-content .pagination li {
        float: right; }
      .top-pagination-content .pagination li &gt; a,
      .top-pagination-content .pagination li &gt; span,
      .bottom-pagination-content .pagination li &gt; a,
      .bottom-pagination-content .pagination li &gt; span {
        height: 30px;
        line-height: 28px;
        color: #6e6f70;
        border: none;
        margin-left: 0;
        padding: 0 5px 0 5px;
        background: white; }
        .rtl .top-pagination-content .pagination li &gt; a, .rtl
        .top-pagination-content .pagination li &gt; span, .rtl
        .bottom-pagination-content .pagination li &gt; a, .rtl
        .bottom-pagination-content .pagination li &gt; span {
          margin-right: 0;
          margin-left: inherit; }
        .rtl .top-pagination-content .pagination li &gt; a, .rtl
        .top-pagination-content .pagination li &gt; span, .rtl
        .bottom-pagination-content .pagination li &gt; a, .rtl
        .bottom-pagination-content .pagination li &gt; span {
          padding: 0 5px 0 5px; }
        .top-pagination-content .pagination li &gt; a span,
        .top-pagination-content .pagination li &gt; span span,
        .bottom-pagination-content .pagination li &gt; a span,
        .bottom-pagination-content .pagination li &gt; span span {
          padding: 0 5px 0 5px;
          display: block; }
          .rtl .top-pagination-content .pagination li &gt; a span, .rtl
          .top-pagination-content .pagination li &gt; span span, .rtl
          .bottom-pagination-content .pagination li &gt; a span, .rtl
          .bottom-pagination-content .pagination li &gt; span span {
            padding: 0 5px 0 5px; }
      .top-pagination-content .pagination li &gt; a:hover, .top-pagination-content .pagination li &gt; a:focus,
      .bottom-pagination-content .pagination li &gt; a:hover,
      .bottom-pagination-content .pagination li &gt; a:focus {
        color: white;
        background-color: #f07279; }
      .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; }
      .top-pagination-content .pagination li i,
      .bottom-pagination-content .pagination li i {
        margin: 0 5px 0 5px;
        font-size: 10px; }
        .rtl .top-pagination-content .pagination li i, .rtl
        .bottom-pagination-content .pagination li i {
          margin: 0 5px 0 5px; }
    .top-pagination-content .pagination &gt; .active &gt; span,
    .bottom-pagination-content .pagination &gt; .active &gt; span {
      color: white;
      background-color: #f07279; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: right; }
    .rtl .top-pagination-content .compare-form, .rtl
    .bottom-pagination-content .compare-form {
      float: left; }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    /* display: none; */
    padding: 6px 10px;
    background: #FFF;
    float: left; }
    .rtl .top-pagination-content .product-count, .rtl
    .bottom-pagination-content .product-count {
      float: right; }

.box-white {
  background: #FFF; }

.bottom-pagination-content {
  margin-top: 20x; }

/* *****************************************************************
  CART steps
****************************************************************** */
ul.step {
  margin-bottom: 20px;
  overflow: hidden; }
  ul.step li {
    background: #ebebeb;
    float: left;
    text-align: left;
    padding: 0 0 0 0;
    text-align: center; }
    .rtl ul.step li {
      float: right; }
    .rtl ul.step li {
      text-align: right; }
    .rtl ul.step li {
      padding: 0 0 0 0; }
    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; }
      .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; }
      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; }
    ul.step li.first span,
    ul.step li.first a {
      z-index: 5;
      padding-left: 13px !important; }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    ul.step li.step_current span {
      background: #f07279;
      position: relative;
      color: white; }
    ul.step li.step_todo span {
      display: block;
      position: relative; }
    ul.step li.step_done a {
      background-color: #92778f;
      color: white; }
      .green ul.step li.step_done a {
        background-color: #a1ca6c; }
      .turquoise ul.step li.step_done a {
        background-color: #75b4aa; }
      .carol ul.step li.step_done a {
        background-color: #e56970; }
    ul.step li.step_done.step_done_last {
      background-color: #92778f; }
      .green ul.step li.step_done.step_done_last {
        background-color: #a1ca6c; }
      .turquoise ul.step li.step_done.step_done_last {
        background-color: #75b4aa; }
      .carol ul.step li.step_done.step_done_last {
        background-color: #e56970; }

.breadcrumb {
  width: 100%;
  display: inline-block;
  color: #f07279;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 15px;
  background-color: #92778f; }
  .green .breadcrumb {
    background-color: #a1ca6c; }
  .turquoise .breadcrumb {
    background-color: #75b4aa; }
  .carol .breadcrumb {
    background-color: #e56970; }
  .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; }
    .rtl .breadcrumb .navigation-pipe {
      padding: 0 10px 0 10px; }
  .breadcrumb a {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: white; }
    .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; }
      .breadcrumb a.home i {
        vertical-align: -1px; }
      .breadcrumb a.home:before {
        border: none; }
    .breadcrumb a:hover {
      color: #f07279; }

.ie8 .breadcrumb {
  min-height: 1px; }
  .ie8 .breadcrumb a:after {
    display: none; }
  .ie8 .breadcrumb .navigation-pipe {
    width: 20px; }

#address_invoice_form .btn {
  margin-left: 15px; }
  .rtl #address_invoice_form .btn {
    margin-right: 15px;
    margin-left: inherit; }

/* *****************************************************************
	Buttons
****************************************************************** */
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; }

.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; }

*: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; }

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; }

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; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }

.btn-link:hover, .btn-link:focus {
  background-color: #f07279; }

.button {
  background: #555255;
  font-size: 13px;
  color: white;
  padding: 0;
  outline: none; }
  .button span {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px; }
    .button span i {
      vertical-align: 0px;
      margin-right: 5px; }
      .rtl .button span i {
        margin-left: 5px;
        margin-right: inherit; }
      .button span i.right {
        margin-right: 0;
        margin-left: 5px;
        font-size: 12px; }
        .rtl .button span i.right {
          margin-right: 5px;
          margin-left: inherit; }
  .button:hover, .button:focus {
    background-color: #f07279;
    color: white; }
  .button:focus {
    outline: none; }
  .button.ajax_add_to_cart_button {
    position: relative;
    padding: 0 0 0 27px;
    float: left;
    width: 31px; }
    .rtl .button.ajax_add_to_cart_button {
      padding: 0 27px 0 0; }
    .rtl .button.ajax_add_to_cart_button {
      float: right; }
    .button.ajax_add_to_cart_button:before {
      content: "";
      background-position: 0 -1px;
      background-repeat: no-repeat;
      background-image: url("../img/default/cart2.png");
      width: 31px;
      height: 30px;
      position: absolute;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      left: 0;
      background-color: #92778f; }
      .rtl .button.ajax_add_to_cart_button:before {
        right: 0;
        left: auto; }
      .green .button.ajax_add_to_cart_button:before {
        background-color: #a1ca6c; }
      .turquoise .button.ajax_add_to_cart_button:before {
        background-color: #75b4aa; }
      .carol .button.ajax_add_to_cart_button:before {
        background-color: #e56970; }
    .button.ajax_add_to_cart_button span {
      text-transform: none;
      font-size: 13px;
      opacity: 0;
      filter: alpha(opacity=0); }
    .button.ajax_add_to_cart_button.disabled {
      background: #555255;
      opacity: 0.5;
      filter: alpha(opacity=50); }

.boxed-md .button.ajax_add_to_cart_button span {
  text-indent: -9999px;
  padding: 0;
  margin-right: 4px; }
  .rtl .boxed-md .button.ajax_add_to_cart_button span {
    margin-left: 4px;
    margin-right: inherit; }

.link-button {
  font-weight: 700; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.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;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .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); }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #2e3039; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      filter: none;
      background: #f6f6f6; }

/* *****************************************************************
	form
****************************************************************** */
.form-control {
  padding: 3px 5px;
  height: 27px;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

/* ******************************************************************
   Form validate
******************************************************************* */
.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; }
.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; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }
  .rtl .form-group.form-error .form-control, .rtl .form-group.form-ok .form-control {
    padding-left: 30px;
    padding-right: inherit; }

/* ******************************************************************
   uniform
******************************************************************* */
.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    float: left; }
    .rtl .radio-inline .checker, .rtl .checkbox .checker {
      float: right; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }
      .rtl .radio-inline div.radio span, .rtl .checkbox div.radio span {
        float: right; }

.btn {
  border: 0; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0; }
  .rtl .radio input[type="radio"], .rtl .radio-inline input[type="radio"], .rtl .checkbox input[type="checkbox"], .rtl .checkbox-inline input[type="checkbox"] {
    float: right; }
  .rtl .radio input[type="radio"], .rtl .radio-inline input[type="radio"], .rtl .checkbox input[type="checkbox"], .rtl .checkbox-inline input[type="checkbox"] {
    margin: 4px 0 0 5px; }

.box {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin: 0 0 30px 0;
  line-height: 23px;
  background: white; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

.page-product-box {
  /* margin-bottom: 20px; */ }
  .page-product-box .rte {
    padding: 15px;
    /*background: $light-background;*/ }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .rtl .product-box {
    float: right; }
  .product-box .product-image {
    border: 1px solid #eeeeee;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.special-product .block .title_block:before {
  background-color: #f94b4b; }

.block {
  margin-bottom: 20px;
  background: white; }
  .block .title_block {
    font-size: 19px;
    margin: 0;
    padding-left: 20px;
    color: white;
    line-height: 45px;
    background-color: #92778f; }
    .rtl .block .title_block {
      padding-right: 20px;
      padding-left: inherit; }
    .green .block .title_block {
      background-color: #a1ca6c; }
    .turquoise .block .title_block {
      background-color: #75b4aa; }
    .carol .block .title_block {
      background-color: #e56970; }
    .block .title_block a {
      color: white; }
      .block .title_block a:hover {
        color: white; }
  .block .list-block li {
    border-top: 1px dashed #eeeeee; }
    .block .list-block li a {
      padding: 0 10px 0 5px;
      line-height: 35px;
      display: block;
      font-size: 14px; }
      .rtl .block .list-block li a {
        padding: 0 5px 0 10px; }
      .block .list-block li a:hover, .block .list-block li a.selected {
        color: #f07279;
        text-decoration: none; }
        .block .list-block li a:hover:before, .block .list-block li a.selected:before {
          color: #f07279; }
      .block .list-block li a i {
        display: none; }
      .block .list-block li a:before {
        content: "\f105";
        display: inline;
        font-family: "FontAwesome";
        padding-right: 6px;
        float: left; }
        .rtl .block .list-block li a:before {
          float: right; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group select {
    max-width: 270px; }
  .block .list-block .btn {
    margin-top: 12px; }
  .block .products-block li {
    padding: 10px;
    border-bottom: 1px dashed #eeeeee; }
    .block .products-block li .products-block-image {
      float: left;
      margin-right: 15px; }
      .rtl .block .products-block li .products-block-image {
        float: right; }
    .block .products-block li .product-content {
      overflow: hidden; }
      .block .products-block li .product-content h5 {
        margin: -3px 0 10px 0;
        height: 19px;
        font-size: 15px;
        overflow: hidden; }
        .rtl .block .products-block li .product-content h5 {
          margin: -3px 0 10px 0; }
      .block .products-block li .product-content .price-box {
        margin: 10px 0 0;
        margin: 10px 0 10px 0; }
        .rtl .block .products-block li .product-content .price-box {
          margin: 10px 0 10px 0; }
      .block .products-block li .product-content .comments_note .nb-comments {
        display: none; }
  .block .products-block .product-description {
    margin-bottom: 14px;
    display: none; }
  .block .products-block .price-percent-reduction {
    font-size: 14px; }

#index #center_column .title_block:after {
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0; }
  .rtl #index #center_column .title_block:after {
    right: 0;
    left: auto; }
  .rtl #index #center_column .title_block:after {
    left: 0;
    right: auto; }

.block.nobackground .block_content {
  background-color: transparent; }

.block.nopadding .block_content {
  padding: 0; }

.block.noborder .block_content {
  border: 0; }

.no-margin {
  margin: 0; }

.sidebar .block .title_block {
  margin-bottom: 0;
  color: white;
  font-family: "Lato", sans-serif;
  background-color: #92778f;
  padding-left: 30px;
  position: relative;
  cursor: pointer; }
  .green .sidebar .block .title_block {
    background-color: #a1ca6c; }
  .turquoise .sidebar .block .title_block {
    background-color: #75b4aa; }
  .carol .sidebar .block .title_block {
    background-color: #e56970; }
  .rtl .sidebar .block .title_block {
    padding-right: 30px;
    padding-left: inherit; }
  .sidebar .block .title_block a {
    color: white; }
    .sidebar .block .title_block a:hover {
      color: white; }
  .sidebar .block .title_block:first-child {
    margin-top: 0; }
.sidebar .block .block_content {
  background-color: white;
  padding: 10px 15px;
  border-top: 0; }
.sidebar .block.block.nopadding .block_content {
  /* padding: 0; */ }
.sidebar .block.block.noborder .block_content {
  border: none; }
.sidebar .block.block.nobackground .block_content {
  background: transparent; }
.sidebar .block.highlighted .title_block {
  background-color: #f07279;
  position: relative;
  padding-left: 40px; }
  .rtl .sidebar .block.highlighted .title_block {
    padding-right: 40px;
    padding-left: inherit; }
  .sidebar .block.highlighted .title_block:before {
    background: url("../img/default/icon_title.png") 12px center no-repeat;
    width: 40px;
    height: 45px;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .sidebar .block.highlighted .title_block:before {
      right: 0;
      left: auto; }
.sidebar .block.widget-html .block_content {
  background: none;
  padding: 0; }
  .sidebar .block.widget-html .block_content p {
    margin-bottom: 0; }
.sidebar .widget {
  float: none;
  clear: both; }

.footer-container .block .title_block, .footer-container .block h4 {
  padding-left: 0;
  font-size: 12px; }
  .rtl .footer-container .block .title_block, .rtl .footer-container .block h4 {
    padding-right: 0;
    padding-left: inherit; }
  .footer-container .block .title_block:before, .footer-container .block h4:before {
    display: none; }

.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation .button-medium {
    float: right;
    font-size: 15px; }
    .rtl .cart_navigation .button-medium {
      float: left; }
    .cart_navigation .button-medium i.right {
      line-height: 25px;
      margin-left: 6px; }
      .rtl .cart_navigation .button-medium i.right {
        margin-right: 6px;
        margin-left: inherit; }
  .cart_navigation .button-exclusive {
    /* border: none;
    background: none;
    padding: 0;
    font-size: 15px;
    color: $base-text-color;
    margin: 9px 0 0 0; */ }
    .cart_navigation .button-exclusive i {
      margin-right: 8px;
      font-size: 12px; }
      .rtl .cart_navigation .button-exclusive i {
        margin-left: 8px;
        margin-right: inherit; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      -webkit-box-shadow: none;
      box-shadow: none; }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody &gt; tr &gt; td {
  vertical-align: middle; }
  .table tbody &gt; tr &gt; td.cart_quantity {
    padding: 41px 14px 25px;
    width: 88px; }
    .table tbody &gt; tr &gt; td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody &gt; tr &gt; td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .rtl .table tbody &gt; tr &gt; td.cart_quantity .cart_quantity_button a {
          float: right; }
        .table tbody &gt; tr &gt; td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody &gt; tr &gt; td.cart_delete, .table tbody &gt; tr &gt; td.price_discount_del {
    padding: 5px; }
.table tfoot &gt; tr &gt; td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #2e3039; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px; }
  #cart_summary tbody td.cart_product img {
    border: 1px solid #d6d4d4; }
#cart_summary tbody td.cart_unit .price span {
  display: block; }
  #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block; }
  #cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
    color: #555255; }
#cart_summary tbody td.cart_description {
  width: 480px; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
#cart_summary tfoot td.text-right {
  color: #2e3039;
  font-size: 14px; }
#cart_summary tfoot td.price {
  text-align: right; }
  .rtl #cart_summary tfoot td.price {
    text-align: left; }
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Lato", sans-serif;
  color: #555454;
  text-transform: uppercase; }
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Lato", sans-serif;
  color: #f07279;
  background: white; }

.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Lato", sans-serif;
    padding: 7px 0 10px 0;
    margin: 0; }
  .cart_voucher .title-offers {
    color: #2e3039;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 150px;
      height: 32px;
      margin: 0 10px 10px 0; }
      .rtl .cart_voucher fieldset #discount_name {
        float: right; }
      .rtl .cart_voucher fieldset #discount_name {
        margin: 0 0 10px 10px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777777; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #f07279; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white; }

#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; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #2e3039;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }
  .rtl .addresses .select label, .rtl
  .addresses .selector, .rtl
  .addresses .addresses .address_select {
    float: right; }
.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; }
  .rtl .addresses .waitimage {
    float: right; }
  .rtl .addresses .waitimage {
    right: 10px;
    left: auto; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }
  .rtl .addresses .checkbox.addressesAreEquals {
    float: right; }

#order .delivery_option &gt; div,
#order-opc .delivery_option &gt; div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option &gt; div &gt; table,
  #order-opc .delivery_option &gt; div &gt; table {
    background: white;
    margin-bottom: 0; }
    #order .delivery_option &gt; div &gt; table.resume,
    #order-opc .delivery_option &gt; div &gt; table.resume {
      height: 53px; }
      #order .delivery_option &gt; div &gt; table.resume.delivery_option_carrier,
      #order-opc .delivery_option &gt; div &gt; table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        background: #58b0da;
        color: white;
        border: 1px solid #58b0da;
        font-weight: bold; }
        #order .delivery_option &gt; div &gt; table.resume.delivery_option_carrier td,
        #order-opc .delivery_option &gt; div &gt; table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option &gt; div &gt; table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option &gt; div &gt; table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option &gt; div &gt; table.resume td.delivery_option_radio,
      #order-opc .delivery_option &gt; div &gt; table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option &gt; div &gt; table.resume td.delivery_option_logo,
      #order-opc .delivery_option &gt; div &gt; table.resume td.delivery_option_logo {
        width: 97px;
        padding-left: 21px; }
      #order .delivery_option &gt; div &gt; table.resume td.delivery_option_price,
      #order-opc .delivery_option &gt; div &gt; table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #2e3039; }
  .order_carrier_content .checkbox input {
    margin: 1px 5px 0 0; }
    .rtl .order_carrier_content .checkbox input {
      margin: 1px 0 0 5px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#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; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #2e3039;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #2e3039;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat; }
    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; }
      .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; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      color: #3d3d3d; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.delivery_option_carrier.not-displayable {
  display: none; }

#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; }
#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; }
#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; }
#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; }
  #address .gender-line &gt; label,
  #identity .gender-line &gt; label,
  #account-creation_form .gender-line &gt; label,
  #new_account_form .gender-line &gt; label,
  #opc_account_form .gender-line &gt; label,
  #authentication .gender-line &gt; label {
    /* margin-right: 10px; */
    margin-bottom: 0; }
  #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; }

#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; }
  #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; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#password {
  padding-top: 0;
  border: none; }
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: inherit;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif; }
  #instant_search_results a.close:hover {
    color: #f07279; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #2e3039; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #f07279; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #eeeeee;
  padding: 31px 0 30px 0; }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
#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; }
  #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; }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }

#manufacturer .description_box,
#supplier .description_box {
  padding: 20px;
  border-top: 1px solid #eeeeee; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #eeeeee; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Lato", sans-serif;
    color: #2e3039;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #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; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #2e3039;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#product_comparison td.compare_extra_information {
  padding: 10px; }
#product_comparison #social-share-compare {
  margin-bottom: 50px; }

.advertising_block {
  margin-bottom: 20px;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.blockcategories_footer {
  /* clear: left; */ }

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #eeeeee;
  /* margin-bottom: 20px; */ }
  ul.footer_links li {
    float: left; }
    .rtl ul.footer_links li {
      float: right; }
    ul.footer_links li + li {
      margin-left: 10px; }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }
  .rtl .cancel, .rtl .star {
    float: right; }

.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: white; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #eeeeee;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #2e3039; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #2e3039; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }
  .rtl #account-creation_form fieldset.reversoform .text label {
    text-align: right; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }
  .rtl #account-creation_form fieldset.reversoform .infos-sup {
    text-align: left; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  background: white; }

.contentpadding {
  padding: 15px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: 700;
  font-size: 12px; }

#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; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }
  .rtl #sendComment p.submit {
    text-align: left; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }
  .rtl #sendComment p.closeform {
    float: left; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal; }
  .rtl .star {
    float: right; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743; }

#block_contact_infos &gt; div {
  padding-left: 12px; }
  .rtl #block_contact_infos &gt; div {
    padding-right: 12px;
    padding-left: inherit; }
  #block_contact_infos &gt; div ul li {
    overflow: hidden; }
    #block_contact_infos &gt; div ul li &gt; span,
    #block_contact_infos &gt; div ul li &gt; span a {
      font-weight: normal; }
    #block_contact_infos &gt; 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;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      float: left;
      margin: 5px 10px 0 0; }
      .rtl #block_contact_infos &gt; div ul li i {
        float: right; }
      .rtl #block_contact_infos &gt; div ul li i {
        margin: 5px 0 0 10px; }

#reinsurance_block {
  clear: both !important; }

#social_block {
  float: left;
  margin-top: 15px; }
  .rtl #social_block {
    float: right; }
  #social_block p {
    font-style: italic; }
  #social_block h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    color: #ced9d7; }
  #social_block ul {
    float: left; }
    .rtl #social_block ul {
      float: right; }
    #social_block ul li {
      float: left;
      text-align: center; }
      .rtl #social_block ul li {
        float: right; }
      #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; }
        .rtl #social_block ul li a {
          margin: 0 0 5px 10px; }
        .green #social_block ul li a {
          background-color: #a1ca6c; }
        .turquoise #social_block ul li a {
          background-color: #75b4aa; }
        .carol #social_block ul li a {
          background-color: #e56970; }
        #social_block ul li a span {
          display: none; }
        #social_block ul li a:before {
          display: inline-block;
          font-family: "FontAwesome"; }
        #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;
          -ms-border-radius: 50% 0 50% 0;
          -o-border-radius: 50% 0 50% 0;
          border-radius: 50% 0 50% 0; }
      #social_block ul li.facebook a:before {
        content: "\f09a"; }
      #social_block ul li.twitter a:before {
        content: "\f099"; }
      #social_block ul li.rss a:before {
        content: "\f09e"; }
      #social_block ul li.youtube a:before {
        content: "\f167"; }
      #social_block ul li.google-plus a:before {
        content: "\f0d5"; }
      #social_block ul li.pinterest a:before {
        content: "\f0d2"; }
  #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; */ }

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  padding-right: 29px;
  padding-left: 29px; }

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

#cmsinfo_block {
  border-left: 1px solid #d9d9d9; }
  #cmsinfo_block &gt; div {
    padding: 35px 10px 0 0; }
  #cmsinfo_block &gt; div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px; }
  #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;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }
    .rtl #cmsinfo_block em {
      float: right; }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Lato", sans-serif;
    color: white; }
  #cmsinfo_block ul li {
    padding-bottom: 22px; }
  #cmsinfo_block p em {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-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; }
    .rtl #cmsinfo_block p em {
      text-align: right; }

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px; }

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }
.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }
  .btn-facebook:hover i {
    color: white; }

.btn-twitter i {
  color: #00aaf0; }
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }
  .btn-google-plus:hover i {
    color: white; }

.btn-pinterest i {
  color: #ce1f21; }
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
  .btn-pinterest:hover i {
    color: white; }

.widget .products_block {
  clear: both; }

.nav-tabs {
  background: #f7f6f7;
  border-bottom: none; }
  .nav-tabs &gt; li {
    margin-bottom: 0;
    float: left; }
    .rtl .nav-tabs &gt; li {
      float: right; }
    .nav-tabs &gt; li a {
      font-size: 19px;
      padding: 0 30px;
      border: none;
      line-height: 45px;
      margin-right: 0;
      color: #92778f; }
      .rtl .nav-tabs &gt; li a {
        margin-left: 0;
        margin-right: inherit; }
      .green .nav-tabs &gt; li a {
        color: #a1ca6c; }
      .turquoise .nav-tabs &gt; li a {
        color: #75b4aa; }
      .carol .nav-tabs &gt; li a {
        color: #e56970; }
      .nav-tabs &gt; li a:hover, .nav-tabs &gt; li a:focus {
        background-color: #f07279;
        color: white; }
    .nav-tabs &gt; li.active a {
      background-color: #92778f;
      color: white;
      border: none; }
      .green .nav-tabs &gt; li.active a {
        background-color: #a1ca6c; }
      .turquoise .nav-tabs &gt; li.active a {
        background-color: #75b4aa; }
      .carol .nav-tabs &gt; li.active a {
        background-color: #e56970; }
      .nav-tabs &gt; li.active a:hover, .nav-tabs &gt; li.active a:focus {
        background-color: #f07279;
        color: white;
        border: none; }

/*******************************************************
Product list Styles
********************************************************/
.product_list .row {
  margin: 0; }
.product_list .ajax_block_product {
  position: relative;
  padding: 0; }
  .product_list .ajax_block_product .product-container {
    border-color: transparent #eee #eee transparent;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    /* @include rtl-border-right(#eee);
    @include rtl-border-style(solid,solid,solid,solid);
    @include rtl-border-width(1px,1px,1px,1px); */ }
    .product_list .ajax_block_product .product-container .button-container {
      position: relative; }
      .product_list .ajax_block_product .product-container .button-container .fa,
      .product_list .ajax_block_product .product-container .button-container .wishlist {
        width: 28px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        bottom: 0;
        z-index: 1;
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        float: left;
        background-color: #92778f; }
        .rtl .product_list .ajax_block_product .product-container .button-container .fa, .rtl
        .product_list .ajax_block_product .product-container .button-container .wishlist {
          float: right; }
        .green .product_list .ajax_block_product .product-container .button-container .fa, .green
        .product_list .ajax_block_product .product-container .button-container .wishlist {
          background-color: #a1ca6c; }
        .turquoise .product_list .ajax_block_product .product-container .button-container .fa, .turquoise
        .product_list .ajax_block_product .product-container .button-container .wishlist {
          background-color: #75b4aa; }
        .carol .product_list .ajax_block_product .product-container .button-container .fa, .carol
        .product_list .ajax_block_product .product-container .button-container .wishlist {
          background-color: #e56970; }
        .product_list .ajax_block_product .product-container .button-container .fa:hover,
        .product_list .ajax_block_product .product-container .button-container .wishlist:hover {
          background-color: #f07279; }
      .product_list .ajax_block_product .product-container .button-container .wishlist,
      .product_list .ajax_block_product .product-container .button-container .addToWishlist {
        margin: 0 2px; }
  .product_list .ajax_block_product:hover .product-container .ajax_add_to_cart_button {
    background-color: #f07279; }
    .product_list .ajax_block_product:hover .product-container .ajax_add_to_cart_button:before {
      background-color: #555255;
      background-image: url("../img/default/cart2.png"); }
  .product_list .ajax_block_product:hover .product-image-container .product_img_link img {
    opacity: 0.5;
    filter: alpha(opacity=50); }
.product_list .availability span {
  color: #f07279;
  display: none;
  margin-bottom: 10px; }
.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #eeeeee; }
  .product_list .color-list-container ul li a {
    display: block;
    width: 18px;
    height: 18px;
    margin: 1px; }
.product_list .product-image-container {
  text-align: center; }
  .product_list .product-image-container img {
    margin: 0 auto; }
  .product_list .product-image-container .quick-view {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100); }
    .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;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      text-transform: capitalize;
      font-size: 14px; }
.product_list .comments_note {
  overflow: hidden;
  margin-bottom: 5px; }
  .product_list .comments_note .star_content {
    display: inline-block;
    text-align: center; }
  .product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic;
    display: none; }
.product_list .functional-buttons {
  margin-bottom: 10px;
  display: inline-block; }
  .product_list .functional-buttons div a, .product_list .functional-buttons div label {
    cursor: pointer;
    font-size: 13px; }
    .product_list .functional-buttons div a:hover, .product_list .functional-buttons div label:hover {
      color: #f07279; }
  .product_list .functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f08a"; }
  .product_list .functional-buttons div.wishlist a.checked:before {
    content: "\f004"; }
  .product_list .functional-buttons div.view_detail {
    text-align: left;
    padding-left: 5px; }
    .rtl .product_list .functional-buttons div.view_detail {
      text-align: right; }
    .product_list .functional-buttons div.view_detail a:before {
      display: inline-block;
      font-family: "FontAwesome";
      content: "\f06e"; }
  .product_list .functional-buttons div.compare a:before {
    content: "\f096";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 3px; }
  .product_list .functional-buttons div.compare a.checked:before {
    content: "\f046"; }

/*******************************************************
Product list(list) Styles
********************************************************/
.product_list.list .ajax_block_product .leo-more-info {
  top: -1px;
  min-height: 275px; }
.product_list.list .ajax_block_product:hover .leo-more-info {
  left: -100px; }
.product_list.list .ajax_block_product h5 {
  margin-top: 17px; }
.product_list.list .ajax_block_product .right-block .content_price {
  margin: 17px 0 10px 0; }
.product_list.list .ajax_block_product .functional-buttons {
  margin-top: 10px; }
.product_list.list .product-image-container {
  position: relative; }

/*******************************************************
Product list(Grid) Styles
********************************************************/
.product_list.grid .ajax_block_product {
  text-align: center; }
  .product_list.grid .ajax_block_product:first-child:before {
    width: 0; }
  .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; }
  .product_list.grid .ajax_block_product .product-container {
    padding: 20px 10px; }
    .product_list.grid .ajax_block_product .product-container .right-block {
      position: relative;
      overflow: hidden;
      text-align: left; }
      .rtl .product_list.grid .ajax_block_product .product-container .right-block {
        text-align: right; }
    .product_list.grid .ajax_block_product .product-container .product-flags {
      position: absolute;
      top: -40px;
      left: 0; }
      .rtl .product_list.grid .ajax_block_product .product-container .product-flags {
        right: 0;
        left: auto; }
      .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; }
        .green .product_list.grid .ajax_block_product .product-container .product-flags span {
          background-color: #a1ca6c; }
        .turquoise .product_list.grid .ajax_block_product .product-container .product-flags span {
          background-color: #75b4aa; }
        .carol .product_list.grid .ajax_block_product .product-container .product-flags span {
          background-color: #e56970; }
    .product_list.grid .ajax_block_product .product-container .product-name {
      height: 20px;
      overflow: hidden;
      display: block; }
    .product_list.grid .ajax_block_product .product-container .product-desc {
      height: 45px;
      overflow: hidden;
      display: none; }
    .product_list.grid .ajax_block_product .product-container .content_price {
      padding-bottom: 10px;
      height: 28px; }
    .product_list.grid .ajax_block_product .product-container .old-price, .product_list.grid .ajax_block_product .product-container .price {
      display: inline-block; }
    .product_list.grid .ajax_block_product .product-container .button-container .fa,
    .product_list.grid .ajax_block_product .product-container .button-container .wishlist {
      -webkit-transition: bottom 0.4s ease-in-out 0s;
      transition: bottom 0.4s ease-in-out 0s; }
    .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; }
      .product_list.grid .ajax_block_product .product-container .functional-buttons div {
        /* width: 50%; */
        float: left; }
        .rtl .product_list.grid .ajax_block_product .product-container .functional-buttons div {
          float: right; }
        .product_list.grid .ajax_block_product .product-container .functional-buttons div.compare {
          position: relative; }
          .product_list.grid .ajax_block_product .product-container .functional-buttons div.compare a {
            padding-left: 20px; }
            .product_list.grid .ajax_block_product .product-container .functional-buttons div.compare a:before {
              position: absolute;
              left: 1px;
              top: 1px; }

.product-name {
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 0; }
  .product-name a {
    color: #3d3d3d; }
    .product-name a:hover {
      color: #f07279; }

.price, .price-shipping {
  font-size: 15px;
  color: #f07279;
  white-space: nowrap; }

.price.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #f07279; }

.product-price.old-price {
  color: #555255;
  text-decoration: line-through;
  font-size: 14px; }

.special-price,
.price-discount {
  color: #f13340; }

.price-percent-reduction {
  background: #f07279;
  font-size: 14px;
  color: white;
  padding: 0 5px 0 3px;
  display: inline-block; }
  .price-percent-reduction.small {
    padding: 1px 6px; }

.new-box,
.sale-box {
  position: absolute;
  top: 21px;
  overflow: hidden;
  height: 20px;
  width: 50px;
  text-align: center;
  z-index: 1;
  line-height: 20px; }

.new-box {
  right: 10px; }
  .rtl .new-box {
    left: 10px;
    right: auto; }

.sale-box {
  top: 21px;
  left: 10px; }
  .rtl .sale-box {
    right: 10px;
    left: auto; }

span.hot {
  top: 48px;
  right: 10px; }
  .rtl span.hot {
    left: 10px;
    right: auto; }

.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; }

.special-product .new-label {
  background: url("../img/default/bg_sale.png") no-repeat; }

.ie8 .new-label {
  left: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px 5px 15px; }
  .rtl .ie8 .new-label {
    right: 0;
    left: auto; }
  .rtl .ie8 .new-label {
    padding: 5px 15px 5px 15px; }
  .ie8 .new-label:after {
    display: none; }
  .ie8 .new-label:before {
    display: none; }
.ie8 .sale-label {
  right: 0;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .rtl .ie8 .sale-label {
    left: 0;
    right: auto; }
  .ie8 .sale-label:after {
    display: none; }
  .ie8 .sale-label:before {
    display: none; }
.ie8 .new-box {
  top: -1px;
  left: -1px; }
  .rtl .ie8 .new-box {
    right: -1px;
    left: auto; }
.ie8 .sale-box {
  right: -1px;
  top: -1px; }
  .rtl .ie8 .sale-box {
    left: -1px;
    right: auto; }

.accessories-block .product_list
.ajax_block_product:hover
.product-container {
  border: 1px solid #555255; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

#customize-body .nav-tabs .active a {
  background-color: #92778f; }
  .green #customize-body .nav-tabs .active a {
    background-color: #a1ca6c; }
  .turquoise #customize-body .nav-tabs .active a {
    background-color: #75b4aa; }
  .carol #customize-body .nav-tabs .active a {
    background-color: #e56970; }

.content_only .panelbutton {
  display: none; }

body.boxed-lg #page {
  box-shadow: 0 0 5px white;
  max-width: 1170px;
  margin: 0 auto; }

body.boxed-md #page {
  box-shadow: 0 0 5px white;
  max-width: 970px;
  margin: 0 auto; }

#header {
  z-index: 5003; }

#columns {
  position: relative; }

#index .maincontainer, .new-products .maincontainer {
  padding: 0;
  background: none;
  margin-bottom: 0; }

#category .maincontainer,
.best-sales .maincontainer,
.manufacturer .maincontainer,
.prices-drop .maincontainer,
#search .maincontainer,
.supplier .maincontainer {
  padding: 0;
  background: none; }

.maincontainer {
  margin-bottom: 20px;
  padding: 20px;
  background: white; }

#product .maincontainer {
  padding: 0;
  background: none; }
  #product .maincontainer .primary_block {
    padding: 20px;
    background: white; }

.pull-left {
  float: left; }
  .rtl .pull-left {
    float: right; }

.pull-right {
  float: right; }
  .rtl .pull-right {
    float: left; }

/* *****************************************************************
  HEADER
****************************************************************** */
header {
  z-index: 1;
  position: relative; }
  header .banner {
    background: black;
    max-height: 100%; }
    header .banner .container {
      background-color: transparent; }
    header .banner .row {
      margin: 0px; }
  header #topbar {
    color: white; }
    header #topbar .links li {
      height: 30px;
      padding: 0 10px;
      line-height: 30px;
      background-color: #806c7e; }
      .green header #topbar .links li {
        background-color: #a1ca6c; }
      .turquoise header #topbar .links li {
        background-color: #75b4aa; }
      .carol header #topbar .links li {
        background-color: #e56970; }
      header #topbar .links li a {
        font-size: 13px;
        color: white; }
        header #topbar .links li a i {
          margin-right: 8px; }
          .rtl header #topbar .links li a i {
            margin-left: 8px;
            margin-right: inherit; }
      header #topbar .links li:hover {
        background-color: #f07279; }
        header #topbar .links li:hover a {
          color: white; }
    header #topbar .nav .container {
      padding: 20px 10px; }
  header #header_logo {
    height: 80px;
    display: table; }
    header #header_logo a {
      position: relative;
      z-index: 97;
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px 0 20px; }
      .rtl header #header_logo a {
        padding: 0 20px 0 20px; }
      header #header_logo a img {
        height: 45px;
        width: 162px; }
  header #header-main .header-wrap {
    position: relative;
    background: white; }
  header .nav {
    font-size: 12px; }
    header .nav a:hover, header .nav a.active {
      /* background-color: $btn-theme-primary-hover; */ }
    header .nav nav {
      width: 100%; }
  header .row {
    position: relative; }
    header .row &gt; .container {
      position: relative; }
  header ul {
    margin-bottom: 0; }
    header ul.links li {
      float: left;
      display: inline-block;
      margin-right: 5px; }
      .rtl header ul.links li {
        float: right; }
      .rtl header ul.links li {
        margin-left: 5px;
        margin-right: inherit; }
  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; }
    .rtl header .groupe-content.eshow {
      right: 10px;
      left: auto; }
  header .leo-groupe {
    padding-left: 10px; }
    .rtl header .leo-groupe {
      padding-right: 10px;
      padding-left: inherit; }
  header div.current {
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 13px;
    background-color: #806c7e; }
    .green header div.current {
      background-color: #a1ca6c; }
    .turquoise header div.current {
      background-color: #75b4aa; }
    .carol header div.current {
      background-color: #e56970; }
    header div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      line-height: 15px;
      vertical-align: -1px;
      color: white; }
    header div.current:hover {
      background: #F07279;
      color: white; }
  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; }
    .rtl header ul.toogle_content {
      right: 0;
      left: auto; }
    header ul.toogle_content li {
      line-height: 18px;
      margin-bottom: 5px; }
      header ul.toogle_content li a {
        font-size: 13px; }
        header ul.toogle_content li a.selected, header ul.toogle_content li a:hover a {
          background-color: #f07279; }
      header ul.toogle_content li img {
        float: left;
        margin: 4px 5px 0 0; }
        .rtl header ul.toogle_content li img {
          float: right; }
        .rtl header ul.toogle_content li img {
          margin: 4px 0 0 5px; }
      header ul.toogle_content li.selected span {
        color: #f07279; }
      header ul.toogle_content li span {
        font-size: 13px; }

.ie8 #header #header_logo {
  width: 350px; }

/* *****************************************************************
  Homepage Tabs
****************************************************************** */
#home-page-tabs {
  border: none; }
  #home-page-tabs &gt; li a {
    border: none;
    outline: none;
    margin: 0; }
  #home-page-tabs &gt; li.active a, #home-page-tabs &gt; li a:hover, #home-page-tabs &gt; li a:focus {
    background-color: #92778f;
    color: white; }
    .green #home-page-tabs &gt; li.active a, .green #home-page-tabs &gt; li a:hover, .green #home-page-tabs &gt; li a:focus {
      background-color: #a1ca6c; }
    .turquoise #home-page-tabs &gt; li.active a, .turquoise #home-page-tabs &gt; li a:hover, .turquoise #home-page-tabs &gt; li a:focus {
      background-color: #75b4aa; }
    .carol #home-page-tabs &gt; li.active a, .carol #home-page-tabs &gt; li a:hover, .carol #home-page-tabs &gt; li a:focus {
      background-color: #e56970; }

/* *****************************************************************
  FOOTER
****************************************************************** */
.footer-container {
  font-size: 14px; }
  .footer-container .footer-center .footer-wrap {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #352d35; }
    .green .footer-container .footer-center .footer-wrap {
      background-color: #576c3c; }
    .turquoise .footer-container .footer-center .footer-wrap {
      background-color: #4a7971; }
    .carol .footer-container .footer-center .footer-wrap {
      background-color: #642f32; }
  .footer-container .footer-center {
    color: #ced9d7; }
  .footer-container h4 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 25px;
    margin: 0; }
    .footer-container h4 a {
      color: white; }
      .footer-container h4 a:hover {
        color: #f07279; }
  .footer-container ul li {
    line-height: 30px;
    font-size: 14px; }
    .footer-container ul li a {
      font-size: 14px;
      color: #ced9d7; }
    .footer-container ul li:hover {
      color: #f07279; }
      .footer-container ul li:hover a {
        color: #f07279; }
  .footer-container ul.bullet li {
    list-style: circle;
    margin-left: 13px; }
    .rtl .footer-container ul.bullet li {
      margin-right: 13px;
      margin-left: inherit; }
  .footer-container ul.store-footer li {
    list-style: none;
    line-height: 30px;
    margin-left: 0; }
    .rtl .footer-container ul.store-footer li {
      margin-right: 0;
      margin-left: inherit; }

#footnav {
  text-align: right;
  color: #3d3d3d; }
  .rtl #footnav {
    text-align: left; }

.footer-nav .container &gt; div.inner {
  background: #e4e1e4;
  padding: 20px;
  margin-bottom: 20px; }
  .footer-nav .container &gt; div.inner #poweredby a {
    color: #92778f; }
    .green .footer-nav .container &gt; div.inner #poweredby a {
      color: #a1ca6c; }
    .turquoise .footer-nav .container &gt; div.inner #poweredby a {
      color: #75b4aa; }
    .carol .footer-nav .container &gt; div.inner #poweredby a {
      color: #e56970; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc; }

.rte ol {
  list-style-type: decimal; }

.block_hidden_only_for_screen {
  display: none; }

.fancybox-skin {
  background: white !important; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 26px;
  color: #2e3039;
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }
  .fancybox-skin .fancybox-close:hover {
    color: #f07279; }
  .fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome"; }

#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

.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; }
  .green .products_block .carousel .carousel-control {
    background-color: #a1ca6c; }
  .turquoise .products_block .carousel .carousel-control {
    background-color: #75b4aa; }
  .carol .products_block .carousel .carousel-control {
    background-color: #e56970; }
  .products_block .carousel .carousel-control.left {
    right: 26px;
    left: auto; }
    .rtl .products_block .carousel .carousel-control.left {
      left: 26px;
      right: auto; }
  .products_block .carousel .carousel-control.right {
    right: 0; }
    .rtl .products_block .carousel .carousel-control.right {
      left: 0;
      right: auto; }
  .products_block .carousel .carousel-control:hover {
    background-color: #f07279;
    color: white; }

.widget-manufacture {
  background: #f7f6f7;
  padding: 10px 0 30px; }
  .widget-manufacture.block {
    margin-bottom: 0; }
  .widget-manufacture .carousel-inner {
    width: 95%;
    margin: 0 auto; }
    .widget-manufacture .carousel-inner .logo-manu img {
      background: white; }
  .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; }
  .widget-manufacture .carousel {
    min-height: 82px; }
  .widget-manufacture .carousel-control {
    cursor: pointer;
    height: 41px;
    position: absolute;
    top: 10px;
    width: 20px;
    z-index: 100;
    text-indent: -9999px; }
    .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; }
      .rtl .widget-manufacture .carousel-control.left {
        right: 7px;
        left: auto; }
    .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; }
      .rtl .widget-manufacture .carousel-control.right {
        left: 7px;
        right: auto; }

#backtop {
  cursor: pointer;
  z-index: 6;
  position: fixed;
  bottom: 15px;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: white;
  background: #92778f;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  right: 15px; }
  .rtl #backtop {
    left: 15px;
    right: auto; }
</pre></body></html>