/**
 *
 * APP SCSS
 *
 */
/*----------  HELPERS  ----------*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900");
/* line 8, app/assets/stylesheets/app.css */
.text-decoration-none, .navbar-megamenu .dropdown.inside-ultima .menu-list > ul a, .slider-default a, .slider-best-seller a, .list-group a, .item-product a {
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/app.css */
.text-decoration-none:hover, .navbar-megamenu .dropdown.inside-ultima .menu-list > ul a:hover, .slider-default a:hover, .slider-best-seller a:hover, .list-group a:hover, .item-product a:hover, .text-decoration-none:focus, .navbar-megamenu .dropdown.inside-ultima .menu-list > ul a:focus, .slider-default a:focus, .slider-best-seller a:focus, .list-group a:focus, .item-product a:focus, .text-decoration-none:active, .navbar-megamenu .dropdown.inside-ultima .menu-list > ul a:active, .slider-default a:active, .slider-best-seller a:active, .list-group a:active, .item-product a:active {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/app.css */
.valign-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 21, app/assets/stylesheets/app.css */
.valign-center.center, .slider-default .valign-center.slider-image, .valign-center.slider-best-seller, .panel-hierarchy .valign-center.panel-hierarchy-center {
  left: 0;
  right: 0;
}

/* line 25, app/assets/stylesheets/app.css */
.underline-effect {
  position: relative;
  text-decoration: none;
  color: #b38c2d;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/app.css */
.underline-effect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #b38c2d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/* line 49, app/assets/stylesheets/app.css */
.underline-effect:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/*===================================
=            Extra Class            =
===================================*/
/*----------  CLEARFIX  ----------*/
/* line 61, app/assets/stylesheets/app.css */
.clearfix:before, .section:before, .generic-content-side:before, .header:before, .navbar-megamenu .menu-list:before, .list-group-item:before, .accordion:before, .item-search:before, .color-pallete:before, .panel-hierarchy:before, .panel-hierarchy-list:before, .clearfix:after, .section:after, .generic-content-side:after, .header:after, .navbar-megamenu .menu-list:after, .list-group-item:after, .accordion:after, .item-search:after, .color-pallete:after, .panel-hierarchy:after, .panel-hierarchy-list:after {
  content: " ";
  display: table;
}

/* line 65, app/assets/stylesheets/app.css */
.clearfix:after, .section:after, .generic-content-side:after, .header:after, .navbar-megamenu .menu-list:after, .list-group-item:after, .accordion:after, .item-search:after, .color-pallete:after, .panel-hierarchy:after, .panel-hierarchy-list:after {
  clear: both;
}

/*----------  PADDING  ----------*/
/* line 69, app/assets/stylesheets/app.css */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 72, app/assets/stylesheets/app.css */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 75, app/assets/stylesheets/app.css */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 78, app/assets/stylesheets/app.css */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 81, app/assets/stylesheets/app.css */
.no-padding-lr,
.no-padding-rl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 86, app/assets/stylesheets/app.css */
.no-padding-tb,
.no-padding-bt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*----------  MARGIN  ----------*/
/* line 92, app/assets/stylesheets/app.css */
.no-margin {
  margin: 0 !important;
}

/* line 95, app/assets/stylesheets/app.css */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 98, app/assets/stylesheets/app.css */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 101, app/assets/stylesheets/app.css */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 104, app/assets/stylesheets/app.css */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 107, app/assets/stylesheets/app.css */
.no-margin-lr,
.no-margin-rl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 112, app/assets/stylesheets/app.css */
.no-margin-tb,
.no-margin-bt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*----------  BORDER  ----------*/
/* line 118, app/assets/stylesheets/app.css */
.no-border {
  border: none;
}

/* line 121, app/assets/stylesheets/app.css */
.no-border-left {
  border-left: none;
}

/* line 124, app/assets/stylesheets/app.css */
.no-border-right {
  border-right: none;
}

/* line 127, app/assets/stylesheets/app.css */
.no-border-top {
  border-top: none;
}

/* line 130, app/assets/stylesheets/app.css */
.no-border-bottom {
  border-bottom: none;
}

/* line 133, app/assets/stylesheets/app.css */
.no-border-lr,
.no-border-rl {
  border-left: none;
  border-right: none;
}

/* line 138, app/assets/stylesheets/app.css */
.no-border-tb,
.no-border-bt {
  border-top: none;
  border-bottom: none;
}

/* line 143, app/assets/stylesheets/app.css */
.center, .slider-default .slider-image, .slider-best-seller, .panel-hierarchy .panel-hierarchy-center {
  text-align: center;
}

/* line 146, app/assets/stylesheets/app.css */
.bold {
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/app.css */
.italic {
  font-style: italic;
}

/* line 152, app/assets/stylesheets/app.css */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 161, app/assets/stylesheets/app.css */
.block {
  display: block;
}

/*----------  FROM CANVAS  ----------*/
/* line 165, app/assets/stylesheets/app.css */
.uppercase {
  text-transform: uppercase !important;
}

/* line 168, app/assets/stylesheets/app.css */
.lowercase {
  text-transform: lowercase !important;
}

/* line 171, app/assets/stylesheets/app.css */
.capitalize {
  text-transform: capitalize !important;
}

/* line 174, app/assets/stylesheets/app.css */
.nott {
  text-transform: none !important;
}

/* line 177, app/assets/stylesheets/app.css */
.tright {
  text-align: right !important;
}

/* line 180, app/assets/stylesheets/app.css */
.tleft {
  text-align: left !important;
}

/* line 183, app/assets/stylesheets/app.css */
.fright {
  float: right !important;
}

/* line 186, app/assets/stylesheets/app.css */
.fleft {
  float: left !important;
}

/* line 189, app/assets/stylesheets/app.css */
.fnone {
  float: none !important;
}

/* line 192, app/assets/stylesheets/app.css */
.ohidden {
  position: relative;
  overflow: hidden !important;
}

/* line 196, app/assets/stylesheets/app.css */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}

/* line 203, app/assets/stylesheets/app.css */
.line.line-sm,
.double-line.line-sm {
  margin: 30px 0;
}

/* line 207, app/assets/stylesheets/app.css */
span.middot {
  display: inline-block;
  margin: 0 5px;
}

/* line 211, app/assets/stylesheets/app.css */
.double-line {
  border-top: 3px double #E5E5E5;
}

/* line 214, app/assets/stylesheets/app.css */
.emptydiv {
  display: block !important;
  position: relative !important;
}

/* line 218, app/assets/stylesheets/app.css */
.allmargin {
  margin: 50px !important;
}

/* line 221, app/assets/stylesheets/app.css */
.leftmargin {
  margin-left: 50px !important;
}

/* line 224, app/assets/stylesheets/app.css */
.rightmargin {
  margin-right: 50px !important;
}

/* line 227, app/assets/stylesheets/app.css */
.topmargin {
  margin-top: 50px !important;
}

/* line 230, app/assets/stylesheets/app.css */
.bottommargin {
  margin-bottom: 50px !important;
}

/* line 233, app/assets/stylesheets/app.css */
.clear-bottommargin {
  margin-bottom: -50px !important;
}

/* line 236, app/assets/stylesheets/app.css */
.allmargin-sm {
  margin: 30px !important;
}

/* line 239, app/assets/stylesheets/app.css */
.leftmargin-sm {
  margin-left: 30px !important;
}

/* line 242, app/assets/stylesheets/app.css */
.rightmargin-sm {
  margin-right: 30px !important;
}

/* line 245, app/assets/stylesheets/app.css */
.topmargin-sm {
  margin-top: 30px !important;
}

/* line 248, app/assets/stylesheets/app.css */
.bottommargin-sm {
  margin-bottom: 30px !important;
}

/* line 251, app/assets/stylesheets/app.css */
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}

/* line 254, app/assets/stylesheets/app.css */
.allmargin-lg {
  margin: 80px !important;
}

/* line 257, app/assets/stylesheets/app.css */
.leftmargin-lg {
  margin-left: 80px !important;
}

/* line 260, app/assets/stylesheets/app.css */
.rightmargin-lg {
  margin-right: 80px !important;
}

/* line 263, app/assets/stylesheets/app.css */
.topmargin-lg {
  margin-top: 80px !important;
}

/* line 266, app/assets/stylesheets/app.css */
.bottommargin-lg {
  margin-bottom: 80px !important;
}

/* line 269, app/assets/stylesheets/app.css */
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

/* line 272, app/assets/stylesheets/app.css */
.nomargin {
  margin: 0 !important;
}

/* line 275, app/assets/stylesheets/app.css */
.noleftmargin {
  margin-left: 0 !important;
}

/* line 278, app/assets/stylesheets/app.css */
.norightmargin {
  margin-right: 0 !important;
}

/* line 281, app/assets/stylesheets/app.css */
.notopmargin {
  margin-top: 0 !important;
}

/* line 284, app/assets/stylesheets/app.css */
.nobottommargin {
  margin-bottom: 0 !important;
}

/* line 287, app/assets/stylesheets/app.css */
.noborder {
  border: none !important;
}

/* line 290, app/assets/stylesheets/app.css */
.noleftborder {
  border-left: none !important;
}

/* line 293, app/assets/stylesheets/app.css */
.norightborder {
  border-right: none !important;
}

/* line 296, app/assets/stylesheets/app.css */
.notopborder {
  border-top: none !important;
}

/* line 299, app/assets/stylesheets/app.css */
.nobottomborder {
  border-bottom: none !important;
}

/* line 302, app/assets/stylesheets/app.css */
.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 309, app/assets/stylesheets/app.css */
.nopadding {
  padding: 0 !important;
}

/* line 312, app/assets/stylesheets/app.css */
.noleftpadding {
  padding-left: 0 !important;
}

/* line 315, app/assets/stylesheets/app.css */
.norightpadding {
  padding-right: 0 !important;
}

/* line 318, app/assets/stylesheets/app.css */
.notoppadding {
  padding-top: 0 !important;
}

/* line 321, app/assets/stylesheets/app.css */
.nobottompadding {
  padding-bottom: 0 !important;
}

/* line 324, app/assets/stylesheets/app.css */
.noabsolute {
  position: relative !important;
}

/* line 327, app/assets/stylesheets/app.css */
.noshadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 334, app/assets/stylesheets/app.css */
.hidden {
  display: none !important;
}

/* line 337, app/assets/stylesheets/app.css */
.nothidden {
  display: block !important;
}

/* line 340, app/assets/stylesheets/app.css */
.inline-block {
  float: none !important;
  display: inline-block !important;
}

/* line 344, app/assets/stylesheets/app.css */
.center, .slider-default .slider-image, .slider-best-seller, .panel-hierarchy .panel-hierarchy-center {
  text-align: center !important;
}

/* line 347, app/assets/stylesheets/app.css */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 353, app/assets/stylesheets/app.css */
.color {
  color: #b38c2d !important;
}

/* line 356, app/assets/stylesheets/app.css */
.border-color {
  border-color: #b38c2d !important;
}

/* line 359, app/assets/stylesheets/app.css */
.nobg {
  background: none !important;
}

/* line 362, app/assets/stylesheets/app.css */
.nobgcolor {
  background-color: transparent !important;
}

/* line 365, app/assets/stylesheets/app.css */
.bg-theme {
  background-color: #b38c2d;
}

/* line 368, app/assets/stylesheets/app.css */
.bg-secondary {
  background-color: #000;
}

/* line 371, app/assets/stylesheets/app.css */
.text-theme {
  color: #b38c2d;
}

/* line 374, app/assets/stylesheets/app.css */
.img-full {
  width: 100%;
}

/* line 377, app/assets/stylesheets/app.css */
.dis-tbl {
  display: table;
  width: 100%;
}

/* line 381, app/assets/stylesheets/app.css */
.dis-tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 385, app/assets/stylesheets/app.css */
.bg-img-cover {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 391, app/assets/stylesheets/app.css */
.bg-top-left {
  background-position: top left !important;
}

/* line 394, app/assets/stylesheets/app.css */
.bg-top-right {
  background-position: top right !important;
}

/*----------  BASE  ----------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 407, app/assets/stylesheets/app.css */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 422, app/assets/stylesheets/app.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 428, app/assets/stylesheets/app.css */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 440, app/assets/stylesheets/app.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 450, app/assets/stylesheets/app.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 459, app/assets/stylesheets/app.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 466, app/assets/stylesheets/app.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 478, app/assets/stylesheets/app.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 490, app/assets/stylesheets/app.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 500, app/assets/stylesheets/app.css */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 508, app/assets/stylesheets/app.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 519, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 526, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 534, app/assets/stylesheets/app.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 545, app/assets/stylesheets/app.css */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 551, app/assets/stylesheets/app.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 558, app/assets/stylesheets/app.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 565, app/assets/stylesheets/app.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 572, app/assets/stylesheets/app.css */
sub {
  bottom: -0.25em;
}

/* line 575, app/assets/stylesheets/app.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 583, app/assets/stylesheets/app.css */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 590, app/assets/stylesheets/app.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 597, app/assets/stylesheets/app.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 603, app/assets/stylesheets/app.css */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 612, app/assets/stylesheets/app.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 630, app/assets/stylesheets/app.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 639, app/assets/stylesheets/app.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 649, app/assets/stylesheets/app.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 659, app/assets/stylesheets/app.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 669, app/assets/stylesheets/app.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 678, app/assets/stylesheets/app.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 689, app/assets/stylesheets/app.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 707, app/assets/stylesheets/app.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 716, app/assets/stylesheets/app.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 723, app/assets/stylesheets/app.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 733, app/assets/stylesheets/app.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 741, app/assets/stylesheets/app.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 750, app/assets/stylesheets/app.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 758, app/assets/stylesheets/app.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 770, app/assets/stylesheets/app.css */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 777, app/assets/stylesheets/app.css */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 785, app/assets/stylesheets/app.css */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 791, app/assets/stylesheets/app.css */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 799, app/assets/stylesheets/app.css */
[hidden] {
  display: none;
}

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

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

/* line 814, app/assets/stylesheets/app.css */
body {
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

/*----------  Heading  ----------*/
/* line 820, app/assets/stylesheets/app.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OptimaLTStd", sans-serif;
}

/* line 828, app/assets/stylesheets/app.css */
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
}

/* line 836, app/assets/stylesheets/app.css */
a {
  color: #b38c2d;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* line 843, app/assets/stylesheets/app.css */
a:hover {
  color: #1a1a1a;
}

/* line 846, app/assets/stylesheets/app.css */
sup {
  font-size: 40%;
  position: relative;
  top: -8px;
}

/* line 851, app/assets/stylesheets/app.css */
.text-discover {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  color: #000;
  margin-bottom: 10px;
}

/* line 858, app/assets/stylesheets/app.css */
.text-discover sup {
  text-decoration: none;
}

/* line 860, app/assets/stylesheets/app.css */
.text-discover:hover, .text-discover:focus {
  text-decoration: none;
  color: inherit;
}

/* line 864, app/assets/stylesheets/app.css */
.section-title-special {
  font-family: 'SignericaFat';
  font-size: 50px;
  color: #b38c2d;
  position: relative;
  top: 15px;
  z-index: 1;
  margin-top: 0;
}

/* line 873, app/assets/stylesheets/app.css */
.main-title-section {
  border-bottom: 1px solid #000;
  padding: 5px;
  position: relative;
  margin-bottom: 15px;
}

/* line 878, app/assets/stylesheets/app.css */
.main-title-section.no-border {
  border-bottom: none;
}

/* line 880, app/assets/stylesheets/app.css */
.main-title-section.no-border h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 883, app/assets/stylesheets/app.css */
.main-title-section h2 {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 888, app/assets/stylesheets/app.css */
.main-title-section .dropdown {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 5px;
  cursor: pointer;
  border: none;
}

@media (max-width: 767px) {
  /* line 896, app/assets/stylesheets/app.css */
  .main-title-section {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  /* line 900, app/assets/stylesheets/app.css */
  h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  /* line 904, app/assets/stylesheets/app.css */
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 908, app/assets/stylesheets/app.css */
  h3 {
    font-size: 18px;
  }
}

/*----------  LAYOUT  ----------*/
/*==============================
=            Layout            =
==============================*/
/*----------  CONTAINER  ----------*/
/* line 916, app/assets/stylesheets/app.css */
.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  /* line 923, app/assets/stylesheets/app.css */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 927, app/assets/stylesheets/app.css */
  .container-fluid {
    width: 1200px;
  }
}

/*----------  SECTION  ----------*/
/* line 931, app/assets/stylesheets/app.css */
.section-panel {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

/*----------  Display Table  ----------*/
/* line 937, app/assets/stylesheets/app.css */
.display-table {
  display: table;
  width: 100%;
}

/* line 940, app/assets/stylesheets/app.css */
.display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 943, app/assets/stylesheets/app.css */
.display-table.valign-top .display-table-cell {
  vertical-align: top;
}

/* line 945, app/assets/stylesheets/app.css */
.display-table.valign-middle .display-table-cell {
  vertical-align: middle;
}

/* line 947, app/assets/stylesheets/app.css */
.display-table.valign-bottom .display-table-cell {
  vertical-align: bottom;
}

/*----------  GRID  ----------*/
/* line 951, app/assets/stylesheets/app.css */
.grid-nopadding div[class*="col-"] {
  padding: 0;
}

/* line 954, app/assets/stylesheets/app.css */
.main-wrapper {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

/* line 958, app/assets/stylesheets/app.css */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 962, app/assets/stylesheets/app.css */
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 966, app/assets/stylesheets/app.css */
.side-layout-inverse .layout-image {
  float: right !important;
}

/* line 969, app/assets/stylesheets/app.css */
.side-layout-new .layout-image {
  margin-bottom: 20px;
}

/* line 972, app/assets/stylesheets/app.css */
.side-layout-new .layout-caption {
  margin-bottom: 20px;
}

/* line 974, app/assets/stylesheets/app.css */
.side-layout-new .layout-caption .featured-image {
  margin: 25px 0 25px;
}

/* line 976, app/assets/stylesheets/app.css */
.side-layout-new .layout-caption .featured-image img {
  max-width: 250px;
}

/* line 978, app/assets/stylesheets/app.css */
.side-layout-new .layout-caption .caption h1 {
  font-size: 28px;
  margin: 15px 0;
}

/* line 981, app/assets/stylesheets/app.css */
.side-layout-new .layout-caption .caption p {
  margin-bottom: 10px;
  font-size: 12px;
}

@media (max-width: 767px) {
  /* line 986, app/assets/stylesheets/app.css */
  .side-layout-new {
    margin-bottom: 20px;
  }
  /* line 988, app/assets/stylesheets/app.css */
  .side-layout-new .layout-image {
    margin-bottom: 10px;
  }
}

/* line 991, app/assets/stylesheets/app.css */
.layout-caption .caption h1 {
  font-size: 38px;
  margin: 15px 0;
}

/* line 995, app/assets/stylesheets/app.css */
.layout-caption .caption p {
  margin-bottom: 20px;
}

/* line 998, app/assets/stylesheets/app.css */
.layout-caption .caption-top {
  padding-top: 10px;
}

/* line 1001, app/assets/stylesheets/app.css */
.layout-caption .caption-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1010, app/assets/stylesheets/app.css */
.layout-caption .caption-bottom {
  position: absolute;
  bottom: 10px;
}

/* line 1014, app/assets/stylesheets/app.css */
.layout-caption .featured-image {
  display: block;
  max-width: 400px;
  margin: 40px 0 40px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1021, app/assets/stylesheets/app.css */
  .layout-caption .caption {
    padding-top: 0;
    text-align: center;
  }
  /* line 1024, app/assets/stylesheets/app.css */
  .layout-caption .caption img {
    margin: auto;
  }
  /* line 1026, app/assets/stylesheets/app.css */
  .layout-caption .caption h1 {
    font-size: 24px;
  }
  /* line 1028, app/assets/stylesheets/app.css */
  .layout-caption .caption-middle {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1036, app/assets/stylesheets/app.css */
.generic-content-side {
  padding: 30px 0;
}

/* line 1038, app/assets/stylesheets/app.css */
.generic-content-side-inverse .side-left {
  float: right !important;
}

/* line 1040, app/assets/stylesheets/app.css */
.generic-content-side h2 {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 1044, app/assets/stylesheets/app.css */
  .generic-content-side h2 {
    margin-top: 20px;
  }
}

/* line 1047, app/assets/stylesheets/app.css */
#panelInfo {
  background-color: #f8f8f8;
}

@media (min-width: 767px) {
  /* line 1051, app/assets/stylesheets/app.css */
  .navbar-ultimaii {
    padding-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
  }
  /* line 1055, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 150px;
  }
  /* line 1061, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-brand {
    float: none;
    padding: 0;
    margin-left: 0 !important;
  }
  /* line 1065, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
  /* line 1070, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-nav {
    float: none;
    display: inline-block;
  }
  /* line 1073, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 1077, app/assets/stylesheets/app.css */
.header {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 1081, app/assets/stylesheets/app.css */
.navbar-ultimaii {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  min-height: 100px;
  z-index: 9;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 1094, app/assets/stylesheets/app.css */
.navbar-ultimaii .logo-v {
  opacity: 1;
}

/* line 1096, app/assets/stylesheets/app.css */
.navbar-ultimaii .logo-h {
  opacity: 0;
}

/* line 1098, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-header {
  position: relative;
  margin-bottom: 10px;
  height: 80px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* line 1107, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-header .logo-v {
  max-height: 80px;
}

/* line 1109, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-header img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 767px) {
  /* line 1120, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header {
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  /* line 1132, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  /* line 1139, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header > div:last-child {
    justify-content: flex-end;
  }
  /* line 1141, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .form-search .fa {
    font-size: 24px;
  }
  /* line 1143, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .form-search img {
    position: static;
  }
  /* line 1145, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .form-search .megamenu-content {
    position: absolute;
    top: 80px;
    margin: 0 -16px !important;
    overflow: scroll;
    height: calc(100vh - 80px);
  }
  /* line 1151, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .navbar-brand {
    float: none;
  }
  /* line 1153, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .logo-v {
    max-width: 100px;
    top: 7px;
  }
  /* line 1156, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-header .logo-h {
    max-width: 130px;
    top: 9px;
  }
}

/* line 1159, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-collapse {
  max-height: 100vh !important;
  margin-top: 20px;
}

/* line 1162, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-toggle {
  float: left;
  padding: 5px;
  margin-top: 12px;
  background-color: transparent !important;
}

@media (min-width: 768px) {
  /* line 1168, app/assets/stylesheets/app.css */
  .navbar-ultimaii .navbar-toggle {
    display: none;
  }
}

/* line 1170, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > li {
  margin: 0 15px;
}

/* line 1172, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > li > a {
  font-weight: bold;
  color: #000;
}

/* line 1175, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > li > a:hover, .navbar-ultimaii .navbar-nav > li > a:focus, .navbar-ultimaii .navbar-nav > li > a:active {
  color: #b38c2d;
}

/* line 1177, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > li.active > a {
  background-color: transparent;
  color: #b38c2d;
}

/* line 1180, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > li.active > a:hover, .navbar-ultimaii .navbar-nav > li.active > a:focus, .navbar-ultimaii .navbar-nav > li.active > a:active {
  background-color: transparent;
  color: #b38c2d;
}

/* line 1183, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > .open > a {
  color: #b38c2d;
  background-color: transparent;
}

/* line 1186, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav > .open > a:hover, .navbar-ultimaii .navbar-nav > .open > a:focus, .navbar-ultimaii .navbar-nav > .open > a:active {
  color: #b38c2d;
  background-color: transparent;
}

/* line 1189, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav .menu-language {
  padding: 10px 15px;
}

/* line 1191, app/assets/stylesheets/app.css */
.navbar-ultimaii .navbar-nav .menu-language a {
  color: #000;
  font-weight: bold;
}

/* line 1194, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav a {
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 15px;
  font-weight: bold;
}

/* line 1200, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

/* line 1204, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -7px;
}

/* line 1208, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language li {
  border-right: 1px solid #000;
  line-height: 11px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

/* line 1214, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language li:last-child {
  border-right-color: transparent;
}

/* line 1216, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language li > a {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* line 1220, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language li > a:hover {
  color: #b38c2d;
}

/* line 1222, app/assets/stylesheets/app.css */
.navbar-ultimaii .top-nav .menu-language li.active > a {
  color: #b38c2d;
}

/* line 1224, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-fixed-top {
  position: fixed;
}

/* line 1226, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated {
  height: auto;
  padding-bottom: 0;
  min-height: 50px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: headerAnimate;
  -moz-animation-name: headerAnimate;
  -ms-animation-name: headerAnimate;
  -o-animation-name: headerAnimate;
  animation-name: headerAnimate;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* line 1245, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated .navbar-header {
  margin-bottom: 0;
  height: auto;
}

/* line 1248, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated .navbar-header .form-search .megamenu-content {
  top: 55px;
}

/* line 1250, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated .navbar-toggle {
  margin-top: 15px;
}

/* line 1252, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated .logo-v {
  opacity: 0;
}

/* line 1254, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-animated .logo-h {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 1257, app/assets/stylesheets/app.css */
  .navbar-ultimaii.navbar-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 1263, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-megamenu-on {
  position: fixed;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}

/* line 1270, app/assets/stylesheets/app.css */
.navbar-ultimaii.navbar-megamenu-already-hover {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}

@media (max-width: 767px) {
  /* line 1277, app/assets/stylesheets/app.css */
  .navbar-ultimaii {
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  /* line 1281, app/assets/stylesheets/app.css */
  .navbar-ultimaii .top-nav {
    display: none;
  }
}

/* MEGAMENU STYLE
-------------------------------------------------- */
/* line 1286, app/assets/stylesheets/app.css */
.navbar-megamenu .nav,
.navbar-megamenu .collapse,
.navbar-megamenu .dropup,
.navbar-megamenu .dropdown {
  position: static;
}

/* line 1292, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown .dropdown-menu {
  left: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
}

/* line 1304, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.megamenu-fw .dropdown-menu {
  margin-top: -5px;
  padding-top: 20px;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
  margin-left: -1px;
  margin-right: -1px;
}

/* line 1317, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.open .dropdown-menu {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

/* line 1322, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.open.megamenu-fw .dropdown-menu {
  pointer-events: inherit;
}

/* line 1325, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.inside-ultima .menu-list {
  padding-top: 0;
}

/* line 1327, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.inside-ultima .menu-list > ul {
  float: left;
  margin-right: 0;
  padding: 10px;
  width: 25%;
  text-align: center;
}

/* line 1333, app/assets/stylesheets/app.css */
.navbar-megamenu .dropdown.inside-ultima .menu-list > ul img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 1339, app/assets/stylesheets/app.css */
  .navbar-megamenu .dropdown.inside-ultima [class*="col-"] {
    padding: 0;
  }
  /* line 1341, app/assets/stylesheets/app.css */
  .navbar-megamenu .dropdown.inside-ultima .menu-list {
    margin-top: 0;
  }
  /* line 1343, app/assets/stylesheets/app.css */
  .navbar-megamenu .dropdown.inside-ultima .menu-list > ul {
    width: 50%;
  }
  /* line 1345, app/assets/stylesheets/app.css */
  .navbar-megamenu .dropdown.inside-ultima .megamenu-content {
    padding-bottom: 40px;
  }
}

/* line 1348, app/assets/stylesheets/app.css */
.navbar-megamenu .megamenu-content {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  padding: 15px;
  border-radius: 0;
  box-shadow: none;
}

/* line 1354, app/assets/stylesheets/app.css */
.navbar-megamenu .megamenu-content h3 {
  margin-top: 0;
  color: #000;
  font-size: 18px;
}

/* line 1359, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list {
  padding: 20px 30px;
  margin-top: 15px;
  border-top: 0.5px solid #000;
}

/* line 1363, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list h3,
.navbar-megamenu .menu-list a {
  color: #000;
}

/* line 1366, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list h3 {
  font-weight: bold;
}

/* line 1368, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list ul {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 50px;
  max-width: 300px;
  list-style: none;
}

/* line 1376, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list ul:last-child {
  margin-right: 0;
}

/* line 1378, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list ul > li {
  line-height: 1.3;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  list-style: none;
}

/* line 1384, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list ul > li > a {
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 1391, app/assets/stylesheets/app.css */
.navbar-megamenu .menu-list ul > li > a:hover, .navbar-megamenu .menu-list ul > li > a:focus {
  color: #b38c2d;
}

@media (max-width: 767px) {
  /* line 1395, app/assets/stylesheets/app.css */
  .navbar-megamenu [class*="col-"] {
    padding: 0;
  }
  /* line 1397, app/assets/stylesheets/app.css */
  .navbar-megamenu .menu-list {
    padding: 15px 0 0;
  }
  /* line 1399, app/assets/stylesheets/app.css */
  .navbar-megamenu .menu-list ul {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%;
  }
  /* line 1406, app/assets/stylesheets/app.css */
  .navbar-megamenu .menu-list ul:last-child {
    margin-bottom: 0;
  }
}

/* line 1409, app/assets/stylesheets/app.css */
.hamburger-box,
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 30px;
  height: 3px;
}

/* line 1416, app/assets/stylesheets/app.css */
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background-color: #614c19;
}

/* line 1421, app/assets/stylesheets/app.css */
.footer {
  padding: 20px 5px;
  position: relative;
  background-color: #dedede;
  z-index: 7;
}

/* line 1426, app/assets/stylesheets/app.css */
.footer ul {
  list-style: none;
}

/* line 1428, app/assets/stylesheets/app.css */
.footer .column {
  position: relative;
  float: left;
}

/* line 1431, app/assets/stylesheets/app.css */
.footer .generic-title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

/* line 1434, app/assets/stylesheets/app.css */
.footer a {
  color: #000;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 16px;
}

/* line 1442, app/assets/stylesheets/app.css */
.footer a:hover, .footer a:focus {
  color: #b38c2d;
  text-decoration: none;
}

/* line 1445, app/assets/stylesheets/app.css */
.footer .fa {
  font-size: 24px;
}

/* line 1447, app/assets/stylesheets/app.css */
.footer .menu-socmed {
  margin-top: 5px;
}

/* line 1449, app/assets/stylesheets/app.css */
.footer .separated {
  min-height: 50px;
}

/* line 1451, app/assets/stylesheets/app.css */
.footer .dropup .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

@media (max-width: 767px) {
  /* line 1456, app/assets/stylesheets/app.css */
  .footer ul {
    margin-bottom: 0;
  }
  /* line 1458, app/assets/stylesheets/app.css */
  .footer ul li {
    margin-bottom: 5px;
  }
  /* line 1460, app/assets/stylesheets/app.css */
  .footer .column {
    text-align: left;
    float: none !important;
    margin-bottom: 20px;
  }
  /* line 1464, app/assets/stylesheets/app.css */
  .footer .separated {
    min-height: 0;
  }
}

/* line 1467, app/assets/stylesheets/app.css */
.copyright {
  margin: 10px 0 0;
  padding: 15px 0 0;
  font-weight: bold;
  border-top: 1px solid #000;
}

/* line 1472, app/assets/stylesheets/app.css */
.copyright p {
  margin-bottom: 0;
}

/* line 1474, app/assets/stylesheets/app.css */
.copyright [class*="col"] {
  vertical-align: middle;
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 -2px;
}

/* line 1480, app/assets/stylesheets/app.css */
.copyright .location {
  text-align: right;
}

/* line 1482, app/assets/stylesheets/app.css */
.copyright .location a {
  font-size: 14px;
}

/* line 1484, app/assets/stylesheets/app.css */
.copyright .location > span {
  min-width: 135px;
  display: inline-block;
}

/* line 1487, app/assets/stylesheets/app.css */
.copyright .location span,
.copyright .location .dropdown-icon {
  vertical-align: middle;
}

/* line 1490, app/assets/stylesheets/app.css */
.copyright .location .dropdown-icon {
  margin-left: 10px;
}

@media (max-width: 767px) {
  /* line 1493, app/assets/stylesheets/app.css */
  .copyright {
    font-size: 12px;
  }
  /* line 1495, app/assets/stylesheets/app.css */
  .copyright p {
    margin-bottom: 10px;
  }
  /* line 1497, app/assets/stylesheets/app.css */
  .copyright .location {
    text-align: left;
  }
}

/*===============================
=            Sidebar            =
===============================*/
/*==================================
=            Responsive            =
==================================*/
/*----------  COMPONENTS  ----------*/
@keyframes headerAnimate {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1515, app/assets/stylesheets/app.css */
.btn {
  font-family: "Work Sans", sans-serif;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 1525, app/assets/stylesheets/app.css */
  .btn {
    font-size: 12px;
  }
}

/* line 1528, app/assets/stylesheets/app.css */
.btn-default {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 1532, app/assets/stylesheets/app.css */
.btn-default:hover, .btn-default:focus {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

/* line 1536, app/assets/stylesheets/app.css */
.btn-default:active {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

/* line 1541, app/assets/stylesheets/app.css */
.btn-default-inverse, .share-button ul > li .btn {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

/* line 1545, app/assets/stylesheets/app.css */
.btn-default-inverse:hover, .share-button ul > li .btn:hover, .btn-default-inverse:focus, .share-button ul > li .btn:focus {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

/* line 1549, app/assets/stylesheets/app.css */
.btn-default-inverse:active, .share-button ul > li .btn:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* line 1554, app/assets/stylesheets/app.css */
.btn-stroke-light {
  border-color: #fff;
  color: #fff;
}

/* line 1557, app/assets/stylesheets/app.css */
.btn-stroke-light:hover, .btn-stroke-light:focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

/* line 1561, app/assets/stylesheets/app.css */
.btn-stroke-light:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* line 1566, app/assets/stylesheets/app.css */
.btn-transparent {
  background-color: transparent;
}

/* line 1569, app/assets/stylesheets/app.css */
.btn-medium {
  min-width: 180px;
}

/* line 1572, app/assets/stylesheets/app.css */
.btn-flip {
  position: relative;
  padding: 1px;
  overflow: hidden;
  vertical-align: top;
}

/* line 1577, app/assets/stylesheets/app.css */
.btn-flip ul,
.btn-flip li {
  list-style: none;
}

/* line 1580, app/assets/stylesheets/app.css */
.btn-flip-default, .btn-flip-hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 1586, app/assets/stylesheets/app.css */
.btn-flip-default {
  padding: 5px 5px;
}

/* line 1588, app/assets/stylesheets/app.css */
.btn-flip.btn-share-secondary ul {
  list-style: none;
  margin: 0;
}

/* line 1591, app/assets/stylesheets/app.css */
.btn-flip.btn-share-secondary ul li {
  width: 50%;
  padding: 7px 7px;
  float: left;
  border-right: 1px solid #000;
  margin-top: 0px;
  position: relative;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 1604, app/assets/stylesheets/app.css */
.btn-flip.btn-share-secondary ul li:hover {
  background-color: #e5e5e5;
}

/* line 1606, app/assets/stylesheets/app.css */
.btn-flip.btn-share-secondary ul li:last-child {
  border-right: none;
}

/* line 1608, app/assets/stylesheets/app.css */
.btn-flip.btn-share-secondary ul li img {
  max-height: 15px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1617, app/assets/stylesheets/app.css */
.btn-flip-default {
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 1624, app/assets/stylesheets/app.css */
.btn-flip-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 1634, app/assets/stylesheets/app.css */
.btn-flip-hover a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 1641, app/assets/stylesheets/app.css */
.btn-flip:hover {
  background-color: #fff;
  border-color: #000;
}

/* line 1644, app/assets/stylesheets/app.css */
.btn-flip:hover .btn-flip-default {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 1650, app/assets/stylesheets/app.css */
.btn-flip:hover .btn-flip-hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 1657, app/assets/stylesheets/app.css */
.icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: inherit !important;
  text-align: center;
}

/* line 1664, app/assets/stylesheets/app.css */
.icon.circle .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1675, app/assets/stylesheets/app.css */
.share-button {
  width: 50px;
  text-align: center;
  position: fixed;
  top: 160px;
  right: 30px;
}

/* line 1681, app/assets/stylesheets/app.css */
.share-button ul {
  list-style: none;
  margin-top: 5px;
}

/* line 1684, app/assets/stylesheets/app.css */
.share-button ul > li {
  display: block;
}

/* line 1686, app/assets/stylesheets/app.css */
.share-button ul > li .btn {
  padding: 5px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
}

/* line 1691, app/assets/stylesheets/app.css */
.share-button ul > li .btn .fa {
  font-size: 22px;
}

/* line 1693, app/assets/stylesheets/app.css */
.share-button ul > li:last-child {
  border-top: none;
}

/* line 1695, app/assets/stylesheets/app.css */
.share-button ul > li:last-child .btn {
  border-top: none;
}

/* line 1698, app/assets/stylesheets/app.css */
.dropdown-icon {
  display: inline-block;
}

/* line 1700, app/assets/stylesheets/app.css */
.dropdown-icon .dropdown-menu {
  min-width: 1px;
  left: 0;
  right: 0;
}

/* line 1704, app/assets/stylesheets/app.css */
.dropdown-icon .dropdown-menu > li > a {
  padding: 3px 13px;
}

/* line 1706, app/assets/stylesheets/app.css */
.dropdown-icon img {
  max-width: 30px;
  margin: 0 5px;
}

/* line 1710, app/assets/stylesheets/app.css */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  height: 32px;
}

/* line 1715, app/assets/stylesheets/app.css */
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #8a6c23;
}

/* line 1719, app/assets/stylesheets/app.css */
.input-group-btn .btn {
  height: 32px;
}

/* line 1722, app/assets/stylesheets/app.css */
.form-search .form-control {
  background-color: transparent;
  border-color: transparent;
  height: 44px;
  font-size: 22px;
}

/* line 1727, app/assets/stylesheets/app.css */
.form-search .form-control:focus, .form-search .form-control:active {
  border-color: transparent;
}

/* line 1730, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  border-radius: 0;
  height: 34px;
}

/* line 1734, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 34px;
  line-height: 34px;
}

/* line 1737, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 34px;
  background-color: #000;
}

/* line 1741, app/assets/stylesheets/app.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

/* line 1744, app/assets/stylesheets/app.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000;
  font-weight: bold !important;
  margin-bottom: 5px;
}

/* line 1749, app/assets/stylesheets/app.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 230px;
}

/* line 1752, app/assets/stylesheets/app.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 34px;
  background-color: #000;
}

/* line 1756, app/assets/stylesheets/app.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

/* line 1759, app/assets/stylesheets/app.css */
.select2-results__option {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
}

/* line 1764, app/assets/stylesheets/app.css */
.select2-dropdown {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  margin-top: 15px;
  padding: 10px 0 10px 10px;
}

/* line 1770, app/assets/stylesheets/app.css */
.select2-search--dropdown {
  margin-right: 20px;
}

/* line 1773, app/assets/stylesheets/app.css */
.main-banner {
  padding-bottom: 20px;
  position: relative;
}

/* line 1776, app/assets/stylesheets/app.css */
.main-banner-primary {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1781, app/assets/stylesheets/app.css */
.main-banner-custom {
  overflow: hidden;
  padding-bottom: 0;
}

/* line 1784, app/assets/stylesheets/app.css */
.main-banner-custom .img {
  /*height: 450px !important;*/
}

/* line 1786, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}

/* line 1793, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-container img {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 1797, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side {
  width: 33.33%;
  float: left;
  height: 100%;
  position: relative;
}

/* line 1802, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-center img {
  height: auto;
  position: static;
  display: block;
  margin: auto;
  max-width: 300px;
}

/* line 1808, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-left img {
  left: 0;
  right: auto;
}

/* line 1811, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-left .img-2 {
  left: 60px;
}

/* line 1813, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-left .img-3 {
  left: auto;
  right: 20%;
}

/* line 1816, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-right img {
  left: auto;
  right: 0;
}

/* line 1819, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-right .img-1 {
  left: 20%;
  right: auto;
}

/* line 1822, app/assets/stylesheets/app.css */
.main-banner-custom .main-banner-side-right .img-2 {
  left: 40%;
  right: auto;
}

/* line 1826, app/assets/stylesheets/app.css */
.main-banner-image .img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1832, app/assets/stylesheets/app.css */
.main-banner-image img {
  position: relative;
  width: 100%;
}

/* line 1836, app/assets/stylesheets/app.css */
.main-banner-image-v2 .main-banner-caption {
  width: 35%;
}

/* line 1838, app/assets/stylesheets/app.css */
.main-banner-image-v2 .main-banner-caption .title {
  font-size: 36px;
  margin: 15px 0;
}

/* line 1841, app/assets/stylesheets/app.css */
.main-banner-image-v2 .main-banner-caption .sub-title {
  margin: 30px 0;
}

/* line 1844, app/assets/stylesheets/app.css */
.main-banner-image-v2 .btn-container {
  position: relative;
}

/* line 1847, app/assets/stylesheets/app.css */
.main-banner-image-v2 .btn-discover {
  position: absolute;
  bottom: 0px;
}

/* line 1850, app/assets/stylesheets/app.css */
.main-banner-image-v2 .btn-discover.btn-on-left {
  left: 15px;
}

/* line 1852, app/assets/stylesheets/app.css */
.main-banner-image-v2 .btn-discover.btn-on-right {
  right: 15px;
}

@media (max-width: 767px) {
  /* line 1856, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .img {
    height: 250px !important;
  }
  /* line 1858, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption {
    width: 40%;
  }
  /* line 1860, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption .title {
    font-size: 16px;
    margin: 5px 0;
  }
  /* line 1863, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption .sub-title {
    font-size: 14px;
    margin: 5px 0;
  }
  /* line 1866, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption p {
    font-size: 12px;
  }
  /* line 1868, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .img-product {
    max-width: 100px !important;
  }
  /* line 1870, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .btn-discover {
    position: absolute;
    bottom: 0px;
  }
  /* line 1873, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .btn-discover.btn-on-left {
    left: 5%;
  }
  /* line 1875, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .btn-discover.btn-on-right {
    right: 5%;
  }
}

/* line 1878, app/assets/stylesheets/app.css */
.main-banner-caption {
  position: absolute;
  max-width: 600px;
  word-break: break-word;
}

/* line 1882, app/assets/stylesheets/app.css */
.main-banner-caption .title {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1886, app/assets/stylesheets/app.css */
.main-banner-caption .sub-title {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1890, app/assets/stylesheets/app.css */
.main-banner-caption .btn-cta {
  padding: 10px 25px;
}

/* line 1892, app/assets/stylesheets/app.css */
.main-banner-caption .img-product {
  max-width: 300px;
}

/* line 1894, app/assets/stylesheets/app.css */
.main-banner-caption.text-light {
  color: #fff;
}

/* line 1896, app/assets/stylesheets/app.css */
.main-banner-caption.pos-center {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 1908, app/assets/stylesheets/app.css */
.main-banner-caption.pos-center-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
}

/* line 1916, app/assets/stylesheets/app.css */
.main-banner-caption.pos-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
}

/* line 1924, app/assets/stylesheets/app.css */
.main-banner-caption.pos-top-center {
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1929, app/assets/stylesheets/app.css */
.main-banner-caption.pos-top-left {
  top: 15%;
  left: 10%;
}

/* line 1932, app/assets/stylesheets/app.css */
.main-banner-caption.pos-top-right {
  top: 15%;
  right: 10%;
}

/* line 1935, app/assets/stylesheets/app.css */
.main-banner-caption.pos-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1939, app/assets/stylesheets/app.css */
.main-banner-caption.pos-bottom-left {
  bottom: 15%;
  left: 10%;
}

/* line 1942, app/assets/stylesheets/app.css */
.main-banner-caption.pos-bottom-right {
  bottom: 15%;
  right: 10%;
}

/* line 1946, app/assets/stylesheets/app.css */
.banner-skincare2-caption h1 {
  font-size: 36px;
  margin: 30px 0;
}

/* line 1950, app/assets/stylesheets/app.css */
.banner-skincare2-caption h3 {
  margin: 30px 0;
}

/* line 1953, app/assets/stylesheets/app.css */
.banner-skincare2-caption .btn-discover {
  position: absolute;
  bottom: 0;
  left: 15%;
}

/* line 1958, app/assets/stylesheets/app.css */
.slider-default .slider-image {
  margin-bottom: 15px;
}

/* line 1960, app/assets/stylesheets/app.css */
.slider-default .slider-image img {
  height: 400px;
  margin: auto;
}

/* line 1964, app/assets/stylesheets/app.css */
.slider-default .slider-caption {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1968, app/assets/stylesheets/app.css */
.slider-default .slider-caption h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1972, app/assets/stylesheets/app.css */
.slider-default a {
  color: inherit;
}

/* line 1975, app/assets/stylesheets/app.css */
.slider-default .btn-default {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 1979, app/assets/stylesheets/app.css */
  .slider-default .slider-image > img {
    height: auto;
  }
  /* line 1981, app/assets/stylesheets/app.css */
  .slider-default .slider-caption {
    max-width: 100%;
  }
}

/* line 1984, app/assets/stylesheets/app.css */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  opacity: .75;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 1998, app/assets/stylesheets/app.css */
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

/* line 2001, app/assets/stylesheets/app.css */
.slick-prev:before,
.slick-next:before {
  content: '';
  width: 20px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2011, app/assets/stylesheets/app.css */
.slick-prev,
.slick-next {
  top: 40%;
}

/* line 2015, app/assets/stylesheets/app.css */
.slick-prev {
  left: -70px;
}

/* line 2017, app/assets/stylesheets/app.css */
.slick-prev:before {
  background-image: url("../images/arrow-left.png");
}

/* line 2020, app/assets/stylesheets/app.css */
.slick-next {
  right: -70px;
}

/* line 2022, app/assets/stylesheets/app.css */
.slick-next:before {
  background-image: url("../images/arrow-right.png");
}

/* line 2025, app/assets/stylesheets/app.css */
.tag {
  color: #b38c2d;
  display: inline-block;
}

/* line 2029, app/assets/stylesheets/app.css */
.product-slide-preview,
.product-nav-preview {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 2033, app/assets/stylesheets/app.css */
.product-slide-preview img,
.product-nav-preview img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* line 2039, app/assets/stylesheets/app.css */
.product-slide-preview img {
  max-height: 300px;
}

/* line 2042, app/assets/stylesheets/app.css */
.product-nav-preview {
  padding-left: 20px;
  padding-right: 20px;
  width: 300px;
  margin: 0 auto;
}

/* line 2047, app/assets/stylesheets/app.css */
.product-nav-preview img {
  height: 65px;
}

/* line 2049, app/assets/stylesheets/app.css */
.product-nav-preview .nav-list {
  border: 1px solid #e5e5e5;
  margin: 5px;
  cursor: pointer;
}

/* line 2053, app/assets/stylesheets/app.css */
.product-nav-preview .slick-slide.slick-current {
  border-color: #b2b2b2;
}

/* line 2055, app/assets/stylesheets/app.css */
.product-nav-preview .slick-track {
  margin-left: auto;
  margin-right: auto;
}

/* line 2058, app/assets/stylesheets/app.css */
.product-nav-preview .slick-prev {
  left: -25px;
  top: 50%;
}

/* line 2061, app/assets/stylesheets/app.css */
.product-nav-preview .slick-next {
  right: -25px;
  top: 50%;
}

/* line 2064, app/assets/stylesheets/app.css */
.product-nav-preview .slick-prev:before,
.product-nav-preview .slick-next:before {
  width: 15px;
  height: 30px;
}

/* line 2069, app/assets/stylesheets/app.css */
.slider-promotion.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

/* line 2072, app/assets/stylesheets/app.css */
.slider-promotion .slick-prev,
.slider-promotion .slick-next {
  top: 50%;
}

/* line 2076, app/assets/stylesheets/app.css */
.slider-promotion .slick-prev {
  left: -30px;
}

/* line 2079, app/assets/stylesheets/app.css */
.slider-promotion .slick-next {
  right: -30px;
}

/* line 2082, app/assets/stylesheets/app.css */
.slider-promotion .slick-dots {
  bottom: -35px;
}

/* line 2084, app/assets/stylesheets/app.css */
.slider-promotion .slick-dots li button:before {
  color: #000;
  font-size: 10px;
}

/* line 2088, app/assets/stylesheets/app.css */
.slider-promotion .slick-track {
  margin: auto;
}

/* line 2091, app/assets/stylesheets/app.css */
.slick-initialized .slick-slide {
  padding: 0 15px;
}

/* line 2094, app/assets/stylesheets/app.css */
.slider-best-seller .slick-prev {
  left: -40px;
}

/* line 2097, app/assets/stylesheets/app.css */
.slider-best-seller .slick-next {
  right: -40px;
}

/* line 2100, app/assets/stylesheets/app.css */
.slider-best-seller.slick-initialized .slick-slide {
  padding: 0;
}

@media (max-width: 767px) {
  /* line 2104, app/assets/stylesheets/app.css */
  .slick-prev {
    left: -20px;
  }
  /* line 2106, app/assets/stylesheets/app.css */
  .slick-next {
    right: -20px;
  }
}

/* line 2109, app/assets/stylesheets/app.css */
.generic-listicle {
  padding: 30px 0px 60px;
}

/* line 2111, app/assets/stylesheets/app.css */
.generic-listicle h2 {
  margin-top: 0;
}

/* line 2113, app/assets/stylesheets/app.css */
.generic-listicle-inverse .generic-listicle-image {
  float: right !important;
}

/* line 2116, app/assets/stylesheets/app.css */
.list-group-calendar .list-group-item {
  padding: 0;
  margin-bottom: 15px;
}

/* line 2120, app/assets/stylesheets/app.css */
.list-group-calendar .list-group-left {
  padding: 20px 15px;
}

/* line 2123, app/assets/stylesheets/app.css */
.list-group-calendar .list-group-right {
  padding: 10px 15px;
}

/* line 2126, app/assets/stylesheets/app.css */
.list-group-calendar .date {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

/* line 2132, app/assets/stylesheets/app.css */
.list-group-calendar .month {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 2136, app/assets/stylesheets/app.css */
  .list-group-calendar .date {
    font-size: 30px;
  }
}

/* line 2139, app/assets/stylesheets/app.css */
.card {
  padding: 15px;
  margin-bottom: 30px;
}

/* line 2142, app/assets/stylesheets/app.css */
.card-secondary {
  border: 1px solid #e5e5e5;
  padding: 0;
}

/* line 2145, app/assets/stylesheets/app.css */
.card-secondary .card-caption {
  padding: 20px 15px;
}

/* line 2147, app/assets/stylesheets/app.css */
.card-secondary .card-title {
  text-transform: uppercase;
  font-size: 18px;
}

/* line 2150, app/assets/stylesheets/app.css */
.card-no-border {
  border: none;
}

/* line 2152, app/assets/stylesheets/app.css */
.card a {
  color: inherit;
}

/* line 2154, app/assets/stylesheets/app.css */
.card a:hover, .card a:focus {
  text-decoration: none;
}

/* line 2156, app/assets/stylesheets/app.css */
.card .btn-default {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 2159, app/assets/stylesheets/app.css */
  .card {
    margin-bottom: 15px;
  }
  /* line 2161, app/assets/stylesheets/app.css */
  .card-secondary .card-caption {
    padding: 10px;
  }
}

/* line 2164, app/assets/stylesheets/app.css */
.card-image img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* line 2169, app/assets/stylesheets/app.css */
.card-image .img-background {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 2175, app/assets/stylesheets/app.css */
.card-image .title {
  font-size: 18px;
}

/* line 2178, app/assets/stylesheets/app.css */
.card-title {
  font-size: 24px;
  line-height: 1.3;
}

/* line 2182, app/assets/stylesheets/app.css */
.card-caption {
  text-align: center;
}

/* line 2184, app/assets/stylesheets/app.css */
.card-caption .title {
  font-size: 18px;
  line-height: 1.3;
}

/* line 2187, app/assets/stylesheets/app.css */
.card-caption .desc {
  margin-bottom: 15px;
}

/* line 2189, app/assets/stylesheets/app.css */
.card-caption .card-resume {
  margin: 25px 0;
}

/* line 2192, app/assets/stylesheets/app.css */
.video .card-image {
  position: relative;
}

/* line 2194, app/assets/stylesheets/app.css */
.video .card-image:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 2201, app/assets/stylesheets/app.css */
.video .card-image:after {
  font-family: FontAwesome;
  content: '\f144';
  font-size: 40px;
  color: #fff;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=================================
=            Thumbnail            =
=================================*/
/* line 2221, app/assets/stylesheets/app.css */
.wysiwyg-content, .panel-section-info-rich-text,
.wysiwyg-editor {
  line-height: 1.5;
}

/* line 2224, app/assets/stylesheets/app.css */
.wysiwyg-content h1, .panel-section-info-rich-text h1,
.wysiwyg-editor h1 {
  font-size: 36px;
}

/* line 2227, app/assets/stylesheets/app.css */
.wysiwyg-content h2, .panel-section-info-rich-text h2,
.wysiwyg-editor h2 {
  font-size: 30px;
}

/* line 2230, app/assets/stylesheets/app.css */
.wysiwyg-content h3, .panel-section-info-rich-text h3,
.wysiwyg-editor h3 {
  font-size: 24px;
}

/* line 2233, app/assets/stylesheets/app.css */
.wysiwyg-content h4, .panel-section-info-rich-text h4,
.wysiwyg-editor h4 {
  font-size: 18px;
}

/* line 2236, app/assets/stylesheets/app.css */
.wysiwyg-content h5, .panel-section-info-rich-text h5,
.wysiwyg-editor h5 {
  font-size: 14px;
}

/* line 2239, app/assets/stylesheets/app.css */
.wysiwyg-content h6, .panel-section-info-rich-text h6,
.wysiwyg-editor h6 {
  font-size: 12px;
}

/* line 2242, app/assets/stylesheets/app.css */
.wysiwyg-content p, .panel-section-info-rich-text p,
.wysiwyg-editor p {
  margin-bottom: 15px;
}

/* line 2245, app/assets/stylesheets/app.css */
.wysiwyg-content strong, .panel-section-info-rich-text strong,
.wysiwyg-editor strong {
  font-weight: bold;
}

/* line 2248, app/assets/stylesheets/app.css */
.wysiwyg-content em, .panel-section-info-rich-text em,
.wysiwyg-editor em {
  font-style: italic;
}

/* line 2251, app/assets/stylesheets/app.css */
.wysiwyg-content u, .panel-section-info-rich-text u,
.wysiwyg-editor u {
  text-decoration: underline;
}

/* line 2254, app/assets/stylesheets/app.css */
.wysiwyg-content a, .panel-section-info-rich-text a,
.wysiwyg-editor a {
  color: #b38c2d;
}

/* line 2257, app/assets/stylesheets/app.css */
.wysiwyg-content img, .panel-section-info-rich-text img,
.wysiwyg-editor img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

/* line 2263, app/assets/stylesheets/app.css */
.wysiwyg-content ol, .panel-section-info-rich-text ol,
.wysiwyg-content ul, .panel-section-info-rich-text ul,
.wysiwyg-editor ol,
.wysiwyg-editor ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 2269, app/assets/stylesheets/app.css */
.wysiwyg-content ol li, .panel-section-info-rich-text ol li,
.wysiwyg-content ul li, .panel-section-info-rich-text ul li,
.wysiwyg-editor ol li,
.wysiwyg-editor ul li {
  margin-bottom: 5px;
}

/* line 2274, app/assets/stylesheets/app.css */
.wysiwyg-content ol li h1, .panel-section-info-rich-text ol li h1,
.wysiwyg-content ol li h2, .panel-section-info-rich-text ol li h2,
.wysiwyg-content ol li h3, .panel-section-info-rich-text ol li h3,
.wysiwyg-content ol li h4, .panel-section-info-rich-text ol li h4,
.wysiwyg-content ol li h5, .panel-section-info-rich-text ol li h5,
.wysiwyg-content ol li h6, .panel-section-info-rich-text ol li h6,
.wysiwyg-content ol li p, .panel-section-info-rich-text ol li p,
.wysiwyg-content ul li h1, .panel-section-info-rich-text ul li h1,
.wysiwyg-content ul li h2, .panel-section-info-rich-text ul li h2,
.wysiwyg-content ul li h3, .panel-section-info-rich-text ul li h3,
.wysiwyg-content ul li h4, .panel-section-info-rich-text ul li h4,
.wysiwyg-content ul li h5, .panel-section-info-rich-text ul li h5,
.wysiwyg-content ul li h6, .panel-section-info-rich-text ul li h6,
.wysiwyg-content ul li p, .panel-section-info-rich-text ul li p,
.wysiwyg-editor ol li h1,
.wysiwyg-editor ol li h2,
.wysiwyg-editor ol li h3,
.wysiwyg-editor ol li h4,
.wysiwyg-editor ol li h5,
.wysiwyg-editor ol li h6,
.wysiwyg-editor ol li p,
.wysiwyg-editor ul li h1,
.wysiwyg-editor ul li h2,
.wysiwyg-editor ul li h3,
.wysiwyg-editor ul li h4,
.wysiwyg-editor ul li h5,
.wysiwyg-editor ul li h6,
.wysiwyg-editor ul li p {
  display: inline;
  margin: 0;
}

/* line 2304, app/assets/stylesheets/app.css */
.wysiwyg-content p, .panel-section-info-rich-text p,
.wysiwyg-editor p {
  color: #000;
}

/* line 2307, app/assets/stylesheets/app.css */
.wysiwyg-content table, .panel-section-info-rich-text table,
.wysiwyg-editor table {
  width: 100% !important;
  max-width: 100%;
  line-height: 1.5;
}

/* line 2312, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th, .panel-section-info-rich-text table > thead > tr > th,
.wysiwyg-content table > tbody > tr > th, .panel-section-info-rich-text table > tbody > tr > th,
.wysiwyg-content table > tfoot > tr > th, .panel-section-info-rich-text table > tfoot > tr > th,
.wysiwyg-content table > thead > tr > td, .panel-section-info-rich-text table > thead > tr > td,
.wysiwyg-content table > tbody > tr > td, .panel-section-info-rich-text table > tbody > tr > td,
.wysiwyg-content table > tfoot > tr > td, .panel-section-info-rich-text table > tfoot > tr > td,
.wysiwyg-editor table > thead > tr > th,
.wysiwyg-editor table > tbody > tr > th,
.wysiwyg-editor table > tfoot > tr > th,
.wysiwyg-editor table > thead > tr > td,
.wysiwyg-editor table > tbody > tr > td,
.wysiwyg-editor table > tfoot > tr > td {
  border: 1px solid #ccc;
  padding: 15px 30px;
  vertical-align: top;
  border: 1px solid #c1c2c2;
}

/* line 2328, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th, .panel-section-info-rich-text table > thead > tr > th,
.wysiwyg-editor table > thead > tr > th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

/* line 2333, app/assets/stylesheets/app.css */
.wysiwyg-content q, .panel-section-info-rich-text q,
.wysiwyg-editor q {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  /* line 2341, app/assets/stylesheets/app.css */
  .wysiwyg-content h1, .panel-section-info-rich-text h1,
  .wysiwyg-editor h1 {
    font-size: 30px;
  }
  /* line 2344, app/assets/stylesheets/app.css */
  .wysiwyg-content h2, .panel-section-info-rich-text h2,
  .wysiwyg-editor h2 {
    font-size: 24px;
  }
  /* line 2347, app/assets/stylesheets/app.css */
  .wysiwyg-content h3, .panel-section-info-rich-text h3,
  .wysiwyg-editor h3 {
    font-size: 18px;
  }
  /* line 2350, app/assets/stylesheets/app.css */
  .wysiwyg-content h4, .panel-section-info-rich-text h4,
  .wysiwyg-editor h4 {
    font-size: 14px;
  }
  /* line 2353, app/assets/stylesheets/app.css */
  .wysiwyg-content h5, .panel-section-info-rich-text h5,
  .wysiwyg-editor h5 {
    font-size: 10px;
  }
  /* line 2356, app/assets/stylesheets/app.css */
  .wysiwyg-content h6, .panel-section-info-rich-text h6,
  .wysiwyg-editor h6 {
    font-size: 8px;
  }
}

/* line 2360, app/assets/stylesheets/app.css */
.wysiwyg-content.paragraph-indent p, .paragraph-indent.panel-section-info-rich-text p {
  text-indent: 2em;
}

/*==================================
=            Popup SCSS            =
==================================*/
/*----------  MAGNIFIC POPUP  ----------*/
/* line 2367, app/assets/stylesheets/app.css */
.white-popup {
  position: relative;
  background-color: #fff;
  padding: 25px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
/* line 2378, app/assets/stylesheets/app.css */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2382, app/assets/stylesheets/app.css */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 2386, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 2389, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 2392, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2394, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 2397, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
/* line 2403, app/assets/stylesheets/app.css */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2407, app/assets/stylesheets/app.css */
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

/* line 2412, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 2415, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* line 2418, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2420, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

/* line 2423, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
/* line 2429, app/assets/stylesheets/app.css */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2433, app/assets/stylesheets/app.css */
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

/* line 2437, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

/* line 2440, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

/* line 2443, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2445, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

/* line 2448, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
/* line 2454, app/assets/stylesheets/app.css */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2458, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

/* line 2460, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

/* line 2464, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* line 2467, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

/* line 2470, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2472, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

/* line 2475, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
/* line 2481, app/assets/stylesheets/app.css */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2485, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

/* line 2487, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

/* line 2492, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 2495, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

/* line 2498, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2500, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

/* line 2503, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
/* line 2509, app/assets/stylesheets/app.css */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2513, app/assets/stylesheets/app.css */
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

/* line 2517, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 2520, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 2523, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2525, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

/* line 2528, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2557, app/assets/stylesheets/app.css */
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* line 2561, app/assets/stylesheets/app.css */
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}

/* line 2565, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 2568, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2571, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 1024px) {
  /* line 2575, app/assets/stylesheets/app.css */
  .modal-bigger .modal-dialog {
    width: 800px;
  }
}

/* line 2578, app/assets/stylesheets/app.css */
.modal-promo .modal-content::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -15px;
  right: 80px;
}

/* line 2590, app/assets/stylesheets/app.css */
.modal-promo .modal-dialog {
  width: 500px;
  margin-top: 170px;
  left: 15px;
}

/* line 2595, app/assets/stylesheets/app.css */
.modal-promo .modal-header {
  border: none;
  padding-bottom: 0;
}

/* line 2598, app/assets/stylesheets/app.css */
.modal-promo .modal-header h3 {
  font-weight: bold;
}

/* line 2601, app/assets/stylesheets/app.css */
.modal-promo .modal-body {
  padding: 15px;
}

/* line 2604, app/assets/stylesheets/app.css */
.modal-promo .modal-footer {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 2608, app/assets/stylesheets/app.css */
  .modal-promo .modal-content::before {
    display: none;
  }
  /* line 2610, app/assets/stylesheets/app.css */
  .modal-promo .modal-dialog {
    width: auto;
    margin-top: 15px;
    left: 0;
  }
}

/*==============================
=            Toggle            =
==============================*/
/* line 2618, app/assets/stylesheets/app.css */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding-top: 5px;
}

/* line 2624, app/assets/stylesheets/app.css */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}

/* line 2636, app/assets/stylesheets/app.css */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* line 2645, app/assets/stylesheets/app.css */
.toggle .toggleta {
  font-weight: bold;
}

/* line 2648, app/assets/stylesheets/app.css */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}

/* line 2652, app/assets/stylesheets/app.css */
.toggle .toggleta i.toggle-open {
  display: block;
}

/* line 2655, app/assets/stylesheets/app.css */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px;
  margin-top: 25px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 2663, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 2674, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2678, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 2683, app/assets/stylesheets/app.css */
.toggle.toggle-border {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2690, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2693, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglec {
  padding: 0 15px 15px 36px;
}

/* line 2695, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/*=================================
=            Accordion            =
=================================*/
/* line 2703, app/assets/stylesheets/app.css */
.accordion {
  margin-bottom: 20px;
}

/* line 2706, app/assets/stylesheets/app.css */
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px;
}

/* line 2719, app/assets/stylesheets/app.css */
.acctitlec {
  cursor: auto;
}

/* line 2722, app/assets/stylesheets/app.css */
.acctitle:first-child {
  border-top: none;
}

/* line 2725, app/assets/stylesheets/app.css */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}

/* line 2734, app/assets/stylesheets/app.css */
.acctitle .fa {
  float: right;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 5px;
}

/* line 2741, app/assets/stylesheets/app.css */
.acctitle .fa-plus {
  display: inline-block;
}

/* line 2744, app/assets/stylesheets/app.css */
.acctitle .fa-minus {
  display: none;
}

/* line 2747, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-plus {
  display: none;
}

/* line 2750, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-minus {
  display: inline-block;
}

/* line 2753, app/assets/stylesheets/app.css */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}

/* line 2757, app/assets/stylesheets/app.css */
.acctitlec i.acc-open {
  display: block;
}

/* line 2760, app/assets/stylesheets/app.css */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 2767, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 10px 20px 10px 36px;
  margin-bottom: 5px;
  border-top: 0;
  border-radius: 15px;
}

/* line 2776, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 50px;
}

/* line 2780, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 30px 36px;
  color: #fff;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 2786, app/assets/stylesheets/app.css */
.accordion.accordion-border {
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2793, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
  border-color: #CCC;
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 2798, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 2801, app/assets/stylesheets/app.css */
.accordion.accordion-border .acc_content {
  padding: 0 15px 15px 36px;
}

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 2806, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400;
}

/* line 2811, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 64px;
}

/* line 2816, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px;
}

@media (min-width: 768px) {
  /* line 2820, app/assets/stylesheets/app.css */
  .panel-hierarchy {
    width: 700px;
    margin: 0 auto;
  }
  /* line 2823, app/assets/stylesheets/app.css */
  .share-button ul > li .btn {
    padding: 12px;
  }
  /* line 2825, app/assets/stylesheets/app.css */
  .share-button ul > li:nth-child(2) .btn {
    border-top: none;
  }
}

@media (max-width: 767px) {
  /* line 2829, app/assets/stylesheets/app.css */
  #scroller {
    display: none;
  }
  /* line 2831, app/assets/stylesheets/app.css */
  .main-banner {
    padding-bottom: 5px;
  }
  /* line 2833, app/assets/stylesheets/app.css */
  .video-content {
    margin-bottom: 10px;
  }
  /* line 2835, app/assets/stylesheets/app.css */
  .layout-caption .caption-middle {
    text-align: center;
  }
  /* line 2837, app/assets/stylesheets/app.css */
  .slider-default .slider-image img {
    max-height: 300px;
    height: auto;
    max-width: 90%;
  }
  /* line 2841, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption {
    width: 37%;
  }
  /* line 2843, app/assets/stylesheets/app.css */
  .main-banner-caption.pos-center-right {
    right: 5%;
  }
  /* line 2845, app/assets/stylesheets/app.css */
  .main-banner-caption.pos-center-left {
    top: 45%;
    left: 5%;
  }
  /* line 2848, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption .title {
    font-weight: bold;
  }
  /* line 2850, app/assets/stylesheets/app.css */
  .main-banner-image-v2 .main-banner-caption p {
    font-size: 11px;
  }
  /* line 2852, app/assets/stylesheets/app.css */
  .featured-image {
    width: 100%;
    max-width: 100% !important;
  }
  /* line 2855, app/assets/stylesheets/app.css */
  .btn-flip {
    margin-bottom: 10px;
  }
  /* line 2857, app/assets/stylesheets/app.css */
  .share-button {
    position: relative;
    margin-top: 30px;
    top: 0;
    right: 0;
    width: auto;
  }
  /* line 2863, app/assets/stylesheets/app.css */
  .share-button ul > li {
    display: inline-block;
  }
  /* line 2865, app/assets/stylesheets/app.css */
  .share-button ul > li:last-child .btn {
    border-top: 1px solid #000;
  }
  /* line 2867, app/assets/stylesheets/app.css */
  .share-button ul > li .btn {
    padding: 12px;
  }
  /* line 2869, app/assets/stylesheets/app.css */
  .slick-initialized .slick-slide {
    padding: 0;
  }
  /* line 2871, app/assets/stylesheets/app.css */
  .panel-hierarchy .panel-hierarchy-inverse .panel-hierarchy-image > img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 2875, app/assets/stylesheets/app.css */
  .panel-hierarchy .panel-hierarchy-image > img {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2878, app/assets/stylesheets/app.css */
  .panel-hierarchy .year {
    text-align: center;
  }
  /* line 2880, app/assets/stylesheets/app.css */
  .panel-hierarchy .detail-text {
    text-align: center;
  }
}

/*----------  Block Section  ----------*/
/* line 2884, app/assets/stylesheets/app.css */
::selection {
  background: #b38c2d;
  color: #FFF;
  text-shadow: none;
}

/* line 2889, app/assets/stylesheets/app.css */
::-moz-selection {
  background: #b38c2d;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

/* line 2895, app/assets/stylesheets/app.css */
::-webkit-selection {
  background: #b38c2d;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

/* line 2901, app/assets/stylesheets/app.css */
:active,
:focus {
  outline: none !important;
}

/* line 2905, app/assets/stylesheets/app.css */
body {
  position: relative;
}

/* line 2908, app/assets/stylesheets/app.css */
.center, .slider-default .slider-image, .slider-best-seller, .panel-hierarchy .panel-hierarchy-center {
  text-align: center;
}

/* line 2910, app/assets/stylesheets/app.css */
.center > img, .slider-default .slider-image > img, .slider-best-seller > img, .panel-hierarchy .panel-hierarchy-center > img {
  display: block;
  margin: auto;
}

/* line 2914, app/assets/stylesheets/app.css */
ul.list-inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 2918, app/assets/stylesheets/app.css */
.circle {
  border-radius: 50% !important;
}

/* line 2921, app/assets/stylesheets/app.css */
.logo-ecommerce img {
  max-width: 200px;
}

/* line 2924, app/assets/stylesheets/app.css */
.bar-float {
  background-color: #f5f5f5;
  padding: 20px 0;
}

/* line 2927, app/assets/stylesheets/app.css */
.bar-float .btn.block {
  padding: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  width: 100%;
}

/* line 2934, app/assets/stylesheets/app.css */
.bar-float .form-control,
.bar-float .input-group-btn .btn {
  font-family: "Work Sans", sans-serif;
  height: 40px;
  padding: 3px 10px;
  font-size: 12px;
}

/* line 2940, app/assets/stylesheets/app.css */
.bar-float label {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/* line 2944, app/assets/stylesheets/app.css */
.bar-float.fixed, .bar-float.affix, .bar-float.affix-top {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 9999;
}

/* line 2951, app/assets/stylesheets/app.css */
.bar-float.affix-bottom {
  position: relative !important;
}

@media (max-width: 767px) {
  /* line 2954, app/assets/stylesheets/app.css */
  .bar-float .form-group {
    margin-top: 15px;
  }
}

/* line 2957, app/assets/stylesheets/app.css */
.bar-container {
  position: relative;
  z-index: 5;
}

/* line 2960, app/assets/stylesheets/app.css */
.bar-container .btn-close-promo {
  position: absolute;
  top: 0px;
  right: 15px;
}

/* line 2965, app/assets/stylesheets/app.css */
.bar-promotion-content {
  position: absolute;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
  top: auto;
  bottom: -500px;
  opacity: 0;
  visibility: hidden;
  padding: 30px 20px;
  background-color: #fff;
  z-index: -1;
  border-top: 1px solid #a4a4a4;
}

/* line 2981, app/assets/stylesheets/app.css */
.bar-promotion-content.open {
  opacity: 1;
  visibility: visible;
}

/* line 2985, app/assets/stylesheets/app.css */
.promo-item .promo-title {
  margin: 5px 0 30px;
}

/* line 2988, app/assets/stylesheets/app.css */
.promo-item .promo-resume {
  margin-bottom: 20px;
}

/* line 2991, app/assets/stylesheets/app.css */
.promo-item .promo-link {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 767px) {
  /* line 2996, app/assets/stylesheets/app.css */
  .promo-item .promo-title {
    margin: 10px 0 10px;
  }
  /* line 2998, app/assets/stylesheets/app.css */
  .promo-item .promo-resume {
    margin-bottom: 5px;
  }
}

/* line 3001, app/assets/stylesheets/app.css */
.vertical-nav {
  position: fixed;
  top: 50%;
  right: 20px;
}

/* line 3005, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs {
  border-bottom: none;
}

/* line 3007, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li {
  display: block;
  float: none;
}

/* line 3010, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li > a {
  background-color: transparent;
  border: none;
  padding: 5px 5px;
}

/* line 3014, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li > a:hover, .vertical-nav .nav-tabs > li > a:active, .vertical-nav .nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  color: #b38c2d;
}

/* line 3018, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li.active {
  border: none;
}

/* line 3020, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li.active > a {
  border: none;
  color: #c1c1c1;
}

/* line 3023, app/assets/stylesheets/app.css */
.vertical-nav .nav-tabs > li.active > a:hover, .vertical-nav .nav-tabs > li.active > a:active, .vertical-nav .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: none;
}

/* line 3027, app/assets/stylesheets/app.css */
.nav-step {
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

/* line 3035, app/assets/stylesheets/app.css */
.nav-step > li {
  float: none;
  display: inline-block;
  position: relative;
}

/* line 3039, app/assets/stylesheets/app.css */
.nav-step > li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #000;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3053, app/assets/stylesheets/app.css */
.nav-step > li:last-child {
  border-right: none;
  padding-right: 0;
}

/* line 3056, app/assets/stylesheets/app.css */
.nav-step > li:last-child:after {
  display: none;
}

/* line 3058, app/assets/stylesheets/app.css */
.nav-step > li > a {
  font-size: 18px;
  padding: 10px 30px;
  margin: 0;
  background-color: transparent;
  border-color: transparent;
  color: #dedede;
}

/* line 3065, app/assets/stylesheets/app.css */
.nav-step > li > a:hover, .nav-step > li > a:focus, .nav-step > li > a:active {
  background-color: transparent;
  border-color: transparent;
}

/* line 3068, app/assets/stylesheets/app.css */
.nav-step > li.active > a {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

/* line 3072, app/assets/stylesheets/app.css */
.nav-step > li.active > a:hover, .nav-step > li.active > a:focus, .nav-step > li.active > a:active {
  background-color: transparent;
  border-color: transparent;
}

/* line 3076, app/assets/stylesheets/app.css */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

/* line 3079, app/assets/stylesheets/app.css */
.breadcrumb > li > a {
  color: #000;
}

/* line 3081, app/assets/stylesheets/app.css */
.breadcrumb > li + li:before {
  content: '>';
}

/* line 3084, app/assets/stylesheets/app.css */
.product-detail h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

/* line 3089, app/assets/stylesheets/app.css */
.product-name {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* line 3095, app/assets/stylesheets/app.css */
.product-price {
  margin-bottom: 20px;
}

/* line 3097, app/assets/stylesheets/app.css */
.product-price p {
  font-size: 30px;
  margin-top: -5px;
}

/* line 3100, app/assets/stylesheets/app.css */
.product-price sup {
  font-size: 50%;
  position: relative;
  top: -9px;
  font-weight: 600;
  margin-right: -5px;
}

/* line 3107, app/assets/stylesheets/app.css */
.product-share {
  margin-top: 20px;
}

/* line 3109, app/assets/stylesheets/app.css */
.product-share a {
  color: #000;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  line-height: 50px;
  text-align: center;
}

/* line 3117, app/assets/stylesheets/app.css */
.product-share a:hover, .product-share a:focus {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

/* line 3121, app/assets/stylesheets/app.css */
.product-share .fa {
  font-size: 22px;
}

/* line 3124, app/assets/stylesheets/app.css */
.item-search {
  margin-top: 10px;
  padding: 20px 0px;
  border-top: 1px solid #000;
}

/* line 3128, app/assets/stylesheets/app.css */
.item-search .clearfix, .item-search .section, .item-search .generic-content-side, .item-search .header, .item-search .navbar-megamenu .menu-list, .navbar-megamenu .item-search .menu-list, .item-search .list-group-item, .item-search .accordion, .item-search .item-search, .item-search .color-pallete, .item-search .panel-hierarchy, .item-search .panel-hierarchy-list {
  margin-bottom: 20px;
}

/* line 3131, app/assets/stylesheets/app.css */
.item-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}

/* line 3142, app/assets/stylesheets/app.css */
.item-product .item-img {
  flex: 0 120px;
}

/* line 3144, app/assets/stylesheets/app.css */
.item-product .item-caption {
  flex: 1 100%;
}

/* line 3147, app/assets/stylesheets/app.css */
.item-img {
  width: 90px;
}

/* line 3149, app/assets/stylesheets/app.css */
.item-img img {
  width: 100%;
}

/* line 3152, app/assets/stylesheets/app.css */
.item-caption {
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.2;
}

/* line 3157, app/assets/stylesheets/app.css */
.table-product .lead {
  font-size: 18px;
  font-weight: 600;
}

/* line 3161, app/assets/stylesheets/app.css */
.table-product tbody > tr > td {
  vertical-align: middle;
}

/* line 3164, app/assets/stylesheets/app.css */
.color-pallete {
  margin-bottom: 20px;
}

/* line 3166, app/assets/stylesheets/app.css */
.color-pallete > .color-pallete-list {
  float: left;
  position: relative;
  margin: 15px 20px 15px 0;
}

/* line 3170, app/assets/stylesheets/app.css */
.color-pallete > .color-pallete-list > span.bordered {
  border: 1px solid #e5e5e5;
}

/* line 3172, app/assets/stylesheets/app.css */
.color-pallete-circle .color-pallete-list {
  margin-right: 5px;
}

/* line 3174, app/assets/stylesheets/app.css */
.color-pallete-circle .color-pallete-list > span {
  width: 25px;
  height: 25px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 50%;
}

/* line 3180, app/assets/stylesheets/app.css */
.color-pallete-circle .color-pallete-list > span:nth-child(2), .color-pallete-circle .color-pallete-list > span:nth-child(3), .color-pallete-circle .color-pallete-list > span:nth-child(4), .color-pallete-circle .color-pallete-list > span:nth-child(5) {
  display: none !important;
}

/* line 3182, app/assets/stylesheets/app.css */
.color-pallete-1 .color-pallete-list > span:nth-child(2), .color-pallete-1 .color-pallete-list > span:nth-child(3), .color-pallete-1 .color-pallete-list > span:nth-child(4), .color-pallete-1 .color-pallete-list > span:nth-child(5) {
  display: none;
}

/* line 3184, app/assets/stylesheets/app.css */
.color-pallete-2 .color-pallete-list > span:nth-child(3), .color-pallete-2 .color-pallete-list > span:nth-child(4), .color-pallete-2 .color-pallete-list > span:nth-child(5) {
  display: none;
}

/* line 3186, app/assets/stylesheets/app.css */
.color-pallete-3 .color-pallete-list > span:nth-child(4), .color-pallete-3 .color-pallete-list > span:nth-child(5) {
  display: none;
}

/* line 3188, app/assets/stylesheets/app.css */
.color-pallete-4 .color-pallete-list > span:nth-child(5) {
  display: none;
}

/* line 3191, app/assets/stylesheets/app.css */
.color-pallete-list {
  cursor: pointer;
  display: block;
  background-color: transparent;
  box-shadow: none;
  outline: 0 !important;
  padding: 0;
}

/* line 3198, app/assets/stylesheets/app.css */
.color-pallete-list.active {
  opacity: 1;
}

/* line 3200, app/assets/stylesheets/app.css */
.color-pallete-list.active, .color-pallete-list:focus, .color-pallete-list:active {
  box-shadow: none;
}

/* line 3202, app/assets/stylesheets/app.css */
.color-pallete-list > span {
  width: 20px;
  height: 22px;
  float: left;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* line 3212, app/assets/stylesheets/app.css */
.color-pallete-list.active > span {
  box-shadow: 0 0 3px 2px #000;
}

/* line 3215, app/assets/stylesheets/app.css */
.panel-section-skincare {
  background-color: #FBF2ED;
}

/* line 3218, app/assets/stylesheets/app.css */
.panel-section-makeup {
  background-color: #EEE0E0;
}

/* line 3221, app/assets/stylesheets/app.css */
.panel-section-info-top {
  margin: 15px auto;
  padding-bottom: 15px;
}

/* line 3224, app/assets/stylesheets/app.css */
.panel-section-info-top > img {
  max-height: 500px;
}

/* line 3226, app/assets/stylesheets/app.css */
.panel-section-info-top .main-title {
  font-size: 30px;
}

/* line 3228, app/assets/stylesheets/app.css */
.panel-section-info-top .legend-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}

/* line 3232, app/assets/stylesheets/app.css */
.panel-section-info-rich-text {
  margin: 15px 0;
}

/* line 3234, app/assets/stylesheets/app.css */
.panel-section-info-rich-text p {
  margin-bottom: 20px;
}

/* line 3237, app/assets/stylesheets/app.css */
.panel-section-info .featured-image {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
}

/* line 3241, app/assets/stylesheets/app.css */
.panel-section-info .featured-image img {
  max-width: 100%;
  margin: 0 !important;
}

/* line 3245, app/assets/stylesheets/app.css */
.panel-hierarchy {
  position: relative;
  padding: 20px 20px 0;
}

/* line 3248, app/assets/stylesheets/app.css */
.panel-hierarchy:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}

/* line 3259, app/assets/stylesheets/app.css */
.panel-hierarchy [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 3262, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-image > img {
  display: block;
  margin: 0 0 0 auto;
  margin-left: 45px;
  margin-bottom: 15px;
}

/* line 3267, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-inverse .panel-hierarchy-image {
  float: right !important;
}

/* line 3269, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-inverse .panel-hierarchy-image > img {
  display: block;
  margin: 0 auto 0 0;
  margin-left: -45px;
}

/* line 3273, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-inverse .panel-hierarchy-text {
  text-align: right;
}

/* line 3275, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-center .panel-hierarchy-image {
  background-color: #fff;
}

/* line 3277, app/assets/stylesheets/app.css */
.panel-hierarchy .panel-hierarchy-center .panel-hierarchy-image > img {
  float: none !important;
  margin-left: 0;
}

/* line 3280, app/assets/stylesheets/app.css */
.panel-hierarchy .year {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3283, app/assets/stylesheets/app.css */
.panel-hierarchy .detail-text {
  font-size: 18px;
}

/* line 3286, app/assets/stylesheets/app.css */
.panel-hierarchy-list {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* line 3291, app/assets/stylesheets/app.css */
.panel-hierarchy-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 3294, app/assets/stylesheets/app.css */
.panel-hierarchy-list:last-child:after {
  display: none;
}

/* line 3296, app/assets/stylesheets/app.css */
.panel-hierarchy-list:before, .panel-hierarchy-list:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 3308, app/assets/stylesheets/app.css */
.panel-hierarchy-list:before {
  top: -20px;
}

/* line 3310, app/assets/stylesheets/app.css */
.panel-hierarchy-list:after {
  bottom: -20px;
}

/* line 3313, app/assets/stylesheets/app.css */
.filter-panel-parent {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

/* line 3317, app/assets/stylesheets/app.css */
.filter-panel-parent .filter-panel {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* line 3321, app/assets/stylesheets/app.css */
.filter-panel-parent .filter-panel ul li {
  margin: 0 0 5px;
  padding: 5px 10px;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  /* line 3326, app/assets/stylesheets/app.css */
  .filter-panel-parent .filter-panel {
    margin-bottom: 15px;
  }
}

/* line 3329, app/assets/stylesheets/app.css */
.filter-panel {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

/* line 3334, app/assets/stylesheets/app.css */
.filter-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3338, app/assets/stylesheets/app.css */
.filter-panel ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

/* line 3342, app/assets/stylesheets/app.css */
.filter-panel ul > li > a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

/* line 3346, app/assets/stylesheets/app.css */
.filter-panel ul > li > a.is-checked {
  font-weight: bold;
}

/* line 3348, app/assets/stylesheets/app.css */
.filter-panel .lead {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 3352, app/assets/stylesheets/app.css */
  .filter-panel {
    float: none !important;
    text-align: left !important;
  }
  /* line 3355, app/assets/stylesheets/app.css */
  .filter-panel .lead {
    text-align: left;
  }
  /* line 3357, app/assets/stylesheets/app.css */
  .filter-panel .text-right {
    text-align: left !important;
  }
}

/* line 3360, app/assets/stylesheets/app.css */
.embed-responsive {
  margin-bottom: 30px;
}

/* line 3363, app/assets/stylesheets/app.css */
.loading-content {
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: .5;
}

/* line 3372, app/assets/stylesheets/app.css */
.store-locator {
  padding: 40px 0;
}

/* line 3374, app/assets/stylesheets/app.css */
.store-locator #gmap-canvas {
  height: 550px;
}

@media (max-width: 767px) {
  /* line 3377, app/assets/stylesheets/app.css */
  .store-locator {
    padding: 20px 0;
  }
  /* line 3379, app/assets/stylesheets/app.css */
  .store-locator [class*="col-"] {
    width: 100%;
  }
  /* line 3381, app/assets/stylesheets/app.css */
  .store-locator #gmap-canvas {
    height: 320px;
    margin-top: 25px;
  }
}

/* line 3385, app/assets/stylesheets/app.css */
.map-list {
  padding: 15px;
  margin-top: 5px;
  background-color: #dedede;
  max-height: 415px;
  overflow: auto;
}

/* line 3391, app/assets/stylesheets/app.css */
.map-list ul {
  list-style: none;
}

/* line 3393, app/assets/stylesheets/app.css */
.map-list ul > li {
  margin-bottom: 10px;
  line-height: 1;
}

/* line 3396, app/assets/stylesheets/app.css */
.map-list ul > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 3400, app/assets/stylesheets/app.css */
.map-list ul > li > a:hover, .map-list ul > li > a:focus {
  color: #b38c2d;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 3404, app/assets/stylesheets/app.css */
  .map-list {
    margin-top: 10px;
  }
}

/* line 3407, app/assets/stylesheets/app.css */
.morelink {
  display: block;
}

/* line 3410, app/assets/stylesheets/app.css */
.featured-image {
  right: 40%;
}

/* line 3412, app/assets/stylesheets/app.css */
.featured-image img {
  display: none;
  max-width: 500px;
}

/* line 3415, app/assets/stylesheets/app.css */
.featured-image[data-image="img-1"] img:nth-child(1) {
  display: block;
}

/* line 3417, app/assets/stylesheets/app.css */
.featured-image[data-image="img-2"] img:nth-child(2) {
  display: block;
}

/* line 3419, app/assets/stylesheets/app.css */
.featured-image[data-image="img-3"] img:nth-child(3) {
  display: block;
}

/* line 3421, app/assets/stylesheets/app.css */
.featured-image[data-image="img-4"] img:nth-child(4) {
  display: block;
}

/* line 3423, app/assets/stylesheets/app.css */
.featured-image[data-image="img-5"] img:nth-child(5) {
  display: block;
}

/* line 3425, app/assets/stylesheets/app.css */
.featured-image[data-image="img-6"] img:nth-child(6) {
  display: block;
}

/* line 3427, app/assets/stylesheets/app.css */
.featured-image[data-image="img-7"] img:nth-child(7) {
  display: block;
}

/* line 3429, app/assets/stylesheets/app.css */
.featured-image[data-image="img-8"] img:nth-child(8) {
  display: block;
}

/* line 3431, app/assets/stylesheets/app.css */
.featured-image[data-image="img-9"] img:nth-child(9) {
  display: block;
}

/* line 3433, app/assets/stylesheets/app.css */
.featured-image[data-image="img-10"] img:nth-child(10) {
  display: block;
}

@media (max-width: 767px) {
  /* line 3436, app/assets/stylesheets/app.css */
  .featured-image {
    right: 0;
  }
  /* line 3438, app/assets/stylesheets/app.css */
  .featured-image img {
    max-width: 100%;
  }
}

/* line 3441, app/assets/stylesheets/app.css */
.video-content {
  text-align: center;
}

/* line 3443, app/assets/stylesheets/app.css */
.video-content video {
  margin: auto;
}

/* line 3446, app/assets/stylesheets/app.css */
.feature-image-video .image-link-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 3450, app/assets/stylesheets/app.css */
.feature-image-video .image-link-video img {
  max-height: 40px;
}

/* line 3453, app/assets/stylesheets/app.css */
.promo-code {
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  background-color: #ccc;
  border: 2px dashed black;
  border-radius: 10px;
}

/* line 3464, app/assets/stylesheets/app.css */
.section-discover-skin .bg-img-cover {
  min-height: 250px;
  background-position: top right;
}

/* line 3468, app/assets/stylesheets/app.css */
.section-discover-skin .form-control {
  background-color: transparent;
}

/* line 3471, app/assets/stylesheets/app.css */
.section-discover-skin .button-back {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  /* line 3477, app/assets/stylesheets/app.css */
  .section-discover-skin .bg-img-cover {
    background-position: 50% 0%;
  }
  /* line 3479, app/assets/stylesheets/app.css */
  .section-discover-skin .bg-img-cover .valign-center {
    left: 15px;
    right: auto;
    width: 125px;
  }
  /* line 3483, app/assets/stylesheets/app.css */
  .section-discover-skin .bg-img-cover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 3491, app/assets/stylesheets/app.css */
  .section-discover-skin .bg-top-left .valign-center {
    right: 15px;
    left: auto;
  }
}

/* line 3495, app/assets/stylesheets/app.css */
.panel-skincare,
.panel-makeup {
  padding: 20px;
}

/*----------  PAGES  ----------*/
/*================================
=            Homepage            =
================================*/
/*===================================
=            Detail Page            =
===================================*/
/*----------  THEMES  ----------*/

/*# sourceMappingURL=core.css.map */
