/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus,
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.logo-fs {
  background: url(/images/sprite.png) 0 -64px no-repeat;
  display: inline-block;
  width: 468px;
  height: 36px;
  margin: 0 0 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-fs {
      background: url(/images/sprite@2x.png) 0 -64px no-repeat;
      background-size: 640px 80px; } }

.logo-fs-green {
  background: url(/images/sprite.png) -480px -64px no-repeat;
  display: inline-block;
  width: 144px;
  height: 120px;
  margin: 0 0 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-fs-green {
      background: url(/images/sprite@2x.png) -480px -64px no-repeat;
      background-size: 640px 80px; } }

.ico-sandwitch {
  background: url(/images/sprite.png) -105px 0 no-repeat;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-sandwitch {
      background: url(/images/sprite@2x.png) -105px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-cart {
  background: url(/images/sprite.png) 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-cart {
      background: url(/images/sprite@2x.png) 0 0 no-repeat;
      background-size: 640px 80px; } }

.ico-search-white, .search-navbar__wrapper .ico-search {
  background: url(/images/sprite.png) -16px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-search-white, .search-navbar__wrapper .ico-search {
      background: url(/images/sprite@2x.png) -16px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-search-black, .search-navbar:focus ~ label .ico-search {
  background: url(/images/sprite.png) -32px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-search-black, .search-navbar:focus ~ label .ico-search {
      background: url(/images/sprite@2x.png) -32px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-plus-black {
  background: url(/images/sprite.png) -75px -18px no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 10px;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-plus-black {
      background: url(/images/sprite@2x.png) -75px -18px no-repeat;
      background-size: 640px 80px; } }

.ico-instagram {
  background: url(/images/sprite.png) -48px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-instagram {
      background: url(/images/sprite@2x.png) -48px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-facebook {
  background: url(/images/sprite.png) -64px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-facebook {
      background: url(/images/sprite@2x.png) -64px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-bridestory {
  background: url(/images/sprite.png) 0 -60px no-repeat;
  display: inline-block;
  width: 134px;
  height: 20px;
  margin: 10px 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-bridestory {
      background: url(/images/sprite@2x.png) 0 -60px no-repeat;
      background-size: 640px 80px; } }

.ico-flower {
  background: url(/images/sprite.png) -80px 0 no-repeat;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-flower {
      background: url(/images/sprite@2x.png) -80px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-atmbca {
  background: url(/images/sprite.png) -242px 0 no-repeat;
  display: inline-block;
  width: 58px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-atmbca {
      background: url(/images/sprite@2x.png) -242px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-atmmandiri {
  background: url(/images/sprite.png) -314px 0 no-repeat;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-atmmandiri {
      background: url(/images/sprite@2x.png) -314px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-cimbclicks {
  background: url(/images/sprite.png) -386px 0 no-repeat;
  display: inline-block;
  width: 67px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-cimbclicks {
      background: url(/images/sprite@2x.png) -386px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-mandiriclickpay {
  background: url(/images/sprite.png) -566px 0 no-repeat;
  display: inline-block;
  width: 67px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-mandiriclickpay {
      background: url(/images/sprite@2x.png) -566px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-visa {
  background: url(/images/sprite.png) -128px 0 no-repeat;
  display: inline-block;
  width: 50px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-visa {
      background: url(/images/sprite@2x.png) -128px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-mastercard {
  background: url(/images/sprite.png) -180px 0 no-repeat;
  display: inline-block;
  width: 50px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-mastercard {
      background: url(/images/sprite@2x.png) -180px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-permatabank {
  background: url(/images/sprite.png) -64px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-permatabank {
      background: url(/images/sprite@2x.png) -64px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-veritrans {
  background: url(/images/sprite.png) -96px -32px no-repeat;
  display: inline-block;
  width: 128px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-veritrans {
      background: url(/images/sprite@2x.png) -96px -32px no-repeat;
      background-size: 640px 80px; } }

.ico-atmbca-big {
  background: url(/images/sprite.png) -224px -32px no-repeat;
  display: inline-block;
  width: 77px;
  height: 24px;
  margin: 0 5px 0 5px;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-atmbca-big {
      background: url(/images/sprite@2x.png) -224px -32px no-repeat;
      background-size: 640px 80px; } }

.ico-cimbclicks-big {
  background: url(/images/sprite.png) -304px -32px no-repeat;
  display: inline-block;
  width: 108px;
  height: 18px;
  margin: 0 5px 0 0;
  vertical-align: sub;
  vertical-align: middle; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-cimbclicks-big {
      background: url(/images/sprite@2x.png) -304px -32px no-repeat;
      background-size: 640px 80px; } }

.ico-atmmandiri-big {
  background: url(/images/sprite.png) -416px -32px no-repeat;
  display: inline-block;
  width: 101px;
  height: 30px;
  margin: 0 5px 0 5px;
  vertical-align: sub;
  vertical-align: inherit; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-atmmandiri-big {
      background: url(/images/sprite@2x.png) -416px -32px no-repeat;
      background-size: 640px 80px; } }

.ico-mandiriclickpay-big {
  background: url(/images/sprite.png) -528px -32px no-repeat;
  display: inline-block;
  width: 75px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub;
  vertical-align: middle; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-mandiriclickpay-big {
      background: url(/images/sprite@2x.png) -528px -32px no-repeat;
      background-size: 640px 80px; } }

.ico-supportedveritrans {
  background: url(/images/sprite.png) 0 -32px no-repeat;
  display: inline-block;
  width: 224px;
  height: 28px;
  margin: 0 5px 0 0;
  vertical-align: sub;
  margin: 5px auto 30px auto; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-supportedveritrans {
      background: url(/images/sprite@2x.png) 0 -32px no-repeat;
      background-size: 640px 80px; } }

.ico-support1 {
  background: url(/images/sprite.png) -128px 0 no-repeat;
  display: inline-block;
  width: 248px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-support1 {
      background: url(/images/sprite@2x.png) -128px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-support2 {
  background: url(/images/sprite.png) -376px 0 no-repeat;
  display: inline-block;
  width: 254px;
  height: 32px;
  margin: 0 5px 0 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-support2 {
      background: url(/images/sprite@2x.png) -376px 0 no-repeat;
      background-size: 640px 80px; } }

.ico-arrowleft-mini {
  background: url(/images/sprite.png) 0 -16px no-repeat;
  display: inline-block;
  width: 9px;
  height: 16px;
  margin: 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-arrowleft-mini {
      background: url(/images/sprite@2x.png) 0 -16px no-repeat;
      background-size: 640px 80px; } }

.ico-plus-mini {
  background: url(/images/sprite.png) -10px -16px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 15px 10px 10px;
  vertical-align: sub;
  background-size: 552px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-plus-mini {
      background: url(/images/sprite@2x.png) -10px -16px no-repeat;
      background-size: 640px 80px; } }

.ico-min-mini {
  background: url(/images/sprite.png) -26px -16px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 15px 10px 10px;
  vertical-align: sub;
  background-size: 552px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-min-mini {
      background: url(/images/sprite@2x.png) -26px -16px no-repeat;
      background-size: 640px 80px; } }

.ico-search2 {
  background: url(/images/sprite.png) -59px -16px no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 10px;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-search2 {
      background: url(/images/sprite@2x.png) -59px -16px no-repeat;
      background-size: 640px 80px; } }

.ico-remove-circle {
  background: url(/images/sprite.png) -42px -16px no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 10px;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-remove-circle {
      background: url(/images/sprite@2x.png) -42px -16px no-repeat;
      background-size: 640px 80px; } }

.ico-popupclose {
  background: url(/images/sprite.png) -135px -64px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  vertical-align: sub; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-popupclose {
      background: url(/images/sprite@2x.png) -135px -64px no-repeat;
      background-size: 640px 80px; } }

.fa-check-circle {
  color: #39b54a; }

.ico-plus-mini {
  background: url(/images/sprite.png) -10px -16px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 15px 10px 10px;
  vertical-align: sub;
  background-size: 552px; }

.ico-min-mini {
  background: url(/images/sprite.png) -26px -16px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 15px 10px 10px;
  vertical-align: sub;
  background-size: 552px; }

.ico-midtrans {
  background: url(/images/icon-midtrans.png) no-repeat;
  width: 115px;
  height: 28px;
  display: inline-block;
  background-size: 115px;
  vertical-align: top; }

.ico-visabig {
  background: url(/images/sprite@2x.png) -256px 0 no-repeat;
  width: 100px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0; }

.ico-mastercardbig {
  background: url(/images/sprite@2x.png) -360px 0 no-repeat;
  width: 100px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0; }

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); }
  .grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0); }

.red {
  color: #d10000; }

.grey6 {
  color: #363636; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.7); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; }
  to {
    transform: perspective(400px); } }

@keyframes hrscalelr {
  0% {
    opacity: 0;
    width: 0;
    background: #fff; }
  100% {
    opacity: 1;
    width: 100px;
    background: #fff; } }

@keyframes fadeInright {
  0% {
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg); }
  100% {
    opacity: 1;
    transform: translate(-80px, 0px) rotate(-360deg); } }

@keyframes fromTop {
  0% {
    top: -30px;
    opacity: 0;
    visibility: hidden; }
  100% {
    top: 0px;
    opacity: 1;
    visibility: visible; } }

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-150px); }
  33% {
    opacity: 1;
    transform: translateX(0px); }
  66% {
    opacity: 1;
    transform: translateX(0px); }
  100% {
    opacity: 0;
    transform: translateX(150px); } }

/* Gotham */
@font-face {
  font-family: 'gotham.medium';
  src: url("/fonts/gotham/Gotham-Medium.eot");
  src: url("/fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("/fonts/gotham/Gotham-Medium.woff") format("woff"), url("/fonts/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'gotham.medium-italic';
  src: url("/fonts/gotham/Gotham-MediumItalic.eot");
  src: url("/fonts/gotham/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-MediumItalic.woff2") format("woff2"), url("/fonts/gotham/Gotham-MediumItalic.woff") format("woff"), url("/fonts/gotham/Gotham-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'gotham.black';
  src: url("/fonts/gotham/Gotham-Black.eot");
  src: url("/fonts/gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-Black.woff2") format("woff2"), url("/fonts/gotham/Gotham-Black.woff") format("woff"), url("/fonts/gotham/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'gotham.black-italic';
  src: url("/fonts/gotham/Gotham-BlackItalic.eot");
  src: url("/fonts/gotham/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-BlackItalic.woff2") format("woff2"), url("/fonts/gotham/Gotham-BlackItalic.woff") format("woff"), url("/fonts/gotham/Gotham-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'gotham.bold';
  src: url("/fonts/gotham/Gotham-Bold.eot");
  src: url("/fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("/fonts/gotham/Gotham-Bold.woff") format("woff"), url("/fonts/gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'gotham.bold-italic';
  src: url("/fonts/gotham/Gotham-BoldItalic.eot");
  src: url("/fonts/gotham/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-BoldItalic.woff2") format("woff2"), url("/fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("/fonts/gotham/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'gotham.light';
  src: url("/fonts/gotham/Gotham-Light.eot");
  src: url("/fonts/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-Light.woff2") format("woff2"), url("/fonts/gotham/Gotham-Light.woff") format("woff"), url("/fonts/gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'gotham.light-italic';
  src: url("/fonts/gotham/Gotham-LightItalic.eot");
  src: url("/fonts/gotham/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-LightItalic.woff2") format("woff2"), url("/fonts/gotham/Gotham-LightItalic.woff") format("woff"), url("/fonts/gotham/Gotham-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'gotham.book';
  src: url("/fonts/gotham/Gotham-Book.eot");
  src: url("/fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("/fonts/gotham/Gotham-Book.woff") format("woff"), url("/fonts/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham.book-italic';
  src: url("/fonts/gotham/Gotham-BookItalic.eot");
  src: url("/fonts/gotham/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/Gotham-BookItalic.woff2") format("woff2"), url("/fonts/gotham/Gotham-BookItalic.woff") format("woff"), url("/fonts/gotham/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

/* Lora */
@font-face {
  font-family: 'lora.regular';
  src: url("/fonts/lora/Lora-Regular.eot");
  src: url("/fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-Regular.woff") format("woff"), url("/fonts/lora/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lora.italic';
  src: url("/fonts/lora/Lora-Italic.eot");
  src: url("/fonts/lora/Lora-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-Italic.woff") format("woff"), url("/fonts/lora/Lora-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'lora.bold';
  src: url("/fonts/lora/Lora-Bold.eot");
  src: url("/fonts/lora/Lora-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-Bold.woff") format("woff"), url("/fonts/lora/Lora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'lora.bold-italic';
  src: url("/fonts/lora/Lora-BoldItalic.eot");
  src: url("/fonts/lora/Lora-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lora/Lora-BoldItalic.woff") format("woff"), url("/fonts/lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

/* Proxima Nova */
@font-face {
  font-family: 'proximanova.bold';
  src: url("/fonts/proximanova/proximanova.bold.eot");
  src: url("/fonts/proximanova/proximanova.bold.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova/proximanova.bold.woff2") format("woff2"), url("/fonts/proximanova/proximanova.bold.woff") format("woff"), url("/fonts/proximanova/proximanova.bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proximanova.light';
  src: url("/fonts/proximanova/proximanova.light.eot");
  src: url("/fonts/proximanova/proximanova.light.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova/proximanova.light.woff2") format("woff2"), url("/fonts/proximanova/proximanova.light.woff") format("woff"), url("/fonts/proximanova/proximanova.light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proximanova.regular';
  src: url("/fonts/proximanova/proximanova.regular.eot");
  src: url("/fonts/proximanova/proximanova.regular.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova/proximanova.regular.woff2") format("woff2"), url("/fonts/proximanova/proximanova.regular.woff") format("woff"), url("/fonts/proximanova/proximanova.regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proximanova.semibold';
  src: url("/fonts/proximanova/proximanova.semibold.eot");
  src: url("/fonts/proximanova/proximanova.semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova/proximanova.semibold.woff2") format("woff2"), url("/fonts/proximanova/proximanova.semibold.woff") format("woff"), url("/fonts/proximanova/proximanova.semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* fontawesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

body {
  color: white;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-family: 'proximanova.regular', arial, sans-serif;
  color: #363636; }

h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0; }

h2 {
  font-family: 'proximanova.semibold';
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1.8px;
  margin: 0 0 15px 0;
  padding: 0; }

h3 {
  font-family: 'proximanova.light';
  font-size: 24px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: normal; }

h4 {
  font-family: 'proximanova.semibold';
  font-size: 20px;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 18px;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 16px;
  margin: 0;
  padding: 0; }

p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none; }
  a.link:hover {
    text-decoration: underline; }

label {
  color: #868686;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px; }

small {
  font-size: 13px;
  line-height: 20px; }

hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-top: 1px solid #e1e1e1;
  margin: 15px 0; }

ul {
  display: inline-block;
  list-style: none;
  padding: 1em 0;
  margin: 0; }
  ul li a {
    text-decoration: none; }
    ul li a img {
      float: left; }
  ul.disc {
    list-style-type: disc;
    padding: 8px 0 8px 18px; }
    ul.disc li {
      line-height: 130%;
      margin: 5px 0; }

nav ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0; }
  nav ul li {
    display: inline-block;
    float: left; }

@media (max-width: 768px) {
  h1 {
    font-size: 27px; }
  h2 {
    font-size: 23px;
    letter-spacing: 0; }
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 19px; }
  h5 {
    font-size: 17px; }
  h6 {
    font-size: 15px; }
  p, a, label, li {
    font-size: 13px;
    line-height: 18px; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

a, a:active, a:focus, input, p, article {
  outline: none; }

iframe {
  border: none; }

body {
  background: white;
  margin: 0; }

html, body {
  min-height: 100%;
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none; }

img[src=''],
img:not([src]) {
  opacity: 0; }

.noflicker {
  backface-visibility: hidden;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d; }

.hide {
  display: none !important; }

.clearfix {
  clear: both; }

.width-initial {
  width: initial !important; }

.left {
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.right {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.center {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center; }

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.float-left {
  display: inline;
  float: left; }

.float-right {
  display: inline;
  float: right; }

.text-danger {
  color: #cc3f44 !important; }

.text-warning {
  color: #ffba00 !important; }

.text-success {
  color: #8dc63f !important; }

.text-info {
  color: #40bbea !important; }

.margin0 {
  margin: 0 !important; }

.marginr0 {
  margin-right: 0 !important; }

.spacing0 {
  letter-spacing: 0 !important; }

.light {
  font-family: 'proximanova.light'; }

.semibold, .breadcrumb a:after {
  font-family: 'proximanova.semibold'; }

.bold, a.link, select, .pagination li.active a, .pagination__a:hover, .pagination__prev:hover, .pagination__next:hover {
  font-family: 'proximanova.bold'; }

.lora-regular {
  font-family: 'lora.regular'; }

.lora-italic {
  font-family: 'lora.italic'; }

.flex, .with-step .content__box .step__circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.flex-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-between;
  justify-content: flex-between; }

.widthfull {
  width: 100% !important; }

.container {
  display: inline-block;
  position: relative;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto; }
  .container__wrapper {
    display: block;
    margin: 0 auto;
    padding: 22px; }
  .containerfull {
    width: 100%;
    margin: auto;
    text-align: center; }
  .container800 {
    width: 800px;
    margin: auto;
    max-width: 100%; }
  .container600 {
    width: 600px;
    margin: auto;
    max-width: 100%; }
  .container400 {
    width: 400px;
    margin: auto;
    max-width: 100%; }

.content__wrapper {
  min-height: 460px;
  padding: 0 0 40px 0; }

.content__read {
  padding: 0 0 40px 0; }

.content__box .box__title {
  background: #363636;
  color: white;
  letter-spacing: 0;
  padding: 10px 20px; }

.content__box .box__container {
  padding: 20px 0; }

.section {
  position: relative;
  padding: 20px 0 20px 0; }
  .section .banner {
    margin-bottom: 20px; }

.column__wrapper {
  padding: 20px; }
  .column__wrapper--right {
    padding-right: 40px; }
  .column__wrapper--left {
    padding-left: 40px; }

.column25 {
  float: left;
  width: 25%; }

.column33 {
  float: left;
  width: 33.33%; }

.column50 {
  float: left;
  width: 50%; }
  .column50.border {
    border-right: 1px solid #e1e1e1;
    width: calc(50% - 1px); }

.bg--white {
  background: white; }

.bg--mini1 {
  background: url(/images/bg/bg-mini1.jpg) top center no-repeat;
  width: 100%;
  height: 100px;
  padding-bottom: 20px; }

.bg--mini2 {
  background: url(/images/bg/bg-mini2.jpg) top center no-repeat;
  width: 100%;
  height: 100px;
  padding-bottom: 20px; }

.bg--aboutus {
  background: url(/images/bg/bg-aboutus.jpg) top center no-repeat;
  width: 100%;
  height: 600px;
  padding-top: 20px; }

.m-768 {
  display: none; }

.seo-text {
  border-top: 1px solid #cccccc; }
  .seo-text p {
    font-size: 14px; }

.img-center {
  margin: auto;
  text-align: center; }

@media (max-width: 1024px) {
  .container {
    width: 100%; }
  .bg--aboutus {
    background: none;
    height: initial;
    padding-top: 0px; } }

@media (max-width: 768px) {
  .flex, .with-step .content__box .step__circle {
    display: block; }
  .seo-text {
    display: none; }
  .content__box .box__container {
    padding: 0 0; }
  .section {
    padding: 10px 0; }
    .section .banner {
      display: none; }
    .section h2 {
      text-align: center !important;
      letter-spacing: 2px; }
  .m-widthfull {
    width: 100% !important; }
  .m-768 {
    display: inline-block !important; } }

@media (max-width: 600px) {
  .section {
    padding: 5px 0 5px 0; } }

.row:after {
  content: "";
  display: table;
  clear: both; }

.row .col {
  float: left;
  min-height: 1px; }
  .row .col.m1 {
    width: 8.3333333333%; }
  .row .col.m2 {
    width: 16.6666666667%; }
  .row .col.m3 {
    width: 25%; }
  .row .col.m4 {
    width: 33.3333333333%; }
  .row .col.m5 {
    width: 41.6666666667%; }
  .row .col.m6 {
    width: 50%; }
  .row .col.m7 {
    width: 58.3333333333%; }
  .row .col.m8 {
    width: 66.6666666667%; }
  .row .col.m9 {
    width: 75%; }
  .row .col.m10 {
    width: 83.3333333333%; }
  .row .col.m11 {
    width: 91.6666666667%; }
  .row .col.m12 {
    width: 100%; }

.row-gutter:after {
  content: "";
  display: table;
  clear: both; }

.row-gutter .col {
  float: left;
  min-height: 1px;
  margin-right: 0.8333333333%; }
  .row-gutter .col:last-child {
    margin-right: 0; }
  .row-gutter .col.m1 {
    width: 6.7796610169%; }
  .row-gutter .col.m2 {
    width: 15.2542372881%; }
  .row-gutter .col.m3 {
    width: 23.7288135593%; }
  .row-gutter .col.m4 {
    width: 32.2033898305%; }
  .row-gutter .col.m5 {
    width: 40.6779661017%; }
  .row-gutter .col.m6 {
    width: 49.1525423729%; }
  .row-gutter .col.m7 {
    width: 57.6271186441%; }
  .row-gutter .col.m8 {
    width: 66.1016949153%; }
  .row-gutter .col.m9 {
    width: 74.5762711864%; }
  .row-gutter .col.m10 {
    width: 83.0508474576%; }
  .row-gutter .col.m11 {
    width: 91.5254237288%; }
  .row-gutter .col.m12 {
    width: 100%; }

@media (max-width: 1023px) {
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    min-height: 1px; }
    .row .col.s1 {
      width: 8.3333333333%; }
    .row .col.s2 {
      width: 16.6666666667%; }
    .row .col.s3 {
      width: 25%; }
    .row .col.s4 {
      width: 33.3333333333%; }
    .row .col.s5 {
      width: 41.6666666667%; }
    .row .col.s6 {
      width: 50%; }
    .row .col.s7 {
      width: 58.3333333333%; }
    .row .col.s8 {
      width: 66.6666666667%; }
    .row .col.s9 {
      width: 75%; }
    .row .col.s10 {
      width: 83.3333333333%; }
    .row .col.s11 {
      width: 91.6666666667%; }
    .row .col.s12 {
      width: 100%; }
  .row-gutter:after {
    content: "";
    display: table;
    clear: both; }
  .row-gutter .col {
    float: left;
    min-height: 1px;
    margin-right: 1.6666666667%; }
    .row-gutter .col:last-child {
      margin-right: 0; }
    .row-gutter .col.s1 {
      width: 6.7796610169%; }
    .row-gutter .col.s2 {
      width: 15.2542372881%; }
    .row-gutter .col.s3 {
      width: 23.7288135593%; }
    .row-gutter .col.s4 {
      width: 32.2033898305%; }
    .row-gutter .col.s5 {
      width: 40.6779661017%; }
    .row-gutter .col.s6 {
      width: 49.1525423729%; }
    .row-gutter .col.s7 {
      width: 57.6271186441%; }
    .row-gutter .col.s8 {
      width: 66.1016949153%; }
    .row-gutter .col.s9 {
      width: 74.5762711864%; }
    .row-gutter .col.s10 {
      width: 83.0508474576%; }
    .row-gutter .col.s11 {
      width: 91.5254237288%; }
    .row-gutter .col.s12 {
      width: 100%; } }

@media (max-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    min-height: 1px; }
    .row .col.xs1 {
      width: 8.3333333333%; }
    .row .col.xs2 {
      width: 16.6666666667%; }
    .row .col.xs3 {
      width: 25%; }
    .row .col.xs4 {
      width: 33.3333333333%; }
    .row .col.xs5 {
      width: 41.6666666667%; }
    .row .col.xs6 {
      width: 50%; }
    .row .col.xs7 {
      width: 58.3333333333%; }
    .row .col.xs8 {
      width: 66.6666666667%; }
    .row .col.xs9 {
      width: 75%; }
    .row .col.xs10 {
      width: 83.3333333333%; }
    .row .col.xs11 {
      width: 91.6666666667%; }
    .row .col.xs12 {
      width: 100%; }
  .row-gutter:after {
    content: "";
    display: table;
    clear: both; }
  .row-gutter .col {
    float: left;
    min-height: 1px;
    margin-right: 1.6666666667%; }
    .row-gutter .col:last-child {
      margin-right: 0; }
    .row-gutter .col.xs1 {
      width: 6.7796610169%; }
    .row-gutter .col.xs2 {
      width: 15.2542372881%; }
    .row-gutter .col.xs3 {
      width: 23.7288135593%; }
    .row-gutter .col.xs4 {
      width: 32.2033898305%; }
    .row-gutter .col.xs5 {
      width: 40.6779661017%; }
    .row-gutter .col.xs6 {
      width: 49.1525423729%; }
    .row-gutter .col.xs7 {
      width: 57.6271186441%; }
    .row-gutter .col.xs8 {
      width: 66.1016949153%; }
    .row-gutter .col.xs9 {
      width: 74.5762711864%; }
    .row-gutter .col.xs10 {
      width: 83.0508474576%; }
    .row-gutter .col.xs11 {
      width: 91.5254237288%; }
    .row-gutter .col.xs12 {
      width: 100%; } }

.row_gutter10 {
  margin-left: -10px;
  margin-right: -10px; }

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

.row_gutter15 {
  margin-left: -15px;
  margin-right: -15px; }

.col_gutter15 {
  padding-left: 15px;
  padding-right: 15px; }

.row_gutter25 {
  margin-left: -25px;
  margin-right: -25px; }

.col_gutter25 {
  padding-left: 25px;
  padding-right: 25px; }

.header {
  position: relative;
  z-index: 100;
  top: 0;
  width: 100%; }
  .header--account {
    background: #f1f1de;
    padding: 5px 0; }
  .header--navbar {
    background: #363636; }
    .header--navbar .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .header--info {
    padding: 6px 0;
    border-bottom: 1px solid #ddd; }
    .header--info h4 {
      font-size: 15px; }
  .header .header--logo a {
    display: -ms-flexbox;
    display: flex; }
  .header .logotext {
    margin: 23px auto;
    height: 35px; }
  .header--mobile {
    position: relative;
    display: none;
    height: 50px;
    background: #f1f1de; }
    .header--mobile .mmenu {
      position: absolute;
      left: 0;
      padding: 16px 8px; }
    .header--mobile .mcart {
      position: absolute;
      right: 0;
      padding: 16px 8px; }
    .header--mobile .msearch {
      position: absolute;
      right: 37px;
      padding: 16px 8px; }
    .header--mobile .mlogotext {
      width: 400px;
      margin: 0 auto;
      padding: 10px 0; }

.navbar-account {
  display: inherit;
  float: right;
  margin-right: 20px; }
  .navbar-account__ul {
    display: block; }
  .navbar-account__li {
    position: relative;
    padding: 0 25px;
    font-family: 'proximanova.regular';
    font-size: 14px; }
    .navbar-account__li .header-cart {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-account__li a {
      font-size: 12px; }
    .navbar-account__li:last-child {
      padding: 0 0 0 25px; }
      .navbar-account__li:last-child:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 1px;
        height: 10px;
        background: #363636; }
    .navbar-account__li:first-child {
      padding: 0 25px 0 25px; }
      .navbar-account__li:first-child:after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 10px;
        background: #363636; }
    .navbar-account__li .cart-numb {
      font-family: 'proximanova.bold';
      color: #525151; }
  .navbar-account__profile:hover .sub-account {
    display: block; }
  .navbar-account__name {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #c2c2b4;
    display: block;
    max-width: 134px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.sub-account {
  display: none;
  position: absolute;
  z-index: 49;
  top: 17px;
  left: 10px;
  width: 165px;
  background: #f1f1de; }
  .sub-account__ul {
    padding: 5px 15px 0 15px; }
  .sub-account__li {
    width: 100%;
    margin-bottom: 5px;
    text-align: left; }
    .sub-account__li:first-child {
      border-bottom: 1px solid #363636;
      padding-top: 10px; }
    .sub-account__li:last-child {
      border-top: 1px solid #363636;
      margin-bottom: 0; }
  .sub-account__p {
    font-family: 'proximanova.bold';
    font-size: 13px;
    padding: 4px 0;
    letter-spacing: 0.6px; }

.navbar {
  position: relative; }
  .navbar__ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar__li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 36px;
    padding: 0 30px;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: default; }
    .navbar__li:hover {
      color: #363636;
      background: white; }
      .navbar__li:hover .navbar__sub {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar__li a {
      font-size: 14px; }
  .navbar .navbar__sub {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    background: white;
    z-index: 1;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
    .navbar .navbar__sub__ul {
      bottom: 0;
      width: 185px;
      text-align: left;
      padding: 15px; }
    .navbar .navbar__sub__label {
      display: block;
      font-family: 'proximanova.bold';
      border-bottom: 1px solid #363636;
      margin-bottom: 5px;
      padding-bottom: 5px;
      color: #363636;
      letter-spacing: 1px; }
    .navbar .navbar__sub__li {
      width: 100%;
      padding: 10px 0 0 0;
      text-transform: capitalize;
      letter-spacing: 0; }
      .navbar .navbar__sub__li ul {
        float: left; }

.search-navbar {
  background: transparent !important;
  width: 20px !important;
  height: 36px !important;
  float: right;
  font-family: 'proximanova.light';
  font-size: 15px !important;
  padding: 4px 11px !important;
  color: white;
  border: none;
  margin-right: 6px;
  transition: 0.3s ease;
  border: 1px solid transparent !important;
  cursor: pointer; }
  .search-navbar ~ label {
    cursor: pointer; }
  .search-navbar:focus {
    width: 310px !important;
    background: white !important;
    color: #363636;
    margin-right: 0px;
    cursor: auto; }
    .search-navbar:focus ~ label {
      cursor: default; }
      .search-navbar:focus ~ label .ico-search {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto; }
  .search-navbar__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px; }
    .search-navbar__wrapper .ico-search {
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto; }

.mnavbar {
  position: relative;
  width: 260px;
  background: #363636;
  text-align: left;
  transform: translate(-300px, 0);
  transition: 0.4s all; }
  .mnavbar.active {
    transform: translate(0px, 0); }
  .mnavbar__wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    transition: 0.4s all; }
    .mnavbar__wrapper.active {
      visibility: visible;
      opacity: 1; }
    .mnavbar__wrapper .arrowleft__wrapper {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 260px;
      background: white;
      padding: 16px 20px; }
  .mnavbar__ul {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden; }
  .mnavbar__li {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    letter-spacing: 1px; }
    .mnavbar__li__account {
      background: #f1f1de;
      color: #363636; }
    .mnavbar__li a {
      font-size: 15px;
      padding: 15px 20px;
      width: 100%;
      border-bottom: 1px solid #565653; }
  .mnavbar .mnavbar__sub {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000; }
    .mnavbar .mnavbar__sub__ul {
      width: 100%; }
    .mnavbar .mnavbar__sub__label {
      position: relative;
      display: block;
      font-family: 'proximanova.bold';
      color: white;
      padding: 20px 0;
      letter-spacing: 1px;
      padding: 10px 0 10px 40px; }
      .mnavbar .mnavbar__sub__label .ico-plus-mini,
      .mnavbar .mnavbar__sub__label .ico-min-mini {
        position: absolute;
        top: 0;
        right: 0; }
    .mnavbar .mnavbar__sub__li {
      display: none;
      width: 100%;
      padding: 0;
      text-transform: capitalize;
      letter-spacing: 0;
      background: #565653; }
      .mnavbar .mnavbar__sub__li ul {
        float: left; }
    .mnavbar .mnavbar__sub__a {
      padding: 10px 0 10px 60px;
      border: none; }

.msearchbar {
  position: relative;
  width: 100%;
  height: 100vh;
  background: white;
  text-align: left;
  transform: translate(0, -30%);
  transition: 0.4s all; }
  .msearchbar.active {
    transform: translate(0, 0); }
  .msearchbar__wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    transition: 0.4s all; }
    .msearchbar__wrapper.active {
      visibility: visible;
      opacity: 1; }

/* responsive */
@media (max-width: 1024px) {
  .header--account {
    display: none; }
  .header--navbar {
    display: none; }
  .header--logo {
    display: none; }
  .header--mobile {
    display: block; }
  .header--info {
    background: #363636;
    border-bottom: 0px solid; }
    .header--info h4 {
      color: white; } }

@media (max-width: 980px) {
  .navbar__li {
    padding: 0 15px; }
  .search-navbar {
    width: 25px !important;
    margin-right: 0;
    position: relative;
    z-index: 10;
    padding: 14px 18px !important; }
    .search-navbar:focus {
      position: initial; } }

@media (max-width: 768px) {
  .header--info h4 {
    font-size: 16px;
    letter-spacing: 1px; } }

@media (max-width: 600px) {
  .header--mobile .mlogotext {
    width: 160px;
    padding: 20px 0; } }

@media (max-width: 480px) {
  .header--info h4 {
    font-size: 14px; } }

.footer {
  background: #f1f1de;
  padding-top: 20px; }
  .footer__wrapper {
    display: inline-block;
    padding: 20px 0; }
  .footer__left, .footer__right {
    display: inline;
    float: left; }
  .footer__logo-fs {
    display: inline;
    float: left;
    width: 200px; }
  .footer__li {
    width: 135px;
    padding: 0 15px;
    text-align: left; }
    .footer__li small {
      display: block; }
  .footer__title {
    margin-bottom: 10px; }
  .footer-link__li {
    width: 100%;
    margin-bottom: 5px; }
  .footer-link__a {
    font-size: 14px;
    letter-spacing: 0; }
  .footer__mcopyright {
    display: none;
    background: #363636;
    color: white;
    padding: 30px 0;
    text-align: center; }
    .footer__mcopyright h4 {
      font-family: 'proximanova.light';
      font-weight: normal;
      letter-spacing: 1.5px; }
  .footer .subscribe {
    display: inline;
    float: left;
    width: 300px;
    text-align: left; }
    .footer .subscribe .input__wrapper .input--small {
      width: 180px;
      float: left; }
  .footer .supported {
    font-size: 13px;
    letter-spacing: 0.5px; }

/* responsive */
@media (max-width: 980px) {
  .footer__wrapper {
    width: calc(100% - 40px); }
  .footer__left, .footer__right {
    float: initial; }
  .footer__logo-fs {
    display: none; }
  .footer__li:last-child {
    position: relative;
    top: 0;
    right: 0; }
  .footer .subscribe {
    width: 100%; }
    .footer .subscribe h3 {
      display: none; }
    .footer .subscribe small {
      display: block;
      font-size: 20px; } }

@media (max-width: 768px) {
  .footer__wrapper br {
    display: none; }
  .footer__ul {
    display: none; }
  .footer__copyright {
    display: none; }
  .footer__mcopyright {
    display: block; }
  .footer .footer__seo {
    padding: 0 10px; } }

.product {
  display: inline-block;
  position: relative;
  max-width: 100%;
  float: left;
  width: 31.3%;
  margin: 10px 0 20px 0; }
  .product__wrapper {
    margin: 0 0 40px 0;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .product__img {
    position: relative; }
  .product__desc {
    width: calc(100% - 70px);
    margin: 20px 0 0 0; }
  .product__link {
    margin: 25px 0 0 0 !important;
    z-index: 2; }
  .product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px; }
  .product__filter--top {
    margin: 0 1%; }
  .product__filter--bottom {
    margin: 0 1%; }
  .product__tagspecial, .product__tagdiscount {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 30px;
    background: #39b54a;
    border-radius: 50%;
    font-family: 'proximanova.bold';
    font-size: 13px;
    color: white;
    line-height: 16px;
    letter-spacing: 0;
    padding: 20px 10px;
    z-index: 1; }
  .product__tagdiscount {
    background: #fc6d8a; }

.products__allflowers .product {
  margin: 1% 1% 2% 1%; }

.product-detail__preview-wrapper {
  position: relative; }

.product-detail__mdesc-header {
  display: none; }

.product-detail__desc {
  box-sizing: border-box;
  padding: 0 20px; }
  .product-detail__desc .price__wrapper .price__nominal {
    display: inline-block;
    margin-right: 5px; }
  .product-detail__desc .price__wrapper .price__tag {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 8px;
    color: white; }
    .product-detail__desc .price__wrapper .price__tag.special {
      background: #39b54a; }
    .product-detail__desc .price__wrapper .price__tag.discount {
      background: #fc6d8a; }
  .product-detail__desc .price__wrapper .price__discount {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #aeaeae;
    text-decoration: line-through; }
  .product-detail__desc__ul {
    margin: 10px 0;
    display: block; }
    .product-detail__desc__ul .column-label {
      position: relative;
      display: inline-block;
      min-width: 60px; }
    .product-detail__desc__ul .column-content {
      width: calc(100% - 75px);
      display: inline-block;
      vertical-align: text-top; }
  .product-detail__desc .countdown {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #9fa197;
    margin: 0 0 20px 0;
    background: #f5f5f5; }
    .product-detail__desc .countdown__times {
      float: left; }
    .product-detail__desc .countdown__hour {
      position: relative;
      float: left;
      text-align: center; }
      .product-detail__desc .countdown__hour:after {
        content: ":";
        position: absolute;
        top: 14px;
        right: -7px;
        margin: auto;
        height: 15px; }
    .product-detail__desc .countdown__min {
      float: left;
      margin: 10px 0 0 10px; }
    .product-detail__desc .countdown__info {
      float: left;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0 auto 15px;
      color: #9fa197;
      letter-spacing: 0;
      height: 15px; }
    .product-detail__desc .countdown__text {
      display: block;
      text-align: center;
      font-size: 10px; }
    .product-detail__desc .countdown .hours {
      font-size: 32px;
      font-weight: 600; }
    .product-detail__desc .countdown .minutes {
      font-size: 19px;
      line-height: 27px; }

.product-detail__pack {
  cursor: pointer;
  width: 100px;
  margin: 0 8px 14px 0;
  /* firefox 19+ */
  /* ie */ }
  .product-detail__pack .pack__img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px; }
  .product-detail__pack .pack__title {
    width: calc(100% - 17px);
    display: inline-table;
    color: #363636;
    margin-bottom: 5px;
    font-size: 11px; }
    .product-detail__pack .pack__title span {
      font-size: 13px; }
  .product-detail__pack ::-webkit-input-placeholder {
    font-style: italic; }
  .product-detail__pack ::-moz-placeholder {
    font-style: italic; }
  .product-detail__pack :-ms-input-placeholder {
    font-style: italic; }
  .product-detail__pack input:-moz-placeholder {
    font-style: italic; }
  .product-detail__pack#special-wrap {
    display: none; }
  .product-detail__pack input[type=radio] {
    width: 13px; }

.zoomWindow {
  margin-left: 25px; }

.product__detail__size .chosen-single {
  width: 230px !important; }

.products__allflowers h2 {
  margin: 0 1% 15px 0%; }

.bxlider--m--overlay {
  display: none; }

.delivery__available {
  font-size: 11px;
  letter-spacing: 0.1px;
  margin: 15px 0 10px 0;
  display: block; }

#quantity {
  border: 1px solid #363636;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent; }
  #quantity:disabled {
    background-color: #fff; }

.special-wrap textarea.small {
  height: 80px; }

@media (max-width: 1024px) {
  .product__filter--top {
    display: block; }
    .product__filter--top .showpage {
      display: none; }
  .product__filter--bottom .showpage {
    display: none; }
  .product__filter--bottom .sortpage {
    display: none; }
  .product-detail__desc .countdown {
    display: none; } }

@media (max-width: 980px) {
  .product {
    float: left;
    overflow: hidden;
    width: 32%;
    margin: 1% 1% 2% 0; }
    .product__desc {
      margin: 2% 0 0 0;
      width: 100%; }
    .product__title {
      width: 100%; }
    .product__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 !important;
      text-indent: 9000px;
      border: 0 !important; }
      .product__link:hover {
        background: transparent !important; }
    .product__desc .product__title {
      letter-spacing: 0; }
    .product__tagspecial, .product__tagdiscount {
      position: absolute;
      top: initial;
      left: 0;
      top: 0;
      width: 100%;
      height: initial;
      border-radius: 0;
      font-family: 'gotham.medium';
      font-size: 14px;
      padding: 5px 0;
      z-index: 1; }
  .product-detail__preview-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    .product-detail__preview-wrapper .product__tagspecial, .product-detail__preview-wrapper .product__tagdiscount,
    .product-detail__preview-wrapper .product__tagdiscount {
      top: 0;
      bottom: initial; }
  .product-detail__desc {
    padding: 0; }
    .product-detail__desc h2 {
      margin: 0 0 10px 0; }
    .product-detail__desc-wrapper {
      width: 100%;
      margin-bottom: 30px; }
    .product-detail__desc .price__wrapper .price__nominal {
      font-size: 16px; }
    .product-detail__desc .price__wrapper .price__tag {
      display: none; }
  .product-detail__desc-header {
    display: none; }
  .product-detail__mdesc-header {
    display: block; }
  .product-detail__preview-wrapper .product__tagspecial, .product-detail__preview-wrapper .product__tagdiscount,
  .product-detail__preview-wrapper .product__tagdiscount {
    width: 450px; }
  .zoomContainer {
    display: none !important; }
  .products__allflowers h2, .products__allflowers .product__filter--top {
    margin: 0 2% 0 1%; }
  .products__allflowers .product {
    margin: 1% 1% 2% 1%;
    width: 31%; } }

@media (max-width: 768px) {
  .product__wrapper {
    margin: 0 0 20px 0; }
  .product__tagspecial, .product__tagdiscount {
    padding: 0;
    font-size: 11px;
    letter-spacing: 0; }
  .product__desc .product__title {
    font-size: 14px;
    letter-spacing: 0; }
  .product__desc p {
    font-size: 12px; }
  .product-detail__mdesc {
    text-align: center; }
  .product-detail__desc hr {
    display: none; }
  .product-detail__desc .price__wrapper {
    display: inline-block;
    margin-bottom: 5px; }
    .product-detail__desc .price__wrapper .price__nominal {
      font-size: 16px; }
    .product-detail__desc .price__wrapper .price__tag {
      display: none; }
  .product-detail__pack {
    width: 90px; }
    .product-detail__pack .pack__img {
      width: 90px;
      height: 90px; }
    .product-detail__pack input {
      position: relative;
      bottom: 1px; }
  .product-detail__preview-wrapper .product__tagspecial, .product-detail__preview-wrapper .product__tagdiscount,
  .product-detail__preview-wrapper .product__tagdiscount {
    width: 100%;
    max-width: 450px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s ease !important; }
  .bxlider--m--overlay {
    width: 100%;
    height: calc(100% - 65px);
    position: absolute;
    top: 0;
    z-index: 3;
    display: block; } }

@media (max-width: 600px) {
  .product {
    width: 48%;
    margin: 2% 2% 2% 0; } }

@media (max-width: 480px) {
  .product-detail__pack {
    width: 33.3%;
    margin: 0 0px 14px 0;
    padding: 0 5px 0 5px; }
    .product-detail__pack .pack__img {
      width: 100%;
      height: auto; } }

@media (max-width: 400px) {
  .product-detail__pack {
    width: 50%; } }

@media (max-width: 320px) {
  .product {
    width: 98%;
    margin: 2% 0 7% 0; }
    .product:first-child {
      margin: 2% 0 7% 0; } }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

button[disabled], input[disabled] {
  cursor: default;
  background: #f6f6f6; }

input, select, textarea {
  outline: none;
  font-family: 'proximanova.regular';
  font-size: 14px;
  letter-spacing: 0.3px;
  width: 320px;
  height: 40px;
  max-width: 100%;
  color: #363636;
  background: white;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 11px 12px;
  border: 1px solid #cecece;
  box-sizing: border-box; }
  input.small, select.small, textarea.small {
    float: left;
    height: 34px;
    padding: 8px 12px;
    font-size: 14px; }
  input.vsmall, select.vsmall, textarea.vsmall {
    float: left;
    height: 30px;
    padding: 5px 12px;
    font-family: 'proximanova.regular'; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #363636; }
  input.qty, select.qty, textarea.qty {
    float: left;
    width: 60px;
    font-weight: bold;
    text-align: center; }
  input.qtyminus, input.qtyplus, select.qtyminus, select.qtyplus, textarea.qtyminus, textarea.qtyplus {
    float: left;
    width: 50px;
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    border: 1px solid #363636; }
  input.error, select.error, textarea.error {
    border: 1px solid red; }

input[type=file] {
  border-radius: 0;
  background: #140d13;
  border: 1px solid #392429;
  box-shadow: none;
  padding: 4px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  outline: none; }
  input[type=file]::-webkit-file-upload-button {
    font-family: 'Lato', sans-serif;
    color: #fff;
    height: 35px;
    border: 2px solid #6f1e8a;
    background: #140d13;
    padding: 5px 8px; }
  input[type=file]:before {
    display: none; }

textarea {
  width: 100%;
  height: 80px;
  padding: 12px 12px !important;
  resize: none; }

input[type=radio], input[type=checkbox] {
  width: initial;
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  vertical-align: middle;
  margin-right: 4px; }
  input[type=radio]:before, input[type=checkbox]:before {
    border: none !important; }
  input[type=radio].small, input[type=checkbox].small {
    float: initial;
    height: 10px; }

select {
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: initial; }
  select option {
    font-size: 12px;
    font-weight: normal; }

.input-disable {
  cursor: default;
  background: #f6f6f6; }

.input__wrapper {
  display: inline-block;
  float: left;
  width: 300px;
  max-width: 100%;
  margin: 5px 10px 15px 0; }
  .input__wrapper .info {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #9fa197; }
    .input__wrapper .info__small {
      display: inline-table;
      margin: 8px 0; }
  .input__wrapper label {
    display: inline-block;
    margin-bottom: 4px; }

.textarea__wrapper {
  float: left;
  width: 100%;
  margin: 5px 10px 8px 0; }

.inputselect__wrapper {
  display: inline-block;
  float: left;
  width: 100%; }
  .inputselect__wrapper select {
    min-width: 72px; }

.date__wrapper {
  position: relative;
  display: inline-block; }
  .date__wrapper .fa-calendar {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 23px;
    color: #aeaeae; }

.label__wrapper {
  padding: 8px 0px 8px 20px; }

.info--success {
  display: block;
  margin: 7px 5px;
  color: #39b54a !important; }

.info--warning {
  display: block;
  margin: 7px 5px;
  color: #d39a4a !important; }

.info--error {
  display: block;
  margin: 7px 5px;
  color: #d10000 !important; }

.info--red {
  display: initial;
  margin: 0;
  color: #d10000 !important; }

.field-with-checkbox input[type=checkbox] {
  margin-right: 0; }

.field-with-checkbox label {
  cursor: pointer; }

.form__wrapper {
  display: inline-block;
  padding: 10px 0 20px 0; }
  .form__wrapper .link {
    color: #9fa197;
    font-family: 'proximanova.regular'; }

.form--login {
  width: 300px; }

.form--register {
  width: 630px; }
  .form--register .text-agree {
    display: inline-block;
    margin: 10px 0 0 10px;
    font-size: 12px; }
    .form--register .text-agree a {
      font-size: 12px; }
    .form--register .text-agree small {
      font-size: 12px; }
  .form--register .aggrement__wrapper {
    margin: 5px 10px 15px 0; }
  .form--register select.small {
    width: 72px; }
  .form--register .inputselect__wrapper input {
    width: calc(100% - 80px) !important;
    margin-left: 8px; }

.form--forgotpass .input__wrapper {
  width: 500px; }

.form--contactus .input__wrapper {
  width: 32.6%;
  margin: 5px 1% 8px 0; }

.form--homesubscribe .input__wrapper {
  margin: 0 0 0 10px; }
  .form--homesubscribe .input__wrapper .small {
    width: 245px; }

.form--footersubscribe .input__wrapper .small {
  width: 180px; }

.form--filter-products .input__wrapper {
  width: inherit;
  margin: 0; }
  .form--filter-products .input__wrapper span {
    font-size: 13px;
    margin: 8px 10px 0 0; }
  .form--filter-products .input__wrapper input, .form--filter-products .input__wrapper select {
    margin: 0 10px 0 0; }

.form--productdetail {
  width: 100%; }
  .form--productdetail .input__wrapper {
    width: 100%;
    padding-left: 15px;
    margin: 0 10px 8px 0; }
  .form--productdetail .title__tag {
    letter-spacing: 1px;
    color: #000; }

.form--shoppingcart {
  width: 100%; }
  .form--shoppingcart .input__wrapper {
    width: 100%;
    padding: 0;
    margin: 5px 0 8px 0; }
    .form--shoppingcart .input__wrapper .discount--input {
      width: 92px; }
  .form--shoppingcart .discount__value .fa-times-circle {
    cursor: pointer;
    color: #cecece;
    margin-left: 5px; }
    .form--shoppingcart .discount__value .fa-times-circle:hover {
      color: #ff6060; }

.form--onpayment {
  width: 100%; }
  .form--onpayment .input__wrapper {
    width: 400px;
    clear: both; }
    .form--onpayment .input__wrapper input {
      width: 100%; }
    .form--onpayment .input__wrapper input[type=radio], .form--onpayment .input__wrapper input[type=checkbox] {
      width: initial; }
    .form--onpayment .input__wrapper label {
      cursor: pointer;
      color: #363636; }
    .form--onpayment .input__wrapper span {
      font-size: 13px; }
    .form--onpayment .input__wrapper select {
      margin: 0px 5px 5px 0px; }
    .form--onpayment .input__wrapper h5 {
      margin-bottom: 8px; }
    .form--onpayment .input__wrapper .select__wrapper {
      display: inline-block;
      width: 100%; }
      .form--onpayment .input__wrapper .select__wrapper .fa-calendar {
        font-size: 24px;
        color: #aeaeae;
        margin: 3px 3px 3px 10px; }
    .form--onpayment .input__wrapper .add-addrs {
      cursor: pointer;
      margin-top: -32px;
      padding: 5px 0;
      text-decoration: underline; }
      .form--onpayment .input__wrapper .add-addrs:hover {
        color: #000; }
    .form--onpayment .input__wrapper .add-selectaddrs {
      display: none;
      margin-top: 40px; }
    .form--onpayment .input__wrapper .column-label {
      display: inline-block;
      min-width: 130px; }

.form--account {
  width: 400px; }
  .form--account .input__wrapper {
    width: 100%; }

.form--popup-logreg {
  padding: 20px 0; }
  .form--popup-logreg .input__wrapper {
    margin: 5px 0 5px 0; }

.form--insert-voucher .input__wrapper {
  position: relative;
  margin: 0; }
  .form--insert-voucher .input__wrapper.error input {
    border: 1px solid red; }
  .form--insert-voucher .input__wrapper .discount--input {
    width: 125px; }

.form--msearchbar {
  height: 40px;
  padding: 10px;
  background: #363636; }
  .form--msearchbar .input__wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0; }
    .form--msearchbar .input__wrapper .input__msearchbar {
      float: left;
      width: calc(100% - 74px);
      padding: 11px 11px 11px 35px; }
    .form--msearchbar .input__wrapper .msearchbar__close {
      display: inline-block;
      padding: 11px 10px 11px 10px;
      border: 1px solid white;
      position: absolute;
      right: 5px; }
    .form--msearchbar .input__wrapper .icon__msearch {
      position: absolute;
      top: 2px;
      left: 0px; }
    .form--msearchbar .input__wrapper .icon__removecircle {
      position: absolute;
      top: 2px;
      right: 80px; }

@media (max-width: 1024px) {
  .form--filter-products {
    width: 100%; }
    .form--filter-products .input__wrapper {
      width: 100%;
      margin: 0; }
      .form--filter-products .input__wrapper span {
        margin: 8px 0 0 0;
        text-align: left !important; }
      .form--filter-products .input__wrapper .chosen-container {
        width: 100% !important;
        margin: 5px 0 10px 0; }
      .form--filter-products .input__wrapper select {
        width: inherit;
        margin: 5px 0 10px 0;
        min-height: 34px; } }

@media (max-width: 980px) {
  .form--homesubscribe {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center; }
    .form--homesubscribe .input__wrapper {
      width: 50%;
      margin: 0 auto;
      float: none; }
      .form--homesubscribe .input__wrapper .small {
        width: calc(100% - 48px); }
  .form--footersubscribe {
    width: 100%;
    text-align: center; }
    .form--footersubscribe .input__wrapper {
      float: initial;
      width: initial;
      margin: 10px auto 45px auto; }
      .form--footersubscribe .input__wrapper .small {
        width: 189px; } }

@media (max-width: 768px) {
  .input__wrapper {
    width: 100%;
    margin: 0px 0 10px 0; }
    .input__wrapper .qty {
      width: calc(100% - 100px); }
  .form__wrapper {
    padding: 0 0; }
  .form--login {
    width: 100%; }
    .form--login .input__wrapper {
      width: 100%; }
      .form--login .input__wrapper .small {
        width: 100%; }
  .form--register {
    width: 100%; }
    .form--register .small {
      width: 100%; }
    .form--register .inputselect__wrapper select {
      display: inline-block;
      margin-right: 0;
      padding: 3px 5px; }
  .form--forgotpass {
    width: 100%; }
    .form--forgotpass .input__wrapper {
      width: 100%; }
      .form--forgotpass .input__wrapper input {
        width: calc(100% - 178px);
        margin-bottom: 5px; }
  .form--contactus .input__wrapper {
    width: 100%;
    margin: 5px 0px 8px 0; }
    .form--contactus .input__wrapper input {
      width: 100%; }
  .form--homesubscribe .input__wrapper .small {
    width: calc(100% - 38px); }
  .form--footersubscribe {
    width: 100%;
    text-align: center; }
    .form--footersubscribe .input__wrapper {
      float: initial;
      margin: 10px auto 10px auto; }
      .form--footersubscribe .input__wrapper .small {
        width: 189px; }
  .form--onpayment .input__wrapper {
    width: 100%; }
  .form--account {
    width: 100%; } }

@media (max-width: 480px) {
  .input__wrapper {
    width: 100%; }
  .form {
    width: 100%; }
    .form--footersubscribe .input__wrapper .small {
      width: 168px; } }

@media (max-width: 400px) {
  .form--insert-voucher .input__wrapper {
    width: 100%; }
    .form--insert-voucher .input__wrapper .discount--input {
      width: 80px; }
  .form--homesubscribe .input__wrapper {
    width: 276px;
    margin: 0; }
    .form--homesubscribe .input__wrapper .small {
      width: 85%; }
  .form--onpayment .input__wrapper .add-addrs {
    display: block;
    float: none;
    padding-top: 10px;
    text-align: right; }
  .form--onpayment .input__wrapper .add-selectaddrs .chosen-single {
    width: 100% !important; } }

@media (max-width: 320px) {
  .form--forgotpass .input__wrapper .small {
    width: 100%; }
  .form--forgotpass .input__wrapper .btn--main__small {
    margin: 0 auto !important; }
  .form--homesubscribe .input__wrapper {
    width: 276px;
    margin: 0; }
    .form--homesubscribe .input__wrapper .small {
      width: 221px; } }

a, input[type='submit'], button {
  position: relative;
  display: inline-block;
  border: none;
  outline: none; }
  a.btn--main, input[type='submit'].btn--main, button.btn--main {
    font-size: 14px;
    font-family: 'proximanova.bold';
    letter-spacing: 1.5px;
    text-decoration: none !important;
    line-height: normal;
    padding: 12px 30px;
    color: #fdfdfd;
    transition: 0.3s ease;
    background: #363636;
    margin: 0 5px; }
    a.btn--main:hover, input[type='submit'].btn--main:hover, button.btn--main:hover {
      background: #000; }
    a.btn--main__small, input[type='submit'].btn--main__small, button.btn--main__small {
      font-family: 'proximanova.semibold';
      font-size: 13px;
      letter-spacing: 1px;
      text-decoration: none !important;
      line-height: normal;
      color: #fdfdfd;
      padding: 8px 12px;
      background: #363636;
      transition: 0.3s ease;
      border: 1px solid #363636;
      margin: 0 5px; }
      a.btn--main__small:hover, input[type='submit'].btn--main__small:hover, button.btn--main__small:hover {
        background: #000; }
  a.btn--box, input[type='submit'].btn--box, button.btn--box {
    font-family: 'proximanova.bold';
    padding: 10px 34px;
    font-size: 14px;
    text-decoration: none !important;
    line-height: normal;
    color: #363636;
    border: 1px solid #363636;
    transition: 0.3s ease;
    background: transparent;
    margin: 0 5px; }
    a.btn--box:hover, input[type='submit'].btn--box:hover, button.btn--box:hover {
      color: white;
      background: #363636; }
    a.btn--box__small, input[type='submit'].btn--box__small, button.btn--box__small {
      font-family: 'proximanova.semibold';
      padding: 8px 12px;
      font-size: 13px;
      letter-spacing: 1px;
      text-decoration: none !important;
      line-height: normal;
      color: #363636;
      border: 1px solid #363636;
      transition: 0.3s ease;
      background: transparent;
      margin: 0 5px; }
      a.btn--box__small:hover, input[type='submit'].btn--box__small:hover, button.btn--box__small:hover {
        color: white;
        background: #363636; }
  a.btn--text, input[type='submit'].btn--text, button.btn--text {
    font-family: 'proximanova.regular';
    font-size: 13px;
    text-decoration: none !important;
    line-height: normal;
    color: #868686;
    margin: 0 3px;
    padding: 8px 15px; }
    a.btn--text:hover, input[type='submit'].btn--text:hover, button.btn--text:hover {
      text-decoration: underline; }
  a.btn--white, input[type='submit'].btn--white, button.btn--white {
    display: block;
    padding: 22px;
    text-decoration: none !important; }
    a.btn--white:hover, input[type='submit'].btn--white:hover, button.btn--white:hover {
      background: #f8f8f8; }

@media (max-width: 768px) {
  a.m-widthfull, input[type='submit'].m-widthfull, button.m-widthfull {
    width: 100% !important;
    text-align: center;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  a.btn--main, input[type='submit'].btn--main, button.btn--main {
    font-size: 13px; }
    a.btn--main__small, input[type='submit'].btn--main__small, button.btn--main__small {
      font-size: 12px;
      padding: 9px 8px 8px 8px; }
  a.btn--box, input[type='submit'].btn--box, button.btn--box {
    font-size: 13px; }
    a.btn--box__small, input[type='submit'].btn--box__small, button.btn--box__small {
      font-size: 12px;
      padding: 9px 8px 8px 8px; }
  a.btn--text, input[type='submit'].btn--text, button.btn--text {
    font-size: 12px; } }

.breadcrumb {
  display: block;
  list-style: none;
  padding: 10px 34px;
  margin: 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 5px 0 5px 5px; }
    .breadcrumb li:first-child {
      padding: 5px 0 5px 0; }
    .breadcrumb li:last-child a {
      color: #9fa197; }
      .breadcrumb li:last-child a:after {
        display: none; }
  .breadcrumb a {
    display: inline-block; }
    .breadcrumb a:after {
      content: '/';
      display: inline-block;
      padding-left: 10px; }
    .breadcrumb a small {
      font-size: 13px; }

@media (max-width: 768px) {
  .breadcrumb {
    display: none; } }

.expand-collapse .content__box {
  padding-bottom: 10px; }

.expand-collapse__link {
  cursor: pointer; }
  .expand-collapse__link:hover {
    background: #222; }
  .expand-collapse__link .ico-expand-collapse {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 15px; }
    .expand-collapse__link .ico-expand-collapse:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 3px;
      height: 100%;
      background: white;
      transition: 0.4s ease; }
    .expand-collapse__link .ico-expand-collapse:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 3px;
      background: white;
      transition: 0.4s ease;
      opacity: 1; }
  .expand-collapse__link.active .ico-expand-collapse:before {
    transform: rotate(90deg); }
  .expand-collapse__link.active .ico-expand-collapse:after {
    transform: rotate(180deg);
    opacity: 0; }

.expand-collapse .box__container {
  display: none; }
  .expand-collapse .box__container__wrapper {
    display: inline-block;
    padding: 20px 0; }

.with-step {
  position: relative; }
  .with-step .content__box {
    position: relative;
    margin-left: 60px; }
    .with-step .content__box.active .box__title {
      background: #363636; }
    .with-step .content__box.active .step__circle {
      width: 32px;
      height: 32px;
      border: 2px solid #363636;
      color: #363636; }
    .with-step .content__box.done .box__title {
      background: #363636; }
    .with-step .content__box.done .step__circle {
      width: 32px;
      height: 32px;
      background: #363636;
      color: #e1e1e1;
      border: none; }
    .with-step .content__box .step__circle {
      position: absolute;
      top: 5px;
      left: -60px;
      width: 30px;
      height: 30px;
      -ms-flex-pack: center;
      justify-content: center;
      color: #e1e1e1;
      background: white;
      border: 2px solid #e1e1e1;
      border-radius: 50%;
      z-index: 1; }
    .with-step .content__box .step__line-top, .with-step .content__box .step__line-mid, .with-step .content__box .step__line-bottom {
      position: absolute;
      top: 0;
      left: -44px;
      width: 1px;
      height: 20px;
      background: #e1e1e1;
      z-index: 0; }
    .with-step .content__box .step__line-mid {
      height: 100%; }
    .with-step .content__box .step__line-bottom {
      top: 10px;
      height: 100%; }
    .with-step .content__box .box__title {
      background: #e1e1e1;
      position: relative; }
      .with-step .content__box .box__title .when-on {
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        text-align: center;
        font-family: 'proximanova.regular', arial, sans-serif;
        font-size: 14px;
        font-weight: normal; }
  .with-step .box__container {
    padding: 0; }
    .with-step .box__container__wrapper {
      padding: 0; }
      .with-step .box__container__wrapper .box__content {
        position: relative;
        display: block;
        padding: 25px 15px;
        background: white; }
        .with-step .box__container__wrapper .box__content50 {
          width: 492px; }

.radio__expand-collapse {
  display: none; }
  .radio__expand-collapse__wrapper {
    position: relative; }
    .radio__expand-collapse__wrapper label, .radio__expand-collapse__wrapper input[type=radio] {
      cursor: pointer; }

@media (max-width: 768px) {
  .with-step .box__container__wrapper .box__content h4 {
    letter-spacing: 0; } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0; }
  .pagination li {
    float: left;
    display: inline-block;
    margin: 0 4px; }
    .pagination li.active a {
      color: #222;
      text-decoration: underline; }
  .pagination__a {
    display: block;
    min-width: 15px;
    letter-spacing: 0; }
    .pagination__a:hover {
      color: #222; }
    .pagination__a.disabled {
      opacity: 0.2;
      font-weight: normal;
      cursor: default; }
  .pagination__prev {
    display: block;
    min-width: 15px;
    letter-spacing: 0; }
    .pagination__prev:hover {
      color: #222; }
    .pagination__prev.disabled {
      opacity: 0.2;
      font-weight: normal;
      cursor: default; }
  .pagination__next {
    display: block;
    min-width: 15px;
    letter-spacing: 0; }
    .pagination__next:hover {
      color: #222; }
    .pagination__next.disabled {
      opacity: 0.2;
      font-weight: normal;
      cursor: default; }

@media (max-width: 1024px) {
  .pagination {
    display: inline-block;
    margin: 0 auto; }
    .pagination li {
      margin: 0 7px 0 0; }
      .pagination li:first-child .pagination__a, .pagination li:last-child .pagination__a {
        color: white;
        background: #aaa;
        border: 1px solid #aaa; }
      .pagination li.active a {
        color: white;
        text-decoration: none;
        background: #222; }
    .pagination__a {
      font-size: 18px;
      padding: 5px 10px;
      border: 1px solid #363636; }
      .pagination__a:hover {
        font-family: 'proximanova.regular'; }
      .pagination__a.disabled {
        display: none;
        font-weight: normal;
        cursor: default; }
    .pagination__next {
      font-size: 18px;
      padding: 5px 10px;
      border: 1px solid #363636; }
      .pagination__next:hover {
        font-family: 'proximanova.regular'; }
      .pagination__next.disabled {
        display: none;
        font-weight: normal;
        cursor: default; }
    .pagination__prev {
      font-size: 18px;
      padding: 5px 10px;
      border: 1px solid #363636; }
      .pagination__prev:hover {
        font-family: 'proximanova.regular'; }
      .pagination__prev.disabled {
        display: none;
        font-weight: normal;
        cursor: default; } }

table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0; }
  table thead tr {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae; }
    table thead tr th {
      font-size: 15px;
      font-family: 'proximanova.bold';
      padding: 15px 0; }
  table tbody tr {
    border-bottom: 1px solid #e1e1e1; }
    table tbody tr.tr--linegrey {
      border-bottom: 1px solid #e1e1e1; }
    table tbody tr.tr--bggrey {
      background: #ebebeb; }
    table tbody tr.none {
      border: none; }
      table tbody tr.none td {
        padding: 5px 0; }
    table tbody tr td {
      letter-spacing: 0.3px;
      font-size: 15px;
      padding: 25px 0; }
      table tbody tr td a {
        text-decoration: none;
        cursor: pointer; }
        table tbody tr td a:hover {
          text-decoration: underline; }

.order-detail thead tr th:nth-child(1) {
  width: 45px; }

.order-detail thead tr th:nth-child(2) {
  width: calc(60% - 45px); }

.order-detail thead tr th:nth-child(3) {
  width: 17%; }

.order-detail thead tr th:nth-child(4) {
  width: 6%; }

.order-detail thead tr th:nth-child(5) {
  width: 17%; }

.order-detail tbody tr.m-total-order {
  display: none; }

.order-detail tbody tr td .label__wrapper {
  padding: 0 40px; }

.order-history thead tr {
  background: #cfd0cb; }
  .order-history thead tr th {
    padding: 10px 0; }
    .order-history thead tr th:nth-child(1) {
      width: 45px; }
    .order-history thead tr th:nth-child(2) {
      width: calc(40% - 45px); }
    .order-history thead tr th:nth-child(3) {
      width: 20%; }
    .order-history thead tr th:nth-child(4) {
      width: 20%; }
    .order-history thead tr th:nth-child(5) {
      width: 30%; }

.order-history tbody tr:nth-child(even) {
  background: #f2f2f2; }

.order-history tbody tr td {
  padding: 5px 0; }

.order-invoice {
  margin: 10px 0; }
  .order-invoice thead tr th:nth-child(1) {
    width: 150px; }
  .order-invoice tbody tr td:nth-child(1) {
    width: 150px; }

.order-information {
  margin: 10px 0; }
  .order-information thead tr th:nth-child(1) {
    width: 45px; }
  .order-information thead tr th:nth-child(2) {
    width: calc(70% - 45px); }
  .order-information thead tr th:nth-child(3) {
    width: 10%; }
  .order-information thead tr th:nth-child(4) {
    width: 20%; }
  .order-information tbody tr td .label__wrapper {
    padding: 0 10px;
    white-space: nowrap; }

.order-status {
  margin: 10px 0; }
  .order-status tbody tr td:nth-child(1) {
    width: 150px; }

.order-summary {
  margin: 15px 0 70px 0; }
  .order-summary thead tr th {
    font-size: 13px;
    padding: 10px 0;
    text-align: center; }
    .order-summary thead tr th:nth-child(1) {
      width: 40px; }
    .order-summary thead tr th:nth-child(2) {
      width: calc(63% - 40px); }
    .order-summary thead tr th:nth-child(3) {
      width: 12%; }
    .order-summary thead tr th:nth-child(4) {
      width: 25%; }
  .order-summary tbody tr {
    border-bottom: 1px solid #aeaeae; }
    .order-summary tbody tr td {
      font-size: 13px;
      padding: 10px 0;
      letter-spacing: 0;
      line-height: 20px; }
      .order-summary tbody tr td .shoppingcart__detail {
        width: inherit; }
      .order-summary tbody tr td .shoppingcart__title {
        font-size: 15px; }
      .order-summary tbody tr td .shoppingcart__price {
        font-size: 13px;
        white-space: nowrap;
        line-height: normal;
        margin: 0 0 15px 0; }
      .order-summary tbody tr td .label__wrapper {
        padding: 0 15px; }
      .order-summary tbody tr td .column-label {
        display: inline-block;
        width: 120px; }
      .order-summary tbody tr td .m-discount__value {
        display: none; }

.delivery-summary {
  margin: 15px 0 70px 0; }
  .delivery-summary thead tr {
    border-top: 1px solid #d8d8d8;
    border-bottom: none; }
    .delivery-summary thead tr th {
      font-family: 'proximanova.regular';
      font-size: 12px;
      font-weight: normal;
      color: #9fa197;
      width: 20%;
      padding: 20px 10px; }
  .delivery-summary tbody tr {
    border: none; }
    .delivery-summary tbody tr td {
      font-size: 13px;
      padding: 0px 10px;
      letter-spacing: 0;
      line-height: 20px; }

.calculate {
  width: initial; }
  .calculate tr {
    border-bottom: 0; }
    .calculate tr.line {
      border-bottom: 1px solid #363636; }
    .calculate tr td {
      padding: 5px 0; }

@media (max-width: 768px) {
  table tbody tr td {
    padding: 10px 0;
    font-size: 13px; }
  .order-detail thead tr th:nth-child(3), .order-detail thead tr th:nth-child(4), .order-detail thead tr th:nth-child(5) {
    display: none; }
  .order-detail tbody tr {
    position: relative; }
    .order-detail tbody tr.total-order {
      display: none; }
    .order-detail tbody tr.m-total-order {
      display: table-row; }
    .order-detail tbody tr td:nth-child(3) {
      display: none; }
    .order-detail tbody tr td .label__wrapper {
      padding: 0 15px; }
    .order-detail tbody tr td:nth-child(4) {
      position: absolute;
      right: 0;
      width: 50px; }
    .order-detail tbody tr td:nth-child(5) {
      right: 0;
      text-align: right;
      top: 39%;
      position: absolute;
      display: block; }
  .order-history thead tr th {
    font-size: 13px; }
    .order-history thead tr th:nth-child(1) {
      display: none; }
    .order-history thead tr th:nth-child(2) {
      width: 20%; }
  .order-history tbody tr td {
    font-size: 13px; }
    .order-history tbody tr td .invoice__link {
      padding: 5px 7px; }
    .order-history tbody tr td:nth-child(1) {
      display: none; }
    .order-history tbody tr td:nth-child(2) {
      width: 10%; }
  .order-information {
    margin: 10px 0; }
    .order-information thead tr th:nth-child(1) {
      display: none; }
    .order-information thead tr th:nth-child(2) {
      width: 100%; }
    .order-information thead tr th:nth-child(3) {
      display: none; }
    .order-information thead tr th:nth-child(4) {
      display: none; }
    .order-information tbody tr.tr--shipping, .order-information tbody tr.tr--total {
      display: none; }
    .order-information tbody tr td .label__wrapper {
      padding: 0 5px;
      font-size: 13px; }
    .order-information tbody tr td:nth-child(1) {
      display: none; }
    .order-information tbody tr td:nth-child(2) {
      width: 100%; }
    .order-information tbody tr td:nth-child(3) {
      display: none; }
    .order-information tbody tr td:nth-child(4) {
      display: none; }
  .order-status tbody tr td:nth-child(1) {
    width: 100px; }
  .order-summary {
    margin: 15px 0 70px 0; }
    .order-summary thead tr th:nth-child(3), .order-summary thead tr th:nth-child(4) {
      display: none; }
    .order-summary tbody tr.tr--shipping td:nth-child(2), .order-summary tbody tr.tr--vouchercode td:nth-child(2), .order-summary tbody tr.tr--adjustmentcode td:nth-child(2), .order-summary tbody tr.tr--total td:nth-child(2) {
      display: none; }
    .order-summary tbody tr td:nth-child(3), .order-summary tbody tr td:nth-child(4) {
      display: none; }
    .order-summary tbody tr td .shoppingcart__detail {
      width: 100%; }
    .order-summary tbody tr td .m-discount__value {
      display: block; }
  .delivery-summary {
    display: none; } }

@media (max-width: 480px) {
  .order-detail tbody tr td:nth-child(5) {
    display: none; } }

@media (max-width: 400px) {
  .order-history thead tr th:nth-child(2) {
    display: none; }
  .order-history tbody tr td:nth-child(2) {
    display: none; }
  .order-invoice thead tr th:nth-child(1) {
    width: 80px;
    padding-right: 5px; }
  .order-invoice tbody tr td:nth-child(1) {
    width: 80px;
    padding-right: 5px; } }

.wells {
  padding: 10px 20px;
  background: #ebebeb; }
  .wells--left {
    display: inline-block;
    width: 50%;
    text-align: left; }
  .wells--right {
    display: inline-block;
    width: 47%;
    text-align: right; }

@media (max-width: 768px) {
  .wells h5 {
    font-size: 14px; } }

.tab-link__a {
  cursor: pointer; }

.tab-container {
  display: none; }
  .tab-container:nth-child(1) {
    display: block; }

.popup__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: 0.4s all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .popup__wrapper.active {
    visibility: visible;
    opacity: 1; }

.popup__box {
  position: relative;
  width: 380px;
  padding: 35px;
  background: white; }
  .popup__box--minimumorder {
    width: 600px; }
    .popup__box--minimumorder .form__wrapper {
      padding: 20px 0 0px 0; }
    .popup__box--minimumorder .input__wrapper {
      margin: 15px 0 0px 0; }
  .popup__box--afteradditem .input__wrapper {
    display: -ms-flexbox;
    display: flex; }

.popup__content {
  position: relative; }
  .popup__content .ico-popupclose {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -26px; }
  .popup__content .form__wrapper .input__wrapper {
    width: 100%;
    margin: 10px 0 15px 0; }
  .popup__content .input__wrapper input {
    width: inherit; }

.popup__promo {
  width: 785px;
  max-width: 100%;
  height: 540px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .popup__promo .popup__container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .popup__promo .center {
    text-align: center; }
  .popup__promo .popup__promo__bg--desktop {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block; }
  .popup__promo .popup__promo__bg--mobile {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none; }
  .popup__promo .popup__promo__content {
    width: 50%;
    padding: 50px 35px 0;
    position: relative; }
    .popup__promo .popup__promo__content .subtitle {
      font-family: 'lora.italic';
      font-size: 30px; }
    .popup__promo .popup__promo__content .title {
      color: #f06c46;
      font-size: 22px;
      letter-spacing: 2px;
      display: block;
      min-height: 200px; }
      .popup__promo .popup__promo__content .title .big {
        font-family: 'proximanova.bold';
        font-size: 72px;
        line-height: 72px; }
    .popup__promo .popup__promo__content .field {
      margin-bottom: 10px; }
    .popup__promo .popup__promo__content input[type="text"] {
      border: 1px solid #000;
      background-color: #fff;
      padding: 5px;
      height: 50px;
      text-align: center;
      font-size: 20px;
      letter-spacing: 1.2px; }
    .popup__promo .popup__promo__content .btn-subscribe {
      display: block;
      background-color: #363636;
      height: 50px;
      font-size: 20px;
      color: #fff;
      width: 320px;
      max-width: 100%;
      margin: auto;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: .3s ease; }
      .popup__promo .popup__promo__content .btn-subscribe:hover {
        background-color: #434343; }
    .popup__promo .popup__promo__content .link {
      text-decoration: underline; }
      .popup__promo .popup__promo__content .link:hover {
        text-decoration: none; }
    .popup__promo .popup__promo__content .success-message p {
      text-align: center;
      font-size: 20px;
      letter-spacing: 1.2px;
      line-height: 27px;
      margin: 0; }
    .popup__promo .popup__promo__content .error-message {
      color: #d10000;
      margin: 0; }
    .popup__promo .popup__promo__content .error-state input[type="text"] {
      color: #d10000;
      border: 1px solid #d10000; }
      .popup__promo .popup__promo__content .error-state input[type="text"]::-webkit-input-placeholder {
        color: #d10000; }
      .popup__promo .popup__promo__content .error-state input[type="text"]:-moz-placeholder {
        color: #d10000; }
      .popup__promo .popup__promo__content .error-state input[type="text"]::-moz-placeholder {
        color: #d10000; }
      .popup__promo .popup__promo__content .error-state input[type="text"]:-ms-input-placeholder {
        color: #d10000; }
  .popup__promo .mfp-close {
    font-size: 28px; }
  .popup__promo .row {
    margin-left: -10px;
    margin-right: -10px; }
    .popup__promo .row:before, .popup__promo .row:after {
      display: table;
      line-height: 0;
      content: ""; }
    .popup__promo .row:after {
      clear: both; }
    .popup__promo .row .col {
      display: block;
      float: left;
      box-sizing: border-box;
      min-height: 5px;
      width: 100%;
      padding: 0 10px; }
      .popup__promo .row .col.span6 {
        width: calc(100% / 2); }

/* PRELOADER IN LOGIN POPUP */
.cs-loader-inner {
  color: #FFF;
  text-align: center; }

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block; }

.cs-loader-inner label:nth-child(6) {
  animation: lol 3s infinite ease-in-out; }

.cs-loader-inner label:nth-child(5) {
  animation: lol 3s 100ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(4) {
  animation: lol 3s 200ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(3) {
  animation: lol 3s 300ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(2) {
  animation: lol 3s 400ms infinite ease-in-out; }

.cs-loader-inner label:nth-child(1) {
  animation: lol 3s 500ms infinite ease-in-out; }

/* END PRELOADER IN LOGIN POPUP */
@media (max-width: 768px) {
  .popup__box {
    width: 80%;
    padding: 40px 0; }
  .popup__content .ico-popupclose {
    top: -30px;
    right: 10px; }
  .popup__promo {
    width: 402px; }
    .popup__promo .popup__promo__bg--desktop {
      display: none; }
    .popup__promo .popup__promo__bg--mobile {
      display: block; }
    .popup__promo .popup__container {
      -ms-flex-align: center;
      align-items: center; }
    .popup__promo .popup__promo__content {
      width: 100%;
      padding: 0px 10px 0; } }

@media (max-width: 600px) {
  .popup__promo {
    width: 345px;
    height: 480px; }
    .popup__promo .popup__promo__content .subtitle {
      font-size: 24px;
      margin-bottom: 15px; }
    .popup__promo .popup__promo__content .title {
      font-size: 25px;
      min-height: 110px;
      margin-bottom: 40px; }
      .popup__promo .popup__promo__content .title .big {
        font-size: 60px;
        line-height: 60px; }
    .popup__promo .popup__promo__content input[type="text"] {
      height: 40px;
      font-size: 16px;
      background-color: rgba(255, 255, 255, 0.3); }
    .popup__promo .popup__promo__content .btn-subscribe {
      height: 40px;
      font-size: 18px; } }

@media (max-width: 480px) {
  .popup__box {
    width: 100%; } }

/* Some basic styling to notify users
   about the tooltips*/
.tooltip {
  text-decoration: none; }
  .tooltip__default {
    position: absolute;
    top: -40px;
    left: 0;
    background: #f1f1de;
    color: #363636;
    padding: 5px 10px;
    box-shadow: 2px 3px 10px #ccc; }
    .tooltip__default:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0px auto;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-top: 6px solid #f1f1de;
      border-right: 6px solid transparent; }

.tooltip:hover {
  position: relative; }

/* Tooltip on Top */
.tooltip-top[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  white-space: nowrap;
  z-index: 20;
  background-color: #000;
  color: #fff; }

.tooltip-top[data-tooltip]:hover:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  border-right: 6px solid transparent; }

.tooltip-top[data-tooltip]:after, .tooltip-top[data-tooltip]:before {
  transition: 0.3s all; }

/* Tooltip on Bottom */
.tooltip-bottom[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20;
  background-color: #000;
  color: #fff; }

.tooltip-bottom[data-tooltip]:hover:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  transform: rotate(180deg); }

.tooltip-bottom[data-tooltip]:after, .tooltip-bottom[data-tooltip]:before {
  transition: 0.3s all; }

/* Tooltip on Right */
.tooltip-right[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  z-index: 20;
  background-color: #000;
  color: #fff; }

.tooltip-right[data-tooltip]:hover:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  transform: rotate(90deg); }

.tooltip-right[data-tooltip]:after, .tooltip-right[data-tooltip]:before {
  transition: 0.3s all; }

/* Tooltip on Left */
.tooltip-left[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  z-index: 20;
  background-color: #000;
  color: #fff; }

.tooltip-left[data-tooltip]:hover:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  transform: rotate(-90deg); }

.tooltip-left[data-tooltip]:after, .tooltip-left[data-tooltip]:before {
  transition: 0.3s all; }

.rev-background-color-home {
  background-color: #fbf4ee; }

.home__subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .home__subscribe .input__wrapper {
    margin-left: 25px; }
    .home__subscribe .input__wrapper .input--small {
      width: 240px; }

.home__type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home__type .col--left, .home__type .col--right {
    display: inline-block;
    position: relative;
    width: 645px; }
    .home__type .col--left:hover .col__box, .home__type .col--right:hover .col__box {
      width: 100%;
      height: 100%; }
      .home__type .col--left:hover .col__box .btn--box__small, .home__type .col--right:hover .col__box .btn--box__small {
        transition: 0.4s ease;
        bottom: 90px; }
    .home__type .col--left:hover .home__type__desc, .home__type .col--right:hover .home__type__desc {
      transition: 0.4s ease;
      opacity: 1;
      visibility: visible;
      height: inherit; }
    .home__type .col--left .event__img img.ori__img, .home__type .col--right .event__img img.ori__img {
      max-height: 270px;
      margin: auto; }
  .home__type .col .home__banner .swiper-container {
    margin: 0; }
  .home__type .col--right {
    width: 310px; }
  .home__type .col__box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .home__type .col__box__wrapper {
      padding: 0px 20px 25px 20px; }
    .home__type .col__box .btn--box__small {
      transition: 0s ease;
      position: absolute;
      bottom: 25px;
      right: 0;
      left: 0;
      width: 60px;
      margin: 0 auto;
      padding: 10px 0;
      font-family: 'proximanova.bold';
      font-size: 11px; }
  .home__type .col__title {
    font-family: 'lora.italic';
    text-align: center; }
  .home__type__desc {
    transition: 0s ease;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 1.5px;
    display: block;
    position: relative; }

.home__event {
  position: relative; }
  .home__event:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.4s all; }
  .home__event:hover:after {
    visibility: visible;
    opacity: 1; }
  .home__event .event__banner {
    position: relative; }
  .home__event .event__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 440px;
    height: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .home__event .event__content__wrapper {
      padding: 0 50px; }
    .home__event .event__content--right {
      right: 0; }
    .home__event .event__content--left {
      left: 0; }
  .home__event .event__title {
    font-size: 48px;
    width: 100%; }
  .home__event .event__desc {
    font-size: 26px;
    width: 100%; }
  .home__event .event__hr {
    display: block;
    width: 85px;
    border: none;
    border-top: 2px solid #363636;
    margin: 15px auto 24px auto; }

.home__editorpick {
  padding-bottom: 60px; }

.ig__section {
  border-top: 1px solid #e9e9e9;
  padding: 50px 0; }
  .ig__section .title {
    font-size: 30px;
    font-family: 'lora.italic';
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .ig__section .subtitle {
    font-size: 18px; }
  .ig__section .btn-socmed {
    font-size: 16px;
    font-family: 'proximanova.light';
    padding: 10px 15px;
    border: 1px solid #595959;
    margin-left: 10px; }
  .ig__section .ig__thumb--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-top: 36px;
    margin: -30px -6px -6px; }
    .ig__section .ig__thumb--list .ig__thumb--item {
      display: block;
      width: calc(16% - 6px);
      padding: 3px; }
      .ig__section .ig__thumb--list .ig__thumb--item .img {
        position: relative;
        width: 100%;
        height: 100%; }
      .ig__section .ig__thumb--list .ig__thumb--item a {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        display: block; }
      .ig__section .ig__thumb--list .ig__thumb--item img {
        width: 100%;
        display: block;
        position: absolute;
        height: 100%;
        object-fit: cover; }

@media (max-width: 1024px) {
  .home__type .col--left, .home__type .col--right {
    width: 68%; }
    .home__type .col--left:hover .col__box, .home__type .col--right:hover .col__box {
      width: 70%;
      height: 60%; }
      .home__type .col--left:hover .col__box .btn--box__small, .home__type .col--right:hover .col__box .btn--box__small {
        bottom: 0px; }
    .home__type .col--left:hover .home__type__desc, .home__type .col--right:hover .home__type__desc {
      transition: 0 ease;
      opacity: 0;
      visibility: hidden;
      height: 0; }
  .home__type .col--right {
    width: 32.5%;
    margin-left: 2%; }
  .home__type .col__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    height: 60%;
    background: rgba(255, 255, 255, 0.7); }
    .home__type .col__box .btn--box__small {
      position: relative;
      bottom: 0px; }
    .home__type .col__box__wrapper {
      padding: 0; }
  .home__type .col__title {
    font-size: 19px; }
  .home__type__desc {
    opacity: 0;
    visibility: hidden;
    height: 0; } }

@media (max-width: 980px) {
  .home__subscribe {
    -ms-flex-direction: column;
    flex-direction: column; }
    .home__subscribe .input__wrapper {
      margin-left: 0px; }
  .home__editorpick .product__tagdiscount {
    top: 0;
    bottom: initial; }
  .home__event .event__content {
    width: 280px; }
    .home__event .event__content__wrapper {
      padding: 0 20px; }
  .home__event .event__title {
    font-size: 36px; }
  .home__event .event__desc {
    font-size: 22px;
    width: 100%; }
  .home__event .event__hr {
    display: block;
    width: 45px;
    border: none;
    border-top: 2px solid #363636;
    margin: 15px auto 24px auto; } }

@media (max-width: 768px) {
  .ig__section .ig__thumb--list .ig__thumb--item {
    width: calc(33.33% - 6px); }
    .ig__section .ig__thumb--list .ig__thumb--item:nth-child(n+10) {
      display: none; } }

@media (max-width: 600px) {
  .home__subscribe {
    margin-bottom: 20px; }
  .home__editorpick {
    margin-top: 20px; }
  .home__type {
    display: inline-block; }
    .home__type .col--left, .home__type .col--right {
      width: 49%;
      max-height: 338px;
      overflow: hidden; }
  .home__event .event__content {
    width: 40%; }
  .home__event .event__title {
    font-size: 34px; }
    .home__event .event__title span:first-child {
      margin-right: 5px; }
  .home__event .event__desc {
    display: none; }
  .home__event .event__hr {
    display: none; } }

@media (max-width: 480px) {
  .home__event .event__title {
    font-size: 16px; }
  .home__event .event__content {
    width: 46%; }
    .home__event .event__content__wrapper {
      padding: 0; }
  .home__editorpick .btn--main {
    display: block;
    margin: 0; }
  .home__type .col__box .btn--box__small {
    margin-top: 10px; }
  .ig__section .title {
    font-size: 23px; }
  .ig__section .subtitle {
    font-size: 12px; }
  .ig__section .btn-socmed {
    font-size: 12px; }
  .ig__section .ig__thumb--list .ig__thumb--item {
    width: calc(50% - 6px); }
    .ig__section .ig__thumb--list .ig__thumb--item:nth-child(n+7) {
      display: none; } }

@media (max-width: 320px) {
  .home__event .event__title {
    font-size: 19px; }
  .home__type .col--left, .home__type .col--right {
    width: 100%;
    margin: 5px auto; }
  .home__type__desc {
    display: block; } }

@media (min-width: 321px) and (max-width: 500px) and (orientation: portrait) {
  .home__type__desc {
    display: none; } }

@media (min-width: 320px) and (max-width: 500px) and (orientation: landscape) {
  .home__type__desc {
    display: block; } }

.contact__wrapper {
  display: inline-block; }
  .contact__wrapper .map {
    display: inline;
    float: left;
    width: 490px;
    height: 355px; }
  .contact__wrapper .address {
    display: inline;
    float: left;
    position: relative;
    width: 400px;
    max-width: 100%;
    height: 355px;
    padding-left: 45px; }
    .contact__wrapper .address p {
      position: absolute;
      bottom: 0; }

@media (max-width: 768px) {
  .contact__wrapper .map {
    display: none; }
  .contact__wrapper .address {
    width: initial;
    height: initial;
    padding-left: 0; }
    .contact__wrapper .address p {
      position: relative; } }

.shoppingcart__img {
  width: 80px;
  height: 80px;
  margin: 0 30px 30px 0;
  background-color: #d7d7d7; }

.shoppingcart__detail {
  width: calc(100% - 110px); }
  .shoppingcart__detail .chosen-single {
    width: 230px; }
  .shoppingcart__detail ul li {
    display: inline-block;
    width: 100%; }
  .shoppingcart__detail .product-detail__pack {
    margin: 0 5px 14px 0; }
    .shoppingcart__detail .product-detail__pack .pack__title {
      width: 78px; }
      .shoppingcart__detail .product-detail__pack .pack__title b {
        display: block; }
  .shoppingcart__detail select.small {
    height: 34px !important;
    padding: 3px 5px; }

.shoppingcart__title {
  display: inline-block;
  margin-right: 10px;
  margin-top: 7px; }

.shoppingcart__type {
  color: #868686; }

.shoppingcart__tag {
  color: #868686; }

.shoppingcart__price {
  margin: 10px 0 40px 0; }

.shoppingcart__detailitem-edit {
  display: none; }

.shoppingcart__giftnote {
  padding: 0 0 0 26px; }

.order-summary .shoppingcart__title {
  margin-top: 0; }

@media (max-width: 768px) {
  .shoppingcart__img {
    float: left;
    margin: 0 10px 10px 0; }
  .shoppingcart__detail {
    width: 100%;
    float: left; }
    .shoppingcart__detail .product-detail__pack {
      margin: 0 5px 14px 0; }
      .shoppingcart__detail .product-detail__pack .pack__title {
        width: 78px; }
  .shoppingcart__proccess--top {
    display: none; }
  .shoppingcart ul.disc {
    padding: 8px 0 8px 0px; } }

@media (max-width: 480px) {
  .shoppingcart__detailitem-edit textarea {
    height: 53px !important;
    padding: 5px !important; }
  .shoppingcart__detail .product-detail__pack {
    width: 100%;
    margin: 5px 0; }
    .shoppingcart__detail .product-detail__pack .pack__title {
      width: calc(100% - 17px);
      font-size: 13px; }
      .shoppingcart__detail .product-detail__pack .pack__title b {
        display: inline-block;
        margin-right: 3px; }
    .shoppingcart__detail .product-detail__pack .pack__img {
      display: none; } }

@media (max-width: 400px) {
  .shoppingcart__detail ul.disc {
    padding: 0px; }
  .shoppingcart__proccess--bottom {
    margin: 5px; }
  .products__allflowers .btn--box__small, .products__allflowers .btn--main__small {
    margin: 5px; } }

.payment .column__wrapper--right {
  position: relative; }

.payment .over-or {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  padding: 20px 8px;
  background: white;
  height: 18px; }

.payment .content__read {
  padding: 0 0 200px 0; }

.payment__logreg--left {
  float: left;
  border-right: 1px solid #e1e1e1;
  width: calc(50% - 5px); }

.payment__logreg--right {
  float: left;
  width: 50%; }

.payment__standard {
  width: 25%;
  display: inline-block; }
  .payment__standard .chosen-container .chosen-single {
    height: 34px; }
    .payment__standard .chosen-container .chosen-single span {
      padding: 8px 0 7px 8px; }
    .payment__standard .chosen-container .chosen-single div b {
      background-position: 0px 6px; }
  .payment__standard .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px; }

.btn__delete__coupon {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #DE6060;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }
  .btn__delete__coupon:before {
    content: '\00D7'; }
  .btn__delete__coupon:hover {
    text-decoration: none;
    background-color: #d53636; }

.price__idr {
  display: inline-block; }

.price {
  display: inline-block;
  width: 100px; }

@media (max-width: 980px) {
  .with-step {
    padding: 50px 0 0 0; }
    .with-step .content__box {
      position: absolute;
      top: 0;
      display: inline-block;
      width: 100%;
      margin: 0; }
      .with-step .content__box.active {
        position: relative;
        display: block; }
        .with-step .content__box.active .box__title {
          display: block;
          background: #363636; }
        .with-step .content__box.active .step__circle {
          width: 27px;
          height: 22px;
          border: none;
          color: #363636;
          background: white;
          border: 1px solid #363636; }
        .with-step .content__box.active ~ .box__container {
          display: block; }
      .with-step .content__box.done .box__title {
        background: #363636; }
      .with-step .content__box.done .step__circle {
        width: 28px;
        height: 23px;
        background: #333333;
        color: white; }
      .with-step .content__box .step__circle {
        display: block;
        width: 28px;
        height: 23px;
        padding: 5px 0 0 0;
        background: #d1d1d1;
        text-align: center;
        color: white;
        border: none; }
        .with-step .content__box .step__circle h5 {
          font-size: 13px; }
      .with-step .content__box .box__title {
        display: none;
        background: #e1e1e1;
        position: relative; }
    .with-step .box__container {
      display: none;
      padding: 0; }
      .with-step .box__container__wrapper {
        padding: 0; }
        .with-step .box__container__wrapper .box__content {
          padding: 25px 0px; }
  #payment-step1 .step__circle {
    top: -42px;
    left: 0;
    right: initial; }
  #payment-step1 .step__line-bottom {
    top: -32px;
    left: 0;
    right: initial;
    width: 50%;
    height: 1px; }
  #payment-step1.done .step__circle {
    top: 8px; }
  #payment-step1.done .step__line-bottom {
    top: 20px; }
  #payment-step1.active .step__circle {
    top: -42px; }
  #payment-step1.active .step__line-bottom {
    top: -30px; }
  #payment-step2 .step__circle {
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #payment-step2 .step__line-mid {
    top: 20px;
    left: 0;
    right: initial;
    width: 100%;
    height: 1px; }
  #payment-step2.done .step__circle {
    top: 5px; }
  #payment-step2.done .step__line-mid {
    top: 20px; }
  #payment-step2.active .step__circle {
    top: -42px; }
  #payment-step2.active .step__line-mid {
    top: -30px; }
  #payment-step3 .step__circle {
    top: 5px;
    left: initial;
    right: 0; }
  #payment-step3 .step__line-top, #payment-step3 .with-step .content__box .step__line-mid, .with-step .content__box #payment-step3 .step__line-mid, #payment-step3 .with-step .content__box .step__line-bottom, .with-step .content__box #payment-step3 .step__line-bottom {
    top: 20px;
    left: initial;
    right: 0;
    width: 50%;
    height: 1px; }
  #payment-step3.done .step__circle {
    top: 5px; }
  #payment-step3.done .step__line-top, #payment-step3.done .with-step .content__box .step__line-mid, .with-step .content__box #payment-step3.done .step__line-mid, #payment-step3.done .with-step .content__box .step__line-bottom, .with-step .content__box #payment-step3.done .step__line-bottom {
    top: 20px; }
  #payment-step3.active .step__circle {
    top: -44px; }
  #payment-step3.active .step__line-top, #payment-step3.active .with-step .content__box .step__line-mid, .with-step .content__box #payment-step3.active .step__line-mid, #payment-step3.active .with-step .content__box .step__line-bottom, .with-step .content__box #payment-step3.active .step__line-bottom {
    top: -30px; } }

@media (max-width: 768px) {
  .payment__logreg--left {
    float: initial;
    border-right: 0;
    width: 100%; }
  .payment__logreg--right {
    float: initial;
    width: 100%; }
  .payment .column__wrapper--left,
  .payment .column__wrapper--right {
    padding: 0; }
  .payment .over-or {
    display: none; }
  .payment__standard {
    width: 30%; } }

@media (max-width: 600px) {
  .payment__standard {
    width: 100%; }
    .payment__standard.label__wrapper {
      padding: 4px 0px 4px 5px; } }

.account .tab-link__wrapper {
  display: inline-block;
  width: 205px;
  overflow: hidden; }

.account .tab-link__label {
  display: inline-block;
  background: #363636;
  width: 100%;
  padding: 10px 0 10px 10px;
  color: white; }

.account .tab-link__ul {
  width: 100%;
  padding: 0; }

.account .tab-link__li {
  width: 100%; }
  .account .tab-link__li.active {
    background: #ebebeb; }
    .account .tab-link__li.active:hover {
      background: #ebebeb; }
  .account .tab-link__li:hover {
    background: #f9f9f9; }

.account .tab-link__a {
  display: block;
  padding: 10px; }

.account .tab-container__wrapper {
  display: inline;
  width: 712px; }

.account .tab-container#orderhistory {
  min-height: 400px; }

.invoice {
  display: none; }

.invoice__link {
  cursor: pointer; }

.shipaddrs-edit, .shipaddrs-add {
  display: none; }

.payment__confirmation__expired {
  min-height: 500px; }

#personal_details .info--error, #change_password .info--error {
  display: block; }

.form--reset-pass .input__wrapper .info--error {
  display: none; }

.btn-form-shipping-address-cancel {
  margin: 0 10px 0 0 !important; }

@media (max-width: 1024px) {
  .account .tab-link__wrapper {
    width: 100%;
    margin-bottom: 30px; }
  .account .tab-link__li {
    display: inline-block;
    float: left;
    width: 25%;
    background: #ebebeb;
    text-align: center; }
    .account .tab-link__li.active {
      background: #fff; }
      .account .tab-link__li.active:hover {
        background: #fff; }
  .account .tab-link__a {
    padding: 15px 10px; }
  .account .tab-container__wrapper {
    width: 100%; } }

@media (max-width: 768px) {
  .account .tab-link__li {
    width: 100%;
    border-bottom: 1px solid #ddd; }
  .account .tab-link__a {
    padding: 10px 10px; }
  .account .tab-link__label {
    text-align: center; }
  .btn-form-shipping-address-cancel {
    margin: 10px 0 0 0 !important; } }

.static_page .img {
  position: relative;
  width: 350px;
  height: 0;
  padding-bottom: 40%;
  margin: auto;
  display: inline-block; }
  .static_page .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative; }

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

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

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

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

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

#body {
  /* LOADER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */ }
  #body .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto 5px auto; }
    #body .bx-wrapper .bx-controls .bx-controls-direction a {
      top: 50%;
      margin-top: -16px;
      outline: 0;
      width: 40px;
      height: 60px;
      opacity: 0.5;
      z-index: 51; }
      #body .bx-wrapper .bx-controls .bx-controls-direction a:hover {
        opacity: 1; }
    #body .bx-wrapper .bx-controls .bx-pager {
      bottom: 15px !important; }
      #body .bx-wrapper .bx-controls .bx-pager-link {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 50%;
        background: white;
        position: relative;
        z-index: 51; }
        #body .bx-wrapper .bx-controls .bx-pager-link.active {
          background: #363636; }
  #body .bx-wrapper .bx-loading {
    background: url("/images/bx_loader.gif") center center no-repeat #ffffff; }
  #body .bx-wrapper .bx-prev {
    background: url("/images/arrows.png") no-repeat 0 0; }
  #body .bx-wrapper .bx-next {
    background: url("/images/arrows.png") no-repeat -40px 0; }
  #body .bx-wrapper .bx-controls-auto .bx-start {
    background: url("/images/controls.png") -86px -11px no-repeat; }
  #body .bx-wrapper .bx-controls-auto .bx-stop {
    background: url("/images/controls.png") -86px -44px no-repeat; }

.bxslider--homebanner,
.bxslider--flowercourse,
.bxslider--weddingworld {
  visibility: hidden; }
  .bxslider--homebanner .bx-wrapper,
  .bxslider--flowercourse .bx-wrapper,
  .bxslider--weddingworld .bx-wrapper {
    margin: 0 auto !important; }
    .bxslider--homebanner .bx-wrapper .bx-viewport .bxslider li,
    .bxslider--flowercourse .bx-wrapper .bx-viewport .bxslider li,
    .bxslider--weddingworld .bx-wrapper .bx-viewport .bxslider li {
      position: relative !important;
      transition: 0.4s ease !important; }
    .bxslider--homebanner .bx-wrapper .bx-controls .bx-pager,
    .bxslider--flowercourse .bx-wrapper .bx-controls .bx-pager,
    .bxslider--weddingworld .bx-wrapper .bx-controls .bx-pager {
      bottom: 15px !important; }

.bxslider--productdetail .bx-wrapper .bx-viewport .bxslider li {
  position: relative !important;
  transition: 0.4s ease !important; }

.bxslider--productdetail #bx-pager a {
  border: 3px solid #eee; }

.bxslider--productdetail #bx-pager .active {
  border: 3px solid #39b54a; }

.bxslider--anotherproduct {
  visibility: hidden; }
  .bxslider--anotherproduct .bx-wrapper .bx-viewport {
    height: 400px !important; }
    .bxslider--anotherproduct .bx-wrapper .bx-viewport .bxslider .product {
      position: relative !important;
      transition: 0.4s ease !important;
      margin: 0 25px 0 0;
      width: 310px !important; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: 40% !important;
    left: -50px; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 40% !important;
    right: -50px; }

@media (max-width: 1024px) {
  .bxslider--anotherproduct .bx-wrapper .bx-viewport {
    height: 290px !important; }
    .bxslider--anotherproduct .bx-wrapper .bx-viewport .bxslider .product {
      margin: 0 15px 0 0;
      width: 220px !important; }
      .bxslider--anotherproduct .bx-wrapper .bx-viewport .bxslider .product .product__desc .product__title {
        font-size: 15px;
        letter-spacing: 0; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction a {
    opacity: 1 !important; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: 32% !important;
    left: -20px; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 32% !important;
    right: -20px; } }

@media (max-width: 768px) {
  .bxslider--anotherproduct .bx-wrapper .bx-viewport {
    height: 220px !important; }
    .bxslider--anotherproduct .bx-wrapper .bx-viewport .bxslider .product {
      width: 150px !important; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: 30% !important; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 30% !important; }
  .bxslider--productdetail .bx-wrapper .bx-viewport .bxslider li img {
    margin: 0 auto; }
  .bxslider--productdetail #bx-pager {
    text-align: center; }
    .bxslider--productdetail #bx-pager a {
      width: 50px;
      height: 50px; } }

@media (max-width: 600px) {
  .bxslider--anotherproduct .bx-wrapper .bx-viewport {
    height: 160px !important; }
    .bxslider--anotherproduct .bx-wrapper .bx-viewport .bxslider .product {
      width: 110px !important;
      margin: 0 10px 0 0; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: 28% !important; }
  .bxslider--anotherproduct .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 28% !important; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* Modified */
select.widthfull ~ .chosen-container {
  width: 100% !important; }

select ~ .chosen-container {
  width: auto;
  min-width: 72px !important;
  float: left; }
  select ~ .chosen-container .chosen-single {
    padding: 0;
    border-radius: 0;
    height: 40px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #cecece; }
    select ~ .chosen-container .chosen-single:focus {
      border: 1px solid #363636; }
    select ~ .chosen-container .chosen-single span {
      font-family: 'proximanova.regular';
      letter-spacing: 0.3px;
      padding: 11px 0 11px 8px;
      margin: 0 26px 0 0;
      font-size: 14px;
      line-height: normal;
      color: #363636;
      text-align: left; }
    select ~ .chosen-container .chosen-single div b {
      background: url("/images/chosen-sprite.png") no-repeat 0px 9px;
      height: 80%; }
  select ~ .chosen-container .chosen-drop {
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636; }
    select ~ .chosen-container .chosen-drop .chosen-results {
      width: 100%;
      margin: 0 0 -4px 0;
      padding: 0; }
      select ~ .chosen-container .chosen-drop .chosen-results li {
        font-family: 'proximanova.regular';
        letter-spacing: 0.3px;
        color: #363636;
        padding: 5px 8px;
        font-size: 14px;
        line-height: normal;
        text-align: left;
        white-space: nowrap; }
        select ~ .chosen-container .chosen-drop .chosen-results li.highlighted {
          color: white; }
  select ~ .chosen-container.chosen-container-active .chosen-single {
    border: 1px solid #363636;
    box-shadow: none; }
  select ~ .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 9px; }

.small ~ .chosen-container .chosen-single {
  border-radius: 0;
  height: 34px; }
  .small ~ .chosen-container .chosen-single span {
    padding: 8px; }
  .small ~ .chosen-container .chosen-single div b {
    background: url("/images/chosen-sprite.png") no-repeat 0px 7px;
    height: 100%; }

.small ~ .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px; }

/* FORM WITH ERROR */
.input__wrapper .chosen-container .chosen-single, .textarea__wrapper .chosen-container .chosen-single {
  width: inherit; }

.input__wrapper .info--error, .textarea__wrapper .info--error {
  display: none; }

.input__wrapper.error--state .chosen-container .chosen-single, .textarea__wrapper.error--state .chosen-container .chosen-single {
  border: 1px solid #d10000; }

.input__wrapper.error--state .chosen-container .chosen-drop, .textarea__wrapper.error--state .chosen-container .chosen-drop {
  border-left: 1px solid #d10000;
  border-right: 1px solid #d10000;
  border-bottom: 1px solid #d10000; }

.input__wrapper.error--state input, .input__wrapper.error--state select, .input__wrapper.error--state textarea, .textarea__wrapper.error--state input, .textarea__wrapper.error--state select, .textarea__wrapper.error--state textarea {
  border: 1px solid #d10000; }

.input__wrapper.error--state .info--error, .textarea__wrapper.error--state .info--error {
  display: block; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/* modified */
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 58px; }

.swiper-container {
  margin-bottom: 40px; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 40px;
  height: 60px; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("/images/arrows.png") no-repeat 0 0;
  left: -50px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("/images/arrows.png") no-repeat -40px 0;
  right: -50px;
  left: auto; }

.swiper--homebanner .swiper-button-prev,
.swiper--homebanner .swiper-container-rtl .swiper-button-next {
  background: url("/images/arrows.png") no-repeat 0 0;
  left: 10px;
  right: auto;
  margin-top: -20px; }

.swiper--homebanner .swiper-button-next,
.swiper--homebanner .swiper-container-rtl .swiper-button-prev {
  background: url("/images/arrows.png") no-repeat -40px 0;
  right: 10px;
  left: auto;
  margin-top: -20px; }

.swiper-pagination-bullet-active {
  background: #fff; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  background-color: white; }

@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -60px; }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px; }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px; } }

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -20px; }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -20px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  background: rgba(0, 0, 0, 0.5); }

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