
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* normalize.css v3.0.2 | git.io/normalize */
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 * hgroup has been removed from the HTML5 (W3C) specification
 *        https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template,
script {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove text-decoration
 */
ins,
a {
  text-decoration: none;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  * remove 2. for Issue #502
  */
img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  vertical-align: middle;
  /* 3 */
  border: 0;
  /* 4 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * 1. Improves consistency of cursor style for clickable elements
 * 2. Removes excess padding in IE 8/9.
 * 3. Address box sizing set to `content-box` in IE 8/9/10.
 */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  /*1*/
  padding: 0;
  /*2*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* AMUI Base
   ========================================================================== */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 & IE10 do not recognize `rem` units when used with the
   `font` shorthand property.
 */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  background: #fff;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 1.6rem;
}
/**
 * 1. http://usabilitypost.com/2012/11/15/w-optimizelegibility-on-mobile-devices/
 * 2. http://maxvoltar.com/archive/-webkit-font-smoothing
 * NOTE: http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
 * 3. http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *    http://jaydenseric.com/blog/css-font-smoothing-for-firefox-mac
 */
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 Default: auto */
  -moz-font-feature-settings: "liga", "kern";
}
/*Only phones */
@media only screen and (max-width: 640px) {
  /**
   * Break strings if their length exceeds the width of their container
   */
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
/**
 * links
 */
a {
  color: #0e90d2;
}
a:hover,
a:focus {
  color: #095f8a;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Insert */
ins {
  background: #ffa;
  color: #333333;
}
/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #333333;
}
/**
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 1.6rem 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 1.6rem;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.6rem 0;
  font-weight: 600;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2em;
}
/* Ordered and unordered lists */
ul,
ol {
  padding-left: 2em;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 1em 0;
}
/* Description lists */
dt {
  font-weight: bold;
}
dt + dd {
  margin-top: .5em;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
}
/* Address */
address {
  font-style: normal;
}
/* Quotes */
blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #ddd;
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
  /* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}
blockquote small {
  display: block;
  color: #999999;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  text-align: right;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
/* iframe */
iframe {
  border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
/**
 * Fix viewport for IE10 snap mode
 * http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
 * http://msdn.microsoft.com/en-us/library/ie/hh869615%28v=vs.85%29.aspx
 * http://msdn.microsoft.com/zh-cn/library/ie/hh708740(v=vs.85).aspx
 * @2014.01.20: 设置一下属性以后，windows Phone 8 上显示的字体过小，暂时注释掉
 * ========================================================================== */
/*
@-ms-viewport {
  width: device-width;
}
*/
.mall-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
/* ==========================================================================
   Component: Grid
 ============================================================================ */
.mall-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 1000px;
}
.mall-container:before,
.mall-container:after {
  content: " ";
  display: table;
}
.mall-container:after {
  clear: both;
}
@media only screen and (min-width:641px) {
  .mall-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mall-container > .mall-g {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width:641px) {
  .mall-container > .mall-g {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.mall-g {
  margin: 0 auto;
  width: 100%;
}
.mall-g:before,
.mall-g:after {
  content: " ";
  display: table;
}
.mall-g:after {
  clear: both;
}
.mall-g .mall-g {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.mall-g .mall-g.mall-g-collapse {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
@media only screen and (min-width:641px) {
  .mall-g .mall-g {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.mall-g.mall-g-collapse .mall-g {
  margin-left: 0;
  margin-right: 0;
}
.mall-g-collapse [class*="mall-u-"] {
  padding-left: 0;
  padding-right: 0;
}
.mall-g-fixed {
  max-width: 1000px;
}
[class*="mall-u-"] {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  position: relative;
}
[class*="mall-u-"] + [class*="mall-u-"]:last-child {
  float: right;
}
[class*="mall-u-"] + [class*="mall-u-"].mall-u-end {
  float: left;
}
@media only screen and (min-width:641px) {
  [class*="mall-u-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
[class*="mall-u-pull-"] {
  left: auto;
}
[class*="mall-u-push-"] {
  right: auto;
}
@media only screen {
  .mall-u-sm-1 {
    width: 8.33333333%;
  }
  .mall-u-sm-2 {
    width: 16.66666667%;
  }
  .mall-u-sm-3 {
    width: 25%;
  }
  .mall-u-sm-4 {
    width: 33.33333333%;
  }
  .mall-u-sm-5 {
    width: 41.66666667%;
  }
  .mall-u-sm-6 {
    width: 50%;
  }
  .mall-u-sm-7 {
    width: 58.33333333%;
  }
  .mall-u-sm-8 {
    width: 66.66666667%;
  }
  .mall-u-sm-9 {
    width: 75%;
  }
  .mall-u-sm-10 {
    width: 83.33333333%;
  }
  .mall-u-sm-11 {
    width: 91.66666667%;
  }
  .mall-u-sm-12 {
    width: 100%;
  }
  .mall-u-sm-pull-0 {
    right: 0;
  }
  .mall-u-sm-pull-1 {
    right: 8.33333333%;
  }
  .mall-u-sm-pull-2 {
    right: 16.66666667%;
  }
  .mall-u-sm-pull-3 {
    right: 25%;
  }
  .mall-u-sm-pull-4 {
    right: 33.33333333%;
  }
  .mall-u-sm-pull-5 {
    right: 41.66666667%;
  }
  .mall-u-sm-pull-6 {
    right: 50%;
  }
  .mall-u-sm-pull-7 {
    right: 58.33333333%;
  }
  .mall-u-sm-pull-8 {
    right: 66.66666667%;
  }
  .mall-u-sm-pull-9 {
    right: 75%;
  }
  .mall-u-sm-pull-10 {
    right: 83.33333333%;
  }
  .mall-u-sm-pull-11 {
    right: 91.66666667%;
  }
  .mall-u-sm-push-0 {
    left: 0;
  }
  .mall-u-sm-push-1 {
    left: 8.33333333%;
  }
  .mall-u-sm-push-2 {
    left: 16.66666667%;
  }
  .mall-u-sm-push-3 {
    left: 25%;
  }
  .mall-u-sm-push-4 {
    left: 33.33333333%;
  }
  .mall-u-sm-push-5 {
    left: 41.66666667%;
  }
  .mall-u-sm-push-6 {
    left: 50%;
  }
  .mall-u-sm-push-7 {
    left: 58.33333333%;
  }
  .mall-u-sm-push-8 {
    left: 66.66666667%;
  }
  .mall-u-sm-push-9 {
    left: 75%;
  }
  .mall-u-sm-push-10 {
    left: 83.33333333%;
  }
  .mall-u-sm-push-11 {
    left: 91.66666667%;
  }
  .mall-u-sm-offset-0 {
    margin-left: 0;
  }
  .mall-u-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mall-u-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mall-u-sm-offset-3 {
    margin-left: 25%;
  }
  .mall-u-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mall-u-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mall-u-sm-offset-6 {
    margin-left: 50%;
  }
  .mall-u-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mall-u-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mall-u-sm-offset-9 {
    margin-left: 75%;
  }
  .mall-u-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mall-u-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mall-u-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="mall-u-"].mall-u-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="mall-u-"].mall-u-sm-centered:last-child {
    float: none;
  }
  [class*="mall-u-"].mall-u-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="mall-u-"].mall-u-sm-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width:641px) {
  .mall-u-md-1 {
    width: 8.33333333%;
  }
  .mall-u-md-2 {
    width: 16.66666667%;
  }
  .mall-u-md-3 {
    width: 25%;
  }
  .mall-u-md-4 {
    width: 33.33333333%;
  }
  .mall-u-md-5 {
    width: 41.66666667%;
  }
  .mall-u-md-6 {
    width: 50%;
  }
  .mall-u-md-7 {
    width: 58.33333333%;
  }
  .mall-u-md-8 {
    width: 66.66666667%;
  }
  .mall-u-md-9 {
    width: 75%;
  }
  .mall-u-md-10 {
    width: 83.33333333%;
  }
  .mall-u-md-11 {
    width: 91.66666667%;
  }
  .mall-u-md-12 {
    width: 100%;
  }
  .mall-u-md-pull-0 {
    right: 0;
  }
  .mall-u-md-pull-1 {
    right: 8.33333333%;
  }
  .mall-u-md-pull-2 {
    right: 16.66666667%;
  }
  .mall-u-md-pull-3 {
    right: 25%;
  }
  .mall-u-md-pull-4 {
    right: 33.33333333%;
  }
  .mall-u-md-pull-5 {
    right: 41.66666667%;
  }
  .mall-u-md-pull-6 {
    right: 50%;
  }
  .mall-u-md-pull-7 {
    right: 58.33333333%;
  }
  .mall-u-md-pull-8 {
    right: 66.66666667%;
  }
  .mall-u-md-pull-9 {
    right: 75%;
  }
  .mall-u-md-pull-10 {
    right: 83.33333333%;
  }
  .mall-u-md-pull-11 {
    right: 91.66666667%;
  }
  .mall-u-md-push-0 {
    left: 0;
  }
  .mall-u-md-push-1 {
    left: 8.33333333%;
  }
  .mall-u-md-push-2 {
    left: 16.66666667%;
  }
  .mall-u-md-push-3 {
    left: 25%;
  }
  .mall-u-md-push-4 {
    left: 33.33333333%;
  }
  .mall-u-md-push-5 {
    left: 41.66666667%;
  }
  .mall-u-md-push-6 {
    left: 50%;
  }
  .mall-u-md-push-7 {
    left: 58.33333333%;
  }
  .mall-u-md-push-8 {
    left: 66.66666667%;
  }
  .mall-u-md-push-9 {
    left: 75%;
  }
  .mall-u-md-push-10 {
    left: 83.33333333%;
  }
  .mall-u-md-push-11 {
    left: 91.66666667%;
  }
  .mall-u-md-offset-0 {
    margin-left: 0;
  }
  .mall-u-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mall-u-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mall-u-md-offset-3 {
    margin-left: 25%;
  }
  .mall-u-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mall-u-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mall-u-md-offset-6 {
    margin-left: 50%;
  }
  .mall-u-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mall-u-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mall-u-md-offset-9 {
    margin-left: 75%;
  }
  .mall-u-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mall-u-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mall-u-md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="mall-u-"].mall-u-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="mall-u-"].mall-u-md-centered:last-child {
    float: none;
  }
  [class*="mall-u-"].mall-u-md-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="mall-u-"].mall-u-md-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width:1025px) {
  .mall-u-lg-1 {
    width: 8.33333333%;
  }
  .mall-u-lg-2 {
    width: 16.66666667%;
  }
  .mall-u-lg-3 {
    width: 25%;
  }
  .mall-u-lg-4 {
    width: 33.33333333%;
  }
  .mall-u-lg-5 {
    width: 41.66666667%;
  }
  .mall-u-lg-6 {
    width: 50%;
  }
  .mall-u-lg-7 {
    width: 58.33333333%;
  }
  .mall-u-lg-8 {
    width: 66.66666667%;
  }
  .mall-u-lg-9 {
    width: 75%;
  }
  .mall-u-lg-10 {
    width: 83.33333333%;
  }
  .mall-u-lg-11 {
    width: 91.66666667%;
  }
  .mall-u-lg-12 {
    width: 100%;
  }
  .mall-u-lg-pull-0 {
    right: 0;
  }
  .mall-u-lg-pull-1 {
    right: 8.33333333%;
  }
  .mall-u-lg-pull-2 {
    right: 16.66666667%;
  }
  .mall-u-lg-pull-3 {
    right: 25%;
  }
  .mall-u-lg-pull-4 {
    right: 33.33333333%;
  }
  .mall-u-lg-pull-5 {
    right: 41.66666667%;
  }
  .mall-u-lg-pull-6 {
    right: 50%;
  }
  .mall-u-lg-pull-7 {
    right: 58.33333333%;
  }
  .mall-u-lg-pull-8 {
    right: 66.66666667%;
  }
  .mall-u-lg-pull-9 {
    right: 75%;
  }
  .mall-u-lg-pull-10 {
    right: 83.33333333%;
  }
  .mall-u-lg-pull-11 {
    right: 91.66666667%;
  }
  .mall-u-lg-push-0 {
    left: 0;
  }
  .mall-u-lg-push-1 {
    left: 8.33333333%;
  }
  .mall-u-lg-push-2 {
    left: 16.66666667%;
  }
  .mall-u-lg-push-3 {
    left: 25%;
  }
  .mall-u-lg-push-4 {
    left: 33.33333333%;
  }
  .mall-u-lg-push-5 {
    left: 41.66666667%;
  }
  .mall-u-lg-push-6 {
    left: 50%;
  }
  .mall-u-lg-push-7 {
    left: 58.33333333%;
  }
  .mall-u-lg-push-8 {
    left: 66.66666667%;
  }
  .mall-u-lg-push-9 {
    left: 75%;
  }
  .mall-u-lg-push-10 {
    left: 83.33333333%;
  }
  .mall-u-lg-push-11 {
    left: 91.66666667%;
  }
  .mall-u-lg-offset-0 {
    margin-left: 0;
  }
  .mall-u-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mall-u-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mall-u-lg-offset-3 {
    margin-left: 25%;
  }
  .mall-u-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mall-u-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mall-u-lg-offset-6 {
    margin-left: 50%;
  }
  .mall-u-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mall-u-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mall-u-lg-offset-9 {
    margin-left: 75%;
  }
  .mall-u-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mall-u-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mall-u-lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="mall-u-"].mall-u-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="mall-u-"].mall-u-lg-centered:last-child {
    float: none;
  }
  [class*="mall-u-"].mall-u-lg-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="mall-u-"].mall-u-lg-uncentered:last-child {
    float: left;
  }
}
/* ==========================================================================
   Component: AVG Grid
 ============================================================================ */
[class*="mall-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
[class*="mall-avg-"]:before,
[class*="mall-avg-"]:after {
  content: " ";
  display: table;
}
[class*="mall-avg-"]:after {
  clear: both;
}
[class*="mall-avg-"] > li {
  display: block;
  height: auto;
  float: left;
}
@media only screen {
  .mall-avg-sm-1 > li {
    width: 100%;
  }
  .mall-avg-sm-1 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .mall-avg-sm-2 > li {
    width: 50%;
  }
  .mall-avg-sm-2 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .mall-avg-sm-3 > li {
    width: 33.33333333%;
  }
  .mall-avg-sm-3 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .mall-avg-sm-4 > li {
    width: 25%;
  }
  .mall-avg-sm-4 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .mall-avg-sm-5 > li {
    width: 20%;
  }
  .mall-avg-sm-5 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .mall-avg-sm-6 > li {
    width: 16.66666667%;
  }
  .mall-avg-sm-6 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .mall-avg-sm-7 > li {
    width: 14.28571429%;
  }
  .mall-avg-sm-7 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .mall-avg-sm-8 > li {
    width: 12.5%;
  }
  .mall-avg-sm-8 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .mall-avg-sm-9 > li {
    width: 11.11111111%;
  }
  .mall-avg-sm-9 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .mall-avg-sm-10 > li {
    width: 10%;
  }
  .mall-avg-sm-10 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .mall-avg-sm-11 > li {
    width: 9.09090909%;
  }
  .mall-avg-sm-11 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .mall-avg-sm-12 > li {
    width: 8.33333333%;
  }
  .mall-avg-sm-12 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-sm-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width:641px) {
  .mall-avg-md-1 > li {
    width: 100%;
  }
  .mall-avg-md-1 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .mall-avg-md-2 > li {
    width: 50%;
  }
  .mall-avg-md-2 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .mall-avg-md-3 > li {
    width: 33.33333333%;
  }
  .mall-avg-md-3 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .mall-avg-md-4 > li {
    width: 25%;
  }
  .mall-avg-md-4 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .mall-avg-md-5 > li {
    width: 20%;
  }
  .mall-avg-md-5 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .mall-avg-md-6 > li {
    width: 16.66666667%;
  }
  .mall-avg-md-6 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .mall-avg-md-7 > li {
    width: 14.28571429%;
  }
  .mall-avg-md-7 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .mall-avg-md-8 > li {
    width: 12.5%;
  }
  .mall-avg-md-8 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .mall-avg-md-9 > li {
    width: 11.11111111%;
  }
  .mall-avg-md-9 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .mall-avg-md-10 > li {
    width: 10%;
  }
  .mall-avg-md-10 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .mall-avg-md-11 > li {
    width: 9.09090909%;
  }
  .mall-avg-md-11 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .mall-avg-md-12 > li {
    width: 8.33333333%;
  }
  .mall-avg-md-12 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-md-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width:1025px) {
  .mall-avg-lg-1 > li {
    width: 100%;
  }
  .mall-avg-lg-1 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .mall-avg-lg-2 > li {
    width: 50%;
  }
  .mall-avg-lg-2 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .mall-avg-lg-3 > li {
    width: 33.33333333%;
  }
  .mall-avg-lg-3 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .mall-avg-lg-4 > li {
    width: 25%;
  }
  .mall-avg-lg-4 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .mall-avg-lg-5 > li {
    width: 20%;
  }
  .mall-avg-lg-5 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .mall-avg-lg-6 > li {
    width: 16.66666667%;
  }
  .mall-avg-lg-6 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .mall-avg-lg-7 > li {
    width: 14.28571429%;
  }
  .mall-avg-lg-7 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .mall-avg-lg-8 > li {
    width: 12.5%;
  }
  .mall-avg-lg-8 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .mall-avg-lg-9 > li {
    width: 11.11111111%;
  }
  .mall-avg-lg-9 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .mall-avg-lg-10 > li {
    width: 10%;
  }
  .mall-avg-lg-10 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .mall-avg-lg-11 > li {
    width: 9.09090909%;
  }
  .mall-avg-lg-11 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .mall-avg-lg-12 > li {
    width: 8.33333333%;
  }
  .mall-avg-lg-12 > li:nth-of-type(n) {
    clear: none;
  }
  .mall-avg-lg-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
/* ==========================================================================
   Component: Code
 ============================================================================ */
/* Inline and block code styles */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
/* Inline code */
code {
  padding: 2px 4px;
  font-size: 1.3rem;
  color: #c7254e;
  background-color: #f8f8f8;
  white-space: nowrap;
  border-radius: 0;
}
/* Code block */
pre {
  display: block;
  padding: 1rem;
  margin: 1rem  0;
  font-size: 1.3rem;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #555555;
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* Enable scrollable blocks of code */
.mall-pre-scrollable {
  max-height: 24rem;
  overflow-y: scroll;
}
/* ==========================================================================
   Component: Button
 ============================================================================ */
.mall-btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.mall-btn:focus,
.mall-btn:active:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mall-btn:hover,
.mall-btn:focus {
  color: #444;
  text-decoration: none;
}
.mall-btn:active,
.mall-btn.mall-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.mall-btn.mall-disabled,
.mall-btn[disabled],
fieldset[disabled] .mall-btn {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mall-btn.mall-round {
  border-radius: 1000px;
}
.mall-btn.mall-radius {
  border-radius: 2px;
}
.mall-btn-default {
  color: #444;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
a.mall-btn-default:visited {
  color: #444;
}
.mall-btn-default:hover,
.mall-btn-default:focus,
.mall-btn-default:active,
.mall-btn-default.mall-active,
.mall-active .mall-btn-default.mall-dropdown-toggle {
  color: #444;
  border-color: #c7c7c7;
}
.mall-btn-default:hover,
.mall-btn-default:focus {
  background-color: #d4d4d4;
}
.mall-btn-default:active,
.mall-btn-default.mall-active,
.mall-active .mall-btn-default.mall-dropdown-toggle {
  background-image: none;
  background-color: #c2c2c2;
}
.mall-btn-default.mall-disabled,
.mall-btn-default[disabled],
fieldset[disabled] .mall-btn-default,
.mall-btn-default.mall-disabled:hover,
.mall-btn-default[disabled]:hover,
fieldset[disabled] .mall-btn-default:hover,
.mall-btn-default.mall-disabled:focus,
.mall-btn-default[disabled]:focus,
fieldset[disabled] .mall-btn-default:focus,
.mall-btn-default.mall-disabled:active,
.mall-btn-default[disabled]:active,
fieldset[disabled] .mall-btn-default:active,
.mall-btn-default.mall-disabled.mall-active,
.mall-btn-default[disabled].mall-active,
fieldset[disabled] .mall-btn-default.mall-active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.mall-btn-group .mall-btn-default,
.mall-btn-group-stacked .mall-btn-default {
  border-color: #d9d9d9;
}
.mall-btn-primary {
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
}
a.mall-btn-primary:visited {
  color: #fff;
}
.mall-btn-primary:hover,
.mall-btn-primary:focus,
.mall-btn-primary:active,
.mall-btn-primary.mall-active,
.mall-active .mall-btn-primary.mall-dropdown-toggle {
  color: #fff;
  border-color: #0a6999;
}
.mall-btn-primary:hover,
.mall-btn-primary:focus {
  background-color: #0c79b1;
}
.mall-btn-primary:active,
.mall-btn-primary.mall-active,
.mall-active .mall-btn-primary.mall-dropdown-toggle {
  background-image: none;
  background-color: #0a628f;
}
.mall-btn-primary.mall-disabled,
.mall-btn-primary[disabled],
fieldset[disabled] .mall-btn-primary,
.mall-btn-primary.mall-disabled:hover,
.mall-btn-primary[disabled]:hover,
fieldset[disabled] .mall-btn-primary:hover,
.mall-btn-primary.mall-disabled:focus,
.mall-btn-primary[disabled]:focus,
fieldset[disabled] .mall-btn-primary:focus,
.mall-btn-primary.mall-disabled:active,
.mall-btn-primary[disabled]:active,
fieldset[disabled] .mall-btn-primary:active,
.mall-btn-primary.mall-disabled.mall-active,
.mall-btn-primary[disabled].mall-active,
fieldset[disabled] .mall-btn-primary.mall-active {
  background-color: #0e90d2;
  border-color: #0e90d2;
}
.mall-btn-group .mall-btn-primary,
.mall-btn-group-stacked .mall-btn-primary {
  border-color: #0c80ba;
}
.mall-btn-warning {
  color: #fff;
  background-color: #F37B1D;
  border-color: #F37B1D;
}
a.mall-btn-warning:visited {
  color: #fff;
}
.mall-btn-warning:hover,
.mall-btn-warning:focus,
.mall-btn-warning:active,
.mall-btn-warning.mall-active,
.mall-active .mall-btn-warning.mall-dropdown-toggle {
  color: #fff;
  border-color: #c85e0b;
}
.mall-btn-warning:hover,
.mall-btn-warning:focus {
  background-color: #e0690c;
}
.mall-btn-warning:active,
.mall-btn-warning.mall-active,
.mall-active .mall-btn-warning.mall-dropdown-toggle {
  background-image: none;
  background-color: #be590a;
}
.mall-btn-warning.mall-disabled,
.mall-btn-warning[disabled],
fieldset[disabled] .mall-btn-warning,
.mall-btn-warning.mall-disabled:hover,
.mall-btn-warning[disabled]:hover,
fieldset[disabled] .mall-btn-warning:hover,
.mall-btn-warning.mall-disabled:focus,
.mall-btn-warning[disabled]:focus,
fieldset[disabled] .mall-btn-warning:focus,
.mall-btn-warning.mall-disabled:active,
.mall-btn-warning[disabled]:active,
fieldset[disabled] .mall-btn-warning:active,
.mall-btn-warning.mall-disabled.mall-active,
.mall-btn-warning[disabled].mall-active,
fieldset[disabled] .mall-btn-warning.mall-active {
  background-color: #F37B1D;
  border-color: #F37B1D;
}
.mall-btn-group .mall-btn-warning,
.mall-btn-group-stacked .mall-btn-warning {
  border-color: #ea6e0c;
}
.mall-btn-danger {
  color: #fff;
  background-color: #dd514c;
  border-color: #dd514c;
}
a.mall-btn-danger:visited {
  color: #fff;
}
.mall-btn-danger:hover,
.mall-btn-danger:focus,
.mall-btn-danger:active,
.mall-btn-danger.mall-active,
.mall-active .mall-btn-danger.mall-dropdown-toggle {
  color: #fff;
  border-color: #c62b26;
}
.mall-btn-danger:hover,
.mall-btn-danger:focus {
  background-color: #d7342e;
}
.mall-btn-danger:active,
.mall-btn-danger.mall-active,
.mall-active .mall-btn-danger.mall-dropdown-toggle {
  background-image: none;
  background-color: #be2924;
}
.mall-btn-danger.mall-disabled,
.mall-btn-danger[disabled],
fieldset[disabled] .mall-btn-danger,
.mall-btn-danger.mall-disabled:hover,
.mall-btn-danger[disabled]:hover,
fieldset[disabled] .mall-btn-danger:hover,
.mall-btn-danger.mall-disabled:focus,
.mall-btn-danger[disabled]:focus,
fieldset[disabled] .mall-btn-danger:focus,
.mall-btn-danger.mall-disabled:active,
.mall-btn-danger[disabled]:active,
fieldset[disabled] .mall-btn-danger:active,
.mall-btn-danger.mall-disabled.mall-active,
.mall-btn-danger[disabled].mall-active,
fieldset[disabled] .mall-btn-danger.mall-active {
  background-color: #dd514c;
  border-color: #dd514c;
}
.mall-btn-group .mall-btn-danger,
.mall-btn-group-stacked .mall-btn-danger {
  border-color: #d93c37;
}
.mall-btn-success {
  color: #fff;
  background-color: #5eb95e;
  border-color: #5eb95e;
}
a.mall-btn-success:visited {
  color: #fff;
}
.mall-btn-success:hover,
.mall-btn-success:focus,
.mall-btn-success:active,
.mall-btn-success.mall-active,
.mall-active .mall-btn-success.mall-dropdown-toggle {
  color: #fff;
  border-color: #429842;
}
.mall-btn-success:hover,
.mall-btn-success:focus {
  background-color: #4aaa4a;
}
.mall-btn-success:active,
.mall-btn-success.mall-active,
.mall-active .mall-btn-success.mall-dropdown-toggle {
  background-image: none;
  background-color: #3f913f;
}
.mall-btn-success.mall-disabled,
.mall-btn-success[disabled],
fieldset[disabled] .mall-btn-success,
.mall-btn-success.mall-disabled:hover,
.mall-btn-success[disabled]:hover,
fieldset[disabled] .mall-btn-success:hover,
.mall-btn-success.mall-disabled:focus,
.mall-btn-success[disabled]:focus,
fieldset[disabled] .mall-btn-success:focus,
.mall-btn-success.mall-disabled:active,
.mall-btn-success[disabled]:active,
fieldset[disabled] .mall-btn-success:active,
.mall-btn-success.mall-disabled.mall-active,
.mall-btn-success[disabled].mall-active,
fieldset[disabled] .mall-btn-success.mall-active {
  background-color: #5eb95e;
  border-color: #5eb95e;
}
.mall-btn-group .mall-btn-success,
.mall-btn-group-stacked .mall-btn-success {
  border-color: #4db14d;
}
.mall-btn-secondary {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
a.mall-btn-secondary:visited {
  color: #fff;
}
.mall-btn-secondary:hover,
.mall-btn-secondary:focus,
.mall-btn-secondary:active,
.mall-btn-secondary.mall-active,
.mall-active .mall-btn-secondary.mall-dropdown-toggle {
  color: #fff;
  border-color: #0f9ae0;
}
.mall-btn-secondary:hover,
.mall-btn-secondary:focus {
  background-color: #19a7f0;
}
.mall-btn-secondary:active,
.mall-btn-secondary.mall-active,
.mall-active .mall-btn-secondary.mall-dropdown-toggle {
  background-image: none;
  background-color: #0e93d7;
}
.mall-btn-secondary.mall-disabled,
.mall-btn-secondary[disabled],
fieldset[disabled] .mall-btn-secondary,
.mall-btn-secondary.mall-disabled:hover,
.mall-btn-secondary[disabled]:hover,
fieldset[disabled] .mall-btn-secondary:hover,
.mall-btn-secondary.mall-disabled:focus,
.mall-btn-secondary[disabled]:focus,
fieldset[disabled] .mall-btn-secondary:focus,
.mall-btn-secondary.mall-disabled:active,
.mall-btn-secondary[disabled]:active,
fieldset[disabled] .mall-btn-secondary:active,
.mall-btn-secondary.mall-disabled.mall-active,
.mall-btn-secondary[disabled].mall-active,
fieldset[disabled] .mall-btn-secondary.mall-active {
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.mall-btn-group .mall-btn-secondary,
.mall-btn-group-stacked .mall-btn-secondary {
  border-color: #23abf0;
}
/* Style links like a button */
.mall-btn-link {
  color: #0e90d2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.mall-btn-link,
.mall-btn-link:active,
.mall-btn-link[disabled],
fieldset[disabled] .mall-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mall-btn-link,
.mall-btn-link:hover,
.mall-btn-link:focus,
.mall-btn-link:active {
  border-color: transparent;
}
.mall-btn-link:hover,
.mall-btn-link:focus {
  color: #095f8a;
  text-decoration: underline;
  background-color: transparent;
}
.mall-btn-link[disabled]:hover,
fieldset[disabled] .mall-btn-link:hover,
.mall-btn-link[disabled]:focus,
fieldset[disabled] .mall-btn-link:focus {
  color: #999999;
  text-decoration: none;
}
/* button size */
.mall-btn-xs {
  font-size: 1.2rem;
}
.mall-btn-sm {
  font-size: 1.4rem;
}
.mall-btn-lg {
  font-size: 1.8rem;
}
.mall-btn-xl {
  font-size: 2rem;
}
/* Block button  */
.mall-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* Multiple block buttons vertically space */
.mall-btn-block + .mall-btn-block {
  margin-top: 5px;
}
/* Specificity overrides */
input[type="submit"].mall-btn-block,
input[type="reset"].mall-btn-block,
input[type="button"].mall-btn-block {
  width: 100%;
}
/* Button with loading spinner */
.mall-btn.mall-btn-loading .mall-icon-spin {
  margin-right: 5px;
}
/* ==========================================================================
   Component: Table
 ============================================================================ */
table {
  max-width: 100%;
  background-color: transparent;
  empty-cells: show;
}
table code {
  white-space: normal;
}
th {
  text-align: left;
}
.mall-table {
  width: 100%;
  margin-bottom: 1.6rem;
  border-spacing: 0;
  border-collapse: separate;
}
.mall-table > thead > tr > th,
.mall-table > tbody > tr > th,
.mall-table > tfoot > tr > th,
.mall-table > thead > tr > td,
.mall-table > tbody > tr > td,
.mall-table > tfoot > tr > td {
  padding: 0.7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.mall-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.mall-table > caption + thead > tr:first-child > th,
.mall-table > colgroup + thead > tr:first-child > th,
.mall-table > thead:first-child > tr:first-child > th,
.mall-table > caption + thead > tr:first-child > td,
.mall-table > colgroup + thead > tr:first-child > td,
.mall-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.mall-table > tbody + tbody tr:first-child td {
  border-top: 2px solid #ddd;
}
/* Bordered version */
.mall-table-bordered {
  border: 1px solid #ddd;
  border-left: none;
}
.mall-table-bordered > thead > tr > th,
.mall-table-bordered > tbody > tr > th,
.mall-table-bordered > tfoot > tr > th,
.mall-table-bordered > thead > tr > td,
.mall-table-bordered > tbody > tr > td,
.mall-table-bordered > tfoot > tr > td {
  border-left: 1px solid #ddd;
  /*&:first-child {
          border-left: none;
        }*/
}
.mall-table-bordered > tbody > tr:first-child > th,
.mall-table-bordered > tbody > tr:first-child > td {
  border-top: none;
}
.mall-table-bordered > thead + tbody > tr:first-child > th,
.mall-table-bordered > thead + tbody > tr:first-child > td {
  border-top: 1px solid #ddd;
}
/* Border-radius version */
.mall-table-radius {
  border: 1px solid #ddd;
  border-radius: 2px;
}
.mall-table-radius > thead > tr:first-child > th:first-child,
.mall-table-radius > thead > tr:first-child > td:first-child {
  border-top-left-radius: 2px;
  border-left: none;
}
.mall-table-radius > thead > tr:first-child > th:last-child,
.mall-table-radius > thead > tr:first-child > td:last-child {
  border-top-right-radius: 2px;
  border-right: none;
}
.mall-table-radius > tbody > tr > th:first-child,
.mall-table-radius > tbody > tr > td:first-child {
  border-left: none;
}
.mall-table-radius > tbody > tr > th:last-child,
.mall-table-radius > tbody > tr > td:last-child {
  border-right: none;
}
.mall-table-radius > tbody > tr:last-child > th,
.mall-table-radius > tbody > tr:last-child > td {
  border-bottom: none;
}
.mall-table-radius > tbody > tr:last-child > th:first-child,
.mall-table-radius > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.mall-table-radius > tbody > tr:last-child > th:last-child,
.mall-table-radius > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
/* Zebra-striping */
.mall-table-striped > tbody > tr:nth-child(odd) > td,
.mall-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* Hover effect */
.mall-table-hover > tbody > tr:hover > td,
.mall-table-hover > tbody > tr:hover > th {
  background-color: #e9e9e9;
}
.mall-table-compact > thead > tr > th,
.mall-table-compact > tbody > tr > th,
.mall-table-compact > tfoot > tr > th,
.mall-table-compact > thead > tr > td,
.mall-table-compact > tbody > tr > td,
.mall-table-compact > tfoot > tr > td {
  padding: 0.4rem;
}
.mall-table-centered > thead > tr > th,
.mall-table-centered > tbody > tr > th,
.mall-table-centered > tfoot > tr > th,
.mall-table-centered > thead > tr > td,
.mall-table-centered > tbody > tr > td,
.mall-table-centered > tfoot > tr > td {
  text-align: center;
}
.mall-table > thead > tr > td.mall-active,
.mall-table > tbody > tr > td.mall-active,
.mall-table > tfoot > tr > td.mall-active,
.mall-table > thead > tr > th.mall-active,
.mall-table > tbody > tr > th.mall-active,
.mall-table > tfoot > tr > th.mall-active,
.mall-table > thead > tr.mall-active > td,
.mall-table > tbody > tr.mall-active > td,
.mall-table > tfoot > tr.mall-active > td,
.mall-table > thead > tr.mall-active > th,
.mall-table > tbody > tr.mall-active > th,
.mall-table > tfoot > tr.mall-active > th {
  background-color: #ffd;
}
.mall-table > thead > tr > td.mall-disabled,
.mall-table > tbody > tr > td.mall-disabled,
.mall-table > tfoot > tr > td.mall-disabled,
.mall-table > thead > tr > th.mall-disabled,
.mall-table > tbody > tr > th.mall-disabled,
.mall-table > tfoot > tr > th.mall-disabled,
.mall-table > thead > tr.mall-disabled > td,
.mall-table > tbody > tr.mall-disabled > td,
.mall-table > tfoot > tr.mall-disabled > td,
.mall-table > thead > tr.mall-disabled > th,
.mall-table > tbody > tr.mall-disabled > th,
.mall-table > tfoot > tr.mall-disabled > th {
  color: #999999;
}
.mall-table > thead > tr > td.mall-primary,
.mall-table > tbody > tr > td.mall-primary,
.mall-table > tfoot > tr > td.mall-primary,
.mall-table > thead > tr > th.mall-primary,
.mall-table > tbody > tr > th.mall-primary,
.mall-table > tfoot > tr > th.mall-primary,
.mall-table > thead > tr.mall-primary > td,
.mall-table > tbody > tr.mall-primary > td,
.mall-table > tfoot > tr.mall-primary > td,
.mall-table > thead > tr.mall-primary > th,
.mall-table > tbody > tr.mall-primary > th,
.mall-table > tfoot > tr.mall-primary > th {
  color: #0b76ac;
  background-color: rgba(14, 144, 210, 0.115);
}
.mall-table > thead > tr > td.mall-success,
.mall-table > tbody > tr > td.mall-success,
.mall-table > tfoot > tr > td.mall-success,
.mall-table > thead > tr > th.mall-success,
.mall-table > tbody > tr > th.mall-success,
.mall-table > tfoot > tr > th.mall-success,
.mall-table > thead > tr.mall-success > td,
.mall-table > tbody > tr.mall-success > td,
.mall-table > tfoot > tr.mall-success > td,
.mall-table > thead > tr.mall-success > th,
.mall-table > tbody > tr.mall-success > th,
.mall-table > tfoot > tr.mall-success > th {
  color: #5eb95e;
  background-color: rgba(94, 185, 94, 0.115);
}
.mall-table > thead > tr > td.mall-warning,
.mall-table > tbody > tr > td.mall-warning,
.mall-table > tfoot > tr > td.mall-warning,
.mall-table > thead > tr > th.mall-warning,
.mall-table > tbody > tr > th.mall-warning,
.mall-table > tfoot > tr > th.mall-warning,
.mall-table > thead > tr.mall-warning > td,
.mall-table > tbody > tr.mall-warning > td,
.mall-table > tfoot > tr.mall-warning > td,
.mall-table > thead > tr.mall-warning > th,
.mall-table > tbody > tr.mall-warning > th,
.mall-table > tfoot > tr.mall-warning > th {
  color: #F37B1D;
  background-color: rgba(243, 123, 29, 0.115);
}
.mall-table > thead > tr > td.mall-danger,
.mall-table > tbody > tr > td.mall-danger,
.mall-table > tfoot > tr > td.mall-danger,
.mall-table > thead > tr > th.mall-danger,
.mall-table > tbody > tr > th.mall-danger,
.mall-table > tfoot > tr > th.mall-danger,
.mall-table > thead > tr.mall-danger > td,
.mall-table > tbody > tr.mall-danger > td,
.mall-table > tfoot > tr.mall-danger > td,
.mall-table > thead > tr.mall-danger > th,
.mall-table > tbody > tr.mall-danger > th,
.mall-table > tfoot > tr.mall-danger > th {
  color: #dd514c;
  background-color: rgba(221, 81, 76, 0.115);
}
/* ==========================================================================
   Component: Form
 ============================================================================ */
/* Normalize */
fieldset {
  border: none;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: inherit;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
}
/* Common form controls */
.mall-form select,
.mall-form textarea,
.mall-form input[type="text"],
.mall-form input[type="password"],
.mall-form input[type="datetime"],
.mall-form input[type="datetime-local"],
.mall-form input[type="date"],
.mall-form input[type="month"],
.mall-form input[type="time"],
.mall-form input[type="week"],
.mall-form input[type="number"],
.mall-form input[type="email"],
.mall-form input[type="url"],
.mall-form input[type="search"],
.mall-form input[type="tel"],
.mall-form input[type="color"],
.mall-form-field {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.mall-form select:focus,
.mall-form textarea:focus,
.mall-form input[type="text"]:focus,
.mall-form input[type="password"]:focus,
.mall-form input[type="datetime"]:focus,
.mall-form input[type="datetime-local"]:focus,
.mall-form input[type="date"]:focus,
.mall-form input[type="month"]:focus,
.mall-form input[type="time"]:focus,
.mall-form input[type="week"]:focus,
.mall-form input[type="number"]:focus,
.mall-form input[type="email"]:focus,
.mall-form input[type="url"]:focus,
.mall-form input[type="search"]:focus,
.mall-form input[type="tel"]:focus,
.mall-form input[type="color"]:focus,
.mall-form-field:focus {
  outline: 0;
}
.mall-form select:focus,
.mall-form textarea:focus,
.mall-form input[type="text"]:focus,
.mall-form input[type="password"]:focus,
.mall-form input[type="datetime"]:focus,
.mall-form input[type="datetime-local"]:focus,
.mall-form input[type="date"]:focus,
.mall-form input[type="month"]:focus,
.mall-form input[type="time"]:focus,
.mall-form input[type="week"]:focus,
.mall-form input[type="number"]:focus,
.mall-form input[type="email"]:focus,
.mall-form input[type="url"]:focus,
.mall-form input[type="search"]:focus,
.mall-form input[type="tel"]:focus,
.mall-form input[type="color"]:focus,
.mall-form-field:focus {
  background-color: #fefffe;
  border-color: #3bb4f2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}
.mall-form select::-webkit-input-placeholder,
.mall-form textarea::-webkit-input-placeholder,
.mall-form input[type="text"]::-webkit-input-placeholder,
.mall-form input[type="password"]::-webkit-input-placeholder,
.mall-form input[type="datetime"]::-webkit-input-placeholder,
.mall-form input[type="datetime-local"]::-webkit-input-placeholder,
.mall-form input[type="date"]::-webkit-input-placeholder,
.mall-form input[type="month"]::-webkit-input-placeholder,
.mall-form input[type="time"]::-webkit-input-placeholder,
.mall-form input[type="week"]::-webkit-input-placeholder,
.mall-form input[type="number"]::-webkit-input-placeholder,
.mall-form input[type="email"]::-webkit-input-placeholder,
.mall-form input[type="url"]::-webkit-input-placeholder,
.mall-form input[type="search"]::-webkit-input-placeholder,
.mall-form input[type="tel"]::-webkit-input-placeholder,
.mall-form input[type="color"]::-webkit-input-placeholder,
.mall-form-field::-webkit-input-placeholder {
  color: #999999;
}
.mall-form select::-moz-placeholder,
.mall-form textarea::-moz-placeholder,
.mall-form input[type="text"]::-moz-placeholder,
.mall-form input[type="password"]::-moz-placeholder,
.mall-form input[type="datetime"]::-moz-placeholder,
.mall-form input[type="datetime-local"]::-moz-placeholder,
.mall-form input[type="date"]::-moz-placeholder,
.mall-form input[type="month"]::-moz-placeholder,
.mall-form input[type="time"]::-moz-placeholder,
.mall-form input[type="week"]::-moz-placeholder,
.mall-form input[type="number"]::-moz-placeholder,
.mall-form input[type="email"]::-moz-placeholder,
.mall-form input[type="url"]::-moz-placeholder,
.mall-form input[type="search"]::-moz-placeholder,
.mall-form input[type="tel"]::-moz-placeholder,
.mall-form input[type="color"]::-moz-placeholder,
.mall-form-field::-moz-placeholder {
  color: #999999;
}
.mall-form select:-ms-input-placeholder,
.mall-form textarea:-ms-input-placeholder,
.mall-form input[type="text"]:-ms-input-placeholder,
.mall-form input[type="password"]:-ms-input-placeholder,
.mall-form input[type="datetime"]:-ms-input-placeholder,
.mall-form input[type="datetime-local"]:-ms-input-placeholder,
.mall-form input[type="date"]:-ms-input-placeholder,
.mall-form input[type="month"]:-ms-input-placeholder,
.mall-form input[type="time"]:-ms-input-placeholder,
.mall-form input[type="week"]:-ms-input-placeholder,
.mall-form input[type="number"]:-ms-input-placeholder,
.mall-form input[type="email"]:-ms-input-placeholder,
.mall-form input[type="url"]:-ms-input-placeholder,
.mall-form input[type="search"]:-ms-input-placeholder,
.mall-form input[type="tel"]:-ms-input-placeholder,
.mall-form input[type="color"]:-ms-input-placeholder,
.mall-form-field:-ms-input-placeholder {
  color: #999999;
}
.mall-form select::placeholder,
.mall-form textarea::placeholder,
.mall-form input[type="text"]::placeholder,
.mall-form input[type="password"]::placeholder,
.mall-form input[type="datetime"]::placeholder,
.mall-form input[type="datetime-local"]::placeholder,
.mall-form input[type="date"]::placeholder,
.mall-form input[type="month"]::placeholder,
.mall-form input[type="time"]::placeholder,
.mall-form input[type="week"]::placeholder,
.mall-form input[type="number"]::placeholder,
.mall-form input[type="email"]::placeholder,
.mall-form input[type="url"]::placeholder,
.mall-form input[type="search"]::placeholder,
.mall-form input[type="tel"]::placeholder,
.mall-form input[type="color"]::placeholder,
.mall-form-field::placeholder {
  color: #999999;
}
.mall-form select::-moz-placeholder,
.mall-form textarea::-moz-placeholder,
.mall-form input[type="text"]::-moz-placeholder,
.mall-form input[type="password"]::-moz-placeholder,
.mall-form input[type="datetime"]::-moz-placeholder,
.mall-form input[type="datetime-local"]::-moz-placeholder,
.mall-form input[type="date"]::-moz-placeholder,
.mall-form input[type="month"]::-moz-placeholder,
.mall-form input[type="time"]::-moz-placeholder,
.mall-form input[type="week"]::-moz-placeholder,
.mall-form input[type="number"]::-moz-placeholder,
.mall-form input[type="email"]::-moz-placeholder,
.mall-form input[type="url"]::-moz-placeholder,
.mall-form input[type="search"]::-moz-placeholder,
.mall-form input[type="tel"]::-moz-placeholder,
.mall-form input[type="color"]::-moz-placeholder,
.mall-form-field::-moz-placeholder {
  opacity: 1;
}
.mall-form select[disabled],
.mall-form textarea[disabled],
.mall-form input[type="text"][disabled],
.mall-form input[type="password"][disabled],
.mall-form input[type="datetime"][disabled],
.mall-form input[type="datetime-local"][disabled],
.mall-form input[type="date"][disabled],
.mall-form input[type="month"][disabled],
.mall-form input[type="time"][disabled],
.mall-form input[type="week"][disabled],
.mall-form input[type="number"][disabled],
.mall-form input[type="email"][disabled],
.mall-form input[type="url"][disabled],
.mall-form input[type="search"][disabled],
.mall-form input[type="tel"][disabled],
.mall-form input[type="color"][disabled],
.mall-form-field[disabled],
.mall-form select[readonly],
.mall-form textarea[readonly],
.mall-form input[type="text"][readonly],
.mall-form input[type="password"][readonly],
.mall-form input[type="datetime"][readonly],
.mall-form input[type="datetime-local"][readonly],
.mall-form input[type="date"][readonly],
.mall-form input[type="month"][readonly],
.mall-form input[type="time"][readonly],
.mall-form input[type="week"][readonly],
.mall-form input[type="number"][readonly],
.mall-form input[type="email"][readonly],
.mall-form input[type="url"][readonly],
.mall-form input[type="search"][readonly],
.mall-form input[type="tel"][readonly],
.mall-form input[type="color"][readonly],
.mall-form-field[readonly],
fieldset[disabled] .mall-form select,
fieldset[disabled] .mall-form textarea,
fieldset[disabled] .mall-form input[type="text"],
fieldset[disabled] .mall-form input[type="password"],
fieldset[disabled] .mall-form input[type="datetime"],
fieldset[disabled] .mall-form input[type="datetime-local"],
fieldset[disabled] .mall-form input[type="date"],
fieldset[disabled] .mall-form input[type="month"],
fieldset[disabled] .mall-form input[type="time"],
fieldset[disabled] .mall-form input[type="week"],
fieldset[disabled] .mall-form input[type="number"],
fieldset[disabled] .mall-form input[type="email"],
fieldset[disabled] .mall-form input[type="url"],
fieldset[disabled] .mall-form input[type="search"],
fieldset[disabled] .mall-form input[type="tel"],
fieldset[disabled] .mall-form input[type="color"],
fieldset[disabled] .mall-form-field {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.mall-form select.mall-radius,
.mall-form textarea.mall-radius,
.mall-form input[type="text"].mall-radius,
.mall-form input[type="password"].mall-radius,
.mall-form input[type="datetime"].mall-radius,
.mall-form input[type="datetime-local"].mall-radius,
.mall-form input[type="date"].mall-radius,
.mall-form input[type="month"].mall-radius,
.mall-form input[type="time"].mall-radius,
.mall-form input[type="week"].mall-radius,
.mall-form input[type="number"].mall-radius,
.mall-form input[type="email"].mall-radius,
.mall-form input[type="url"].mall-radius,
.mall-form input[type="search"].mall-radius,
.mall-form input[type="tel"].mall-radius,
.mall-form input[type="color"].mall-radius,
.mall-form-field.mall-radius {
  border-radius: 2px;
}
.mall-form select.mall-round,
.mall-form textarea.mall-round,
.mall-form input[type="text"].mall-round,
.mall-form input[type="password"].mall-round,
.mall-form input[type="datetime"].mall-round,
.mall-form input[type="datetime-local"].mall-round,
.mall-form input[type="date"].mall-round,
.mall-form input[type="month"].mall-round,
.mall-form input[type="time"].mall-round,
.mall-form input[type="week"].mall-round,
.mall-form input[type="number"].mall-round,
.mall-form input[type="email"].mall-round,
.mall-form input[type="url"].mall-round,
.mall-form input[type="search"].mall-round,
.mall-form input[type="tel"].mall-round,
.mall-form input[type="color"].mall-round,
.mall-form-field.mall-round {
  border-radius: 1000px;
}
.mall-form textarea,
.mall-form select[multiple],
.mall-form select[size] {
  height: auto;
}
.mall-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0;
  background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;
}
.mall-form select[multiple="multiple"] {
  background-image: none;
}
/* help text */
.mall-form-help {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999999;
  font-size: 1.3rem;
}
/* form group */
.mall-form-group {
  margin-bottom: 1.5rem;
}
/* file field */
.mall-form-file {
  position: relative;
  overflow: hidden;
}
.mall-form-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 50rem;
}
/**
 * Checkboxes and radios
 * Indent the labels to position radios/checkboxes as hanging controls.
*/
.mall-radio,
.mall-checkbox {
  display: block;
  min-height: 1.92rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.mall-radio label,
.mall-checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.mall-radio input[type="radio"],
.mall-radio-inline input[type="radio"],
.mall-checkbox input[type="checkbox"],
.mall-checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  outline: none;
}
.mall-radio + .mall-radio,
.mall-checkbox + .mall-checkbox {
  margin-top: -5px;
}
/* Radios and checkboxes inline */
.mall-radio-inline,
.mall-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.mall-radio-inline + .mall-radio-inline,
.mall-checkbox-inline + .mall-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.mall-radio[disabled],
.mall-radio-inline[disabled],
.mall-checkbox[disabled],
.mall-checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .mall-radio,
fieldset[disabled] .mall-radio-inline,
fieldset[disabled] .mall-checkbox,
fieldset[disabled] .mall-checkbox-inline {
  cursor: not-allowed;
}
/* Form field feedback states */
.mall-form-warning .mall-form-help,
.mall-form-warning .mall-form-label,
.mall-form-warning .mall-radio,
.mall-form-warning .mall-checkbox,
.mall-form-warning .mall-radio-inline,
.mall-form-warning .mall-checkbox-inline,
.mall-form-warning label {
  color: #F37B1D;
}
.mall-form-warning [class*="icon-"] {
  color: #F37B1D;
}
.mall-form-warning .mall-form-field {
  border-color: #F37B1D !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mall-form-warning .mall-form-field:focus {
  background-color: #fefffe;
  border-color: #d2620b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
}
.mall-form-error .mall-form-help,
.mall-form-error .mall-form-label,
.mall-form-error .mall-radio,
.mall-form-error .mall-checkbox,
.mall-form-error .mall-radio-inline,
.mall-form-error .mall-checkbox-inline,
.mall-form-error label {
  color: #dd514c;
}
.mall-form-error [class*="icon-"] {
  color: #dd514c;
}
.mall-form-error .mall-form-field,
.mall-field-error {
  border-color: #dd514c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mall-form-error .mall-form-field:focus,
.mall-field-error:focus {
  background-color: #fefffe;
  border-color: #cf2d27;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
}
.mall-form-success .mall-form-help,
.mall-form-success .mall-form-label,
.mall-form-success .mall-radio,
.mall-form-success .mall-checkbox,
.mall-form-success .mall-radio-inline,
.mall-form-success .mall-checkbox-inline,
.mall-form-success label {
  color: #5eb95e;
}
.mall-form-success [class*="icon-"] {
  color: #5eb95e;
}
.mall-form-success .mall-form-field,
.mall-field-valid {
  border-color: #5eb95e !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mall-form-success .mall-form-field:focus,
.mall-field-valid:focus {
  background-color: #fefffe;
  border-color: #459f45;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
}
/* Horizontal forms */
.mall-form-horizontal .mall-form-label,
.mall-form-horizontal .mall-radio,
.mall-form-horizontal .mall-checkbox,
.mall-form-horizontal .mall-radio-inline,
.mall-form-horizontal .mall-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6em;
}
.mall-form-horizontal .mall-form-group:before,
.mall-form-horizontal .mall-form-group:after {
  content: " ";
  display: table;
}
.mall-form-horizontal .mall-form-group:after {
  clear: both;
}
@media only screen and (min-width:641px) {
  .mall-form-horizontal .mall-form-label {
    text-align: right;
  }
}
/* Inline form elements */
@media only screen and (min-width:641px) {
  .mall-form-inline .mall-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mall-form-inline .mall-form-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .mall-form-inline .mall-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .mall-form-inline .mall-input-group .mall-input-group-label,
  .mall-form-inline .mall-input-group .mall-input-group-btn,
  .mall-form-inline .mall-input-group .mall-form-label {
    width: auto;
  }
  .mall-form-inline .mall-input-group > .mall-form-field {
    width: 100%;
  }
  .mall-form-inline .mall-form-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mall-form-inline .mall-radio,
  .mall-form-inline .mall-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .mall-form-inline .mall-radio input[type="radio"],
  .mall-form-inline .mall-checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
/* Form field size */
.mall-input-sm {
  font-size: 1.4rem !important;
}
.mall-input-lg {
  font-size: 1.8rem !important;
}
.mall-form-group-sm .mall-checkbox,
.mall-form-group-sm .mall-radio,
.mall-form-group-sm .mall-form-label,
.mall-form-group-sm .mall-form-field {
  font-size: 1.4rem !important;
}
.mall-form-group-lg .mall-checkbox,
.mall-form-group-lg .mall-radio,
.mall-form-group-lg .mall-form-label,
.mall-form-group-lg .mall-form-field {
  font-size: 1.8rem !important;
}
.mall-form-group-lg input[type="radio"],
.mall-form-group-lg input[type="checkbox"] {
  margin-top: 7px;
}
/* Form field feedback states */
.mall-form-icon {
  position: relative;
}
.mall-form-icon .mall-form-field {
  padding-left: 1.75em !important;
}
.mall-form-icon [class*='mall-icon-'] {
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  line-height: 1;
  z-index: 2;
}
.mall-form-icon label ~ [class*='mall-icon-'] {
  top: 70%;
}
/* Feedback Icon */
.mall-form-feedback {
  position: relative;
}
.mall-form-feedback .mall-form-field {
  padding-left: 0.5em !important;
  padding-right: 1.75em !important;
}
.mall-form-feedback [class*='mall-icon-'] {
  right: 0.5em;
  left: auto;
}
.mall-form-horizontal .mall-form-feedback [class*='mall-icon-'] {
  right: 1.6em;
}
/* Form set */
.mall-form-set {
  margin-bottom: 1.5rem;
  padding: 0;
}
.mall-form-set > input {
  position: relative;
  top: -1px;
  border-radius: 0 !important;
}
.mall-form-set > input:focus {
  z-index: 2;
}
.mall-form-set > input:first-child {
  top: 1px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.mall-form-set > input:last-child {
  top: -2px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/* ==========================================================================
   Component: Image
 ============================================================================ */
/* Image thumbnails */
.mall-img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mall-img-thumbnail.mall-radius {
  border-radius: 2px;
}
.mall-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   Component: Nav
 ============================================================================ */
.mall-nav {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.mall-nav:before,
.mall-nav:after {
  content: " ";
  display: table;
}
.mall-nav:after {
  clear: both;
}
.mall-nav > li {
  position: relative;
  display: block;
}
.mall-nav > li + li {
  margin-top: 5px;
}
.mall-nav > li + .mall-nav-header {
  margin-top: 1em;
}
.mall-nav > li > a {
  position: relative;
  display: block;
  padding: 0.4em 1em;
  border-radius: 0;
}
.mall-nav > li > a:hover,
.mall-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.mall-nav > li.mall-active > a,
.mall-nav > li.mall-active > a:hover,
.mall-nav > li.mall-active > a:focus {
  color: #fff;
  background-color: #0e90d2;
  cursor: default;
}
.mall-nav > li.mall-disabled > a {
  color: #999999;
}
.mall-nav > li.mall-disabled > a:hover,
.mall-nav > li.mall-disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.mall-nav-header {
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%;
  color: #555555;
}
.mall-nav-divider {
  margin: 15px 1em !important;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.mall-nav-pills > li {
  float: left;
}
.mall-nav-pills > li + li {
  margin-left: 5px;
  margin-top: 0;
}
.mall-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.mall-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.mall-nav-tabs > li + li {
  margin-top: 0;
}
.mall-nav-tabs > li > a {
  margin-right: 5px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.mall-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.mall-nav-tabs > li.mall-active > a,
.mall-nav-tabs > li.mall-active > a:hover,
.mall-nav-tabs > li.mall-active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.mall-nav-tabs.mall-nav-justify {
  border-bottom: 0;
  /*  > li > a {
      margin-right: 0;
      border-radius: @global-radius;
    }

    > .mall-active > a {
      &,
      &:hover,
      &:focus {
        border: 1px solid @nav-tabs-justify-link-border-color;
      }
    }*/
}
.mall-nav-tabs.mall-nav-justify > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 0 0;
}
.mall-nav-tabs.mall-nav-justify > .mall-active > a,
.mall-nav-tabs.mall-nav-justify > .mall-active > a:hover,
.mall-nav-tabs.mall-nav-justify > .mall-active > a:focus {
  border-bottom-color: #fff;
}
.mall-nav-justify {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-nav-justify > li {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mall-nav-justify > li > a {
  text-align: center;
  margin-bottom: 0;
}
.lte9 .mall-nav-justify > li {
  display: table-cell;
  width: 1%;
}
/* ==========================================================================
   Component: Topbar
 ============================================================================ */
.mall-topbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 1.6rem;
  background: #f8f8f8;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  color: #666;
}
.mall-topbar:before,
.mall-topbar:after {
  content: " ";
  display: table;
}
.mall-topbar:after {
  clear: both;
}
.mall-topbar a {
  color: #666;
}
.mall-topbar-brand {
  margin: 0;
}
@media only screen and (min-width:641px) {
  .mall-topbar-brand {
    float: left;
  }
}
.mall-topbar-brand a:hover {
  color: #4d4d4d;
}
.mall-topbar-collapse {
  width: 100%;
  overflow-x: visible;
  padding: 10px;
  clear: both;
  -webkit-overflow-scrolling: touch;
}
.mall-topbar-collapse:before,
.mall-topbar-collapse:after {
  content: " ";
  display: table;
}
.mall-topbar-collapse:after {
  clear: both;
}
.mall-topbar-collapse.mall-in {
  overflow-y: auto;
}
@media only screen and (min-width:641px) {
  .mall-topbar-collapse {
    margin-top: 0;
    padding: 0;
    width: auto;
    clear: none;
  }
  .mall-topbar-collapse.mall-collapse {
    display: block !important;
    height: auto !important;
    padding: 0;
    overflow: visible !important;
  }
  .mall-topbar-collapse.mall-in {
    overflow-y: visible;
  }
}
.mall-topbar-brand {
  padding: 0 10px;
  float: left;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
}
.mall-topbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
}
@media only screen and (min-width:641px) {
  .mall-topbar-toggle {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .mall-topbar-nav {
    margin-bottom: 8px;
  }
  .mall-topbar-nav > li {
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .mall-topbar-nav > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media only screen and (min-width:641px) {
  .mall-topbar-nav {
    float: left;
  }
  .mall-topbar-nav > li > a {
    position: relative;
    line-height: 50px;
    padding: 0 10px;
  }
  .mall-topbar-nav > li > a:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -1px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 7px solid #f8f8f8;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 0 dotted;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
  .mall-topbar-nav > li > a:hover:after {
    opacity: 1;
    border-bottom-color: #666;
  }
  .mall-topbar-nav > li.mall-dropdown > a:after {
    display: none;
  }
  .mall-topbar-nav > li.mall-active > a,
  .mall-topbar-nav > li.mall-active > a:hover,
  .mall-topbar-nav > li.mall-active > a:focus {
    border-radius: 0;
    color: #0e90d2;
    background: none;
  }
  .mall-topbar-nav > li.mall-active > a:after {
    opacity: 1;
    border-bottom-color: #0e90d2;
  }
}
@media only screen and (max-width: 640px) {
  .mall-topbar-collapse .mall-dropdown.mall-active .mall-dropdown-content {
    float: none;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width:641px) {
  .mall-topbar-left {
    float: left;
  }
  .mall-topbar-right {
    float: right;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .mall-topbar-form .mall-form-group {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width:641px) {
  .mall-topbar-form {
    padding: 0 10px;
    margin-top: 8px;
  }
  .mall-topbar-form .mall-form-group + .mall-btn {
    margin-left: 5px;
  }
}
.mall-topbar-btn {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .mall-topbar-collapse .mall-topbar-btn,
  .mall-topbar-collapse .mall-btn {
    display: block;
    width: 100%;
  }
}
.mall-topbar-inverse {
  background-color: #0e90d2;
  border-color: #0b6fa2;
  color: #eeeeee;
}
.mall-topbar-inverse a {
  color: #eeeeee;
}
.mall-topbar-inverse .mall-topbar-brand a {
  color: #fff;
}
.mall-topbar-inverse .mall-topbar-brand a:hover,
.mall-topbar-inverse .mall-topbar-brand a:focus {
  color: #fff;
  background-color: transparent;
}
.mall-topbar-inverse .mall-topbar-nav > li > a {
  color: #eeeeee;
}
.mall-topbar-inverse .mall-topbar-nav > li > a:hover,
.mall-topbar-inverse .mall-topbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.mall-topbar-inverse .mall-topbar-nav > li > a:hover:after,
.mall-topbar-inverse .mall-topbar-nav > li > a:focus:after {
  border-bottom-color: #0b6fa2;
}
.mall-topbar-inverse .mall-topbar-nav > li > a:after {
  border-bottom-color: #0e90d2;
}
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a,
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a:hover,
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a:after,
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a:hover:after,
.mall-topbar-inverse .mall-topbar-nav > li.mall-active > a:focus:after {
  border-bottom-color: #fff;
}
.mall-topbar-inverse .mall-topbar-nav > li .disabled > a,
.mall-topbar-inverse .mall-topbar-nav > li .disabled > a:hover,
.mall-topbar-inverse .mall-topbar-nav > li .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.mall-topbar-fixed-top,
.mall-topbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mall-topbar-fixed-top {
  top: 0;
}
.mall-topbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.mall-with-topbar-fixed-top {
  padding-top: 51px;
}
.mall-with-topbar-fixed-bottom {
  padding-bottom: 51px;
}
@media only screen and (max-width: 640px) {
  .mall-topbar-fixed-bottom .mall-topbar-collapse {
    position: absolute;
    bottom: 100%;
    margin-bottom: 1px;
    background-color: #f8f8f8;
  }
  .mall-topbar-fixed-bottom .mall-topbar-collapse .mall-dropdown-content:before,
  .mall-topbar-fixed-bottom .mall-topbar-collapse .mall-dropdown-content:after {
    display: none;
  }
  .mall-topbar-fixed-bottom.mall-topbar-inverse .mall-topbar-collapse {
    background-color: #0e90d2;
  }
}
/* ==========================================================================
   Component: Breadcrumb
 ============================================================================ */
.mall-breadcrumb {
  padding: .7em .5em;
  margin-bottom: 2rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 85%;
}
.mall-breadcrumb > li {
  display: inline-block;
}
.mall-breadcrumb > li [class*="mall-icon-"]:before {
  color: #999999;
  margin-right: 5px;
}
.mall-breadcrumb > li + li:before {
  content: "»\00a0";
  padding: 0 8px;
  color: #ccc;
}
.mall-breadcrumb > .mall-active {
  color: #999999;
}
.mall-breadcrumb-slash > li + li:before {
  content: "/\00a0";
}
/* ==========================================================================
   Component: Pagination
 ============================================================================ */
.mall-pagination {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  color: #999999;
  text-align: left;
}
.mall-pagination:before,
.mall-pagination:after {
  content: " ";
  display: table;
}
.mall-pagination:after {
  clear: both;
}
.mall-pagination > li {
  display: inline-block;
}
.mall-pagination > li > a,
.mall-pagination > li > span {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.mall-pagination > li:last-child > a,
.mall-pagination > li:last-child > span {
  margin-right: 0;
}
.mall-pagination > li > a:hover,
.mall-pagination > li > span:hover,
.mall-pagination > li > a:focus,
.mall-pagination > li > span:focus {
  background-color: #eeeeee;
}
.mall-pagination > .mall-active > a,
.mall-pagination > .mall-active > span,
.mall-pagination > .mall-active > a:hover,
.mall-pagination > .mall-active > span:hover,
.mall-pagination > .mall-active > a:focus,
.mall-pagination > .mall-active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
  cursor: default;
}
.mall-pagination > .mall-disabled > span,
.mall-pagination > .mall-disabled > span:hover,
.mall-pagination > .mall-disabled > span:focus,
.mall-pagination > .mall-disabled > a,
.mall-pagination > .mall-disabled > a:hover,
.mall-pagination > .mall-disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
.mall-pagination .mall-pagination-prev {
  float: left;
}
.mall-pagination .mall-pagination-prev a {
  border-radius: 0;
}
.mall-pagination .mall-pagination-next {
  float: right;
}
.mall-pagination .mall-pagination-next a {
  border-radius: 0;
}
.mall-pagination-centered {
  text-align: center;
}
.mall-pagination-right {
  text-align: right;
}
/* ==========================================================================
   Component: Aniamtion
 ============================================================================ */
[class*="mall-animation-"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* Hide animated element if scrollSpy is used */
@media screen {
  .cssanimations [data-mall-scrollspy*="animation"] {
    opacity: 0;
  }
}
/* Fade */
.mall-animation-fade {
  -webkit-animation-name: mall-fade;
          animation-name: mall-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
/* Scale */
.mall-animation-scale-up {
  -webkit-animation-name: mall-scale-up;
          animation-name: mall-scale-up;
}
.mall-animation-scale-down {
  -webkit-animation-name: mall-scale-down;
          animation-name: mall-scale-down;
}
/* Slide */
.mall-animation-slide-top {
  -webkit-animation-name: mall-slide-top;
          animation-name: mall-slide-top;
}
.mall-animation-slide-bottom {
  -webkit-animation-name: mall-slide-bottom;
          animation-name: mall-slide-bottom;
}
.mall-animation-slide-left {
  -webkit-animation-name: mall-slide-left;
          animation-name: mall-slide-left;
}
.mall-animation-slide-right {
  -webkit-animation-name: mall-slide-right;
          animation-name: mall-slide-right;
}
.mall-animation-slide-top-fixed {
  -webkit-animation-name: mall-slide-top-fixed;
          animation-name: mall-slide-top-fixed;
}
/* Shake */
.mall-animation-shake {
  -webkit-animation-name: mall-shake;
          animation-name: mall-shake;
}
/* Spin */
.mall-animation-spin {
  -webkit-animation: mall-spin 2s infinite linear;
          animation: mall-spin 2s infinite linear;
}
/* Spring */
.mall-animation-left-spring {
  -webkit-animation: mall-left-spring 0.3s ease-in-out;
          animation: mall-left-spring 0.3s ease-in-out;
}
.mall-animation-right-spring {
  -webkit-animation: mall-right-spring 0.3s ease-in-out;
          animation: mall-right-spring 0.3s ease-in-out;
}
.mall-animation-reverse {
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
}
.mall-animation-paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.mall-animation-delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mall-animation-delay-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mall-animation-delay-3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mall-animation-delay-4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.mall-animation-delay-5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mall-animation-delay-6 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
/* Keyframes
 ============================================================================ */
/* Fade */
@-webkit-keyframes mall-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mall-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Scale up */
@-webkit-keyframes mall-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mall-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Scale down */
@-webkit-keyframes mall-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mall-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Slide top */
@-webkit-keyframes mall-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mall-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Slide bottom */
@-webkit-keyframes mall-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mall-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Slide left */
@-webkit-keyframes mall-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mall-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Slide right */
@-webkit-keyframes mall-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mall-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Shake */
@-webkit-keyframes mall-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes mall-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
/* Slide top fixed */
@-webkit-keyframes mall-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mall-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Slide bottom fixed */
@-webkit-keyframes mall-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mall-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Spin */
@-webkit-keyframes mall-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes mall-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Spring */
@-webkit-keyframes mall-right-spring {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mall-right-spring {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mall-left-spring {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mall-left-spring {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ==========================================================================
   Component: Article
 ============================================================================ */
.mall-article:before,
.mall-article:after {
  content: " ";
  display: table;
}
.mall-article:after {
  clear: both;
}
.mall-article > :last-child {
  margin-bottom: 0;
}
.mall-article + .mall-article {
  margin-top: 2.4rem;
}
/* Sub-object `.@{ns}article-title` */
.mall-article-title {
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: normal;
}
.mall-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `.@{ns}article-meta` */
.mall-article-meta {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #999999;
}
/* Sub-object `.@{ns}article-lead` */
.mall-article-lead {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #f9f9f9;
  padding: 10px;
}
/* Sub-object `.@{ns}article-divider` */
.mall-article-divider {
  margin-bottom: 2.4rem;
  border-color: #eeeeee;
}
* + .mall-article-divider {
  margin-top: 2.4rem;
}
/* Sub-object `.@{ns}article-bd` */
.mall-article-bd blockquote {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.mall-article-bd img {
  display: block;
  max-width: 100%;
}
/* ==========================================================================
   Component: Badge
 ============================================================================ */
.mall-badge {
  display: inline-block;
  min-width: 10px;
  padding: 0.25em 0.625em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 0;
}
.mall-badge:empty {
  display: none;
}
.mall-badge.mall-square {
  border-radius: 0;
}
.mall-badge.mall-radius {
  border-radius: 2px;
}
.mall-badge.mall-round {
  border-radius: 1000px;
}
a.mall-badge:hover,
a.mall-badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mall-badge-primary {
  background-color: #0e90d2;
}
.mall-badge-secondary {
  background-color: #3bb4f2;
}
.mall-badge-success {
  background-color: #5eb95e;
}
.mall-badge-warning {
  background-color: #F37B1D;
}
.mall-badge-danger {
  background-color: #dd514c;
}
/* ==========================================================================
   Component: Comment
 ============================================================================ */
.mall-comment:before,
.mall-comment:after {
  content: " ";
  display: table;
}
.mall-comment:after {
  clear: both;
}
.mall-comment-avatar {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid transparent;
}
@media only screen and (min-width:641px) {
  .mall-comment-avatar {
    width: 48px;
    height: 48px;
  }
}
.mall-comment-main {
  position: relative;
  margin-left: 42px;
  border: 1px solid #dedede;
  border-radius: 0;
}
.mall-comment-main:before,
.mall-comment-main:after {
  position: absolute;
  top: 10px;
  left: -8px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  border-width: 8px 8px 8px 0;
  pointer-events: none;
}
.mall-comment-main:before {
  border-right-color: #dedede;
  z-index: 1;
}
.mall-comment-main:after {
  border-right-color: #f8f8f8;
  margin-left: 1px;
  z-index: 2;
}
@media only screen and (min-width:641px) {
  .mall-comment-main {
    margin-left: 63px;
  }
}
.mall-comment-hd {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-comment-title {
  margin: 0 0 8px 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
.mall-comment-meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  font-size: 13px;
  color: #999999;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mall-comment-meta a {
  color: #999999;
}
.mall-comment-author {
  font-weight: bold;
  color: #999999;
}
.mall-comment-bd {
  padding: 15px;
  overflow: hidden;
}
.mall-comment-bd > :last-child {
  margin-bottom: 0;
}
.mall-comment-footer {
  padding: 0 15px 5px;
}
.mall-comment-footer .mall-comment-actions a + a {
  margin-left: 5px;
}
.mall-comment-actions {
  font-size: 13px;
  color: #999999;
}
.mall-comment-actions a {
  display: inline-block;
  padding: 10px 5px;
  line-height: 1;
  color: #999999;
  opacity: .7;
}
.mall-comment-actions a:hover {
  color: #0e90d2;
  opacity: 1;
}
.mall-comment-hd .mall-comment-actions {
  padding-right: .5rem;
}
.mall-comment-flip .mall-comment-avatar {
  float: right;
}
.mall-comment-flip .mall-comment-main {
  margin-left: auto;
  margin-right: 42px;
}
@media only screen and (min-width:641px) {
  .mall-comment-flip .mall-comment-main {
    margin-right: 63px;
  }
}
.mall-comment-flip .mall-comment-main:before,
.mall-comment-flip .mall-comment-main:after {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
}
.mall-comment-flip .mall-comment-main:before {
  border-left-color: #dedede;
}
.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
  margin-right: 1px;
  margin-left: auto;
}
.mall-comment-primary .mall-comment-avatar {
  border-color: #0e90d2;
}
.mall-comment-primary .mall-comment-main {
  border-color: #0e90d2;
}
.mall-comment-primary .mall-comment-main:before {
  border-right-color: #0e90d2;
}
.mall-comment-primary.mall-comment-flip .mall-comment-main:before {
  border-left-color: #0e90d2;
  border-right-color: transparent;
}
.mall-comment-primary.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
}
.mall-comment-secondary .mall-comment-avatar,
.mall-comment-highlight .mall-comment-avatar {
  border-color: #3bb4f2;
}
.mall-comment-secondary .mall-comment-main,
.mall-comment-highlight .mall-comment-main {
  border-color: #3bb4f2;
}
.mall-comment-secondary .mall-comment-main:before,
.mall-comment-highlight .mall-comment-main:before {
  border-right-color: #3bb4f2;
}
.mall-comment-secondary.mall-comment-flip .mall-comment-main:before,
.mall-comment-highlight.mall-comment-flip .mall-comment-main:before {
  border-left-color: #3bb4f2;
  border-right-color: transparent;
}
.mall-comment-secondary.mall-comment-flip .mall-comment-main:after,
.mall-comment-highlight.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
}
.mall-comment-success .mall-comment-avatar {
  border-color: #5eb95e;
}
.mall-comment-success .mall-comment-main {
  border-color: #5eb95e;
}
.mall-comment-success .mall-comment-main:before {
  border-right-color: #5eb95e;
}
.mall-comment-success.mall-comment-flip .mall-comment-main:before {
  border-left-color: #5eb95e;
  border-right-color: transparent;
}
.mall-comment-success.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
}
.mall-comment-warning .mall-comment-avatar {
  border-color: #F37B1D;
}
.mall-comment-warning .mall-comment-main {
  border-color: #F37B1D;
}
.mall-comment-warning .mall-comment-main:before {
  border-right-color: #F37B1D;
}
.mall-comment-warning.mall-comment-flip .mall-comment-main:before {
  border-left-color: #F37B1D;
  border-right-color: transparent;
}
.mall-comment-warning.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
}
.mall-comment-danger .mall-comment-avatar {
  border-color: #dd514c;
}
.mall-comment-danger .mall-comment-main {
  border-color: #dd514c;
}
.mall-comment-danger .mall-comment-main:before {
  border-right-color: #dd514c;
}
.mall-comment-danger.mall-comment-flip .mall-comment-main:before {
  border-left-color: #dd514c;
  border-right-color: transparent;
}
.mall-comment-danger.mall-comment-flip .mall-comment-main:after {
  border-left-color: #f8f8f8;
}
.mall-comments-list {
  padding: 0;
  list-style: none;
}
.mall-comments-list .mall-comment {
  margin: 1.6rem 0 0 0;
  list-style: none;
}
@media only screen and (min-width:641px) {
  .mall-comments-list-flip .mall-comment-main {
    margin-right: 64px;
  }
  .mall-comments-list-flip .mall-comment-flip .mall-comment-main {
    margin-left: 64px;
  }
}
/* ==========================================================================
   Component: Button Group
 ============================================================================ */
.mall-btn-group,
.mall-btn-group-stacked {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mall-btn-group > .mall-btn,
.mall-btn-group-stacked > .mall-btn {
  position: relative;
  float: left;
}
.mall-btn-group > .mall-btn:hover,
.mall-btn-group-stacked > .mall-btn:hover,
.mall-btn-group > .mall-btn:focus,
.mall-btn-group-stacked > .mall-btn:focus,
.mall-btn-group > .mall-btn:active,
.mall-btn-group-stacked > .mall-btn:active,
.mall-btn-group > .mall-btn.active,
.mall-btn-group-stacked > .mall-btn.active {
  z-index: 2;
}
.mall-btn-group > .mall-btn:focus,
.mall-btn-group-stacked > .mall-btn:focus {
  outline: 0;
}
.mall-btn-group .mall-btn + .mall-btn,
.mall-btn-group .mall-btn + .mall-btn-group,
.mall-btn-group .mall-btn-group + .mall-btn,
.mall-btn-group .mall-btn-group + .mall-btn-group {
  margin-left: -1px;
}
.mall-btn-toolbar {
  margin-left: -5px;
}
.mall-btn-toolbar:before,
.mall-btn-toolbar:after {
  content: " ";
  display: table;
}
.mall-btn-toolbar:after {
  clear: both;
}
.mall-btn-toolbar .mall-btn-group,
.mall-btn-toolbar .mall-input-group {
  float: left;
}
.mall-btn-toolbar > .mall-btn,
.mall-btn-toolbar > .mall-btn-group,
.mall-btn-toolbar > .mall-input-group {
  margin-left: 5px;
}
.mall-btn-group > .mall-btn:not(:first-child):not(:last-child):not(.mall-dropdown-toggle) {
  border-radius: 0;
}
.mall-btn-group > .mall-btn:first-child {
  margin-left: 0;
}
.mall-btn-group > .mall-btn:first-child:not(:last-child):not(.mall-dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mall-btn-group > .mall-btn:last-child:not(:first-child),
.mall-btn-group > .mall-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mall-btn-group > .mall-btn-group {
  float: left;
}
.mall-btn-group > .mall-btn-group:not(:first-child):not(:last-child) > .mall-btn {
  border-radius: 0;
}
.mall-btn-group > .mall-btn-group:first-child > .mall-btn:last-child,
.mall-btn-group > .mall-btn-group:first-child > .mall-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mall-btn-group > .mall-btn-group:last-child > .mall-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mall-btn-group-xs > .mall-btn {
  font-size: 1.2rem;
}
.mall-btn-group-sm > .mall-btn {
  font-size: 1.4rem;
}
.mall-btn-group-lg > .mall-btn {
  font-size: 1.8rem;
}
.mall-btn-group-stacked > .mall-btn,
.mall-btn-group-stacked > .mall-btn-group,
.mall-btn-group-stacked > .mall-btn-group > .mall-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.mall-btn-group-stacked > .mall-btn-group:before,
.mall-btn-group-stacked > .mall-btn-group:after {
  content: " ";
  display: table;
}
.mall-btn-group-stacked > .mall-btn-group:after {
  clear: both;
}
.mall-btn-group-stacked > .mall-btn-group > .mall-btn {
  float: none;
}
.mall-btn-group-stacked > .mall-btn + .mall-btn,
.mall-btn-group-stacked > .mall-btn + .mall-btn-group,
.mall-btn-group-stacked > .mall-btn-group + .mall-btn,
.mall-btn-group-stacked > .mall-btn-group + .mall-btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.mall-btn-group-stacked > .mall-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.mall-btn-group-stacked > .mall-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-btn-group-stacked > .mall-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mall-btn-group-stacked > .mall-btn-group:not(:first-child):not(:last-child) > .mall-btn {
  border-radius: 0;
}
.mall-btn-group-stacked > .mall-btn-group:first-child:not(:last-child) > .mall-btn:last-child,
.mall-btn-group-stacked > .mall-btn-group:first-child:not(:last-child) > .mall-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-btn-group-stacked > .mall-btn-group:last-child:not(:first-child) > .mall-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mall-btn-group-justify {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-btn-group-justify > .mall-btn,
.mall-btn-group-justify > .mall-btn-group {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mall-btn-group-justify > .mall-btn-group .mall-btn {
  width: 100%;
}
.lte9 .mall-btn-group-justify {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
.lte9 .mall-btn-group-justify > .mall-btn,
.lte9 .mall-btn-group-justify > .mall-btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.mall-btn-group .mall-dropdown {
  float: left;
  margin-left: -1px;
}
.mall-btn-group .mall-dropdown > .mall-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mall-btn-group .mall-active .mall-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mall-btn-group .mall-active .mall-dropdown-toggle.mall-btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mall-btn-group .mall-dropdown-toggle:active,
.mall-btn-group .mall-active .mall-dropdown-toggle {
  outline: 0;
}
[data-mall-button] > .mall-btn > input[type="radio"],
[data-mall-button] > .mall-btn > input[type="checkbox"],
.mall-btn-group-check > .mall-btn > input[type="radio"],
.mall-btn-group-check > .mall-btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* ==========================================================================
   Component: Close
 ============================================================================ */
.mall-close {
  display: inline-block;
  text-align: center;
  width: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mall-close:hover,
.mall-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  outline: none;
}
.mall-close[class*="mall-icon-"] {
  font-size: 16px;
}
button.mall-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  /* Needed for Sarari */
  border: 0;
  -webkit-appearance: none;
}
a.mall-close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifiers
 ============================================================================ */
.mall-close-alt {
  border-radius: 50%;
  background: #eee;
  opacity: 0.7;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  /* Hover */
}
.mall-close-alt:hover,
.mall-close-alt:focus {
  opacity: 1;
}
.mall-close-spin:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
/* ==========================================================================
   Component: Icon
 ============================================================================ */
/* Font-face
============================================================================= */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Component
============================================================================= */
[class*="mall-icon-"] {
  display: inline-block;
  font-style: normal;
}
[class*="mall-icon-"]:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mall-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
[class*="mall-icon-"].mall-fl {
  margin-right: .3em;
}
[class*="mall-icon-"].mall-fr {
  margin-left: .3em;
}
.mall-icon-sm:before {
  font-size: 150%;
  vertical-align: -10%;
}
.mall-icon-md:before {
  font-size: 200%;
  vertical-align: -16%;
}
.mall-icon-lg:before {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `.mall-icon-btn`
============================================================================= */
.mall-icon-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #eee;
  color: #555555;
  text-align: center;
  /**
   * Hover
   * 1. Apply hover style also to focus state
   * 2. Remove default focus style
   */
  /* Active */
}
.mall-icon-btn:hover,
.mall-icon-btn:focus {
  /* 1 */
  background-color: #f5f5f5;
  color: #333333;
  text-decoration: none;
  outline: none;
  /* 2 */
}
.mall-icon-btn:active {
  background-color: #ddd;
  color: #333333;
}
.mall-icon-btn.mall-primary,
.mall-icon-btn.mall-secondary,
.mall-icon-btn.mall-success,
.mall-icon-btn.mall-warning,
.mall-icon-btn.mall-danger {
  color: #fff;
}
.mall-icon-btn.mall-primary {
  background-color: #0e90d2;
}
.mall-icon-btn.mall-secondary {
  background-color: #3bb4f2;
}
.mall-icon-btn.mall-success {
  background-color: #5eb95e;
}
.mall-icon-btn.mall-warning {
  background-color: #F37B1D;
}
.mall-icon-btn.mall-danger {
  background-color: #dd514c;
}
.mall-icon-btn-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.mall-icon-btn-lg {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
}
/* Modifier: `.mall-icon-fw` Fixed width
============================================================================= */
.mall-icon-fw {
  width: 1.25em;
  text-align: center;
}
/* Icon mapping
============================================================================= */
.mall-icon-glass:before {
  content: "\f000";
}
.mall-icon-music:before {
  content: "\f001";
}
.mall-icon-search:before {
  content: "\f002";
}
.mall-icon-envelope-o:before {
  content: "\f003";
}
.mall-icon-heart:before {
  content: "\f004";
}
.mall-icon-star:before {
  content: "\f005";
}
.mall-icon-star-o:before {
  content: "\f006";
}
.mall-icon-user:before {
  content: "\f007";
}
.mall-icon-film:before {
  content: "\f008";
}
.mall-icon-th-large:before {
  content: "\f009";
}
.mall-icon-th:before {
  content: "\f00a";
}
.mall-icon-th-list:before {
  content: "\f00b";
}
.mall-icon-check:before {
  content: "\f00c";
}
.mall-icon-remove:before,
.mall-icon-close:before,
.mall-icon-times:before {
  content: "\f00d";
}
.mall-icon-search-plus:before {
  content: "\f00e";
}
.mall-icon-search-minus:before {
  content: "\f010";
}
.mall-icon-power-off:before {
  content: "\f011";
}
.mall-icon-signal:before {
  content: "\f012";
}
.mall-icon-gear:before,
.mall-icon-cog:before {
  content: "\f013";
}
.mall-icon-trash-o:before {
  content: "\f014";
}
.mall-icon-home:before {
  content: "\f015";
}
.mall-icon-file-o:before {
  content: "\f016";
}
.mall-icon-clock-o:before {
  content: "\f017";
}
.mall-icon-road:before {
  content: "\f018";
}
.mall-icon-download:before {
  content: "\f019";
}
.mall-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.mall-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.mall-icon-inbox:before {
  content: "\f01c";
}
.mall-icon-play-circle-o:before {
  content: "\f01d";
}
.mall-icon-rotate-right:before,
.mall-icon-repeat:before {
  content: "\f01e";
}
.mall-icon-refresh:before {
  content: "\f021";
}
.mall-icon-list-alt:before {
  content: "\f022";
}
.mall-icon-lock:before {
  content: "\f023";
}
.mall-icon-flag:before {
  content: "\f024";
}
.mall-icon-headphones:before {
  content: "\f025";
}
.mall-icon-volume-off:before {
  content: "\f026";
}
.mall-icon-volume-down:before {
  content: "\f027";
}
.mall-icon-volume-up:before {
  content: "\f028";
}
.mall-icon-qrcode:before {
  content: "\f029";
}
.mall-icon-barcode:before {
  content: "\f02a";
}
.mall-icon-tag:before {
  content: "\f02b";
}
.mall-icon-tags:before {
  content: "\f02c";
}
.mall-icon-book:before {
  content: "\f02d";
}
.mall-icon-bookmark:before {
  content: "\f02e";
}
.mall-icon-print:before {
  content: "\f02f";
}
.mall-icon-camera:before {
  content: "\f030";
}
.mall-icon-font:before {
  content: "\f031";
}
.mall-icon-bold:before {
  content: "\f032";
}
.mall-icon-italic:before {
  content: "\f033";
}
.mall-icon-text-height:before {
  content: "\f034";
}
.mall-icon-text-width:before {
  content: "\f035";
}
.mall-icon-align-left:before {
  content: "\f036";
}
.mall-icon-align-center:before {
  content: "\f037";
}
.mall-icon-align-right:before {
  content: "\f038";
}
.mall-icon-align-justify:before {
  content: "\f039";
}
.mall-icon-list:before {
  content: "\f03a";
}
.mall-icon-dedent:before,
.mall-icon-outdent:before {
  content: "\f03b";
}
.mall-icon-indent:before {
  content: "\f03c";
}
.mall-icon-video-camera:before {
  content: "\f03d";
}
.mall-icon-photo:before,
.mall-icon-image:before,
.mall-icon-picture-o:before {
  content: "\f03e";
}
.mall-icon-pencil:before {
  content: "\f040";
}
.mall-icon-map-marker:before {
  content: "\f041";
}
.mall-icon-adjust:before {
  content: "\f042";
}
.mall-icon-tint:before {
  content: "\f043";
}
.mall-icon-edit:before,
.mall-icon-pencil-square-o:before {
  content: "\f044";
}
.mall-icon-share-square-o:before {
  content: "\f045";
}
.mall-icon-check-square-o:before {
  content: "\f046";
}
.mall-icon-arrows:before {
  content: "\f047";
}
.mall-icon-step-backward:before {
  content: "\f048";
}
.mall-icon-fast-backward:before {
  content: "\f049";
}
.mall-icon-backward:before {
  content: "\f04a";
}
.mall-icon-play:before {
  content: "\f04b";
}
.mall-icon-pause:before {
  content: "\f04c";
}
.mall-icon-stop:before {
  content: "\f04d";
}
.mall-icon-forward:before {
  content: "\f04e";
}
.mall-icon-fast-forward:before {
  content: "\f050";
}
.mall-icon-step-forward:before {
  content: "\f051";
}
.mall-icon-eject:before {
  content: "\f052";
}
.mall-icon-chevron-left:before {
  content: "\f053";
}
.mall-icon-chevron-right:before {
  content: "\f054";
}
.mall-icon-plus-circle:before {
  content: "\f055";
}
.mall-icon-minus-circle:before {
  content: "\f056";
}
.mall-icon-times-circle:before {
  content: "\f057";
}
.mall-icon-check-circle:before {
  content: "\f058";
}
.mall-icon-question-circle:before {
  content: "\f059";
}
.mall-icon-info-circle:before {
  content: "\f05a";
}
.mall-icon-crosshairs:before {
  content: "\f05b";
}
.mall-icon-times-circle-o:before {
  content: "\f05c";
}
.mall-icon-check-circle-o:before {
  content: "\f05d";
}
.mall-icon-ban:before {
  content: "\f05e";
}
.mall-icon-arrow-left:before {
  content: "\f060";
}
.mall-icon-arrow-right:before {
  content: "\f061";
}
.mall-icon-arrow-up:before {
  content: "\f062";
}
.mall-icon-arrow-down:before {
  content: "\f063";
}
.mall-icon-mail-forward:before,
.mall-icon-share:before {
  content: "\f064";
}
.mall-icon-expand:before {
  content: "\f065";
}
.mall-icon-compress:before {
  content: "\f066";
}
.mall-icon-plus:before {
  content: "\f067";
}
.mall-icon-minus:before {
  content: "\f068";
}
.mall-icon-asterisk:before {
  content: "\f069";
}
.mall-icon-exclamation-circle:before {
  content: "\f06a";
}
.mall-icon-gift:before {
  content: "\f06b";
}
.mall-icon-leaf:before {
  content: "\f06c";
}
.mall-icon-fire:before {
  content: "\f06d";
}
.mall-icon-eye:before {
  content: "\f06e";
}
.mall-icon-eye-slash:before {
  content: "\f070";
}
.mall-icon-warning:before,
.mall-icon-exclamation-triangle:before {
  content: "\f071";
}
.mall-icon-plane:before {
  content: "\f072";
}
.mall-icon-calendar:before {
  content: "\f073";
}
.mall-icon-random:before {
  content: "\f074";
}
.mall-icon-comment:before {
  content: "\f075";
}
.mall-icon-magnet:before {
  content: "\f076";
}
.mall-icon-chevron-up:before {
  content: "\f077";
}
.mall-icon-chevron-down:before {
  content: "\f078";
}
.mall-icon-retweet:before {
  content: "\f079";
}
.mall-icon-shopping-cart:before {
  content: "\f07a";
}
.mall-icon-folder:before {
  content: "\f07b";
}
.mall-icon-folder-open:before {
  content: "\f07c";
}
.mall-icon-arrows-v:before {
  content: "\f07d";
}
.mall-icon-arrows-h:before {
  content: "\f07e";
}
.mall-icon-bar-chart-o:before,
.mall-icon-bar-chart:before {
  content: "\f080";
}
.mall-icon-twitter-square:before {
  content: "\f081";
}
.mall-icon-facebook-square:before {
  content: "\f082";
}
.mall-icon-camera-retro:before {
  content: "\f083";
}
.mall-icon-key:before {
  content: "\f084";
}
.mall-icon-gears:before,
.mall-icon-cogs:before {
  content: "\f085";
}
.mall-icon-comments:before {
  content: "\f086";
}
.mall-icon-thumbs-o-up:before {
  content: "\f087";
}
.mall-icon-thumbs-o-down:before {
  content: "\f088";
}
.mall-icon-star-half:before {
  content: "\f089";
}
.mall-icon-heart-o:before {
  content: "\f08a";
}
.mall-icon-sign-out:before {
  content: "\f08b";
}
.mall-icon-linkedin-square:before {
  content: "\f08c";
}
.mall-icon-thumb-tack:before {
  content: "\f08d";
}
.mall-icon-external-link:before {
  content: "\f08e";
}
.mall-icon-sign-in:before {
  content: "\f090";
}
.mall-icon-trophy:before {
  content: "\f091";
}
.mall-icon-github-square:before {
  content: "\f092";
}
.mall-icon-upload:before {
  content: "\f093";
}
.mall-icon-lemon-o:before {
  content: "\f094";
}
.mall-icon-phone:before {
  content: "\f095";
}
.mall-icon-square-o:before {
  content: "\f096";
}
.mall-icon-bookmark-o:before {
  content: "\f097";
}
.mall-icon-phone-square:before {
  content: "\f098";
}
.mall-icon-twitter:before {
  content: "\f099";
}
.mall-icon-facebook-f:before,
.mall-icon-facebook:before {
  content: "\f09a";
}
.mall-icon-github:before {
  content: "\f09b";
}
.mall-icon-unlock:before {
  content: "\f09c";
}
.mall-icon-credit-card:before {
  content: "\f09d";
}
.mall-icon-feed:before,
.mall-icon-rss:before {
  content: "\f09e";
}
.mall-icon-hdd-o:before {
  content: "\f0a0";
}
.mall-icon-bullhorn:before {
  content: "\f0a1";
}
.mall-icon-bell:before {
  content: "\f0f3";
}
.mall-icon-certificate:before {
  content: "\f0a3";
}
.mall-icon-hand-o-right:before {
  content: "\f0a4";
}
.mall-icon-hand-o-left:before {
  content: "\f0a5";
}
.mall-icon-hand-o-up:before {
  content: "\f0a6";
}
.mall-icon-hand-o-down:before {
  content: "\f0a7";
}
.mall-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.mall-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.mall-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.mall-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.mall-icon-globe:before {
  content: "\f0ac";
}
.mall-icon-wrench:before {
  content: "\f0ad";
}
.mall-icon-tasks:before {
  content: "\f0ae";
}
.mall-icon-filter:before {
  content: "\f0b0";
}
.mall-icon-briefcase:before {
  content: "\f0b1";
}
.mall-icon-arrows-alt:before {
  content: "\f0b2";
}
.mall-icon-group:before,
.mall-icon-users:before {
  content: "\f0c0";
}
.mall-icon-chain:before,
.mall-icon-link:before {
  content: "\f0c1";
}
.mall-icon-cloud:before {
  content: "\f0c2";
}
.mall-icon-flask:before {
  content: "\f0c3";
}
.mall-icon-cut:before,
.mall-icon-scissors:before {
  content: "\f0c4";
}
.mall-icon-copy:before,
.mall-icon-files-o:before {
  content: "\f0c5";
}
.mall-icon-paperclip:before {
  content: "\f0c6";
}
.mall-icon-save:before,
.mall-icon-floppy-o:before {
  content: "\f0c7";
}
.mall-icon-square:before {
  content: "\f0c8";
}
.mall-icon-navicon:before,
.mall-icon-reorder:before,
.mall-icon-bars:before {
  content: "\f0c9";
}
.mall-icon-list-ul:before {
  content: "\f0ca";
}
.mall-icon-list-ol:before {
  content: "\f0cb";
}
.mall-icon-strikethrough:before {
  content: "\f0cc";
}
.mall-icon-underline:before {
  content: "\f0cd";
}
.mall-icon-table:before {
  content: "\f0ce";
}
.mall-icon-magic:before {
  content: "\f0d0";
}
.mall-icon-truck:before {
  content: "\f0d1";
}
.mall-icon-pinterest:before {
  content: "\f0d2";
}
.mall-icon-pinterest-square:before {
  content: "\f0d3";
}
.mall-icon-google-plus-square:before {
  content: "\f0d4";
}
.mall-icon-google-plus:before {
  content: "\f0d5";
}
.mall-icon-money:before {
  content: "\f0d6";
}
.mall-icon-caret-down:before {
  content: "\f0d7";
}
.mall-icon-caret-up:before {
  content: "\f0d8";
}
.mall-icon-caret-left:before {
  content: "\f0d9";
}
.mall-icon-caret-right:before {
  content: "\f0da";
}
.mall-icon-columns:before {
  content: "\f0db";
}
.mall-icon-unsorted:before,
.mall-icon-sort:before {
  content: "\f0dc";
}
.mall-icon-sort-down:before,
.mall-icon-sort-desc:before {
  content: "\f0dd";
}
.mall-icon-sort-up:before,
.mall-icon-sort-asc:before {
  content: "\f0de";
}
.mall-icon-envelope:before {
  content: "\f0e0";
}
.mall-icon-linkedin:before {
  content: "\f0e1";
}
.mall-icon-rotate-left:before,
.mall-icon-undo:before {
  content: "\f0e2";
}
.mall-icon-legal:before,
.mall-icon-gavel:before {
  content: "\f0e3";
}
.mall-icon-dashboard:before,
.mall-icon-tachometer:before {
  content: "\f0e4";
}
.mall-icon-comment-o:before {
  content: "\f0e5";
}
.mall-icon-comments-o:before {
  content: "\f0e6";
}
.mall-icon-flash:before,
.mall-icon-bolt:before {
  content: "\f0e7";
}
.mall-icon-sitemap:before {
  content: "\f0e8";
}
.mall-icon-umbrella:before {
  content: "\f0e9";
}
.mall-icon-paste:before,
.mall-icon-clipboard:before {
  content: "\f0ea";
}
.mall-icon-lightbulb-o:before {
  content: "\f0eb";
}
.mall-icon-exchange:before {
  content: "\f0ec";
}
.mall-icon-cloud-download:before {
  content: "\f0ed";
}
.mall-icon-cloud-upload:before {
  content: "\f0ee";
}
.mall-icon-user-md:before {
  content: "\f0f0";
}
.mall-icon-stethoscope:before {
  content: "\f0f1";
}
.mall-icon-suitcase:before {
  content: "\f0f2";
}
.mall-icon-bell-o:before {
  content: "\f0a2";
}
.mall-icon-coffee:before {
  content: "\f0f4";
}
.mall-icon-cutlery:before {
  content: "\f0f5";
}
.mall-icon-file-text-o:before {
  content: "\f0f6";
}
.mall-icon-building-o:before {
  content: "\f0f7";
}
.mall-icon-hospital-o:before {
  content: "\f0f8";
}
.mall-icon-ambulance:before {
  content: "\f0f9";
}
.mall-icon-medkit:before {
  content: "\f0fa";
}
.mall-icon-fighter-jet:before {
  content: "\f0fb";
}
.mall-icon-beer:before {
  content: "\f0fc";
}
.mall-icon-h-square:before {
  content: "\f0fd";
}
.mall-icon-plus-square:before {
  content: "\f0fe";
}
.mall-icon-angle-double-left:before {
  content: "\f100";
}
.mall-icon-angle-double-right:before {
  content: "\f101";
}
.mall-icon-angle-double-up:before {
  content: "\f102";
}
.mall-icon-angle-double-down:before {
  content: "\f103";
}
.mall-icon-angle-left:before {
  content: "\f104";
}
.mall-icon-angle-right:before {
  content: "\f105";
}
.mall-icon-angle-up:before {
  content: "\f106";
}
.mall-icon-angle-down:before {
  content: "\f107";
}
.mall-icon-desktop:before {
  content: "\f108";
}
.mall-icon-laptop:before {
  content: "\f109";
}
.mall-icon-tablet:before {
  content: "\f10a";
}
.mall-icon-mobile-phone:before,
.mall-icon-mobile:before {
  content: "\f10b";
}
.mall-icon-circle-o:before {
  content: "\f10c";
}
.mall-icon-quote-left:before {
  content: "\f10d";
}
.mall-icon-quote-right:before {
  content: "\f10e";
}
.mall-icon-spinner:before {
  content: "\f110";
}
.mall-icon-circle:before {
  content: "\f111";
}
.mall-icon-mail-reply:before,
.mall-icon-reply:before {
  content: "\f112";
}
.mall-icon-github-alt:before {
  content: "\f113";
}
.mall-icon-folder-o:before {
  content: "\f114";
}
.mall-icon-folder-open-o:before {
  content: "\f115";
}
.mall-icon-smile-o:before {
  content: "\f118";
}
.mall-icon-frown-o:before {
  content: "\f119";
}
.mall-icon-meh-o:before {
  content: "\f11a";
}
.mall-icon-gamepad:before {
  content: "\f11b";
}
.mall-icon-keyboard-o:before {
  content: "\f11c";
}
.mall-icon-flag-o:before {
  content: "\f11d";
}
.mall-icon-flag-checkered:before {
  content: "\f11e";
}
.mall-icon-terminal:before {
  content: "\f120";
}
.mall-icon-code:before {
  content: "\f121";
}
.mall-icon-mail-reply-all:before,
.mall-icon-reply-all:before {
  content: "\f122";
}
.mall-icon-star-half-empty:before,
.mall-icon-star-half-full:before,
.mall-icon-star-half-o:before {
  content: "\f123";
}
.mall-icon-location-arrow:before {
  content: "\f124";
}
.mall-icon-crop:before {
  content: "\f125";
}
.mall-icon-code-fork:before {
  content: "\f126";
}
.mall-icon-unlink:before,
.mall-icon-chain-broken:before {
  content: "\f127";
}
.mall-icon-question:before {
  content: "\f128";
}
.mall-icon-info:before {
  content: "\f129";
}
.mall-icon-exclamation:before {
  content: "\f12a";
}
.mall-icon-superscript:before {
  content: "\f12b";
}
.mall-icon-subscript:before {
  content: "\f12c";
}
.mall-icon-eraser:before {
  content: "\f12d";
}
.mall-icon-puzzle-piece:before {
  content: "\f12e";
}
.mall-icon-microphone:before {
  content: "\f130";
}
.mall-icon-microphone-slash:before {
  content: "\f131";
}
.mall-icon-shield:before {
  content: "\f132";
}
.mall-icon-calendar-o:before {
  content: "\f133";
}
.mall-icon-fire-extinguisher:before {
  content: "\f134";
}
.mall-icon-rocket:before {
  content: "\f135";
}
.mall-icon-maxcdn:before {
  content: "\f136";
}
.mall-icon-chevron-circle-left:before {
  content: "\f137";
}
.mall-icon-chevron-circle-right:before {
  content: "\f138";
}
.mall-icon-chevron-circle-up:before {
  content: "\f139";
}
.mall-icon-chevron-circle-down:before {
  content: "\f13a";
}
.mall-icon-html5:before {
  content: "\f13b";
}
.mall-icon-css3:before {
  content: "\f13c";
}
.mall-icon-anchor:before {
  content: "\f13d";
}
.mall-icon-unlock-alt:before {
  content: "\f13e";
}
.mall-icon-bullseye:before {
  content: "\f140";
}
.mall-icon-ellipsis-h:before {
  content: "\f141";
}
.mall-icon-ellipsis-v:before {
  content: "\f142";
}
.mall-icon-rss-square:before {
  content: "\f143";
}
.mall-icon-play-circle:before {
  content: "\f144";
}
.mall-icon-ticket:before {
  content: "\f145";
}
.mall-icon-minus-square:before {
  content: "\f146";
}
.mall-icon-minus-square-o:before {
  content: "\f147";
}
.mall-icon-level-up:before {
  content: "\f148";
}
.mall-icon-level-down:before {
  content: "\f149";
}
.mall-icon-check-square:before {
  content: "\f14a";
}
.mall-icon-pencil-square:before {
  content: "\f14b";
}
.mall-icon-external-link-square:before {
  content: "\f14c";
}
.mall-icon-share-square:before {
  content: "\f14d";
}
.mall-icon-compass:before {
  content: "\f14e";
}
.mall-icon-toggle-down:before,
.mall-icon-caret-square-o-down:before {
  content: "\f150";
}
.mall-icon-toggle-up:before,
.mall-icon-caret-square-o-up:before {
  content: "\f151";
}
.mall-icon-toggle-right:before,
.mall-icon-caret-square-o-right:before {
  content: "\f152";
}
.mall-icon-euro:before,
.mall-icon-eur:before {
  content: "\f153";
}
.mall-icon-gbp:before {
  content: "\f154";
}
.mall-icon-dollar:before,
.mall-icon-usd:before {
  content: "\f155";
}
.mall-icon-rupee:before,
.mall-icon-inr:before {
  content: "\f156";
}
.mall-icon-cny:before,
.mall-icon-rmb:before,
.mall-icon-yen:before,
.mall-icon-jpy:before {
  content: "\f157";
}
.mall-icon-ruble:before,
.mall-icon-rouble:before,
.mall-icon-rub:before {
  content: "\f158";
}
.mall-icon-won:before,
.mall-icon-krw:before {
  content: "\f159";
}
.mall-icon-bitcoin:before,
.mall-icon-btc:before {
  content: "\f15a";
}
.mall-icon-file:before {
  content: "\f15b";
}
.mall-icon-file-text:before {
  content: "\f15c";
}
.mall-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.mall-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.mall-icon-sort-amount-asc:before {
  content: "\f160";
}
.mall-icon-sort-amount-desc:before {
  content: "\f161";
}
.mall-icon-sort-numeric-asc:before {
  content: "\f162";
}
.mall-icon-sort-numeric-desc:before {
  content: "\f163";
}
.mall-icon-thumbs-up:before {
  content: "\f164";
}
.mall-icon-thumbs-down:before {
  content: "\f165";
}
.mall-icon-youtube-square:before {
  content: "\f166";
}
.mall-icon-youtube:before {
  content: "\f167";
}
.mall-icon-xing:before {
  content: "\f168";
}
.mall-icon-xing-square:before {
  content: "\f169";
}
.mall-icon-youtube-play:before {
  content: "\f16a";
}
.mall-icon-dropbox:before {
  content: "\f16b";
}
.mall-icon-stack-overflow:before {
  content: "\f16c";
}
.mall-icon-instagram:before {
  content: "\f16d";
}
.mall-icon-flickr:before {
  content: "\f16e";
}
.mall-icon-adn:before {
  content: "\f170";
}
.mall-icon-bitbucket:before {
  content: "\f171";
}
.mall-icon-bitbucket-square:before {
  content: "\f172";
}
.mall-icon-tumblr:before {
  content: "\f173";
}
.mall-icon-tumblr-square:before {
  content: "\f174";
}
.mall-icon-long-arrow-down:before {
  content: "\f175";
}
.mall-icon-long-arrow-up:before {
  content: "\f176";
}
.mall-icon-long-arrow-left:before {
  content: "\f177";
}
.mall-icon-long-arrow-right:before {
  content: "\f178";
}
.mall-icon-apple:before {
  content: "\f179";
}
.mall-icon-windows:before {
  content: "\f17a";
}
.mall-icon-android:before {
  content: "\f17b";
}
.mall-icon-linux:before {
  content: "\f17c";
}
.mall-icon-dribbble:before {
  content: "\f17d";
}
.mall-icon-skype:before {
  content: "\f17e";
}
.mall-icon-foursquare:before {
  content: "\f180";
}
.mall-icon-trello:before {
  content: "\f181";
}
.mall-icon-female:before {
  content: "\f182";
}
.mall-icon-male:before {
  content: "\f183";
}
.mall-icon-gittip:before,
.mall-icon-gratipay:before {
  content: "\f184";
}
.mall-icon-sun-o:before {
  content: "\f185";
}
.mall-icon-moon-o:before {
  content: "\f186";
}
.mall-icon-archive:before {
  content: "\f187";
}
.mall-icon-bug:before {
  content: "\f188";
}
.mall-icon-vk:before {
  content: "\f189";
}
.mall-icon-weibo:before {
  content: "\f18a";
}
.mall-icon-renren:before {
  content: "\f18b";
}
.mall-icon-pagelines:before {
  content: "\f18c";
}
.mall-icon-stack-exchange:before {
  content: "\f18d";
}
.mall-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.mall-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.mall-icon-toggle-left:before,
.mall-icon-caret-square-o-left:before {
  content: "\f191";
}
.mall-icon-dot-circle-o:before {
  content: "\f192";
}
.mall-icon-wheelchair:before {
  content: "\f193";
}
.mall-icon-vimeo-square:before {
  content: "\f194";
}
.mall-icon-turkish-lira:before,
.mall-icon-try:before {
  content: "\f195";
}
.mall-icon-plus-square-o:before {
  content: "\f196";
}
.mall-icon-space-shuttle:before {
  content: "\f197";
}
.mall-icon-slack:before {
  content: "\f198";
}
.mall-icon-envelope-square:before {
  content: "\f199";
}
.mall-icon-wordpress:before {
  content: "\f19a";
}
.mall-icon-openid:before {
  content: "\f19b";
}
.mall-icon-institution:before,
.mall-icon-bank:before,
.mall-icon-university:before {
  content: "\f19c";
}
.mall-icon-mortar-board:before,
.mall-icon-graduation-cap:before {
  content: "\f19d";
}
.mall-icon-yahoo:before {
  content: "\f19e";
}
.mall-icon-google:before {
  content: "\f1a0";
}
.mall-icon-reddit:before {
  content: "\f1a1";
}
.mall-icon-reddit-square:before {
  content: "\f1a2";
}
.mall-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.mall-icon-stumbleupon:before {
  content: "\f1a4";
}
.mall-icon-delicious:before {
  content: "\f1a5";
}
.mall-icon-digg:before {
  content: "\f1a6";
}
.mall-icon-pied-piper:before {
  content: "\f1a7";
}
.mall-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.mall-icon-drupal:before {
  content: "\f1a9";
}
.mall-icon-joomla:before {
  content: "\f1aa";
}
.mall-icon-language:before {
  content: "\f1ab";
}
.mall-icon-fax:before {
  content: "\f1ac";
}
.mall-icon-building:before {
  content: "\f1ad";
}
.mall-icon-child:before {
  content: "\f1ae";
}
.mall-icon-paw:before {
  content: "\f1b0";
}
.mall-icon-spoon:before {
  content: "\f1b1";
}
.mall-icon-cube:before {
  content: "\f1b2";
}
.mall-icon-cubes:before {
  content: "\f1b3";
}
.mall-icon-behance:before {
  content: "\f1b4";
}
.mall-icon-behance-square:before {
  content: "\f1b5";
}
.mall-icon-steam:before {
  content: "\f1b6";
}
.mall-icon-stemall-square:before {
  content: "\f1b7";
}
.mall-icon-recycle:before {
  content: "\f1b8";
}
.mall-icon-automobile:before,
.mall-icon-car:before {
  content: "\f1b9";
}
.mall-icon-cab:before,
.mall-icon-taxi:before {
  content: "\f1ba";
}
.mall-icon-tree:before {
  content: "\f1bb";
}
.mall-icon-spotify:before {
  content: "\f1bc";
}
.mall-icon-deviantart:before {
  content: "\f1bd";
}
.mall-icon-soundcloud:before {
  content: "\f1be";
}
.mall-icon-database:before {
  content: "\f1c0";
}
.mall-icon-file-pdf-o:before {
  content: "\f1c1";
}
.mall-icon-file-word-o:before {
  content: "\f1c2";
}
.mall-icon-file-excel-o:before {
  content: "\f1c3";
}
.mall-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.mall-icon-file-photo-o:before,
.mall-icon-file-picture-o:before,
.mall-icon-file-image-o:before {
  content: "\f1c5";
}
.mall-icon-file-zip-o:before,
.mall-icon-file-archive-o:before {
  content: "\f1c6";
}
.mall-icon-file-sound-o:before,
.mall-icon-file-audio-o:before {
  content: "\f1c7";
}
.mall-icon-file-movie-o:before,
.mall-icon-file-video-o:before {
  content: "\f1c8";
}
.mall-icon-file-code-o:before {
  content: "\f1c9";
}
.mall-icon-vine:before {
  content: "\f1ca";
}
.mall-icon-codepen:before {
  content: "\f1cb";
}
.mall-icon-jsfiddle:before {
  content: "\f1cc";
}
.mall-icon-life-bouy:before,
.mall-icon-life-buoy:before,
.mall-icon-life-saver:before,
.mall-icon-support:before,
.mall-icon-life-ring:before {
  content: "\f1cd";
}
.mall-icon-circle-o-notch:before {
  content: "\f1ce";
}
.mall-icon-ra:before,
.mall-icon-rebel:before {
  content: "\f1d0";
}
.mall-icon-ge:before,
.mall-icon-empire:before {
  content: "\f1d1";
}
.mall-icon-git-square:before {
  content: "\f1d2";
}
.mall-icon-git:before {
  content: "\f1d3";
}
.mall-icon-y-combinator-square:before,
.mall-icon-yc-square:before,
.mall-icon-hacker-news:before {
  content: "\f1d4";
}
.mall-icon-tencent-weibo:before {
  content: "\f1d5";
}
.mall-icon-qq:before {
  content: "\f1d6";
}
.mall-icon-wechat:before,
.mall-icon-weixin:before {
  content: "\f1d7";
}
.mall-icon-send:before,
.mall-icon-paper-plane:before {
  content: "\f1d8";
}
.mall-icon-send-o:before,
.mall-icon-paper-plane-o:before {
  content: "\f1d9";
}
.mall-icon-history:before {
  content: "\f1da";
}
.mall-icon-circle-thin:before {
  content: "\f1db";
}
.mall-icon-header:before {
  content: "\f1dc";
}
.mall-icon-paragraph:before {
  content: "\f1dd";
}
.mall-icon-sliders:before {
  content: "\f1de";
}
.mall-icon-share-alt:before {
  content: "\f1e0";
}
.mall-icon-share-alt-square:before {
  content: "\f1e1";
}
.mall-icon-bomb:before {
  content: "\f1e2";
}
.mall-icon-soccer-ball-o:before,
.mall-icon-futbol-o:before {
  content: "\f1e3";
}
.mall-icon-tty:before {
  content: "\f1e4";
}
.mall-icon-binoculars:before {
  content: "\f1e5";
}
.mall-icon-plug:before {
  content: "\f1e6";
}
.mall-icon-slideshare:before {
  content: "\f1e7";
}
.mall-icon-twitch:before {
  content: "\f1e8";
}
.mall-icon-yelp:before {
  content: "\f1e9";
}
.mall-icon-newspaper-o:before {
  content: "\f1ea";
}
.mall-icon-wifi:before {
  content: "\f1eb";
}
.mall-icon-calculator:before {
  content: "\f1ec";
}
.mall-icon-paypal:before {
  content: "\f1ed";
}
.mall-icon-google-wallet:before {
  content: "\f1ee";
}
.mall-icon-cc-visa:before {
  content: "\f1f0";
}
.mall-icon-cc-mastercard:before {
  content: "\f1f1";
}
.mall-icon-cc-discover:before {
  content: "\f1f2";
}
.mall-icon-cc-amex:before {
  content: "\f1f3";
}
.mall-icon-cc-paypal:before {
  content: "\f1f4";
}
.mall-icon-cc-stripe:before {
  content: "\f1f5";
}
.mall-icon-bell-slash:before {
  content: "\f1f6";
}
.mall-icon-bell-slash-o:before {
  content: "\f1f7";
}
.mall-icon-trash:before {
  content: "\f1f8";
}
.mall-icon-copyright:before {
  content: "\f1f9";
}
.mall-icon-at:before {
  content: "\f1fa";
}
.mall-icon-eyedropper:before {
  content: "\f1fb";
}
.mall-icon-paint-brush:before {
  content: "\f1fc";
}
.mall-icon-birthday-cake:before {
  content: "\f1fd";
}
.mall-icon-area-chart:before {
  content: "\f1fe";
}
.mall-icon-pie-chart:before {
  content: "\f200";
}
.mall-icon-line-chart:before {
  content: "\f201";
}
.mall-icon-lastfm:before {
  content: "\f202";
}
.mall-icon-lastfm-square:before {
  content: "\f203";
}
.mall-icon-toggle-off:before {
  content: "\f204";
}
.mall-icon-toggle-on:before {
  content: "\f205";
}
.mall-icon-bicycle:before {
  content: "\f206";
}
.mall-icon-bus:before {
  content: "\f207";
}
.mall-icon-ioxhost:before {
  content: "\f208";
}
.mall-icon-angellist:before {
  content: "\f209";
}
.mall-icon-cc:before {
  content: "\f20a";
}
.mall-icon-shekel:before,
.mall-icon-sheqel:before,
.mall-icon-ils:before {
  content: "\f20b";
}
.mall-icon-meanpath:before {
  content: "\f20c";
}
.mall-icon-buysellads:before {
  content: "\f20d";
}
.mall-icon-connectdevelop:before {
  content: "\f20e";
}
.mall-icon-dashcube:before {
  content: "\f210";
}
.mall-icon-forumbee:before {
  content: "\f211";
}
.mall-icon-leanpub:before {
  content: "\f212";
}
.mall-icon-sellsy:before {
  content: "\f213";
}
.mall-icon-shirtsinbulk:before {
  content: "\f214";
}
.mall-icon-simplybuilt:before {
  content: "\f215";
}
.mall-icon-skyatlas:before {
  content: "\f216";
}
.mall-icon-cart-plus:before {
  content: "\f217";
}
.mall-icon-cart-arrow-down:before {
  content: "\f218";
}
.mall-icon-diamond:before {
  content: "\f219";
}
.mall-icon-ship:before {
  content: "\f21a";
}
.mall-icon-user-secret:before {
  content: "\f21b";
}
.mall-icon-motorcycle:before {
  content: "\f21c";
}
.mall-icon-street-view:before {
  content: "\f21d";
}
.mall-icon-heartbeat:before {
  content: "\f21e";
}
.mall-icon-venus:before {
  content: "\f221";
}
.mall-icon-mars:before {
  content: "\f222";
}
.mall-icon-mercury:before {
  content: "\f223";
}
.mall-icon-intersex:before,
.mall-icon-transgender:before {
  content: "\f224";
}
.mall-icon-transgender-alt:before {
  content: "\f225";
}
.mall-icon-venus-double:before {
  content: "\f226";
}
.mall-icon-mars-double:before {
  content: "\f227";
}
.mall-icon-venus-mars:before {
  content: "\f228";
}
.mall-icon-mars-stroke:before {
  content: "\f229";
}
.mall-icon-mars-stroke-v:before {
  content: "\f22a";
}
.mall-icon-mars-stroke-h:before {
  content: "\f22b";
}
.mall-icon-neuter:before {
  content: "\f22c";
}
.mall-icon-genderless:before {
  content: "\f22d";
}
.mall-icon-facebook-official:before {
  content: "\f230";
}
.mall-icon-pinterest-p:before {
  content: "\f231";
}
.mall-icon-whatsapp:before {
  content: "\f232";
}
.mall-icon-server:before {
  content: "\f233";
}
.mall-icon-user-plus:before {
  content: "\f234";
}
.mall-icon-user-times:before {
  content: "\f235";
}
.mall-icon-hotel:before,
.mall-icon-bed:before {
  content: "\f236";
}
.mall-icon-viacoin:before {
  content: "\f237";
}
.mall-icon-train:before {
  content: "\f238";
}
.mall-icon-subway:before {
  content: "\f239";
}
.mall-icon-medium:before {
  content: "\f23a";
}
.mall-icon-yc:before,
.mall-icon-y-combinator:before {
  content: "\f23b";
}
.mall-icon-optin-monster:before {
  content: "\f23c";
}
.mall-icon-opencart:before {
  content: "\f23d";
}
.mall-icon-expeditedssl:before {
  content: "\f23e";
}
.mall-icon-battery-4:before,
.mall-icon-battery-full:before {
  content: "\f240";
}
.mall-icon-battery-3:before,
.mall-icon-battery-three-quarters:before {
  content: "\f241";
}
.mall-icon-battery-2:before,
.mall-icon-battery-half:before {
  content: "\f242";
}
.mall-icon-battery-1:before,
.mall-icon-battery-quarter:before {
  content: "\f243";
}
.mall-icon-battery-0:before,
.mall-icon-battery-empty:before {
  content: "\f244";
}
.mall-icon-mouse-pointer:before {
  content: "\f245";
}
.mall-icon-i-cursor:before {
  content: "\f246";
}
.mall-icon-object-group:before {
  content: "\f247";
}
.mall-icon-object-ungroup:before {
  content: "\f248";
}
.mall-icon-sticky-note:before {
  content: "\f249";
}
.mall-icon-sticky-note-o:before {
  content: "\f24a";
}
.mall-icon-cc-jcb:before {
  content: "\f24b";
}
.mall-icon-cc-diners-club:before {
  content: "\f24c";
}
.mall-icon-clone:before {
  content: "\f24d";
}
.mall-icon-balance-scale:before {
  content: "\f24e";
}
.mall-icon-hourglass-o:before {
  content: "\f250";
}
.mall-icon-hourglass-1:before,
.mall-icon-hourglass-start:before {
  content: "\f251";
}
.mall-icon-hourglass-2:before,
.mall-icon-hourglass-half:before {
  content: "\f252";
}
.mall-icon-hourglass-3:before,
.mall-icon-hourglass-end:before {
  content: "\f253";
}
.mall-icon-hourglass:before {
  content: "\f254";
}
.mall-icon-hand-grab-o:before,
.mall-icon-hand-rock-o:before {
  content: "\f255";
}
.mall-icon-hand-stop-o:before,
.mall-icon-hand-paper-o:before {
  content: "\f256";
}
.mall-icon-hand-scissors-o:before {
  content: "\f257";
}
.mall-icon-hand-lizard-o:before {
  content: "\f258";
}
.mall-icon-hand-spock-o:before {
  content: "\f259";
}
.mall-icon-hand-pointer-o:before {
  content: "\f25a";
}
.mall-icon-hand-peace-o:before {
  content: "\f25b";
}
.mall-icon-trademark:before {
  content: "\f25c";
}
.mall-icon-registered:before {
  content: "\f25d";
}
.mall-icon-creative-commons:before {
  content: "\f25e";
}
.mall-icon-gg:before {
  content: "\f260";
}
.mall-icon-gg-circle:before {
  content: "\f261";
}
.mall-icon-tripadvisor:before {
  content: "\f262";
}
.mall-icon-odnoklassniki:before {
  content: "\f263";
}
.mall-icon-odnoklassniki-square:before {
  content: "\f264";
}
.mall-icon-get-pocket:before {
  content: "\f265";
}
.mall-icon-wikipedia-w:before {
  content: "\f266";
}
.mall-icon-safari:before {
  content: "\f267";
}
.mall-icon-chrome:before {
  content: "\f268";
}
.mall-icon-firefox:before {
  content: "\f269";
}
.mall-icon-opera:before {
  content: "\f26a";
}
.mall-icon-internet-explorer:before {
  content: "\f26b";
}
.mall-icon-tv:before,
.mall-icon-television:before {
  content: "\f26c";
}
.mall-icon-contao:before {
  content: "\f26d";
}
.mall-icon-500px:before {
  content: "\f26e";
}
.mall-icon-amazon:before {
  content: "\f270";
}
.mall-icon-calendar-plus-o:before {
  content: "\f271";
}
.mall-icon-calendar-minus-o:before {
  content: "\f272";
}
.mall-icon-calendar-times-o:before {
  content: "\f273";
}
.mall-icon-calendar-check-o:before {
  content: "\f274";
}
.mall-icon-industry:before {
  content: "\f275";
}
.mall-icon-map-pin:before {
  content: "\f276";
}
.mall-icon-map-signs:before {
  content: "\f277";
}
.mall-icon-map-o:before {
  content: "\f278";
}
.mall-icon-map:before {
  content: "\f279";
}
.mall-icon-commenting:before {
  content: "\f27a";
}
.mall-icon-commenting-o:before {
  content: "\f27b";
}
.mall-icon-houzz:before {
  content: "\f27c";
}
.mall-icon-vimeo:before {
  content: "\f27d";
}
.mall-icon-black-tie:before {
  content: "\f27e";
}
.mall-icon-fonticons:before {
  content: "\f280";
}
.mall-icon-reddit-alien:before {
  content: "\f281";
}
.mall-icon-edge:before {
  content: "\f282";
}
.mall-icon-credit-card-alt:before {
  content: "\f283";
}
.mall-icon-codiepie:before {
  content: "\f284";
}
.mall-icon-modx:before {
  content: "\f285";
}
.mall-icon-fort-awesome:before {
  content: "\f286";
}
.mall-icon-usb:before {
  content: "\f287";
}
.mall-icon-product-hunt:before {
  content: "\f288";
}
.mall-icon-mixcloud:before {
  content: "\f289";
}
.mall-icon-scribd:before {
  content: "\f28a";
}
.mall-icon-pause-circle:before {
  content: "\f28b";
}
.mall-icon-pause-circle-o:before {
  content: "\f28c";
}
.mall-icon-stop-circle:before {
  content: "\f28d";
}
.mall-icon-stop-circle-o:before {
  content: "\f28e";
}
.mall-icon-shopping-bag:before {
  content: "\f290";
}
.mall-icon-shopping-basket:before {
  content: "\f291";
}
.mall-icon-hashtag:before {
  content: "\f292";
}
.mall-icon-bluetooth:before {
  content: "\f293";
}
.mall-icon-bluetooth-b:before {
  content: "\f294";
}
.mall-icon-percent:before {
  content: "\f295";
}
/* Modifier: `mall-icon-spin`
============================================================================= */
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.mall-icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
}
.mall-icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
          animation: icon-spin 1s infinite steps(8);
}
.mall-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.mall-icon-ul > li {
  position: relative;
}
.mall-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/* ==========================================================================
   Component: Input group
 ============================================================================ */
.mall-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mall-input-group .mall-form-field {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.mall-input-group-label,
.mall-input-group-btn,
.mall-input-group .mall-form-field {
  display: table-cell;
}
.mall-input-group-label:not(:first-child):not(:last-child),
.mall-input-group-btn:not(:first-child):not(:last-child),
.mall-input-group .mall-form-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.mall-input-group-label,
.mall-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.mall-input-group-label {
  height: 38px;
  padding: 0 1em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 36px;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mall-input-group-label input[type="radio"],
.mall-input-group-label input[type="checkbox"] {
  margin-top: 0;
}
.mall-input-group .mall-form-field:first-child,
.mall-input-group-label:first-child,
.mall-input-group-btn:first-child > .mall-btn,
.mall-input-group-btn:first-child > .mall-btn-group > .mall-btn,
.mall-input-group-btn:first-child > .mall-dropdown-toggle,
.mall-input-group-btn:last-child > .mall-btn:not(:last-child):not(.dropdown-toggle),
.mall-input-group-btn:last-child > .mall-btn-group:not(:last-child) > .mall-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mall-input-group-label:first-child {
  border-right: 0;
}
.mall-input-group .mall-form-field:last-child,
.mall-input-group-label:last-child,
.mall-input-group-btn:last-child > .mall-btn,
.mall-input-group-btn:last-child > .mall-btn-group > .mall-btn,
.mall-input-group-btn:last-child > .mall-dropdown-toggle,
.mall-input-group-btn:first-child > .mall-btn:not(:first-child),
.mall-input-group-btn:first-child > .mall-btn-group:not(:first-child) > .mall-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mall-input-group-label:last-child {
  border-left: 0;
}
.mall-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.mall-input-group-btn > .mall-btn {
  position: relative;
  border-color: #ccc;
}
.mall-input-group-btn > .mall-btn + .mall-btn {
  margin-left: -1px;
}
.mall-input-group-btn > .mall-btn:hover,
.mall-input-group-btn > .mall-btn:focus,
.mall-input-group-btn > .mall-btn:active {
  z-index: 2;
}
.mall-input-group-btn:first-child > .mall-btn,
.mall-input-group-btn:first-child > .mall-btn-group {
  margin-right: -2px;
}
.mall-input-group-btn:last-child > .mall-btn,
.mall-input-group-btn:last-child > .mall-btn-group {
  margin-left: -1px;
}
.mall-input-group .mall-form-field,
.mall-input-group-btn > .mall-btn {
  height: 38px;
  padding-bottom: auto;
}
.mall-input-group-lg > .mall-form-field,
.mall-input-group-lg > .mall-input-group-label,
.mall-input-group-lg > .mall-input-group-btn > .mall-btn {
  height: 42px;
  font-size: 1.8rem !important;
}
.mall-input-group-lg > .mall-input-group-label {
  line-height: 40px;
}
.mall-input-group-sm > .mall-form-field,
.mall-input-group-sm > .mall-input-group-label,
.mall-input-group-sm > .mall-input-group-btn > .mall-btn {
  height: 33px;
  font-size: 1.4rem !important;
}
.mall-input-group-sm > .mall-input-group-label {
  line-height: 31px;
}
.mall-input-group-primary .mall-input-group-label {
  background: #0e90d2;
  color: #fff;
}
.mall-input-group-primary .mall-input-group-label,
.mall-input-group-primary .mall-input-group-btn > .mall-btn,
.mall-input-group-primary.mall-input-group .mall-form-field {
  border-color: #0e90d2;
}
.mall-input-group-secondary .mall-input-group-label {
  background: #3bb4f2;
  color: #fff;
}
.mall-input-group-secondary .mall-input-group-label,
.mall-input-group-secondary .mall-input-group-btn > .mall-btn,
.mall-input-group-secondary.mall-input-group .mall-form-field {
  border-color: #3bb4f2;
}
.mall-input-group-success .mall-input-group-label {
  background: #5eb95e;
  color: #fff;
}
.mall-input-group-success .mall-input-group-label,
.mall-input-group-success .mall-input-group-btn > .mall-btn,
.mall-input-group-success.mall-input-group .mall-form-field {
  border-color: #5eb95e;
}
.mall-input-group-warning .mall-input-group-label {
  background: #F37B1D;
  color: #fff;
}
.mall-input-group-warning .mall-input-group-label,
.mall-input-group-warning .mall-input-group-btn > .mall-btn,
.mall-input-group-warning.mall-input-group .mall-form-field {
  border-color: #F37B1D;
}
.mall-input-group-danger .mall-input-group-label {
  background: #dd514c;
  color: #fff;
}
.mall-input-group-danger .mall-input-group-label,
.mall-input-group-danger .mall-input-group-btn > .mall-btn,
.mall-input-group-danger.mall-input-group .mall-form-field {
  border-color: #dd514c;
}
/* ==========================================================================
   Component: List
 ============================================================================ */
.mall-list {
  margin-bottom: 1.6rem;
  padding-left: 0;
}
.mall-list > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-width: 1px 0;
}
.mall-list > li > a {
  display: block;
  padding: 1rem 0;
}
.mall-list > li > a.mall-active,
.mall-list > li > a.mall-active:hover,
.mall-list > li > a.mall-active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
}
.mall-list > li > a.mall-active .mall-list-item-heading,
.mall-list > li > a.mall-active:hover .mall-list-item-heading,
.mall-list > li > a.mall-active:focus .mall-list-item-heading {
  color: inherit;
}
.mall-list > li > a.mall-active .mall-list-item-text,
.mall-list > li > a.mall-active:hover .mall-list-item-text,
.mall-list > li > a.mall-active:focus .mall-list-item-text {
  color: #b2e2fa;
}
.mall-list > li > .mall-badge {
  float: right;
}
.mall-list > li > .mall-badge + .mall-badge {
  margin-right: 5px;
}
/* Pure text list */
.mall-list-static > li {
  padding: .8rem .2rem;
}
.mall-list-static.mall-list-border > li {
  padding: 1rem;
}
/* with border */
.mall-list-border > li,
.mall-list-bordered > li {
  border-width: 1px;
}
.mall-list-border > li:first-child,
.mall-list-bordered > li:first-child,
.mall-list-border > li:first-child > a,
.mall-list-bordered > li:first-child > a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mall-list-border > li:last-child,
.mall-list-bordered > li:last-child,
.mall-list-border > li:last-child > a,
.mall-list-bordered > li:last-child > a {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-list-border > li > a,
.mall-list-bordered > li > a {
  padding: 1rem;
}
.mall-list-border > li > a:hover,
.mall-list-bordered > li > a:hover,
.mall-list-border > li > a:focus,
.mall-list-bordered > li > a:focus {
  background-color: #f5f5f5;
}
/* Striped */
.mall-list-striped > li:nth-of-type(even) {
  background: #f5f5f5;
}
.mall-list-item-hd {
  margin-top: 0;
}
.mall-list-item-text {
  line-height: 1.4;
  font-size: 1.3rem;
  color: #999999;
  margin: 0;
}
/* ==========================================================================
   Component: Panel
 ============================================================================ */
.mall-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* Panel header */
.mall-panel-hd {
  padding: 0.6rem 1.25rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Panel content */
.mall-panel-bd {
  padding: 1.25rem;
}
.mall-panel-title {
  margin: 0;
  font-size: 100%;
  color: inherit;
}
.mall-panel-title > a {
  color: inherit;
}
/* Panel footer */
.mall-panel-footer {
  padding: 0.6rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-panel-default {
  border-color: #ddd;
}
.mall-panel-default > .mall-panel-hd {
  color: #444;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.mall-panel-default > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #ddd;
}
.mall-panel-default > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #ddd;
}
.mall-panel-primary {
  border-color: #10a0ea;
}
.mall-panel-primary > .mall-panel-hd {
  color: #fff;
  background-color: #0e90d2;
  border-color: #10a0ea;
}
.mall-panel-primary > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #10a0ea;
}
.mall-panel-primary > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #10a0ea;
}
.mall-panel-secondary {
  border-color: #caebfb;
}
.mall-panel-secondary > .mall-panel-hd {
  color: #14a6ef;
  background-color: rgba(59, 180, 242, 0.15);
  border-color: #caebfb;
}
.mall-panel-secondary > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #caebfb;
}
.mall-panel-secondary > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #caebfb;
}
.mall-panel-success {
  border-color: #c9e7c9;
}
.mall-panel-success > .mall-panel-hd {
  color: #5eb95e;
  background-color: rgba(94, 185, 94, 0.15);
  border-color: #c9e7c9;
}
.mall-panel-success > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #c9e7c9;
}
.mall-panel-success > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #c9e7c9;
}
.mall-panel-warning {
  border-color: #fbd0ae;
}
.mall-panel-warning > .mall-panel-hd {
  color: #F37B1D;
  background-color: rgba(243, 123, 29, 0.15);
  border-color: #fbd0ae;
}
.mall-panel-warning > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #fbd0ae;
}
.mall-panel-warning > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #fbd0ae;
}
.mall-panel-danger {
  border-color: #f5cecd;
}
.mall-panel-danger > .mall-panel-hd {
  color: #dd514c;
  background-color: rgba(221, 81, 76, 0.15);
  border-color: #f5cecd;
}
.mall-panel-danger > .mall-panel-hd + .mall-panel-collapse > .mall-panel-bd {
  border-top-color: #f5cecd;
}
.mall-panel-danger > .mall-panel-footer + .mall-panel-collapse > .mall-panel-bd {
  border-bottom-color: #f5cecd;
}
.mall-panel > .mall-table {
  margin-bottom: 0;
}
.mall-panel > .mall-table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mall-panel > .mall-table:first-child > thead:first-child > tr:first-child td:first-child,
.mall-panel > .mall-table:first-child > tbody:first-child > tr:first-child td:first-child,
.mall-panel > .mall-table:first-child > thead:first-child > tr:first-child th:first-child,
.mall-panel > .mall-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.mall-panel > .mall-table:first-child > thead:first-child > tr:first-child td:last-child,
.mall-panel > .mall-table:first-child > tbody:first-child > tr:first-child td:last-child,
.mall-panel > .mall-table:first-child > thead:first-child > tr:first-child th:last-child,
.mall-panel > .mall-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.mall-panel > .mall-table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-panel > .mall-table:last-child > tbody:last-child > tr:last-child td:first-child,
.mall-panel > .mall-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.mall-panel > .mall-table:last-child > tbody:last-child > tr:last-child th:first-child,
.mall-panel > .mall-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.mall-panel > .mall-table:last-child > tbody:last-child > tr:last-child td:last-child,
.mall-panel > .mall-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.mall-panel > .mall-table:last-child > tbody:last-child > tr:last-child th:last-child,
.mall-panel > .mall-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.mall-panel > .mall-panel-bd + .mall-table {
  border-top: 1px solid #ddd;
}
.mall-panel > .mall-table > tbody:first-child > tr:first-child th,
.mall-panel > .mall-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.mall-panel > .mall-table-bd {
  border: 0;
}
.mall-panel > .mall-table-bd > thead > tr > th:first-child,
.mall-panel > .mall-table-bd > tbody > tr > th:first-child,
.mall-panel > .mall-table-bd > tfoot > tr > th:first-child,
.mall-panel > .mall-table-bd > thead > tr > td:first-child,
.mall-panel > .mall-table-bd > tbody > tr > td:first-child,
.mall-panel > .mall-table-bd > tfoot > tr > td:first-child {
  border-left: 0;
}
.mall-panel > .mall-table-bd > thead > tr > th:last-child,
.mall-panel > .mall-table-bd > tbody > tr > th:last-child,
.mall-panel > .mall-table-bd > tfoot > tr > th:last-child,
.mall-panel > .mall-table-bd > thead > tr > td:last-child,
.mall-panel > .mall-table-bd > tbody > tr > td:last-child,
.mall-panel > .mall-table-bd > tfoot > tr > td:last-child {
  border-right: 0;
}
.mall-panel > .mall-table-bd > thead > tr:first-child > td,
.mall-panel > .mall-table-bd > tbody > tr:first-child > td,
.mall-panel > .mall-table-bd > thead > tr:first-child > th,
.mall-panel > .mall-table-bd > tbody > tr:first-child > th {
  border-bottom: 0;
}
.mall-panel > .mall-table-bd > tbody > tr:last-child > td,
.mall-panel > .mall-table-bd > tfoot > tr:last-child > td,
.mall-panel > .mall-table-bd > tbody > tr:last-child > th,
.mall-panel > .mall-table-bd > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* Wrap list */
.mall-panel > .mall-list {
  margin: 0;
}
.mall-panel > .mall-list > li > a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mall-panel > .mall-list-static li {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Panel group */
.mall-panel-group {
  margin-bottom: 2rem;
}
.mall-panel-group .mall-panel {
  margin-bottom: 0;
  border-radius: 0;
}
.mall-panel-group .mall-panel + .mall-panel {
  margin-top: 6px;
}
.mall-panel-group .mall-panel-hd {
  border-bottom: 0;
}
.mall-panel-group .mall-panel-hd + .mall-panel-collapse .mall-panel-bd {
  border-top: 1px solid #ddd;
}
.mall-panel-group .mall-panel-footer {
  border-top: 0;
}
.mall-panel-group .mall-panel-footer + .mall-panel-collapse .mall-panel-bd {
  border-bottom: 1px solid #ddd;
}
/* ==========================================================================
   Component: Progress
 ============================================================================ */
/* Progress bar animation */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 36px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 36px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*  Progress container */
.mall-progress {
  overflow: hidden;
  height: 2rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* Progress bar */
.mall-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background-color: #0e90d2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}
.mall-progress-striped .mall-progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 36px 36px;
          background-size: 36px 36px;
}
.mall-progress.mall-active .mall-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.mall-progress-bar[aria-valuenow="1"],
.mall-progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.mall-progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mall-progress-bar-secondary {
  background-color: #3bb4f2;
}
.mall-progress-striped .mall-progress-bar-secondary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mall-progress-bar-success {
  background-color: #5eb95e;
}
.mall-progress-striped .mall-progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mall-progress-bar-warning {
  background-color: #F37B1D;
}
.mall-progress-striped .mall-progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mall-progress-bar-danger {
  background-color: #dd514c;
}
.mall-progress-striped .mall-progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mall-progress-xs {
  height: 0.6rem;
}
.mall-progress-sm {
  height: 1.2rem;
}
/* ==========================================================================
   Component: Thumbnail
 ============================================================================ */
.mall-thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mall-thumbnail > img,
.mall-thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mall-thumbnail a.mall-thumbnail:hover,
.mall-thumbnail a.mall-thumbnail:focus,
.mall-thumbnail a.mall-thumbnail.active {
  border-color: #0e90d2;
  background-color: #fff;
}
img.mall-thumbnail,
.mall-thumbnail > img,
.mall-thumbnail a > img {
  max-width: 100%;
  height: auto;
}
/* Image caption */
.mall-thumbnail-caption {
  margin: 0;
  padding: 0.8rem;
  color: #333;
  font-weight: normal;
}
.mall-thumbnail-caption *:last-child {
  margin-bottom: 0;
}
.mall-thumbnails {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mall-thumbnails > li {
  padding: 0 .5rem 1rem .5rem;
}
/* ==========================================================================
   Component: Utility
 ============================================================================ */
.mall-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.mall-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}
/* Border-radius*/
.mall-square {
  border-radius: 0;
}
.mall-radius {
  border-radius: 2px;
}
.mall-round {
  border-radius: 1000px;
}
.mall-circle {
  border-radius: 50%;
}
/* Float blocks*/
.mall-cf:before,
.mall-cf:after {
  content: " ";
  display: table;
}
.mall-cf:after {
  clear: both;
}
.mall-fl {
  float: left;
}
.mall-fr {
  float: right;
}
.mall-nbfc {
  overflow: hidden;
}
.mall-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Display */
.mall-block {
  display: block !important;
}
.mall-inline {
  display: inline !important;
}
.mall-inline-block {
  display: inline-block !important;
}
.mall-hide {
  display: none !important;
  visibility: hidden !important;
}
/*
* Remove whitespace between child elements when using `inline-block`
*/
.mall-vertical-align {
  font-size: 0.001px;
}
/*
* The `@{ns}vertical-align` container needs a specific height
*/
.mall-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
* Sub-object which can have any height
* 1. Reset whitespace hack
*/
.mall-vertical-align-middle,
.mall-vertical-align-bottom {
  display: inline-block;
  font-size: 1.6rem;
  /* 1 */
  max-width: 100%;
}
.mall-vertical-align-middle {
  vertical-align: middle;
}
.mall-vertical-align-bottom {
  vertical-align: bottom;
}
.mall-responsive-width {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
/* Margin helpers */
.mall-margin {
  margin: 1.6rem;
}
.mall-margin-0 {
  margin: 0!important;
}
.mall-margin-xs {
  margin: 0.5rem;
}
.mall-margin-sm {
  margin: 1rem;
}
.mall-margin-lg {
  margin: 2.4rem;
}
.mall-margin-xl {
  margin: 3.2rem;
}
.mall-margin-horizontal {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.mall-margin-horizontal-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.mall-margin-horizontal-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mall-margin-horizontal-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mall-margin-horizontal-lg {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.mall-margin-horizontal-xl {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.mall-margin-vertical {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.mall-margin-vertical-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.mall-margin-vertical-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mall-margin-vertical-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mall-margin-vertical-lg {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.mall-margin-vertical-xl {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.mall-margin-top {
  margin-top: 1.6rem;
}
.mall-margin-top-0 {
  margin-top: 0!important;
}
.mall-margin-top-xs {
  margin-top: 0.5rem;
}
.mall-margin-top-sm {
  margin-top: 1rem;
}
.mall-margin-top-lg {
  margin-top: 2.4rem;
}
.mall-margin-top-xl {
  margin-top: 3.2rem;
}
.mall-margin-bottom {
  margin-bottom: 1.6rem;
}
.mall-margin-bottom-0 {
  margin-bottom: 0!important;
}
.mall-margin-bottom-xs {
  margin-bottom: 0.5rem;
}
.mall-margin-bottom-sm {
  margin-bottom: 1rem;
}
.mall-margin-bottom-lg {
  margin-bottom: 2.4rem;
}
.mall-margin-bottom-xl {
  margin-bottom: 3.2rem;
}
.mall-margin-left {
  margin-left: 1.6rem;
}
.mall-margin-left-0 {
  margin-left: 0!important;
}
.mall-margin-left-xs {
  margin-left: 0.5rem;
}
.mall-margin-left-sm {
  margin-left: 1rem;
}
.mall-margin-left-lg {
  margin-left: 2.4rem;
}
.mall-margin-left-xl {
  margin-left: 3.2rem;
}
.mall-margin-right {
  margin-right: 1.6rem;
}
.mall-margin-right-0 {
  margin-right: 0!important;
}
.mall-margin-right-xs {
  margin-right: 0.5rem;
}
.mall-margin-right-sm {
  margin-right: 1rem;
}
.mall-margin-right-lg {
  margin-right: 2.4rem;
}
.mall-margin-right-xl {
  margin-right: 3.2rem;
}
/* Padding helpers */
.mall-padding {
  padding: 1.6rem;
}
.mall-padding-0 {
  padding: 0!important;
}
.mall-padding-xs {
  padding: 0.5rem;
}
.mall-padding-sm {
  padding: 1rem;
}
.mall-padding-lg {
  padding: 2.4rem;
}
.mall-padding-xl {
  padding: 3.2rem;
}
.mall-padding-horizontal {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.mall-padding-horizontal-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.mall-padding-horizontal-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mall-padding-horizontal-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mall-padding-horizontal-lg {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.mall-padding-horizontal-xl {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.mall-padding-vertical {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.mall-padding-vertical-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.mall-padding-vertical-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mall-padding-vertical-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mall-padding-vertical-lg {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.mall-padding-vertical-xl {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.mall-padding-top {
  padding-top: 1.6rem;
}
.mall-padding-top-0 {
  padding-top: 0!important;
}
.mall-padding-top-xs {
  padding-top: 0.5rem;
}
.mall-padding-top-sm {
  padding-top: 1rem;
}
.mall-padding-top-lg {
  padding-top: 2.4rem;
}
.mall-padding-top-xl {
  padding-top: 3.2rem;
}
.mall-padding-bottom {
  padding-bottom: 1.6rem;
}
.mall-padding-bottom-0 {
  padding-bottom: 0!important;
}
.mall-padding-bottom-xs {
  padding-bottom: 0.5rem;
}
.mall-padding-bottom-sm {
  padding-bottom: 1rem;
}
.mall-padding-bottom-lg {
  padding-bottom: 2.4rem;
}
.mall-padding-bottom-xl {
  padding-bottom: 3.2rem;
}
.mall-padding-left {
  padding-left: 1.6rem;
}
.mall-padding-left-0 {
  padding-left: 0!important;
}
.mall-padding-left-xs {
  padding-left: 0.5rem;
}
.mall-padding-left-sm {
  padding-left: 1rem;
}
.mall-padding-left-lg {
  padding-left: 2.4rem;
}
.mall-padding-left-xl {
  padding-left: 3.2rem;
}
.mall-padding-right {
  padding-right: 1.6rem;
}
.mall-padding-right-0 {
  padding-right: 0!important;
}
.mall-padding-right-xs {
  padding-right: 0.5rem;
}
.mall-padding-right-sm {
  padding-right: 1rem;
}
.mall-padding-right-lg {
  padding-right: 2.4rem;
}
.mall-padding-right-xl {
  padding-right: 3.2rem;
}
/* small displays */
@media only screen {
  .mall-show-sm-only,
  .mall-show-sm-up,
  .mall-show-sm,
  .mall-show-sm-down,
  .mall-hide-md-only,
  .mall-hide-md-up,
  .mall-hide-md,
  .mall-show-md-down,
  .mall-hide-lg-only,
  .mall-hide-lg-up,
  .mall-hide-lg,
  .mall-show-lg-down {
    display: inherit !important;
  }
  .mall-hide-sm-only,
  .mall-hide-sm-up,
  .mall-hide-sm,
  .mall-hide-sm-down,
  .mall-show-md-only,
  .mall-show-md-up,
  .mall-show-md,
  .mall-hide-md-down,
  .mall-show-lg-only,
  .mall-show-lg-up,
  .mall-show-lg,
  .mall-hide-lg-down {
    display: none !important;
  }
  /* table */
  table.mall-show-sm-only,
  table.mall-show-sm-up,
  table.mall-show-sm,
  table.mall-show-sm-down,
  table.mall-hide-md-only,
  table.mall-hide-md-up,
  table.mall-hide-md,
  table.mall-show-md-down,
  table.mall-hide-lg-only,
  table.mall-hide-lg-up,
  table.mall-hide-lg,
  table.mall-show-lg-down {
    display: table !important;
  }
  thead.mall-show-sm-only,
  thead.mall-show-sm-up,
  thead.mall-show-sm,
  thead.mall-show-sm-down,
  thead.mall-hide-md-only,
  thead.mall-hide-md-up,
  thead.mall-hide-md,
  thead.mall-show-md-down,
  thead.mall-hide-lg-only,
  thead.mall-hide-lg-up,
  thead.mall-hide-lg,
  thead.mall-show-lg-down {
    display: table-header-group !important;
  }
  tbody.mall-show-sm-only,
  tbody.mall-show-sm-up,
  tbody.mall-show-sm,
  tbody.mall-show-sm-down,
  tbody.mall-hide-md-only,
  tbody.mall-hide-md-up,
  tbody.mall-hide-md,
  tbody.mall-show-md-down,
  tbody.mall-hide-lg-only,
  tbody.mall-hide-lg-up,
  tbody.mall-hide-lg,
  tbody.mall-show-lg-down {
    display: table-row-group !important;
  }
  tr.mall-show-sm-only,
  tr.mall-show-sm-up,
  tr.mall-show-sm,
  tr.mall-show-sm-down,
  tr.mall-hide-md-only,
  tr.mall-hide-md-up,
  tr.mall-hide-md,
  tr.mall-show-md-down,
  tr.mall-hide-lg-only,
  tr.mall-hide-lg-up,
  tr.mall-hide-lg,
  tr.mall-show-lg-down {
    display: table-row !important;
  }
  th.mall-show-sm-only,
  td.mall-show-sm-only,
  th.mall-show-sm-up,
  td.mall-show-sm-up,
  th.mall-show-sm,
  td.mall-show-sm,
  th.mall-show-sm-down,
  td.mall-show-sm-down,
  th.mall-hide-md-only,
  td.mall-hide-md-only,
  th.mall-hide-md-up,
  td.mall-hide-md-up,
  th.mall-hide-md,
  td.mall-hide-md,
  th.mall-show-md-down,
  td.mall-show-md-down,
  th.mall-hide-lg-only,
  td.mall-hide-lg-only,
  th.mall-hide-lg-up,
  td.mall-hide-lg-up,
  th.mall-hide-lg,
  td.mall-hide-lg,
  th.mall-show-lg-down,
  td.mall-show-lg-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:641px) {
  .mall-hide-sm-only,
  .mall-show-sm-up,
  .mall-hide-sm,
  .mall-hide-sm-down,
  .mall-show-md-only,
  .mall-show-md-up,
  .mall-show-md,
  .mall-show-md-down,
  .mall-hide-lg-only,
  .mall-hide-lg-up,
  .mall-hide-lg,
  .mall-show-lg-down {
    display: inherit !important;
  }
  .mall-show-sm-only,
  .mall-hide-sm-up,
  .mall-show-sm,
  .mall-show-sm-down,
  .mall-hide-md-only,
  .mall-hide-md-up,
  .mall-hide-md,
  .mall-hide-md-down,
  .mall-show-lg-only,
  .mall-show-lg-up,
  .mall-show-lg,
  .mall-hide-lg-down {
    display: none !important;
  }
  table.mall-hide-sm-only,
  table.mall-show-sm-up,
  table.mall-hide-sm,
  table.mall-hide-sm-down,
  table.mall-show-md-only,
  table.mall-show-md-up,
  table.mall-show-md,
  table.mall-show-md-down,
  table.mall-hide-lg-only,
  table.mall-hide-lg-up,
  table.mall-hide-lg,
  table.mall-show-lg-down {
    display: table !important;
  }
  thead.mall-hide-sm-only,
  thead.mall-show-sm-up,
  thead.mall-hide-sm,
  thead.mall-hide-sm-down,
  thead.mall-show-md-only,
  thead.mall-show-md-up,
  thead.mall-show-md,
  thead.mall-show-md-down,
  thead.mall-hide-lg-only,
  thead.mall-hide-lg-up,
  thead.mall-hide-lg,
  thead.mall-show-lg-down {
    display: table-header-group !important;
  }
  tbody.mall-hide-sm-only,
  tbody.mall-show-sm-up,
  tbody.mall-hide-sm,
  tbody.mall-hide-sm-down,
  tbody.mall-show-md-only,
  tbody.mall-show-md-up,
  tbody.mall-show-md,
  tbody.mall-show-md-down,
  tbody.mall-hide-lg-only,
  tbody.mall-hide-lg-up,
  tbody.mall-hide-lg,
  tbody.mall-show-lg-down {
    display: table-row-group !important;
  }
  tr.mall-hide-sm-only,
  tr.mall-show-sm-up,
  tr.mall-hide-sm,
  tr.mall-hide-sm-down,
  tr.mall-show-md-only,
  tr.mall-show-md-up,
  tr.mall-show-md,
  tr.mall-show-md-down,
  tr.mall-hide-lg-only,
  tr.mall-hide-lg-up,
  tr.mall-hide-lg,
  tr.mall-show-lg-down {
    display: table-row !important;
  }
  th.mall-hide-sm-only,
  td.mall-hide-sm-only,
  th.mall-show-sm-up,
  td.mall-show-sm-up,
  th.mall-hide-sm,
  td.mall-hide-sm,
  th.mall-hide-sm-down,
  td.mall-hide-sm-down,
  th.mall-show-md-only,
  td.mall-show-md-only,
  th.mall-show-md-up,
  td.mall-show-md-up,
  th.mall-show-md,
  td.mall-show-md,
  th.mall-show-md-down,
  td.mall-show-md-down,
  th.mall-hide-lg-only,
  td.mall-hide-lg-only,
  th.mall-hide-lg-up,
  td.mall-hide-lg-up,
  th.mall-hide-lg,
  td.mall-hide-lg,
  th.mall-show-lg-down,
  td.mall-show-lg-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:1025px) {
  .mall-hide-sm-only,
  .mall-show-sm-up,
  .mall-hide-sm,
  .mall-hide-sm-down,
  .mall-hide-md-only,
  .mall-show-md-up,
  .mall-hide-md,
  .mall-hide-md-down,
  .mall-show-lg-only,
  .mall-show-lg-up,
  .mall-show-lg,
  .mall-show-lg-down {
    display: inherit !important;
  }
  .mall-show-sm-only,
  .mall-hide-sm-up,
  .mall-show-sm,
  .mall-show-sm-down,
  .mall-show-md-only,
  .mall-hide-md-up,
  .mall-show-md,
  .mall-show-md-down,
  .mall-hide-lg-only,
  .mall-hide-lg-up,
  .mall-hide-lg,
  .mall-hide-lg-down {
    display: none !important;
  }
  table.mall-hide-sm-only,
  table.mall-show-sm-up,
  table.mall-hide-sm,
  table.mall-hide-sm-down,
  table.mall-hide-md-only,
  table.mall-show-md-up,
  table.mall-hide-md,
  table.mall-hide-md-down,
  table.mall-show-lg-only,
  table.mall-show-lg-up,
  table.mall-show-lg,
  table.mall-show-lg-down {
    display: table !important;
  }
  thead.mall-hide-sm-only,
  thead.mall-show-sm-up,
  thead.mall-hide-sm,
  thead.mall-hide-sm-down,
  thead.mall-hide-md-only,
  thead.mall-show-md-up,
  thead.mall-hide-md,
  thead.mall-hide-md-down,
  thead.mall-show-lg-only,
  thead.mall-show-lg-up,
  thead.mall-show-lg,
  thead.mall-show-lg-down {
    display: table-header-group !important;
  }
  tbody.mall-hide-sm-only,
  tbody.mall-show-sm-up,
  tbody.mall-hide-sm,
  tbody.mall-hide-sm-down,
  tbody.mall-hide-md-only,
  tbody.mall-show-md-up,
  tbody.mall-hide-md,
  tbody.mall-hide-md-down,
  tbody.mall-show-lg-only,
  tbody.mall-show-lg-up,
  tbody.mall-show-lg,
  tbody.mall-show-lg-down {
    display: table-row-group !important;
  }
  tr.mall-hide-sm-only,
  tr.mall-show-sm-up,
  tr.mall-hide-sm,
  tr.mall-hide-sm-down,
  tr.mall-hide-md-only,
  tr.mall-show-md-up,
  tr.mall-hide-md,
  tr.mall-hide-md-down,
  tr.mall-show-lg-only,
  tr.mall-show-lg-up,
  tr.mall-show-lg,
  tr.mall-show-lg-down {
    display: table-row !important;
  }
  th.mall-hide-sm-only,
  td.mall-hide-sm-only,
  th.mall-show-sm-up,
  td.mall-show-sm-up,
  th.mall-hide-sm,
  td.mall-hide-sm,
  th.mall-hide-sm-down,
  td.mall-hide-sm-down,
  th.mall-hide-md-only,
  td.mall-hide-md-only,
  th.mall-show-md-up,
  td.mall-show-md-up,
  th.mall-hide-md,
  td.mall-hide-md,
  th.mall-hide-md-down,
  td.mall-hide-md-down,
  th.mall-show-lg-only,
  td.mall-show-lg-only,
  th.mall-show-lg-up,
  td.mall-show-lg-up,
  th.mall-show-lg,
  td.mall-show-lg,
  th.mall-show-lg-down,
  td.mall-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .mall-show-landscape,
  .mall-hide-portrait {
    display: inherit !important;
  }
  .mall-hide-landscape,
  .mall-show-portrait {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .mall-show-portrait,
  .mall-hide-landscape {
    display: inherit !important;
  }
  .mall-hide-portrait,
  .mall-show-landscape {
    display: none !important;
  }
}
.mall-sans-serif {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.mall-serif {
  font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.mall-kai {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.mall-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.mall-text-primary {
  color: #0e90d2;
}
.mall-text-secondary {
  color: #3bb4f2;
}
.mall-text-success {
  color: #5eb95e;
}
.mall-text-warning {
  color: #F37B1D;
}
.mall-text-danger {
  color: #dd514c;
}
.mall-link-muted {
  color: #666;
}
.mall-link-muted a {
  color: #666;
}
.mall-link-muted:hover,
.mall-link-muted a:hover {
  color: #555;
}
.mall-text-default {
  font-size: 1.6rem;
}
/*
.@{ns}text-xxs {
  font-size: @font-size-xxs;
}
*/
.mall-text-xs {
  font-size: 1.2rem;
}
.mall-text-sm {
  font-size: 1.4rem;
}
.mall-text-lg {
  font-size: 1.8rem;
}
.mall-text-xl {
  font-size: 2.4rem;
}
.mall-text-xxl {
  font-size: 3.2rem;
}
.mall-text-xxxl {
  font-size: 4.2rem;
}
.mall-ellipsis,
.mall-text-truncate {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.mall-text-nowrap {
  white-space: nowrap;
}
[class*='mall-align-'] {
  margin-bottom: 1rem;
}
.mall-align-left {
  margin-right: 1rem;
  float: left;
}
.mall-align-right {
  margin-left: 1rem;
  float: right;
}
/** Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.mall-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Text Image Replacement */
.mall-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Text align */
@media only screen {
  .mall-text-left {
    text-align: left !important;
  }
  .mall-text-right {
    text-align: right !important;
  }
  .mall-text-center {
    text-align: center !important;
  }
  .mall-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 640px) {
  .mall-sm-only-text-left {
    text-align: left !important;
  }
  .mall-sm-only-text-right {
    text-align: right !important;
  }
  .mall-sm-only-text-center {
    text-align: center !important;
  }
  .mall-sm-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  .mall-md-only-text-left {
    text-align: left !important;
  }
  .mall-md-only-text-right {
    text-align: right !important;
  }
  .mall-md-only-text-center {
    text-align: center !important;
  }
  .mall-md-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) {
  .mall-md-text-left {
    text-align: left !important;
  }
  .mall-md-text-right {
    text-align: right !important;
  }
  .mall-md-text-center {
    text-align: center !important;
  }
  .mall-md-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1025px) {
  .mall-lg-text-left {
    text-align: left !important;
  }
  .mall-lg-text-right {
    text-align: right !important;
  }
  .mall-lg-text-center {
    text-align: center !important;
  }
  .mall-lg-text-justify {
    text-align: justify !important;
  }
}
.mall-text-top {
  vertical-align: top !important;
}
.mall-text-middle {
  vertical-align: middle !important;
}
.mall-text-bottom {
  vertical-align: bottom !important;
}
.mall-angle {
  position: absolute;
}
.mall-angle:before,
.mall-angle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.mall-angle-up {
  top: 0;
}
.mall-angle-up:before,
.mall-angle-up:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.mall-angle-up:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.mall-angle-up:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.mall-angle-down {
  bottom: -9px;
}
.mall-angle-down:before,
.mall-angle-down:after {
  border-top-style: solid;
  border-width: 8px 8px 0;
}
.mall-angle-down:before {
  border-top-color: #ddd;
  bottom: 0;
}
.mall-angle-down:after {
  border-top-color: #fff;
  bottom: 1px;
}
.mall-angle-left {
  left: -9px;
}
.mall-angle-left:before,
.mall-angle-left:after {
  border-right-style: solid;
  border-width: 8px 8px 8px 0;
}
.mall-angle-left:before {
  border-right-color: #ddd;
  left: 0;
}
.mall-angle-left:after {
  border-right-color: #fff;
  left: 1px;
}
.mall-angle-right {
  right: 0;
}
.mall-angle-right:before,
.mall-angle-right:after {
  border-left-style: solid;
  border-width: 8px 0 8px 8px;
}
.mall-angle-right:before {
  border-left-color: #ddd;
  left: 0;
}
.mall-angle-right:after {
  border-left-color: #fff;
  left: -1px;
}
/* ==========================================================================
   Component: Alert Plugin
 ============================================================================ */
.mall-alert {
  margin-bottom: 1em;
  padding: 0.625em;
  background: #0e90d2;
  color: #fff;
  border: 1px solid #0c7cb5;
  border-radius: 0;
}
.mall-alert a {
  color: #fff;
}
.mall-alert h1,
.mall-alert h2,
.mall-alert h3,
.mall-alert h4,
.mall-alert h5,
.mall-alert h6 {
  color: inherit;
}
.mall-alert .mall-close {
  opacity: .4;
}
.mall-alert .mall-close:hover {
  opacity: .6;
}
/* Add margin if adjacent element */
* + .mall-alert {
  margin-top: 1em;
}
/* Remove margin from the last-child */
.mall-alert > :last-child {
  margin-bottom: 0;
}
/* within mall-form-group */
.mall-form-group .mall-alert {
  margin: 5px 0 0;
  padding: 0.25em 0.625em;
  font-size: 1.3rem;
}
/* Close in alert */
.mall-alert > .mall-close:first-child {
  float: right;
  height: auto;
  margin: -3px -5px auto auto;
}
/* Remove margin from adjacent element */
.mall-alert > .mall-close:first-child + * {
  margin-top: 0;
}
.mall-alert-secondary {
  background-color: #eeeeee;
  border-color: #dfdfdf;
  color: #555555;
}
.mall-alert-success {
  background-color: #5eb95e;
  border-color: #4bad4b;
  color: #fff;
}
.mall-alert-warning {
  background-color: #F37B1D;
  border-color: #e56c0c;
  color: #fff;
}
.mall-alert-danger {
  background-color: #dd514c;
  border-color: #d83832;
  color: #fff;
}
.mall-dropdown {
  position: relative;
  display: inline-block;
}
.mall-dropdown-toggle:focus {
  outline: 0;
}
.mall-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px;
  margin: 9px 0 0;
  text-align: left;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}
.mall-dropdown-content:before,
.mall-dropdown-content:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.mall-dropdown-content:before,
.mall-dropdown-content:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.mall-dropdown-content:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.mall-dropdown-content:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.mall-dropdown-content:before,
.mall-dropdown-content:after {
  left: 10px;
  top: -8px;
  pointer-events: none;
}
.mall-dropdown-content:after {
  top: -7px;
}
.mall-active > .mall-dropdown-content {
  display: block;
}
.mall-dropdown-content :first-child {
  margin-top: 0;
}
.mall-dropdown-up .mall-dropdown-content {
  top: auto;
  bottom: 100%;
  margin: 0 0 9px;
}
.mall-dropdown-up .mall-dropdown-content:before,
.mall-dropdown-up .mall-dropdown-content:after {
  border-bottom: none;
  border-top: 8px solid #ddd;
  top: auto;
  bottom: -8px;
}
.mall-dropdown-up .mall-dropdown-content:after {
  bottom: -7px;
  border-top-color: #fff;
}
.mall-dropdown-flip .mall-dropdown-content {
  left: auto;
  right: 0;
}
.mall-dropdown-flip .mall-dropdown-content:before,
.mall-dropdown-flip .mall-dropdown-content:after {
  left: auto;
  right: 10px;
}
ul.mall-dropdown-content {
  list-style: none;
  padding: 5px 0;
}
ul.mall-dropdown-content.mall-fr {
  right: 0;
  left: auto;
}
ul.mall-dropdown-content .mall-divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
ul.mall-dropdown-content > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
}
ul.mall-dropdown-content > li > a:hover,
ul.mall-dropdown-content > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
ul.mall-dropdown-content > .mall-active > a,
ul.mall-dropdown-content > .mall-active > a:hover,
ul.mall-dropdown-content > .mall-active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0e90d2;
}
ul.mall-dropdown-content > .mall-disabled > a,
ul.mall-dropdown-content > .mall-disabled > a:hover,
ul.mall-dropdown-content > .mall-disabled > a:focus {
  color: #999999;
}
ul.mall-dropdown-content > .mall-disabled > a:hover,
ul.mall-dropdown-content > .mall-disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.mall-dropdown-header {
  display: block;
  padding: 6px 20px;
  font-size: 1.2rem;
  color: #999999;
}
.mall-fr > .mall-dropdown-content {
  right: 0;
  left: auto;
}
.mall-fr > .mall-dropdown-content:before {
  right: 10px;
  left: auto;
}
.mall-dropdown-animation {
  -webkit-animation: mall-dropdown-animation 0.15s ease-out;
          animation: mall-dropdown-animation 0.15s ease-out;
}
@-webkit-keyframes mall-dropdown-animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes mall-dropdown-animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* ==========================================================================
   Component: Flex Slider Plugin
 ============================================================================ */
.mall-slider a:hover,
.mall-slider a:focus {
  outline: none;
}
.mall-slides,
.mall-control-nav,
.mall-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mall-slider {
  margin: 0;
  padding: 0;
}
.mall-slider .mall-slides:before,
.mall-slider .mall-slides:after {
  content: " ";
  display: table;
}
.mall-slider .mall-slides:after {
  clear: both;
}
.mall-slider .mall-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.no-js .mall-slider .mall-slides > li:first-child {
  display: block;
}
.mall-slider .mall-slides img {
  width: 100%;
  display: block;
}
.mall-pauseplay span {
  text-transform: capitalize;
}
.mall-slider {
  position: relative;
}
.mall-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.mall-slider-carousel li {
  margin-right: 5px;
}
.mall-control-nav {
  position: absolute;
}
.mall-control-nav li {
  display: inline-block;
}
.mall-control-thumbs {
  position: static;
  overflow: hidden;
}
.mall-control-thumbs img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.mall-slider-slide .mall-slides > li {
  display: none;
  position: relative;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .mall-slider-slide .mall-slides > li {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .mall-slider-slide .mall-slides > li.next,
  .mall-slider-slide .mall-slides > li.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .mall-slider-slide .mall-slides > li.prev,
  .mall-slider-slide .mall-slides > li.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .mall-slider-slide .mall-slides > li.next.left,
  .mall-slider-slide .mall-slides > li.prev.right,
  .mall-slider-slide .mall-slides > li.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.mall-slider-slide .mall-slides > .active,
.mall-slider-slide .mall-slides > .next,
.mall-slider-slide .mall-slides > .prev {
  display: block;
}
.mall-slider-slide .mall-slides > .active {
  left: 0;
}
.mall-slider-slide .mall-slides > .next,
.mall-slider-slide .mall-slides > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.mall-slider-slide .mall-slides > .next {
  left: 100%;
}
.mall-slider-slide .mall-slides > .prev {
  left: -100%;
}
.mall-slider-slide .mall-slides > .next.left,
.mall-slider-slide .mall-slides > .prev.right {
  left: 0;
}
.mall-slider-slide .mall-slides > .active.left {
  left: -100%;
}
.mall-slider-slide .mall-slides > .active.right {
  left: 100%;
}
/**
  * Slider Theme: Default
  */
.mall-slider-default {
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */
}
.mall-slider-default .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-default .mall-viewport {
  max-height: 300px;
}
.mall-slider-default .carousel li {
  margin-right: 5px;
}
.mall-slider-default .mall-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-default .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  color: #333333;
  content: "\f137";
  font-size: 24px!important;
  text-align: center;
  line-height: 36px!important;
  height: 36px;
}
.mall-slider-default .mall-direction-nav a.mall-next:before {
  content: "\f138";
}
.mall-slider-default .mall-direction-nav .mall-prev {
  left: 10px;
}
.mall-slider-default .mall-direction-nav .mall-next {
  right: 10px;
  text-align: right;
}
.mall-slider-default .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-default:hover .mall-prev {
  opacity: 0.7;
  left: 10px;
}
.mall-slider-default:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-default:hover .mall-next {
  opacity: 0.7;
  right: 10px;
}
.mall-slider-default:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-default .mall-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.mall-slider-default .mall-pauseplay a::before {
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 20px;
  display: inline-block;
  content: "\f04c";
}
.mall-slider-default .mall-pauseplay a:hover {
  opacity: 1;
}
.mall-slider-default .mall-pauseplay a.mall-play::before {
  content: "\f04b";
}
.mall-slider-default .mall-slider-desc {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.mall-slider-default .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.mall-slider-default .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-default .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mall-slider-default .mall-control-nav li a:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-default .mall-control-nav li a.mall-active {
  background-color: #000;
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-default .mall-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.mall-slider-default .mall-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.mall-slider-default .mall-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.mall-slider-default .mall-control-thumbs img:hover {
  opacity: 1;
}
.mall-slider-default .mall-control-thumbs .mall-active {
  opacity: 1;
  cursor: default;
}
.mall-slider-default .mall-control-thumbs i {
  position: absolute;
}
/* ==========================================================================
   Component: Modal Plugin
 ============================================================================ */
.mall-modal {
  width: 270px;
  position: fixed;
  display: none;
  z-index: 1110;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: scale(1.185);
      -ms-transform: scale(1.185);
          transform: scale(1.185);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /*@media @large-up {
    width: @modal-lg;
    margin-left: -@modal-lg/2;
  }*/
}
.mall-modal:focus {
  outline: 0;
}
.mall-modal.mall-modal-active {
  opacity: 1;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mall-modal.mall-modal-out {
  opacity: 0;
  z-index: 1109;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: scale(0.815);
      -ms-transform: scale(0.815);
          transform: scale(0.815);
}
@media only screen and (min-width:641px) {
  .mall-modal {
    width: 540px;
    margin-left: -270px;
  }
}
.mall-modal-dialog {
  border-radius: 0;
  background: #f8f8f8;
}
.mall-modal-hd {
  padding: 15px 10px 5px 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
.mall-modal-hd + .mall-modal-bd {
  padding-top: 0;
}
.mall-modal-hd .mall-close {
  position: absolute;
  top: 4px;
  right: 4px;
}
.mall-modal-bd {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  border-radius: 2px 2px 0 0;
}
.mall-modal-bd + .mall-modal-bd {
  margin-top: 5px;
}
.mall-modal-prompt-input {
  display: block;
  margin: 5px auto 0 auto;
  border-radius: 0;
  padding: 5px;
  line-height: 1.8rem;
  width: 80%;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.mall-modal-prompt-input:focus {
  outline: none;
  border-color: #d6d6d6;
}
.mall-modal-footer {
  height: 44px;
  overflow: hidden;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.mall-modal-btn {
  display: table-cell !important;
  padding: 0 5px;
  height: 44px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 1.6rem;
  line-height: 44px;
  text-align: center;
  color: #0e90d2;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #dedede;
}
.mall-modal-btn:first-child {
  border-radius: 0 0 0 0;
}
.mall-modal-btn:last-child {
  border-right: none;
  border-radius: 0 0 0 0;
}
.mall-modal-btn:first-child:last-child {
  border-radius: 0 0 0 0;
}
.mall-modal-btn.mall-modal-btn-bold {
  font-weight: 500;
}
.mall-modal-btn:active {
  background: #d4d4d4;
}
.mall-modal-btn + .mall-modal-btn {
  border-left: 1px solid #dedede;
}
.mall-modal-no-btn .mall-modal-dialog {
  border-radius: 0;
  border-bottom: none;
}
.mall-modal-no-btn .mall-modal-bd {
  border-bottom: none;
}
.mall-modal-no-btn .mall-modal-footer {
  display: none;
}
.mall-modal-loading .mall-modal-bd {
  border-bottom: none;
}
.mall-modal-loading .mall-icon-spin {
  display: inline-block;
  font-size: 2.4rem;
}
.mall-modal-loading .mall-modal-footer {
  display: none;
}
.mall-modal-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1110;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.mall-modal-actions.mall-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mall-modal-actions.mall-modal-out {
  z-index: 1109;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.mall-modal-actions-group {
  margin: 10px;
}
.mall-modal-actions-group .mall-list {
  margin: 0;
  border-radius: 0;
}
.mall-modal-actions-group .mall-list > li {
  margin-bottom: 0;
  border-bottom: none;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
}
.mall-modal-actions-group .mall-list > li > a {
  padding: 1rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-modal-actions-group .mall-list > li:first-child {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mall-modal-actions-group .mall-list > li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mall-modal-actions-header {
  padding: 1rem;
  color: #999999;
  font-size: 1.4rem;
}
.mall-modal-actions-danger {
  color: #dd514c;
}
.mall-modal-actions-danger a {
  color: inherit;
}
.mall-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1110;
  background: #fff;
  display: none;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.mall-popup.mall-modal-active,
.mall-popup.mall-modal-out {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.mall-popup.mall-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mall-popup.mall-modal-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media all and (min-width: 630px) and (min-height: 630px) {
  .mall-popup {
    width: 630px;
    height: 630px;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -315px;
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
  .mall-popup.mall-modal-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .mall-popup.mall-modal-out {
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
}
.mall-popup-inner {
  padding-top: 44px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mall-popup-hd {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.mall-popup-hd .mall-popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  margin: 0 30px;
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-popup-hd .mall-close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #999999;
}
.mall-popup-hd .mall-close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #555555;
}
.mall-popup-bd {
  padding: 15px;
  background: #f8f8f8;
  color: #555555;
}
/* ==========================================================================
   Component: OffCanvas Plugin
 ============================================================================ */
/* Off-canvas overlay and bar container */
.mall-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.15);
}
.mall-offcanvas.mall-active {
  display: block;
}
/**
 * .@{ns}offcanvas-page
 *
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.mall-offcanvas-page {
  position: fixed;
  /* 1 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  /* 2 */
}
/* Sub-object .@{ns}offcanvas-bar */
.mall-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1091;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  /* scrollable */
  -webkit-overflow-scrolling: touch;
  /* scrollable */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.mall-offcanvas-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #262626;
}
.mall-offcanvas.mall-active .mall-offcanvas-bar.mall-offcanvas-bar-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* .@{ns}offcanvas-bar-flip */
.mall-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.mall-offcanvas-bar-flip:after {
  right: auto;
  left: 0;
}
.mall-offcanvas-content {
  padding: 15px;
  color: #999;
}
.mall-offcanvas-content a {
  color: #ccc;
}
/* ==========================================================================
   Component: Popover Plugin
 ============================================================================ */
.mall-popover {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
  display: none;
  font-size: 1.6rem;
  z-index: 1030;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.mall-popover.mall-active {
  display: block !important;
  opacity: 1;
}
.mall-popover-inner {
  position: relative;
  background: #333333;
  padding: 8px;
  z-index: 110;
}
.mall-popover-caret {
  position: absolute;
  top: 0;
  z-index: 100;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 8px solid #333333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  overflow: hidden;
}
.mall-popover-top .mall-popover-caret {
  top: auto;
  bottom: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mall-popover-bottom .mall-popover-caret {
  top: -8px;
}
.mall-popover-top .mall-popover-caret,
.mall-popover-bottom .mall-popover-caret {
  left: 50%;
  margin-left: -8px;
}
.mall-popover-left .mall-popover-caret {
  top: auto;
  left: auto;
  right: -12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mall-popover-right .mall-popover-caret {
  right: auto;
  left: -12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mall-popover-left .mall-popover-caret,
.mall-popover-right .mall-popover-caret {
  top: 50%;
  margin-top: -4px;
}
.mall-popover-sm {
  font-size: 1.4rem;
}
.mall-popover-sm .mall-popover-inner {
  padding: 5px;
}
.mall-popover-lg {
  font-size: 1.8rem;
}
.mall-popover-primary {
  border-color: #0e90d2;
}
.mall-popover-primary .mall-popover-inner {
  background: #0e90d2;
}
.mall-popover-primary .mall-popover-caret {
  border-bottom-color: #0e90d2;
}
.mall-popover-secondary {
  border-color: #3bb4f2;
}
.mall-popover-secondary .mall-popover-inner {
  background: #3bb4f2;
}
.mall-popover-secondary .mall-popover-caret {
  border-bottom-color: #3bb4f2;
}
.mall-popover-success {
  border-color: #5eb95e;
}
.mall-popover-success .mall-popover-inner {
  background: #5eb95e;
}
.mall-popover-success .mall-popover-caret {
  border-bottom-color: #5eb95e;
}
.mall-popover-warning {
  border-color: #F37B1D;
}
.mall-popover-warning .mall-popover-inner {
  background: #F37B1D;
}
.mall-popover-warning .mall-popover-caret {
  border-bottom-color: #F37B1D;
}
.mall-popover-danger {
  border-color: #dd514c;
}
.mall-popover-danger .mall-popover-inner {
  background: #dd514c;
}
.mall-popover-danger .mall-popover-caret {
  border-bottom-color: #dd514c;
}
/* ==========================================================================
   Component: Progress Plugin
 ============================================================================ */
#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
}
#nprogress .nprogress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #5eb95e;
}
#nprogress .nprogress-peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
          box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .nprogress-spinner {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2000;
  display: block;
}
#nprogress .nprogress-spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #5eb95e;
  border-left-color: #5eb95e;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================================================
   Component: Tabs Plugin
 ============================================================================ */
.mall-tabs-bd {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 100;
  -webkit-transition: height .3s;
  transition: height .3s;
}
.mall-tabs-bd:before,
.mall-tabs-bd:after {
  content: " ";
  display: table;
}
.mall-tabs-bd:after {
  clear: both;
}
.mall-tabs-bd .mall-tab-panel {
  position: absolute;
  top: 0;
  z-index: 99;
  float: left;
  width: 100%;
  padding: 10px 10px 15px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.mall-tabs-bd .mall-tab-panel * {
  -webkit-user-drag: none;
}
.mall-tabs-bd .mall-tab-panel.mall-active {
  position: relative;
  z-index: 100;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mall-tabs-bd .mall-tab-panel.mall-active ~ .mall-tab-panel {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.mall-tabs-bd .mall-tabs-bd {
  border: none;
}
.mall-tabs-bd-ofv {
  overflow: visible;
}
.mall-tabs-fade .mall-tab-panel {
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.mall-tabs-fade .mall-tab-panel.mall-in {
  opacity: 1;
}
/* ==========================================================================
   Component: Share Plugin
 ============================================================================ */
.mall-share {
  font-size: 14px;
}
.mall-share-title {
  padding: 10px 0 0;
  margin: 0 10px;
  font-weight: normal;
  text-align: center;
  color: #555555;
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.mall-share-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.mall-share-sns {
  margin: 0 10px;
  padding-top: 15px;
  background-color: #f8f8f8;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.mall-share-sns li {
  margin-bottom: 15px;
}
.mall-share-sns a {
  display: block;
  color: #555555;
}
.mall-share-sns span {
  display: block;
}
.mall-share-sns [class*='mall-icon'] {
  background-color: #3bb4f2;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}
.mall-share-sns .mall-icon-weibo {
  background-color: #ea1328;
}
.mall-share-sns .mall-icon-qq {
  background-color: #009cda;
}
.mall-share-sns .mall-icon-star {
  background-color: #ffc028;
}
.mall-share-sns .mall-icon-tencent-weibo {
  background-color: #23ccfe;
}
.mall-share-sns .mall-icon-wechat,
.mall-share-sns .mall-icon-weixin {
  background-color: #44b549;
}
.mall-share-sns .mall-icon-renren {
  background-color: #105ba3;
}
.mall-share-sns .mall-icon-comment {
  background-color: #5eb95e;
}
.mall-share-footer {
  margin: 10px;
}
.mall-share-footer .mall-btn {
  color: #555555;
}
.mall-share-wechat-qr {
  font-size: 14px;
  color: #777;
}
.mall-share-wechat-qr .mall-modal-dialog {
  background-color: #fff;
  border: 1px solid #dedede;
}
.mall-share-wechat-qr .mall-modal-hd {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.mall-share-wechat-qr .mall-share-wx-qr {
  margin-bottom: 10px;
}
.mall-share-wechat-qr .mall-share-wechat-tip {
  text-align: left;
}
.mall-share-wechat-qr .mall-share-wechat-tip em {
  color: #dd514c;
  font-weight: bold;
  font-style: normal;
  margin-left: 3px;
  margin-right: 3px;
}
/* ==========================================================================
   Component: PureView Plugin
 ============================================================================ */
.mall-pureview {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1120;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.mall-pureview.mall-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mall-pureview ul,
.mall-pureview ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mall-pureview-slider {
  overflow: hidden;
  height: 100%;
}
.mall-pureview-slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 100;
  visibility: hidden;
}
.mall-pureview-slider li.mall-pureview-slide-prev {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 109;
}
.mall-pureview-slider li.mall-pureview-slide-next {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 109;
}
.mall-pureview-slider li.mall-active {
  position: relative;
  z-index: 110;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.mall-pureview-slider .pinch-zoom-container {
  width: 100%;
  z-index: 1121;
}
.mall-pureview-slider .mall-pinch-zoom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mall-pureview-slider .mall-pinch-zoom:after {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f110";
  -webkit-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
  font-size: 24px;
  line-height: 24px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 1;
}
.mall-pureview-slider .mall-pinch-zoom.mall-pureview-loaded:after {
  display: none;
}
.mall-pureview-slider img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  z-index: 200;
  -webkit-user-drag: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.mall-pureview-slider img.mall-img-loaded {
  opacity: 1;
}
.mall-pureview-direction {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -18px !important;
  z-index: 1122;
}
.mall-touch .mall-pureview-direction,
.mall-pureview-only .mall-pureview-direction {
  display: none;
}
.mall-pureview-direction li {
  position: absolute;
  width: 36px;
  height: 36px;
}
.mall-pureview-direction a {
  display: block;
  height: 36px;
  border: none;
  color: #ccc;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
  z-index: 1125;
}
.mall-pureview-direction a:before {
  content: "\f137";
  line-height: 36px;
  font-size: 24px;
}
.mall-pureview-direction a:hover {
  opacity: 1;
}
.mall-pureview-direction .mall-pureview-prev {
  left: 15px;
}
.mall-pureview-direction .mall-pureview-next {
  right: 15px;
}
.mall-pureview-direction .mall-pureview-next a:before {
  content: "\f138";
}
.mall-pureview-bar {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #eeeeee;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-pureview-bar .mall-pureview-title {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mall-pureview-bar .mall-pureview-total {
  font-size: 10px;
  line-height: 48px;
}
.mall-pureview-actions {
  position: absolute;
  z-index: 1130;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.35);
}
.mall-pureview-actions a {
  position: absolute;
  left: 10px;
  color: #ccc;
  display: block;
  width: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 16px;
}
.mall-pureview-actions a:hover {
  color: #fff;
}
.mall-pureview-actions [data-mall-toggle="share"] {
  left: auto;
  right: 10px;
}
.mall-pureview-bar,
.mall-pureview-actions {
  opacity: 0;
  -webkit-transition: all .15s;
  transition: all .15s;
  z-index: 1130;
}
.mall-pureview-bar-active .mall-pureview-bar,
.mall-pureview-bar-active .mall-pureview-actions {
  opacity: 1;
}
.mall-pureview-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1131;
}
.mall-pureview-bar-active .mall-pureview-nav {
  display: none;
}
.mall-pureview-nav li {
  display: inline-block;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.mall-pureview-nav .mall-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
[data-mall-pureview] img {
  cursor: pointer;
}
.mall-pureview-active {
  overflow: hidden;
}
.ath-viewport * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6);
}
.ath-mandatory {
  background: #000;
}
.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-box-shadow: 0 0.2em 0 #d1d1d1;
          box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}
.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em;
}
.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}
.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em;
}
.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em;
}
.ath-ios8.ath-tablet {
  right: 0.4em;
  top: 1.8em;
}
.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}
/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642;
}
.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}
.ath-mandatory .ath-container:before {
  display: none;
}
.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none;
}
/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: 0.4em;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.4em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em;
}
.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  -ms-transform: scaleX(0.9) rotate(45deg);
      transform: scaleX(0.9) rotate(45deg);
  -webkit-box-shadow: 0.2em 0.2em 0 #d1d1d1;
          box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  -ms-transform: scaleX(0.9) rotate(45deg);
      transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641;
}
.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em;
  }
  .ath-android.ath-phone {
    margin-left: -12em;
  }
  .ath-ios.ath-phone {
    margin-left: -12em;
  }
  .ath-ios6:after {
    left: 39%;
  }
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em;
  }
  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* ==========================================================================
   Component: uCheck Plugin
 ============================================================================ */
.mall-checkbox,
.mall-radio,
.mall-checkbox-inline,
.mall-radio-inline {
  padding-left: 22px;
  position: relative;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
  font-size: 14px;
  line-height: 1.5;
}
label.mall-checkbox,
label.mall-radio {
  font-weight: normal;
}
.mall-ucheck-icons {
  color: #999999;
  display: block;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
  cursor: pointer;
}
.mall-checkbox .mall-icon-checked,
.mall-radio .mall-icon-checked,
.mall-checkbox-inline .mall-icon-checked,
.mall-radio-inline .mall-icon-checked,
.mall-checkbox .mall-icon-unchecked,
.mall-radio .mall-icon-unchecked,
.mall-checkbox-inline .mall-icon-unchecked,
.mall-radio-inline .mall-icon-unchecked {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-table;
  margin: 0;
  background-color: transparent;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}
.mall-checkbox .mall-icon-checked:before,
.mall-radio .mall-icon-checked:before,
.mall-checkbox-inline .mall-icon-checked:before,
.mall-radio-inline .mall-icon-checked:before,
.mall-checkbox .mall-icon-unchecked:before,
.mall-radio .mall-icon-unchecked:before,
.mall-checkbox-inline .mall-icon-unchecked:before,
.mall-radio-inline .mall-icon-unchecked:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mall-checkbox .mall-icon-checked,
.mall-radio .mall-icon-checked,
.mall-checkbox-inline .mall-icon-checked,
.mall-radio-inline .mall-icon-checked {
  opacity: 0;
}
.mall-checkbox .mall-icon-checked:before,
.mall-checkbox-inline .mall-icon-checked:before {
  content: "\f046";
}
.mall-checkbox .mall-icon-unchecked:before,
.mall-checkbox-inline .mall-icon-unchecked:before {
  content: "\f096";
}
.mall-radio .mall-icon-checked:before,
.mall-radio-inline .mall-icon-checked:before {
  content: "\f192";
}
.mall-radio .mall-icon-unchecked:before,
.mall-radio-inline .mall-icon-unchecked:before {
  content: "\f10c";
}
.mall-ucheck-checkbox,
.mall-ucheck-radio {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  outline: none !important;
}
.mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons {
  color: #0e90d2;
}
.mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-ucheck-radio:checked + .mall-ucheck-icons {
  color: #0e90d2;
}
.mall-ucheck-checkbox:checked + .mall-ucheck-icons .mall-icon-unchecked,
.mall-ucheck-radio:checked + .mall-ucheck-icons .mall-icon-unchecked {
  opacity: 0;
}
.mall-ucheck-checkbox:checked + .mall-ucheck-icons .mall-icon-checked,
.mall-ucheck-radio:checked + .mall-ucheck-icons .mall-icon-checked {
  opacity: 1;
}
.mall-ucheck-checkbox:disabled + .mall-ucheck-icons,
.mall-ucheck-radio:disabled + .mall-ucheck-icons {
  cursor: default;
  color: #d8d8d8;
}
.mall-ucheck-checkbox:disabled:checked + .mall-ucheck-icons .mall-icon-unchecked,
.mall-ucheck-radio:disabled:checked + .mall-ucheck-icons .mall-icon-unchecked {
  opacity: 0;
}
.mall-ucheck-checkbox:disabled:checked + .mall-ucheck-icons .mall-icon-checked,
.mall-ucheck-radio:disabled:checked + .mall-ucheck-icons .mall-icon-checked {
  opacity: 1;
  color: #d8d8d8;
}
.mall-checkbox.mall-secondary .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-secondary .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-secondary .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-secondary .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox.mall-secondary .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-secondary .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-secondary .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-secondary .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons {
  color: #3bb4f2;
}
.mall-checkbox.mall-secondary .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio.mall-secondary .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-secondary .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-secondary .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox.mall-secondary .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio.mall-secondary .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-secondary .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-secondary .mall-ucheck-radio:checked + .mall-ucheck-icons {
  color: #3bb4f2;
}
.mall-checkbox.mall-success .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-success .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-success .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-success .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox.mall-success .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-success .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-success .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-success .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons {
  color: #5eb95e;
}
.mall-checkbox.mall-success .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio.mall-success .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-success .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-success .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox.mall-success .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio.mall-success .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-success .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-success .mall-ucheck-radio:checked + .mall-ucheck-icons {
  color: #5eb95e;
}
.mall-checkbox.mall-warning .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-warning .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-warning .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-warning .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox.mall-warning .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-warning .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-warning .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-warning .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons {
  color: #F37B1D;
}
.mall-checkbox.mall-warning .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio.mall-warning .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-warning .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-warning .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox.mall-warning .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio.mall-warning .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-warning .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-warning .mall-ucheck-radio:checked + .mall-ucheck-icons {
  color: #F37B1D;
}
.mall-checkbox.mall-danger .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-danger .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-danger .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-danger .mall-ucheck-checkbox:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox.mall-danger .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio.mall-danger .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-checkbox-inline.mall-danger .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons,
.mall-radio-inline.mall-danger .mall-ucheck-radio:hover:not(.mall-nohover):not(:disabled) + .mall-ucheck-icons {
  color: #dd514c;
}
.mall-checkbox.mall-danger .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio.mall-danger .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-danger .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-danger .mall-ucheck-checkbox:checked + .mall-ucheck-icons,
.mall-checkbox.mall-danger .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio.mall-danger .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-checkbox-inline.mall-danger .mall-ucheck-radio:checked + .mall-ucheck-icons,
.mall-radio-inline.mall-danger .mall-ucheck-radio:checked + .mall-ucheck-icons {
  color: #dd514c;
}
.mall-field-error + .mall-ucheck-icons {
  color: #dd514c;
}
.mall-field-valid + .mall-ucheck-icons {
  color: #5eb95e;
}
/*
// Group Addon
.@{ns}input-group-label {
  .@{ns}radio,
  .@{ns}checkbox {
    margin: -2px 0;
    padding-left: 15px;
  }
}

// Form inline style
.@{ns}form-inline .@{ns}checkbox,
.@{ns}form-inline .@{ns}radio {
  padding-left: 24px;
}
*/
/* ==========================================================================
   Component: Selected Plugin
 ============================================================================ */
.mall-selected {
  width: 200px;
}
.mall-selected-btn {
  width: 100%;
  padding-left: 10px;
  text-align: right;
}
.mall-selected-btn.mall-btn-default {
  background: none;
}
.mall-invalid .mall-selected-btn {
  border-color: #dd514c;
}
.mall-selected-header {
  height: 45px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  display: none;
}
.mall-selected-status {
  text-align: left;
  width: 100%;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-selected-content {
  padding: 10px 0;
}
.mall-selected-search {
  padding: 0 10px 10px;
}
.mall-selected-search .mall-form-field {
  padding: .5em;
}
.mall-selected-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.mall-selected-list li {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.mall-selected-list li:hover {
  background-color: #f8f8f8;
}
.mall-selected-list li:hover .mall-icon-check {
  opacity: .6;
}
.mall-selected-list li.mall-checked .mall-icon-check {
  opacity: 1;
  color: #0e90d2;
}
.mall-selected-list li.mall-disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
}
.mall-selected-list .mall-selected-list-header {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  cursor: default;
}
.mall-selected-list .mall-selected-list-header:hover {
  background: none;
}
.mall-selected-list .mall-selected-list-header:first-child {
  margin-top: 0;
}
.mall-selected-list .mall-selected-text {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
}
.mall-selected-list .mall-icon-check {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #999999;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
.mall-selected-hint {
  line-height: 1.2;
  color: #dd514c;
}
.mall-selected-hint:not(:empty) {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding: 10px 10px 0;
}
.mall-selected-placeholder {
  opacity: .65;
}
/* ==========================================================================
   Component: JS Plugins helpers
 ============================================================================ */
.mall-fade {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mall-fade.mall-in {
  opacity: 1;
}
.mall-collapse {
  display: none;
}
.mall-collapse.mall-in {
  display: block;
}
tr.mall-collapse.mall-in {
  display: table-row;
}
tbody.mall-collapse.mall-in {
  display: table-row-group;
}
.mall-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}
.mall-sticky {
  position: fixed !important;
  z-index: 1010;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
[data-mall-sticky][class*="mall-animation-"] {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
}
.mall-dimmer-active {
  overflow: hidden;
}
.mall-dimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  opacity: 0;
}
.mall-dimmer.mall-active {
  opacity: 1;
}
[data-mall-collapse] {
  cursor: pointer;
}
.mall-datepicker {
  top: 0;
  left: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  width: 238px;
  color: #555;
  display: none;
}
.mall-datepicker > div {
  display: none;
}
.mall-datepicker table {
  width: 100%;
}
.mall-datepicker tr.mall-datepicker-header {
  font-size: 1.6rem;
  color: #fff;
  background: #3bb4f2;
}
.mall-datepicker td,
.mall-datepicker th {
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}
.mall-datepicker th {
  height: 48px;
}
.mall-datepicker td {
  font-size: 1.4rem;
}
.mall-datepicker td.mall-datepicker-day {
  height: 34px;
  width: 34px;
}
.mall-datepicker td.mall-datepicker-day:hover {
  background: #F0F0F0;
  height: 34px;
  width: 34px;
}
.mall-datepicker td.mall-datepicker-day.mall-disabled {
  cursor: no-drop;
  color: #999;
  background: #fafafa;
}
.mall-datepicker td.mall-datepicker-old,
.mall-datepicker td.mall-datepicker-new {
  color: #89d7ff;
}
.mall-datepicker td.mall-active,
.mall-datepicker td.mall-active:hover {
  border-radius: 0;
  color: #0084c7;
  background: #F0F0F0;
}
.mall-datepicker td span {
  display: block;
  width: 79.33333333px;
  height: 40px;
  line-height: 40px;
  float: left;
  cursor: pointer;
}
.mall-datepicker td span:hover {
  background: #F0F0F0;
}
.mall-datepicker td span.mall-active {
  color: #0084c7;
  background: #F0F0F0;
}
.mall-datepicker td span.mall-disabled {
  cursor: no-drop;
  color: #999;
  background: #fafafa;
}
.mall-datepicker td span.mall-datepicker-old {
  color: #89d7ff;
}
.mall-datepicker .mall-datepicker-dow {
  height: 40px;
  color: #0c80ba;
}
.mall-datepicker-caret {
  display: block!important;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 7px solid #3bb4f2;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: -7px;
  left: 6px;
}
.mall-datepicker-right .mall-datepicker-caret {
  left: auto;
  right: 7px;
}
.mall-datepicker-up .mall-datepicker-caret {
  top: auto;
  bottom: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.mall-datepicker-select {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.mall-datepicker-select:hover {
  background: rgba(154, 217, 248, 0.5);
  color: #0c80ba;
}
.mall-datepicker-prev,
.mall-datepicker-next {
  width: 34px;
  height: 34px;
}
.mall-datepicker-prev-icon,
.mall-datepicker-next-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.mall-datepicker-prev-icon:hover,
.mall-datepicker-next-icon:hover {
  background: rgba(154, 217, 248, 0.5);
  color: #0c80ba;
}
.mall-datepicker-prev-icon:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
}
.mall-datepicker-next-icon:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f054";
}
.mall-datepicker-dropdown {
  position: absolute;
  z-index: 1120;
}
@media only screen and (max-width: 640px) {
  .mall-datepicker {
    width: 100%;
  }
  .mall-datepicker td span {
    width: 33.33%;
  }
  .mall-datepicker-caret {
    display: none!important;
  }
  .mall-datepicker-prev,
  .mall-datepicker-next {
    width: 44px;
    height: 44px;
  }
}
.mall-datepicker-success tr.mall-datepicker-header {
  background: #5eb95e;
}
.mall-datepicker-success td.mall-datepicker-day.mall-disabled {
  color: #999;
}
.mall-datepicker-success td.mall-datepicker-old,
.mall-datepicker-success td.mall-datepicker-new {
  color: #94df94;
}
.mall-datepicker-success td.mall-active,
.mall-datepicker-success td.mall-active:hover {
  color: #1b961b;
}
.mall-datepicker-success td span.mall-datepicker-old {
  color: #94df94;
}
.mall-datepicker-success td span.mall-active {
  color: #1b961b;
}
.mall-datepicker-success .mall-datepicker-caret {
  border-bottom-color: #5eb95e;
}
.mall-datepicker-success .mall-datepicker-dow {
  color: #367b36;
}
.mall-datepicker-success .mall-datepicker-select:hover,
.mall-datepicker-success .mall-datepicker-prev-icon:hover,
.mall-datepicker-success .mall-datepicker-next-icon:hover {
  background: rgba(165, 216, 165, 0.5);
  color: #367b36;
}
.mall-datepicker-danger tr.mall-datepicker-header {
  background: #dd514c;
}
.mall-datepicker-danger td.mall-datepicker-day.mall-disabled {
  color: #999;
}
.mall-datepicker-danger td.mall-datepicker-old,
.mall-datepicker-danger td.mall-datepicker-new {
  color: #f59490;
}
.mall-datepicker-danger td.mall-active,
.mall-datepicker-danger td.mall-active:hover {
  color: #c10802;
}
.mall-datepicker-danger td span.mall-datepicker-old {
  color: #f59490;
}
.mall-datepicker-danger td span.mall-active {
  color: #c10802;
}
.mall-datepicker-danger .mall-datepicker-caret {
  border-bottom-color: #dd514c;
}
.mall-datepicker-danger .mall-datepicker-dow {
  color: #a4241f;
}
.mall-datepicker-danger .mall-datepicker-select:hover,
.mall-datepicker-danger .mall-datepicker-prev-icon:hover,
.mall-datepicker-danger .mall-datepicker-next-icon:hover {
  background: rgba(237, 164, 162, 0.5);
  color: #a4241f;
}
.mall-datepicker-warning tr.mall-datepicker-header {
  background: #F37B1D;
}
.mall-datepicker-warning td.mall-datepicker-day.mall-disabled {
  color: #999;
}
.mall-datepicker-warning td.mall-datepicker-old,
.mall-datepicker-warning td.mall-datepicker-new {
  color: #ffad6d;
}
.mall-datepicker-warning td.mall-active,
.mall-datepicker-warning td.mall-active:hover {
  color: #aa4b00;
}
.mall-datepicker-warning td span.mall-datepicker-old {
  color: #ffad6d;
}
.mall-datepicker-warning td span.mall-active {
  color: #aa4b00;
}
.mall-datepicker-warning .mall-datepicker-caret {
  border-bottom-color: #F37B1D;
}
.mall-datepicker-warning .mall-datepicker-dow {
  color: #a14c09;
}
.mall-datepicker-warning .mall-datepicker-select:hover,
.mall-datepicker-warning .mall-datepicker-prev-icon:hover,
.mall-datepicker-warning .mall-datepicker-next-icon:hover {
  background: rgba(248, 180, 126, 0.5);
  color: #a14c09;
}
.mall-datepicker > div {
  display: block;
}
.mall-datepicker > div span.mall-datepicker-hour {
  width: 59.5px;
}
.mall-datepicker-date {
  display: block;
}
.mall-datepicker-date.mall-input-group {
  display: table;
}
.mall-datepicker-time-box {
  padding: 30px 0 30px 0;
}
.mall-datepicker-time-box strong {
  font-size: 5.2rem;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-weight: normal;
}
.mall-datepicker-time-box strong:hover {
  border-radius: 4px;
  background: #ECECEC;
}
.mall-datepicker-time-box em {
  display: inline-block;
  height: 70px;
  width: 20px;
  line-height: 70px;
  font-size: 5.2rem;
  font-style: normal;
}
.mall-datepicker-toggle {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
.mall-datepicker-toggle:hover {
  background: #f0f0f0;
}
/* ==========================================================================
   Component: Print
 ============================================================================ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " [" attr(title) "] ";
  }
  /**
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  select {
    background: #fff !important;
  }
  .mall-topbar {
    display: none;
  }
  .mall-table td,
  .mall-table th {
    background-color: #fff !important;
  }
  .mall-table {
    border-collapse: collapse !important;
  }
  .mall-table-bordered th,
  .mall-table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* print helper classes */
.mall-print-block {
  display: none !important;
}
@media print {
  .mall-print-block {
    display: block !important;
  }
}
.mall-print-inline {
  display: none !important;
}
@media print {
  .mall-print-inline {
    display: inline !important;
  }
}
.mall-print-inline-block {
  display: none !important;
}
@media print {
  .mall-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .mall-print-hide {
    display: none !important;
  }
}
.lte9 #nprogress .nprogress-spinner {
  display: none !important;
}
.lte8 .mall-dimmer {
  background-color: #000;
  filter: alpha(opacity=60);
}
.lte8 .mall-modal-actions {
  display: none;
}
.lte8 .mall-modal-actions.mall-modal-active {
  display: block;
}
.lte8 .mall-offcanvas.mall-active {
  background: #000;
}
.lte8 .mall-popover .mall-popover-caret {
  border: 8px solid transparent;
}
.lte8 .mall-popover-top .mall-popover-caret {
  border-top: 8px solid #333333;
  border-bottom: none;
}
.lte8 .mall-popover-left .mall-popover-caret {
  right: -8px;
  margin-top: -6px;
  border-left: 8px solid #333333;
  border-right: none;
}
.lte8 .mall-popover-right .mall-popover-caret {
  left: -8px;
  margin-top: -6px;
  border-right: 8px solid #333333;
  border-left: none;
}
.mall-accordion-item {
  margin: 0;
}
.mall-accordion-title {
  font-weight: normal;
  cursor: pointer;
}
.mall-accordion-item.mall-disabled .mall-accordion-title {
  cursor: default;
  pointer-events: none;
}
.mall-accordion-bd {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.mall-accordion-content {
  margin-top: 0;
  padding: 0.8rem 1rem 1.2rem;
  font-size: 1.4rem;
}
/**
  * Accordion Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-accordion-default {
  margin: 1rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.mall-accordion-default .mall-accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mall-accordion-default .mall-accordion-item:first-child {
  border-top: none;
}
.mall-accordion-default .mall-accordion-title {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: .8rem 1rem;
}
.mall-accordion-default .mall-accordion-title:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: 5px;
}
.mall-accordion-default .mall-accordion-title:hover {
  color: #0e90d2;
}
.mall-accordion-default .mall-accordion-content {
  color: #666;
}
.mall-accordion-default .mall-active .mall-accordion-title {
  background-color: #eeeeee;
  color: #0e90d2;
}
.mall-accordion-default .mall-active .mall-accordion-title:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
  * Accordion Theme: basic
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-accordion-basic {
  margin: 1rem;
}
.mall-accordion-basic .mall-accordion-title {
  color: #333333;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: .8rem 0 0;
}
.mall-accordion-basic .mall-accordion-title:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f0da";
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: .5rem;
}
.mall-accordion-basic .mall-accordion-content {
  color: #666;
}
.mall-accordion-basic .mall-active .mall-accordion-title {
  color: #0e90d2;
}
.mall-accordion-basic .mall-active .mall-accordion-title:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
  * Accordion Theme: gapped
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-accordion-gapped {
  margin: .5rem 1rem;
}
.mall-accordion-gapped .mall-accordion-item {
  border: 1px solid #dedede;
  border-bottom: none;
  margin: .5rem 0;
}
.mall-accordion-gapped .mall-accordion-item.mall-active {
  border-bottom: 1px solid #dedede;
}
.mall-accordion-gapped .mall-accordion-title {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  border-bottom: 1px solid #dedede;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
}
.mall-accordion-gapped .mall-accordion-title:after {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f105";
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.8rem;
}
.mall-accordion-gapped .mall-accordion-title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.mall-accordion-gapped .mall-accordion-content {
  color: #666;
}
.mall-accordion-gapped .mall-active .mall-accordion-title {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.8);
}
.mall-accordion-gapped .mall-active .mall-accordion-title:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mall-divider {
  height: 0;
  margin: 1.5rem auto;
  overflow: hidden;
  clear: both;
}
/**
  * Divider Theme: default
  */
.mall-divider-default {
  border-top: 1px solid #ddd;
}
/**
  * Divider Theme: dotted
  */
.mall-divider-dotted {
  border-top: 1px dotted #ccc;
}
/**
  * Divider Theme: dashed
  */
.mall-divider-dashed {
  border-top: 1px dashed #ccc;
}
.mall-figure-zoomable {
  position: relative;
  cursor: pointer;
}
.mall-figure-zoomable:after {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f00e";
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #999999;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.mall-figure-zoomable:hover:after {
  color: #eeeeee;
}
.mall-figure-default {
  margin: 10px;
}
.mall-figure-default img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #eeeeee;
  margin: 10px auto;
}
.mall-figure-default figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333333;
}
.mall-footer {
  text-align: center;
  padding: 1em 0;
  font-size: 1.6rem;
}
.mall-footer .mall-switch-mode-ysp {
  cursor: pointer;
}
.mall-footer .mall-footer-text {
  margin-top: 10px;
  font-size: 14px;
}
.mall-footer .mall-footer-text-left {
  text-align: left;
  padding-left: 10px;
}
.mall-modal-footer-hd {
  padding-bottom: 10px;
}
/**
  * Footer Theme: default
  */
.mall-footer-default {
  background-color: #fff;
}
.mall-footer-default a {
  color: #555555;
}
.mall-footer-default .mall-footer-switch {
  margin-bottom: 10px;
  font-weight: bold;
}
.mall-footer-default .mall-footer-ysp {
  color: #555555;
  cursor: pointer;
}
.mall-footer-default .mall-footer-divider {
  color: #ccc;
}
.mall-footer-default .mall-footer-desktop {
  color: #0e90d2;
}
.mall-footer-default .mall-footer-miscs {
  color: #999999;
  font-size: 13px;
}
.mall-footer-default .mall-footer-miscs p {
  margin: 5px 0;
}
@media only screen and (min-width:641px) {
  .mall-footer-default .mall-footer-miscs p {
    display: inline-block;
    margin: 5px;
  }
}
.mall-gallery {
  padding: 5px 5px 0 5px;
  list-style: none;
}
.mall-gallery h3 {
  margin: 0;
}
[data-mall-gallery*='pureview'] img {
  cursor: pointer;
}
/**
  * Gallery Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-gallery-default > li {
  padding: 5px;
}
.mall-gallery-default .mall-gallery-item img {
  width: 100%;
  height: auto;
}
.mall-gallery-default .mall-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555555;
}
.mall-gallery-default .mall-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
/**
  * Gallery Theme: overlay
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-gallery-overlay > li {
  padding: 5px;
}
.mall-gallery-overlay .mall-gallery-item {
  position: relative;
}
.mall-gallery-overlay .mall-gallery-item img {
  width: 100%;
  height: auto;
}
.mall-gallery-overlay .mall-gallery-title {
  font-weight: normal;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-gallery-overlay .mall-gallery-desc {
  display: none;
}
/**
  * Accordion Theme: bordered
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-gallery-bordered > li {
  padding: 5px;
}
.mall-gallery-bordered .mall-gallery-item {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  padding: 5px;
}
.mall-gallery-bordered .mall-gallery-item img {
  width: 100%;
  height: auto;
}
.mall-gallery-bordered .mall-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #555555;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-gallery-bordered .mall-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
/**
  * Gallery Theme: imgbordered
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-gallery-imgbordered > li {
  padding: 5px;
}
.mall-gallery-imgbordered .mall-gallery-item img {
  width: 100%;
  height: auto;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.mall-gallery-imgbordered .mall-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #555555;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-gallery-imgbordered .mall-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
.mall-gotop a {
  display: inline-block;
  text-decoration: none;
}
/**
  * Gotop Theme: default
  */
.mall-gotop-default {
  text-align: center;
  margin: 10px 0;
}
.mall-gotop-default a {
  background-color: #0e90d2;
  padding: .5em 1.5em;
  border-radius: 0;
  color: #fff;
}
.mall-gotop-default a img {
  display: none;
}
/**
  * Gotop Theme: fixed
  */
.mall-gotop-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1010;
  opacity: 0;
  width: 32px;
  min-height: 32px;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}
.mall-gotop-fixed.mall-active {
  opacity: .9;
}
.mall-gotop-fixed.mall-active:hover {
  opacity: 1;
}
.mall-gotop-fixed a {
  display: block;
}
.mall-gotop-fixed .mall-gotop-title {
  display: none;
}
.mall-gotop-fixed .mall-gotop-icon-custom {
  display: inline-block;
  max-width: 30px;
  vertical-align: middle;
}
.mall-gotop-fixed .mall-gotop-icon {
  width: 100%;
  line-height: 32px;
  background-color: #555555;
  vertical-align: middle;
  color: #ddd;
}
.mall-gotop-fixed .mall-gotop-icon:hover {
  color: #fff;
}
.mall-with-fixed-navbar .mall-gotop-fixed {
  bottom: 60px;
}
.mall-header {
  position: relative;
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 10px;
}
.mall-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.mall-header .mall-header-title {
  margin: 0 30%;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-header .mall-header-title img {
  margin-top: 12px;
  height: 25px;
  vertical-align: top;
}
.mall-header .mall-header-nav {
  position: absolute;
  top: 0;
}
.mall-header .mall-header-nav img {
  height: 16px;
  width: auto;
  vertical-align: middle;
}
.mall-header .mall-header-left {
  left: 10px;
}
.mall-header .mall-header-right {
  right: 10px;
}
.mall-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
}
.mall-with-fixed-header {
  padding-top: 49px;
}
/**
  * Header Theme: default
  */
.mall-header-default {
  background-color: #0e90d2;
}
.mall-header-default .mall-header-title {
  color: #fff;
}
.mall-header-default .mall-header-title a {
  color: #fff;
}
.mall-header-default .mall-header-icon {
  font-size: 20px;
}
.mall-header-default .mall-header-nav {
  color: #eeeeee;
}
.mall-header-default .mall-header-nav > a {
  display: inline-block;
  min-width: 36px;
  text-align: center;
  color: #eeeeee;
}
.mall-header-default .mall-header-nav > a + a {
  margin-left: 5px;
}
.mall-header-default .mall-header-nav .mall-btn {
  margin-top: 9px;
  height: 31px;
  padding: 0 0.5em;
  line-height: 30px;
  font-size: 14px;
  vertical-align: top;
}
.mall-header-default .mall-header-nav .mall-btn .mall-header-icon {
  font-size: inherit;
}
.mall-header-default .mall-header-nav .mall-btn-default {
  color: #999999;
}
.mall-header-default .mall-header-nav-title,
.mall-header-default .mall-header-nav-title + .mall-header-icon {
  font-size: 14px;
}
.mall-intro {
  position: relative;
}
.mall-intro img {
  max-width: 100%;
}
.mall-intro-hd {
  position: relative;
  height: 45px;
  line-height: 45px;
}
.mall-intro-title {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.mall-intro-more-top {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.4rem;
}
.mall-intro-bd {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
}
.mall-intro-bd p:last-child {
  margin-bottom: 0;
}
.mall-intro-more-bottom {
  clear: both;
  text-align: center;
}
.mall-intro-more-bottom .mall-btn {
  font-size: 14px;
}
/**
  * Intro Theme: default
  */
.mall-intro-default .mall-intro-hd {
  background-color: #0e90d2;
  color: #fff;
  padding: 0 10px;
}
.mall-intro-default .mall-intro-hd a {
  color: #eee;
}
.mall-intro-default .mall-intro-right {
  padding-left: 0;
}
.mall-list-news-hd {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}
.mall-list-news-hd a {
  display: block;
}
.mall-list-news-hd h2 {
  font-size: 1.6rem;
  float: left;
  margin: 0;
  height: 2rem;
  line-height: 2rem;
}
.mall-list-news-hd h3 {
  margin: 0;
}
.mall-list-news-hd .mall-list-news-more {
  font-size: 1.3rem;
  height: 2rem;
  line-height: 2rem;
}
.mall-list .mall-list-item-dated a {
  padding-right: 80px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-list .mall-list-item-dated a::after {
  display: none;
}
.mall-list .mall-list-item-desced a,
.mall-list .mall-list-item-thumbed a {
  padding-right: 0;
}
.mall-list-news .mall-list-item-hd {
  margin: 0;
}
.mall-list-date {
  position: absolute;
  right: 5px;
  font-size: 1.3rem;
  top: 1.3rem;
}
.mall-list-item-desced {
  padding-bottom: 1rem;
}
.mall-list-item-desced > a {
  padding: 1rem 0;
}
.mall-list-item-desced .mall-list-date {
  position: static;
}
.mall-list-item-thumbed {
  padding-top: 1em;
}
.mall-list-news-ft {
  text-align: center;
}
.mall-list-news .mall-titlebar {
  margin-left: 0;
  margin-right: 0;
}
.mall-list-news .mall-titlebar ~ .mall-list-news-bd .mall-list > li:first-child {
  border-top: none;
}
/**
  * list_news Theme: default
  */
.mall-list-news-default {
  margin: 10px;
}
.mall-list-news-default .mall-g {
  margin-left: auto;
  margin-right: auto;
}
.mall-list-news-default .mall-list-item-hd {
  font-weight: normal;
}
.mall-list-news-default .mall-list-date {
  color: #999999;
}
.mall-list-news-default .mall-list > li {
  border-color: #dedede;
}
.mall-list-news-default .mall-list .mall-list-item-desced {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mall-list-news-default .mall-list .mall-list-item-desced > a {
  padding: 0;
}
.mall-list-news-default .mall-list .mall-list-item-desced .mall-list-item-text {
  margin-top: 0.5rem;
  color: #757575;
}
.mall-list-news-default .mall-list .mall-list-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  max-height: 2.6em;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-top .mall-list-thumb {
  padding: 0;
  margin-bottom: 0.8rem;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-top .mall-list-main {
  padding: 0;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-left .mall-list-thumb {
  padding-left: 0;
}
.mall-list-news-default .mall-list .mall-list-item-desced .mall-list-main {
  padding: 0;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-right .mall-list-thumb {
  padding-right: 0;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-bottom-left .mall-list-item-hd {
  clear: both;
  padding-bottom: 0.5rem;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-bottom-left .mall-list-thumb {
  padding-left: 0;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-bottom-right .mall-list-item-hd {
  clear: both;
  padding-bottom: 0.5rem;
}
.mall-list-news-default .mall-list .mall-list-item-thumb-bottom-right .mall-list-thumb {
  padding-right: 0;
}
.mall-list-news-default .mall-list .mall-list-thumb img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 640px) {
  .mall-list-news-default .mall-list-item-thumb-left .mall-list-thumb,
  .mall-list-news-default .mall-list-item-thumb-right .mall-list-thumb {
    max-height: 80px;
    overflow: hidden;
  }
  .mall-list-news-default .mall-list-item-thumb-bottom-left .mall-list-item-text,
  .mall-list-news-default .mall-list-item-thumb-bottom-right .mall-list-item-text {
    -webkit-line-clamp: 3;
    /* number of lines to show */
    max-height: 3.9em;
  }
  .mall-list-news-default .mall-list-item-thumb-bottom-left .mall-list-thumb,
  .mall-list-news-default .mall-list-item-thumb-bottom-right .mall-list-thumb {
    max-height: 60px;
    overflow: hidden;
  }
}
.mall-map {
  width: 100%;
  height: 300px;
}
/**
  * Accordion Theme: default
  * Author: Hzp (hzp@yunshipei.com)
  */
.mall-map-default #bd-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.4!important;
}
.mall-map-default .BMap_bubble_title {
  font-weight: bold;
}
.mall-map-default #BMap_mask {
  width: 100%;
}
.mall-mechat {
  margin: 1rem;
}
.mall-mechat .section-cbox-wap .cbox-post-wap .post-action-wap .action-function-wap .function-list-wap .list-upload-wap .upload-mutual-wap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mall-menu {
  position: relative;
  padding: 0;
  margin: 0;
}
.mall-menu ul {
  padding: 0;
  margin: 0;
}
.mall-menu li {
  list-style: none;
}
.mall-menu a:after,
.mall-menu a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mall-menu-sub {
  z-index: 1050;
}
.mall-menu-toggle {
  display: none;
  z-index: 1015;
}
.mall-menu-toggle img {
  display: inline-block;
  height: 16px;
  width: auto;
  vertical-align: middle;
}
.mall-menu-nav a {
  display: block;
  padding: 0.8rem 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
/**
  * Menu Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-default .mall-menu-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mall-menu-default .mall-menu-nav a {
  text-align: center;
  height: 36px;
  line-height: 36px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #0e90d2;
}
.mall-menu-default .mall-menu-nav > .mall-parent > a {
  position: relative;
  -webkit-transition: .15s;
  transition: .15s;
}
.mall-menu-default .mall-menu-nav > .mall-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: .15s;
  transition: .15s;
}
.mall-menu-default .mall-menu-nav > .mall-parent > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  content: "\f0d8";
  display: none;
  color: #f1f1f1;
  font-size: 24px;
}
.mall-menu-default .mall-menu-nav > .mall-parent.mall-open > a {
  color: #095f8a;
}
.mall-menu-default .mall-menu-nav > .mall-parent.mall-open > a:before {
  display: block;
}
.mall-menu-default .mall-menu-nav > .mall-parent.mall-open > a:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mall-menu-default .mall-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mall-menu-default .mall-menu-sub > li > a {
  color: #555555;
}
@media only screen and (min-width:641px) {
  .mall-menu-default .mall-menu-nav li {
    width: auto;
    float: left;
    clear: none;
    display: inline;
  }
  .mall-menu-default .mall-menu-nav a {
    padding-left: 1.5rem;
    padding-right: .5rem;
  }
}
/**
/**
  * Menu Theme: dropdown1
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-dropdown1 {
  position: relative;
  /*@media @medium-up {
    .mall-menu-toggle {
      display: none!important;
    }

    .mall-menu-nav {
      &.mall-collapse {
        display: block;
      }

      .mall-menu-sub {
        background-color: ;//@menu-sub-bg;
        display: block;
        & > li {
          clear: none;

        }
      }

      .mall-menu-lv2 {
        & > li {
          clear: none;
          width: auto;
        }
      }
    }
  }*/
}
.mall-menu-dropdown1 .mall-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.mall-menu-dropdown1 a {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-menu-dropdown1 .mall-menu-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1050;
}
.mall-menu-dropdown1 .mall-menu-nav a {
  padding: 0.8rem;
}
.mall-menu-dropdown1 .mall-menu-nav > li {
  width: 100%;
}
.mall-menu-dropdown1 .mall-menu-nav > li.mall-parent > a {
  position: relative;
}
.mall-menu-dropdown1 .mall-menu-nav > li.mall-parent > a::before {
  content: "\f067";
  position: absolute;
  right: 1rem;
  top: 1.4rem;
}
.mall-menu-dropdown1 .mall-menu-nav > li.mall-parent.mall-open > a {
  background-color: #0c80ba;
  border-bottom: none;
  color: #fff;
}
.mall-menu-dropdown1 .mall-menu-nav > li.mall-parent.mall-open > a:before {
  content: "\f068";
}
.mall-menu-dropdown1 .mall-menu-nav > li.mall-parent.mall-open > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid #0c80ba;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
.mall-menu-dropdown1 .mall-menu-nav > li > a {
  border-bottom: 1px solid #0b76ac;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background-color: #0e90d2;
  color: #fff;
  height: 49px;
  line-height: 49px;
  padding: 0;
  text-indent: 10px;
}
.mall-menu-dropdown1 .mall-menu-sub {
  background-color: #fff;
}
.mall-menu-dropdown1 .mall-menu-sub a {
  color: #555;
  height: 44px;
  line-height: 44px;
  text-indent: 5px;
  padding: 0;
}
.mall-menu-dropdown1 .mall-menu-sub a:before {
  content: "\f105";
  color: #aaa;
  font-size: 16px;
  margin-right: 5px;
}
/**
  * Menu Theme: dropdown2
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-dropdown2 .mall-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.mall-menu-dropdown2 .mall-menu-nav {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mall-menu-dropdown2 .mall-menu-nav a {
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
}
.mall-menu-dropdown2 .mall-menu-nav > li > a {
  color: #333333;
}
.mall-menu-dropdown2 .mall-menu-nav > li.mall-parent > a {
  position: relative;
}
.mall-menu-dropdown2 .mall-menu-nav > li.mall-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.mall-menu-dropdown2 .mall-menu-nav > li.mall-parent.mall-open > a {
  position: relative;
}
.mall-menu-dropdown2 .mall-menu-nav > li.mall-parent.mall-open > a:after {
  color: #0e90d2;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mall-menu-dropdown2 .mall-menu-nav > li.mall-parent.mall-open > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  content: "\f0d8";
  color: rgba(0, 0, 0, 0.2);
}
.mall-menu-dropdown2 .mall-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 8px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 1055;
}
.mall-menu-dropdown2 .mall-menu-sub a {
  padding: 0;
  height: 35px;
  color: #555555;
  line-height: 35px;
}
@media only screen and (min-width:641px) {
  .mall-menu-dropdown2 .mall-menu-toggle {
    display: none !important;
  }
  .mall-menu-dropdown2 .mall-menu-nav {
    position: static;
    display: block;
  }
  .mall-menu-dropdown2 .mall-menu-nav > li {
    float: none;
    width: auto;
    display: inline-block;
  }
  .mall-menu-dropdown2 .mall-menu-nav > li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mall-menu-dropdown2 .mall-menu-sub {
    left: auto;
    right: auto;
  }
  .mall-menu-dropdown2 .mall-menu-sub > li {
    float: none;
    width: auto;
  }
  .mall-menu-dropdown2 .mall-menu-sub a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/**
  * Menu Theme: slide1
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-slide1 .mall-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.mall-menu-slide1 .mall-menu-nav {
  background-color: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mall-menu-slide1 .mall-menu-nav.mall-in:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f0d8";
  font-size: 24px;
  color: #f5f5f5;
  position: absolute;
  right: 16px;
  top: -16px;
}
.mall-menu-slide1 .mall-menu-nav a {
  line-height: 38px;
  height: 38px;
  display: block;
  padding: 0;
  text-align: center;
}
.mall-menu-slide1 .mall-menu-nav > li > a {
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent > a {
  position: relative;
  -webkit-transition: .15s;
  transition: .15s;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: .15s;
  transition: .15s;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  content: "\f0d8";
  display: none;
  color: #0e90d2;
  font-size: 24px;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent.mall-open > a {
  color: #0e90d2;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent.mall-open > a:before {
  display: block;
}
.mall-menu-slide1 .mall-menu-nav > .mall-parent.mall-open > a:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mall-menu-slide1 .mall-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: #0e90d2;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mall-menu-slide1 .mall-menu-sub > li > a {
  color: #fff;
}
@media only screen and (min-width:641px) {
  .mall-menu-slide1 .mall-menu-toggle {
    display: none !important;
  }
  .mall-menu-slide1 .mall-menu-nav {
    background-color: #f5f5f5;
    display: block;
  }
  .mall-menu-slide1 .mall-menu-nav.mall-in:before {
    display: none;
  }
  .mall-menu-slide1 .mall-menu-nav li {
    width: auto;
    clear: none;
  }
  .mall-menu-slide1 .mall-menu-nav li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/**
  * Menu Theme: offcanvas1
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-offcanvas1 .mall-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.mall-menu-offcanvas1 .mall-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.mall-menu-offcanvas1 .mall-menu-nav > li > a {
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  padding: 0;
  position: relative;
  color: #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.mall-menu-offcanvas1 .mall-menu-nav > .mall-open > a,
.mall-menu-offcanvas1 .mall-menu-nav > li > a:hover,
.mall-menu-offcanvas1 .mall-menu-nav > li > a:focus {
  background-color: #474747;
  color: #fff;
  outline: none;
}
.mall-menu-offcanvas1 .mall-menu-nav > .mall-active > a {
  background-color: #1a1a1a;
  color: #fff;
}
.mall-menu-offcanvas1 .mall-menu-nav > .mall-parent > a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mall-menu-offcanvas1 .mall-menu-nav > .mall-parent > a:after {
  content: "\f104";
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
}
.mall-menu-offcanvas1 .mall-menu-nav > .mall-parent.mall-open > a:after {
  content: "\f107";
}
.mall-menu-offcanvas1 .mall-menu-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 5px 0 5px 15px;
  background-color: #1a1a1a;
  font-size: 1.4rem;
}
.mall-menu-offcanvas1 .mall-menu-sub a {
  color: #eee;
}
.mall-menu-offcanvas1 .mall-menu-sub a:hover {
  color: #fff;
}
.mall-menu-offcanvas1 .mall-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/**
  * Menu Theme: offcanvas2
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-offcanvas2 .mall-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.mall-menu-offcanvas2 .mall-menu-nav {
  padding: 10px 5px;
}
.mall-menu-offcanvas2 .mall-menu-nav > li {
  padding: 5px;
}
.mall-menu-offcanvas2 .mall-menu-nav > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #404040;
  color: #ccc;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  height: 44px;
  line-height: 44px;
  padding: 0;
  text-align: center;
}
.mall-menu-offcanvas2 .mall-menu-nav > li > a:hover,
.mall-menu-offcanvas2 .mall-menu-nav > li > a:focus {
  background-color: #262626;
  color: #fff;
  outline: none;
}
.mall-menu-offcanvas2 .mall-menu-nav > .mall-active > a {
  background-color: #262626;
  color: #fff;
}
/**
  * Menu Theme: stack
  * Author: Minwe (minwe@yunshipei.com)
  */
.mall-menu-stack .mall-menu-nav {
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.mall-menu-stack .mall-menu-nav > .mall-parent > a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mall-menu-stack .mall-menu-nav > .mall-parent > a:after {
  content: "\f105";
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.mall-menu-stack .mall-menu-nav > .mall-parent.mall-open > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mall-menu-stack .mall-menu-nav > li > a {
  position: relative;
  color: #333;
  background-color: #f5f5f5;
  border-top: 1px solid #dedede;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  height: 49px;
  line-height: 49px;
  text-indent: 10px;
  padding: 0;
}
.mall-menu-stack .mall-menu-nav > .mall-open > a,
.mall-menu-stack .mall-menu-nav > li > a:hover,
.mall-menu-stack .mall-menu-nav > li > a:focus {
  background-color: #e5e5e5;
  color: #222;
  outline: none;
}
.mall-menu-stack .mall-menu-sub {
  padding: 0;
  font-size: 1.4rem;
  border-top: 1px solid #dedede;
}
.mall-menu-stack .mall-menu-sub a {
  border-bottom: 1px solid #dedede;
  padding-left: 2rem;
  color: #444;
}
.mall-menu-stack .mall-menu-sub a:hover {
  color: #333;
}
.mall-menu-stack .mall-menu-sub li:last-child a {
  border-bottom: none;
}
.mall-menu-stack .mall-menu-sub > li > a {
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  padding: 0;
}
@media only screen and (min-width:641px) {
  .mall-menu-stack .mall-menu-nav {
    background-color: #f5f5f5;
  }
  .mall-menu-stack .mall-menu-nav > li {
    float: left;
    width: auto;
    clear: none !important;
    display: inline-block;
  }
  .mall-menu-stack .mall-menu-nav > li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mall-menu-stack .mall-menu-nav > li.mall-parent > a:after {
    position: static;
    content: "\f107";
  }
  .mall-menu-stack .mall-menu-nav > li.mall-parent.mall-open a {
    border-bottom: none;
  }
  .mall-menu-stack .mall-menu-nav > li.mall-parent.mall-open a:after {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  .mall-menu-stack .mall-menu-nav > li.mall-parent.mall-open .mall-menu-sub {
    background-color: #e5e5e5;
  }
  .mall-menu-stack .mall-menu-sub {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ddd;
    border-top: none;
  }
  .mall-menu-stack .mall-menu-sub li {
    width: auto;
    float: left;
    clear: none;
  }
}
.mall-navbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  z-index: 1010;
}
.mall-navbar ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.mall-navbar .mall-navbar-nav {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-navbar .mall-navbar-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: none;
}
.mall-navbar-nav {
  position: relative;
  z-index: 1015;
}
.mall-navbar-nav a {
  display: inline-block;
  width: 100%;
  height: 49px;
  line-height: 20px;
}
.mall-navbar-nav a img {
  display: block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: 4px auto 0;
}
.mall-navbar-nav a [class*="mall-icon"] {
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  display: block;
  line-height: 24px;
}
.mall-navbar-nav a [class*="mall-icon"]:before {
  font-size: 22px;
  vertical-align: middle;
}
.mall-navbar-nav a .mall-navbar-label {
  padding-top: 2px;
  line-height: 1;
  font-size: 12px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-navbar-more [class*="mall-icon-"] {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.mall-navbar-more.mall-active [class*="mall-icon-"] {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.mall-navbar-actions {
  position: absolute;
  bottom: 49px;
  right: 0;
  left: 0;
  z-index: 1009;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.mall-navbar-actions.mall-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mall-navbar-actions li {
  line-height: 42px;
  position: relative;
}
.mall-navbar-actions li a {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
          box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
  padding-left: 20px;
  padding-right: 36px;
}
.mall-navbar-actions li a :after {
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
}
.mall-navbar-actions li a img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  display: inline;
}
#mall-navbar-qrcode {
  width: 220px;
  height: 220px;
  margin-left: -110px;
}
#mall-navbar-qrcode .mall-modal-bd {
  padding: 10px;
}
#mall-navbar-qrcode canvas {
  display: block;
  width: 200px;
  height: 200px;
}
.mall-with-fixed-navbar {
  padding-bottom: 54px;
}
/**
  * Navbar Theme: default
  * Author: hzp (hzp@yunshipei.com)
  */
.mall-navbar-default a {
  color: #fff;
}
.mall-navbar-default .mall-navbar-nav {
  background-color: #0e90d2;
}
.mall-navbar-default .mall-navbar-actions {
  background-color: #0d86c4;
}
.mall-navbar-default .mall-navbar-actions a {
  border-bottom: 1px solid #0b6fa2;
}
.mall-pagination {
  position: relative;
}
/**
  * Pagination Theme: default
  */
.mall-pagination-default {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.mall-pagination-default .mall-pagination-prev,
.mall-pagination-default .mall-pagination-next {
  float: none;
}
/**
  * Pagination Theme: select
  */
.mall-pagination-select {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.mall-pagination-select > li > a {
  line-height: 36px;
  background-color: #eeeeee;
  padding: 0 15px;
  border: 0;
  color: #555555;
}
.mall-pagination-select .mall-pagination-select {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 36px;
  text-align: center;
  border-radius: 0;
}
.mall-pagination-select .mall-pagination-select select {
  display: block;
  border: 0;
  line-height: 36px;
  width: 70px;
  height: 36px;
  border-radius: 0;
  color: #555555;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 18px;
}
.mall-paragraph p {
  margin: 10px 0;
}
.mall-paragraph img {
  max-width: 100%;
}
.mall-paragraph h1,
.mall-paragraph h2,
.mall-paragraph h3,
.mall-paragraph h4,
.mall-paragraph h5,
.mall-paragraph h6 {
  color: #222222;
}
.mall-paragraph table {
  max-width: none;
}
.mall-paragraph-table-container {
  overflow: hidden;
  background: #eeeeee;
  max-width: none;
}
.mall-paragraph-table-container table {
  width: 100%;
  max-width: none;
}
.mall-paragraph-table-container table th {
  background: #bce5fb;
  height: 40px;
  border: 1px solid #999999;
  text-align: center;
}
.mall-paragraph-table-container table td {
  border: 1px solid #999999;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.mall-paragraph-table-container table td p {
  text-indent: 0;
  font-size: 1.4rem;
}
.mall-paragraph-table-container table td a {
  font-size: 1.4rem;
}
/**
  * Paragraph Theme: default
  */
.mall-paragraph-default {
  margin: 0 10px;
  color: #333333;
  background-color: transparent;
}
.mall-paragraph-default p {
  font-size: 1.4rem;
}
.mall-paragraph-default img {
  max-width: 98%;
  display: block;
  margin: 5px auto;
  border: 1px solid #eeeeee;
  padding: 2px;
}
.mall-paragraph-default a {
  color: #0e90d2;
}
/**
  * Slider Theme: a1
  */
.mall-slider-a1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-a1 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-a1 .mall-viewport {
  max-height: 300px;
}
.mall-slider-a1 .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  line-height: 0;
}
.mall-slider-a1 .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-a1 .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mall-slider-a1 .mall-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-a1 .mall-control-nav li a.mall-active {
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-a1 .mall-direction-nav,
.mall-slider-a1 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: a2
  */
.mall-slider-a2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-a2 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-a2 .mall-viewport {
  max-height: 300px;
}
.mall-slider-a2 .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  line-height: 0;
}
.mall-slider-a2 .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-a2 .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mall-slider-a2 .mall-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-a2 .mall-control-nav li a.mall-active {
  background: #0e93d7;
  cursor: default;
}
.mall-slider-a2 .mall-direction-nav,
.mall-slider-a2 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: a3
  */
.mall-slider-a3 {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-a3 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-a3 .mall-viewport {
  max-height: 300px;
}
.mall-slider-a3 .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
  height: 20px;
  background-color: #000;
  padding-top: 5px;
  line-height: 0;
}
.mall-slider-a3 .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-a3 .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 3px rgba(200, 200, 200, 0.3);
          box-shadow: inset 0 0 3px rgba(200, 200, 200, 0.3);
}
.mall-slider-a3 .mall-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-a3 .mall-control-nav li a.mall-active {
  background: #0e90d2;
  cursor: default;
}
.mall-slider-a3 .mall-direction-nav,
.mall-slider-a3 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: a4
  */
.mall-slider-a4 {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-a4 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-a4 .mall-viewport {
  max-height: 300px;
}
.mall-slider-a4 .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
  line-height: 0;
}
.mall-slider-a4 .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-a4 .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mall-slider-a4 .mall-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-a4 .mall-control-nav li a.mall-active {
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-a4 .mall-direction-nav,
.mall-slider-a4 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: a5
  */
.mall-slider-a5 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-a5 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-a5 .mall-viewport {
  max-height: 300px;
}
.mall-slider-a5 .mall-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  height: 6px;
  display: table;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.mall-slider-a5 .mall-control-nav li {
  display: table-cell;
}
.mall-slider-a5 .mall-control-nav li a {
  width: 100%;
  height: 6px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.mall-slider-a5 .mall-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.mall-slider-a5 .mall-control-nav li a.mall-active {
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-a5 .mall-direction-nav,
.mall-slider-a5 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: b1
  */
.mall-slider-b1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-b1 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-b1 .mall-viewport {
  max-height: 300px;
}
.mall-slider-b1 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 8px 0;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-b1 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 24px;
}
.mall-slider-b1 .mall-direction-nav a.mall-prev {
  left: 0;
  padding-right: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.mall-slider-b1 .mall-direction-nav a.mall-next {
  right: 0;
  padding-left: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.mall-slider-b1 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-b1 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-b1:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-b1:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-b1:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-b1:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-b1 .mall-control-nav,
.mall-slider-b1 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: b2
  */
.mall-slider-b2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-b2 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-b2 .mall-viewport {
  max-height: 300px;
}
.mall-slider-b2 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-b2 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.mall-slider-b2 .mall-direction-nav a.mall-prev {
  left: 5px;
}
.mall-slider-b2 .mall-direction-nav a.mall-next {
  right: 5px;
}
.mall-slider-b2 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-b2 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-b2:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-b2:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-b2:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-b2:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-b2 .mall-control-nav,
.mall-slider-b2 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: b3
  */
.mall-slider-b3 {
  margin: 15px 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-b3 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-b3 .mall-viewport {
  max-height: 300px;
}
.mall-slider-b3 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #333333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-b3 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 24px;
}
.mall-slider-b3 .mall-direction-nav a.mall-prev {
  left: -25px;
}
.mall-slider-b3 .mall-direction-nav a.mall-next {
  right: -25px;
  text-align: right;
}
.mall-slider-b3 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-b3 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-b3:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-b3:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-b3:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-b3:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-b3 .mall-control-nav,
.mall-slider-b3 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: b4
  */
.mall-slider-b4 {
  margin: 15px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-b4 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-b4 .mall-viewport {
  max-height: 300px;
}
.mall-slider-b4 .mall-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: -16px 0 0;
  padding: 4px;
  overflow: hidden;
  opacity: 0.45;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-b4 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 20px;
  line-height: 24px;
}
.mall-slider-b4 .mall-direction-nav a.mall-prev {
  left: -15px;
}
.mall-slider-b4 .mall-direction-nav a.mall-next {
  right: -15px;
}
.mall-slider-b4 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-b4 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-b4:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-b4:hover .mall-prev:hover {
  opacity: 0.9;
}
.mall-slider-b4:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-b4:hover .mall-next:hover {
  opacity: 0.9;
}
.mall-slider-b4 .mall-control-nav,
.mall-slider-b4 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: c1
  */
.mall-slider-c1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-c1 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-c1 .mall-viewport {
  max-height: 300px;
}
.mall-slider-c1 .mall-control-nav {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.mall-slider-c1 .mall-control-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mall-slider-c1 .mall-control-nav li a {
  width: 100%;
  height: 6px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-indent: -9999px;
}
.mall-slider-c1 .mall-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mall-slider-c1 .mall-control-nav li a.mall-active {
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-c1 .mall-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 6px;
  padding: 8px;
  width: 100%;
  color: #fff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-c1 .mall-direction-nav,
.mall-slider-c1 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: c2
  */
.mall-slider-c2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-c2 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-c2 .mall-viewport {
  max-height: 300px;
}
.mall-slider-c2 .mall-control-nav {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 6px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.mall-slider-c2 .mall-control-nav li {
  display: inline-block;
  margin-right: 6px;
}
.mall-slider-c2 .mall-control-nav li a {
  width: 6px;
  height: 6px;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-indent: -9999px;
}
.mall-slider-c2 .mall-control-nav li a:hover {
  background: rgba(230, 230, 230, 0.4);
}
.mall-slider-c2 .mall-control-nav li a.mall-active {
  background-color: #0e90d2;
  cursor: default;
}
.mall-slider-c2 .mall-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 8px 60px 8px 8px;
  width: 100%;
  color: #fff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-c2 .mall-direction-nav,
.mall-slider-c2 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: c3
  */
.mall-slider-c3 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-c3 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-c3 .mall-viewport {
  max-height: 300px;
}
.mall-slider-c3 .mall-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 10px;
  right: 60px;
  height: 30px;
  left: 0;
  padding-right: 5px;
  color: #fff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-c3 .mall-slider-counter {
  margin-right: 5px;
  display: inline-block;
  height: 30px;
  background-color: #0e90d2;
  width: 40px;
  text-align: center;
  line-height: 30px;
  color: #eee;
  font-size: 1rem;
}
.mall-slider-c3 .mall-slider-counter .mall-active {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.mall-slider-c3 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-c3 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.mall-slider-c3 .mall-direction-nav a.mall-prev {
  left: 0;
  padding-right: 5px;
}
.mall-slider-c3 .mall-direction-nav a.mall-next {
  right: 0;
  padding-left: 5px;
}
.mall-slider-c3 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-c3 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-c3:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-c3:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-c3:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-c3:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-c3 .mall-control-nav,
.mall-slider-c3 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: c4
  */
.mall-slider-c4 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-c4 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-c4 .mall-viewport {
  max-height: 300px;
}
.mall-slider-c4 .mall-slider-desc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px 40px;
  color: #fff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-c4 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
  margin: 0;
  position: absolute;
  bottom: 4px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mall-slider-c4 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 24px;
}
.mall-slider-c4 .mall-direction-nav a.mall-prev {
  left: 0;
  padding-right: 5px;
}
.mall-slider-c4 .mall-direction-nav a.mall-next {
  right: 0;
  padding-left: 5px;
}
.mall-slider-c4 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-c4 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-c4:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-c4:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-c4:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-c4:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-c4 .mall-control-nav,
.mall-slider-c4 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: d1
  */
.mall-slider-d1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.mall-slider-d1 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-d1 .mall-viewport {
  max-height: 300px;
}
.mall-slider-d1 .mall-slider-desc {
  padding: 8px 35px;
  width: 100%;
  color: #fff;
  background-color: #0e90d2;
}
.mall-slider-d1 .mall-slider-title {
  font-weight: normal;
  margin-bottom: 2px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-d1 .mall-slider-more {
  color: #eeeeee;
  font-size: 1.3rem;
}
.mall-slider-d1 .mall-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  bottom: 18px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: all 03s ease;
  transition: all 03s ease;
}
.mall-slider-d1 .mall-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.mall-slider-d1 .mall-direction-nav a.mall-prev {
  left: 5px;
}
.mall-slider-d1 .mall-direction-nav a.mall-next {
  right: 5px;
}
.mall-slider-d1 .mall-direction-nav a.mall-next:before {
  content: "\f054";
}
.mall-slider-d1 .mall-direction-nav .mall-disabled {
  opacity: 0!important;
  cursor: default;
}
.mall-slider-d1:hover .mall-prev {
  opacity: 0.7;
}
.mall-slider-d1:hover .mall-prev:hover {
  opacity: 1;
}
.mall-slider-d1:hover .mall-next {
  opacity: 0.7;
}
.mall-slider-d1:hover .mall-next:hover {
  opacity: 1;
}
.mall-slider-d1 .mall-control-nav,
.mall-slider-d1 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: d2
  */
.mall-slider-d2 {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-d2 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-d2 .mall-viewport {
  max-height: 300px;
}
.mall-slider-d2 .mall-slider-desc {
  position: absolute;
  left: 10px;
  bottom: 20px;
  right: 50px;
  color: #fff;
}
.mall-slider-d2 .mall-slider-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 6px;
  margin-bottom: 10px;
}
.mall-slider-d2 .mall-slider-content p {
  margin: 0;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
}
.mall-slider-d2 .mall-slider-title {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-d2 .mall-slider-more {
  color: #eeeeee;
  font-size: 1.3rem;
  background-color: #0e90d2;
  padding: 2px 10px;
}
.mall-slider-d2 .mall-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.mall-slider-d2 .mall-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.mall-slider-d2 .mall-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mall-slider-d2 .mall-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.mall-slider-d2 .mall-control-nav li a.mall-active {
  background: #0e90d2;
  cursor: default;
}
.mall-slider-d2 .mall-direction-nav,
.mall-slider-d2 .mall-pauseplay {
  display: none;
}
/**
  * Slider Theme: d3
  */
.mall-slider-d3 {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.mall-slider-d3 .mall-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .mall-slider-d3 .mall-viewport {
  max-height: 300px;
}
.mall-slider-d3 .mall-slider-desc {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 5px;
}
.mall-slider-d3 .mall-slider-desc p {
  margin: 0;
  font-size: 1.3rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-d3 .mall-slider-title {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mall-slider-d3 .mall-control-thumbs {
  position: static;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mall-slider-d3 .mall-control-thumbs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 4px 4px;
  position: relative;
}
.mall-slider-d3 .mall-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .85;
  cursor: pointer;
}
.mall-slider-d3 .mall-control-thumbs img:hover {
  opacity: 1;
}
.mall-slider-d3 .mall-control-thumbs .mall-active {
  opacity: 1;
  cursor: default;
}
.mall-slider-d3 .mall-control-thumbs .mall-active + i {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid rgba(0, 0, 0, 0.7);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  margin-left: -4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mall-slider-d3 .mall-direction-nav,
.mall-slider-d3 .mall-pauseplay {
  display: none;
}
[data-mall-widget='tabs'] {
  margin: 10px;
}
[data-mall-widget='tabs'] .mall-tabs-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-mall-widget='tabs'] .mall-tabs-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-mall-widget='tabs'] .mall-tabs-nav a {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**
  * Tabs Theme: default
  */
.mall-tabs-default .mall-tabs-nav {
  line-height: 40px;
  background-color: #eeeeee;
}
.mall-tabs-default .mall-tabs-nav a {
  color: #222222;
  line-height: 42px;
}
.mall-tabs-default .mall-tabs-nav > .mall-active a {
  background-color: #0e90d2;
  color: #fff;
}
/**
  * Tabs Theme: d2
  */
.mall-tabs-d2 .mall-tabs-nav {
  background-color: #eeeeee;
}
.mall-tabs-d2 .mall-tabs-nav li {
  height: 42px;
}
.mall-tabs-d2 .mall-tabs-nav a {
  color: #222222;
  line-height: 42px;
}
.mall-tabs-d2 .mall-tabs-nav > .mall-active {
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 2px solid #0e90d2;
}
.mall-tabs-d2 .mall-tabs-nav > .mall-active a {
  line-height: 40px;
  color: #0e90d2;
}
.mall-tabs-d2 .mall-tabs-nav > .mall-active:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  border: 6px rgba(0, 0, 0, 0) solid;
  content: "";
  z-index: 1;
  border-bottom-color: #0e90d2;
}
.mall-titlebar {
  margin-top: 20px;
  height: 45px;
  font-size: 100%;
}
.mall-titlebar h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.mall-titlebar .mall-titlebar-title img {
  height: 24px;
  width: auto;
}
/**
  * Titlebar Theme: default
  */
.mall-titlebar-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  line-height: 44px;
}
.mall-titlebar-default a {
  color: #0e90d2;
}
.mall-titlebar-default .mall-titlebar-title {
  position: relative;
  padding-left: 12px;
  color: #0e90d2;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
}
.mall-titlebar-default .mall-titlebar-title:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: 8px;
  border-left: 3px solid #0e90d2;
}
.mall-titlebar-default .mall-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.mall-titlebar-default .mall-titlebar-nav a {
  margin-right: 10px;
}
.mall-titlebar-default .mall-titlebar-nav a:last-child {
  margin-right: 5px;
}
/**
  * Titlebar Theme: multi
  */
.mall-titlebar-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-top: 2px solid #3bb4f2;
  border-bottom: 1px solid #e8e8e8;
}
.mall-titlebar-multi a {
  color: #0e90d2;
}
.mall-titlebar-multi .mall-titlebar-title {
  padding-left: 10px;
  color: #0e90d2;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  line-height: 42px;
}
.mall-titlebar-multi .mall-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  line-height: 42px;
}
.mall-titlebar-multi .mall-titlebar-nav a {
  margin-right: 10px;
}
/**
  * Titlebar Theme: cols
  */
.mall-titlebar-cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  background-color: #f5f5f5;
  color: #555555;
  font-size: 18px;
  border-top: 2px solid #e1e1e1;
  line-height: 41px;
}
.mall-titlebar-cols a {
  color: #555555;
}
.mall-titlebar-cols .mall-titlebar-title {
  color: #0e90d2;
  margin-right: 15px;
  border-bottom: 2px solid #0e90d2;
  font-weight: bold;
}
.mall-titlebar-cols .mall-titlebar-title a {
  color: #0e90d2;
}
.mall-titlebar-cols .mall-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mall-titlebar-cols .mall-titlebar-nav a {
  display: inline-block;
  margin-right: 15px;
  line-height: 41px;
  border-bottom: 2px solid transparent;
}
.mall-titlebar-cols .mall-titlebar-nav a:hover {
  color: #3c3c3c;
  border-bottom-color: #0e90d2;
}
.mall-titlebar-cols .mall-titlebar-nav a:last-child {
  margin-right: 10px;
}
.mall-wechatpay .mall-wechatpay-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#prof:hover .show {
    display: block;
}

#asset:hover .show {
    left: -92px;
    visibility: visible;
}

#foot:hover .show {
    left: -92px;
    visibility: visible;
}

#brand:hover .show {
    left: -92px;
    visibility: visible;
}

#broadcast:hover .show {
    left: -92px;
    visibility: visible;
}



