/**
 *
 * APP SCSS
 *
 */
/*----------  HELPERS  ----------*/
/*===============================
=            Extends            =
===============================*/
/* line 10, app/assets/stylesheets/app.css */
.text-decoration-none, .card-std a, .wysiwyg-content a, .panel-promo {
  text-decoration: none;
}

/* line 12, app/assets/stylesheets/app.css */
.text-decoration-none:hover, .card-std a:hover, .wysiwyg-content a:hover, .panel-promo:hover, .text-decoration-none:focus, .card-std a:focus, .wysiwyg-content a:focus, .panel-promo:focus, .text-decoration-none:active, .card-std a:active, .wysiwyg-content a:active, .panel-promo:active {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/app.css */
.valign-center, .section-banner .caption-banner, .card-product .card-image::before, .bubble-center-left, .bubble-center-center, .bubble-center-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

/* line 29, app/assets/stylesheets/app.css */
.underline-effect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #ff90bf;
  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 48, 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            =
===================================*/
/* line 59, app/assets/stylesheets/app.css */
.clearfix:before, .list-inline-product-category:before, .card-product .card-body:before, .accordion:before, .clearfix:after, .list-inline-product-category:after, .card-product .card-body:after, .accordion:after {
  content: " ";
  display: table;
}

/* line 63, app/assets/stylesheets/app.css */
.clearfix:after, .list-inline-product-category:after, .card-product .card-body:after, .accordion:after {
  clear: both;
}

/* line 66, app/assets/stylesheets/app.css */
.center, .section-banner-title-std, .wysiwyg-head {
  text-align: center;
}

/* line 68, app/assets/stylesheets/app.css */
.center > img, .section-banner-title-std > img, .wysiwyg-head > img {
  display: block;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 228, 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 235, app/assets/stylesheets/app.css */
.nopadding {
  padding: 0 !important;
}

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

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

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

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

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

/* line 253, 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 260, app/assets/stylesheets/app.css */
.hidden {
  display: none !important;
}

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

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

/* line 270, app/assets/stylesheets/app.css */
.center, .section-banner-title-std, .wysiwyg-head {
  text-align: center !important;
}

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

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

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

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

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

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

/* line 294, app/assets/stylesheets/app.css */
.bg-secondary {
  background-color: #31b6ee;
}

/* line 297, app/assets/stylesheets/app.css */
.bg-light-blue {
  background-color: #c3edff;
}

/* line 300, app/assets/stylesheets/app.css */
.bg-purple {
  background-color: #d0b4e8;
}

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

/* line 306, app/assets/stylesheets/app.css */
.text-alternate {
  color: #31b6ee;
}

/* line 309, app/assets/stylesheets/app.css */
.text-dark {
  color: #000;
}

/* line 312, app/assets/stylesheets/app.css */
.text-light {
  color: #fff;
}

/* line 315, app/assets/stylesheets/app.css */
.img-responsive {
  max-width: 100%;
}

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

/* line 321, app/assets/stylesheets/app.css */
.iframe-full {
  width: 100% !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 334, 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 349, app/assets/stylesheets/app.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 355, 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 367, 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 377, app/assets/stylesheets/app.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 386, 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 393, 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 405, 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 417, 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 427, 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 435, 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 446, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 453, 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 461, 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 472, app/assets/stylesheets/app.css */
dfn {
  font-style: italic;
}

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

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

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

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

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

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

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

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

/**
 * Hide the overflow in IE.
 */
/* line 530, 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 539, 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 557, 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 566, 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 576, 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 586, 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 596, 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 605, 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 616, 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 634, app/assets/stylesheets/app.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 643, 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 650, 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 660, 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 668, 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 677, 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 685, 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 697, app/assets/stylesheets/app.css */
details,
menu {
  display: block;
}

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

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

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

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

/*==================================
=            Typography            =
==================================*/
@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format(truetype);
}

@font-face {
  font-family: "Poppins-Extra";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format(truetype);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format(truetype);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format(truetype);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format(truetype);
}
/* line 756, app/assets/stylesheets/app.css */
body {
  font-family: "Poppins-Regular", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #757575;
}

/*----------  Heading  ----------*/
/* line 763, app/assets/stylesheets/app.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-Bold", sans-serif;
  color: #003185;
}

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

/* line 779, app/assets/stylesheets/app.css */
a {
  color: #003185;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}

/* line 786, app/assets/stylesheets/app.css */
a:hover, a:focus {
  color: #31b6ee;
}

/* line 789, app/assets/stylesheets/app.css */
strong,
b {
  font-family: "Poppins-Bold", sans-serif !important;
}

/* line 793, app/assets/stylesheets/app.css */
.light-font {
  font-family: "Poppins-Regular", sans-serif !important;
}

.medium-font {
  font-family: "Poppins-Medium", sans-serif !important;
  color: #003185;
}

/* line 796, app/assets/stylesheets/app.css */
.thin-font {
  font-family: "Poppins-Regular", sans-serif !important;
}

/* line 799, app/assets/stylesheets/app.css */
.extra-large {
  font-size: 6rem;
}

@media (max-width: 767px) {
  /* line 802, app/assets/stylesheets/app.css */
  .extra-large {
    font-size: 3rem;
  }
}

/* line 805, app/assets/stylesheets/app.css */
.section-title {
  text-align: center;
  color: #e0cca4;
  margin-bottom: 2rem;
}

/* line 809, app/assets/stylesheets/app.css */
.section-title span {
  /* display: block;
  text-indent: 12%; */
  line-height: .5;
}

/* line 813, app/assets/stylesheets/app.css */
.section-title .extra-large {
  font-size: 3rem;
}

@media (max-width: 767px) {
  /* line 816, app/assets/stylesheets/app.css */
  .section-title {
    margin-bottom: 1rem;
  }
  /* line 818, app/assets/stylesheets/app.css */
  .section-title .extra-large {
    font-size: 2em;
  }
}

/* line 821, app/assets/stylesheets/app.css */
.section-title-std h1 {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 3rem;
  margin-top: .5rem;
}

/* line 825, app/assets/stylesheets/app.css */
.section-title-std h1 strong {
  font-family: "Poppins-Bold", sans-serif;
}

/* line 828, app/assets/stylesheets/app.css */
.section-title-std:before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #e0cca4;
  margin: 0 auto .5rem;
}

/* line 836, app/assets/stylesheets/app.css */
.section-title-std.noborder::before {
  display: none;
}

@media (max-width: 767px) {
  /* line 840, app/assets/stylesheets/app.css */
  .section-title-std h1 {
    font-size: 2rem;
  }
  /* line 842, app/assets/stylesheets/app.css */
  .section-title-std:before {
    width: 100px;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

/* line 881, app/assets/stylesheets/app.css */
.main-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  /* line 884, app/assets/stylesheets/app.css */
  .main-wrapper {
    padding-top: 1rem;
  }
}

/* line 887, app/assets/stylesheets/app.css */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

/* line 895, app/assets/stylesheets/app.css */
.section-ornament {
  position: relative;
}

/* line 897, app/assets/stylesheets/app.css */
.section-ornament::before, .section-ornament::after {
  content: '';
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -9;
}

/* line 905, app/assets/stylesheets/app.css */
.section-ornament::before {
  background-image: url("../images/ornament-1.png");
  top: 1rem;
  left: 0;
  width: 350px;
  height: 525px;
}

/* line 911, app/assets/stylesheets/app.css */
.section-ornament::after {
  background-image: url("../images/ornament-2.png");
  bottom: 1rem;
  right: 0;
  width: 350px;
  height: 400px;
}

/*==============================
=            Header            =
==============================*/
/* line 921, app/assets/stylesheets/app.css */
.navbar-std {
  font-family: "Poppins-Black", sans-serif;
  background-color: #fff;
  font-size: 16px;
  z-index: 9999;
  width: 100%;
  position: fixed;
  -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;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

/* line 931, app/assets/stylesheets/app.css */
.navbar-std.navbar-scrolled {
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 935, app/assets/stylesheets/app.css */
.navbar-std.navbar-scrolled .navbar-brand img {
  position: relative;
  top: 1.5rem;
  max-width: 100px;
}

@media (max-width: 767px) {
  /* line 940, app/assets/stylesheets/app.css */
  .navbar-std.navbar-scrolled .navbar-brand img {
    position: absolute;
    max-width: 90px;
  }
  /* line 943, app/assets/stylesheets/app.css */
  .navbar-std.navbar-scrolled .navbar-collapse {
    padding-top: 4rem;
  }
}

/* line 945, app/assets/stylesheets/app.css */
.navbar-std .navbar-brand img {
  position: relative;
  max-width: 120px;
  -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;
}

@media (min-width: 1024px) {
  /* line 955, app/assets/stylesheets/app.css */
  .navbar-std .navbar-brand,
  .navbar-std .navbar-icon {
    width: 220px;
  }
}

/* line 958, app/assets/stylesheets/app.css */
.navbar-std .navbar-collapse {
  flex-grow: 0;
}

/* line 960, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item {
  margin: 0 .5rem;
}

/* line 962, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item.active .nav-link {
  color: #31b6ee;
}

/* line 964, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item.active .nav-link:hover, .navbar-std .navbar-nav .nav-item.active .nav-link:focus {
  color: #31b6ee;
}

/* line 966, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-link {
  color: #ff90bf;
}

/* line 968, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-link:hover, .navbar-std .navbar-nav .nav-link:focus {
  color: #31b6ee;
}

/* line 970, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .dropdown-menu {
  top: calc(100% + 1rem);
  font-size: .75rem;
  padding: 0;
  border-color: transparent;
  border-radius: 0;
  margin-top: 0;
}

/* line 977, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .dropdown-menu .dropdown-item {
  color: #a5a5a5;
  padding: .35rem .5rem;
}

/* line 980, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #31b6ee;
}

/* line 982, app/assets/stylesheets/app.css */
.navbar-std .navbar-icon {
  order: 9;
}

/* line 984, app/assets/stylesheets/app.css */
.navbar-std .nav-link-cart::before {
  content: '';
  background-image: url("../images/icon/cart.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  bottom: 5px;
}

@media (min-width: 1024px) {
  /* line 998, app/assets/stylesheets/app.css */
  .navbar-std {
    height: 75px;
  }
}

@media (max-width: 800px) {
  /* line 1001, app/assets/stylesheets/app.css */
  .navbar-std {
    min-height: 85px;
  }
  /* line 1003, app/assets/stylesheets/app.css */
  .navbar-std .navbar-brand img {
    position: absolute;
    max-width: 90px;
  }
  /* line 1006, app/assets/stylesheets/app.css */
  .navbar-std .navbar-collapse {
    margin-top: .5rem;
    padding-top: 7rem;
    -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 1014, app/assets/stylesheets/app.css */
  .navbar-std .navbar-toggler {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    border: none;
    padding: .15rem .25rem;
  }
  /* line 1020, app/assets/stylesheets/app.css */
  /* .navbar-std .navbar-nav .dropdown-menu {
    display: none !important;
  } */
  /* line 1022, app/assets/stylesheets/app.css */
  .navbar-std .navbar-icon {
    flex-direction: row;
    position: absolute;
    top: 1.5rem;
    right: 65px;
  }
  /* line 1027, app/assets/stylesheets/app.css */
  .navbar-std .navbar-icon .fa {
    font-size: 18px;
  }
  /* line 1029, app/assets/stylesheets/app.css */
  .navbar-std .dropdown-toggle::after {
    display: none;
  }
}

/* line 1032, app/assets/stylesheets/app.css */
.navbar-nav .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url("../images/icon/icon-nav-dummy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -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;
  opacity: 0;
}

/* line 1049, app/assets/stylesheets/app.css */
.navbar-nav .icon-product.icon-cat-1 {
  background-image: url("../images/icon/icon-nav-product-1-inverse.png");
}

/* line 1052, app/assets/stylesheets/app.css */
.navbar-nav .icon-product.icon-cat-2 {
  background-image: url("../images/icon/icon-nav-product-2-inverse.png");
}

/* line 1055, app/assets/stylesheets/app.css */
.navbar-nav .icon-product.icon-cat-3 {
  background-image: url("../images/icon/icon-nav-product-3-inverse.png");
}

/* line 1058, app/assets/stylesheets/app.css */
.navbar-nav .icon-product.icon-cat-4 {
  background-image: url("../images/icon/icon-nav-product-4-inverse.png");
}

/* line 1061, app/assets/stylesheets/app.css */
.navbar-nav .icon-product.icon-cat-5 {
  background-image: url("../images/icon/icon-nav-product-5-inverse.png");
}

/* line 1064, app/assets/stylesheets/app.css */
.navbar-nav .icon-article.icon-cat-1 {
  background-image: url("../images/icon/icon-nav-article-1-inverse.png");
}

/* line 1067, app/assets/stylesheets/app.css */
.navbar-nav .icon-article.icon-cat-2 {
  background-image: url("../images/icon/icon-nav-article-2-inverse.png");
}

/* line 1070, app/assets/stylesheets/app.css */
.navbar-nav .icon-article.icon-cat-3 {
  background-image: url("../images/icon/icon-nav-article-3-inverse.png");
}

/* line 1073, app/assets/stylesheets/app.css */
.navbar-nav .icon-article.icon-cat-4 {
  background-image: url("../images/icon/icon-nav-article-4-inverse.png");
}

/* line 1076, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item {
  color: #ff90bf;
}

/* line 1078, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item .icon {
  width: 30px;
  height: 30px;
  opacity: 1;
}

/* line 1082, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
  color: #31b6ee;
}

/* line 1084, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-product.icon-cat-1, .navbar-nav .dropdown-item:focus .icon-product.icon-cat-1 {
  background-image: url("../images/icon/icon-nav-product-1-normal.png");
}

/* line 1086, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-product.icon-cat-2, .navbar-nav .dropdown-item:focus .icon-product.icon-cat-2 {
  background-image: url("../images/icon/icon-nav-product-2-normal.png");
}

/* line 1088, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-product.icon-cat-3, .navbar-nav .dropdown-item:focus .icon-product.icon-cat-3 {
  background-image: url("../images/icon/icon-nav-product-3-normal.png");
}

/* line 1090, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-product.icon-cat-4, .navbar-nav .dropdown-item:focus .icon-product.icon-cat-4 {
  background-image: url("../images/icon/icon-nav-product-4-normal.png");
}

/* line 1092, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-product.icon-cat-5, .navbar-nav .dropdown-item:focus .icon-product.icon-cat-5 {
  background-image: url("../images/icon/icon-nav-product-5-normal.png");
}

/* line 1094, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-article.icon-cat-1, .navbar-nav .dropdown-item:focus .icon-article.icon-cat-1 {
  background-image: url("../images/icon/icon-nav-article-1-normal.png");
}

/* line 1096, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-article.icon-cat-2, .navbar-nav .dropdown-item:focus .icon-article.icon-cat-2 {
  background-image: url("../images/icon/icon-nav-article-2-normal.png");
}

/* line 1098, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-article.icon-cat-3, .navbar-nav .dropdown-item:focus .icon-article.icon-cat-3 {
  background-image: url("../images/icon/icon-nav-article-3-normal.png");
}

/* line 1100, app/assets/stylesheets/app.css */
.navbar-nav .dropdown-item:hover .icon-article.icon-cat-4, .navbar-nav .dropdown-item:focus .icon-article.icon-cat-4 {
  background-image: url("../images/icon/icon-nav-article-4-normal.png");
}

/* line 1103, app/assets/stylesheets/app.css */
.form-search {
  width: 950px;
  float: right;
  position: absolute;
  top: 75px;
  right: 2rem;
}

/* line 1109, app/assets/stylesheets/app.css */
.form-search form .close {
  position: absolute;
  right: 2rem;
  top: 10px;
  color: #ff90bf;
}

/* line 1114, app/assets/stylesheets/app.css */
.form-search .form-control {
  padding: .75rem 2.5rem .75rem 1rem;
  border-radius: .25rem;
}

/* line 1117, app/assets/stylesheets/app.css */
.form-search.show {
  display: block !important;
}

@media (max-width: 800px) {
  /* line 1120, app/assets/stylesheets/app.css */
  .form-search {
    width: calc(100% - 90px);
    top: 86px;
    right: 0;
  }
}

/*==============================
=            Footer            =
==============================*/
/* line 1128, app/assets/stylesheets/app.css */
.footer {
  font-family: "Poppins-Regular", sans-serif;
}

/* line 1130, app/assets/stylesheets/app.css */
.footer .sitemap {
  padding: 2rem 0 2rem;
  /* background-color: rgba(255, 144, 191, 0.5); */
  background-color: #FFEBF5;
}

/* line 1133, app/assets/stylesheets/app.css */
.footer .sitemap p {
  letter-spacing: .3px;
}

/* line 1135, app/assets/stylesheets/app.css */
.footer .sitemap .list-inline-menu {
  display: inline-block;
  vertical-align: top;
}

/* line 1138, app/assets/stylesheets/app.css */
.footer .sitemap .list-inline-menu .list-inline-item {
  display: block;
  width: 120px;
  font-size: 80%;
  margin: .5rem .25rem;
}

/* line 1143, app/assets/stylesheets/app.css */
.footer .sitemap .img-logo {
  max-width: 100px;
}

/* line 1145, app/assets/stylesheets/app.css */
.footer .sitemap a {
  color: inherit;
}

/* line 1147, app/assets/stylesheets/app.css */
.footer .copyright {
  background-color: #ff90bf;
  padding: 1rem;
  color: #fff;
}

/* line 1151, app/assets/stylesheets/app.css */
.footer .copyright p {
  letter-spacing: .3px;
}

@media (max-width: 800px) {
  /* line 1154, app/assets/stylesheets/app.css */
  .footer {
    text-align: center;
  }
  /* line 1156, app/assets/stylesheets/app.css */
  .footer .sitemap .list-inline-menu {
    display: block;
    width: 50%;
    float: left;
  }
  /* line 1160, app/assets/stylesheets/app.css */
  .footer .sitemap .list-inline-menu .list-inline-item {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1163, app/assets/stylesheets/app.css */
  .footer .pb-2 {
    padding-bottom: 1rem !important;
  }
  /* line 1165, app/assets/stylesheets/app.css */
  .footer .pt-2 {
    padding-top: 1rem !important;
  }
  /* line 1167, app/assets/stylesheets/app.css */
  .footer .thin-font {
    margin-bottom: .75rem;
  }
}

/*===============================
=            Sidebar            =
===============================*/
/*==================================
=            Responsive            =
==================================*/
/*----------  COMPONENTS  ----------*/
/*===============================
=            Buttons            =
===============================*/
/* line 1180, app/assets/stylesheets/app.css */
.btn {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  box-shadow: none !important;
  margin: .15rem;
  border-radius: 2rem;
}

/* line 1186, app/assets/stylesheets/app.css */
.btn .fa {
  margin-left: .5rem;
  font-size: 1rem;
}

/* line 1190, app/assets/stylesheets/app.css */
.btn-lg {
  font-size: 1rem;
}

/* line 1192, app/assets/stylesheets/app.css */
.btn-lg .fa {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  /* line 1195, app/assets/stylesheets/app.css */
  .btn-lg {
    font-size: .75rem;
    padding: 0.25rem .5rem;
  }
  /* line 1198, app/assets/stylesheets/app.css */
  .btn-lg .fa {
    font-size: 1rem;
  }
}

/* line 1201, app/assets/stylesheets/app.css */
.btn-radius {
  border-radius: 2rem;
}

/* line 1204, app/assets/stylesheets/app.css */
.btn-theme {
  background-color: #FFE101;
  border-color: #FFE101;
  color: #003185;
}

/* line 1208, app/assets/stylesheets/app.css */
.btn-theme:hover, .btn-theme:focus {
  background-color: #003185;
  border-color: #003185;
  color: #fff;
}

/* line 1213, app/assets/stylesheets/app.css */
.btn-alternate {
  background-color: #31b6ee;
  border-color: #31b6ee;
  color: #fff;
}

/* line 1217, app/assets/stylesheets/app.css */
.btn-alternate:hover, .btn-alternate:focus {
  background-color: transparent;
  border-color: #31b6ee;
  color: #31b6ee;
}

/* line 1222, app/assets/stylesheets/app.css */
.btn-wood {
  background-color: #e0cca4;
  border-color: #e0cca4;
  color: #fff;
}

/* line 1226, app/assets/stylesheets/app.css */
.btn-wood:hover, .btn-wood:focus {
  background-color: transparent;
  border-color: #e0cca4;
  color: #e0cca4;
}

.btn-yellow {
  background-color: #FFDF0F;
  border-color: #FFDF0F;
  color: #fff;
}

.btn-yellow:hover, .btn-yellow:focus {
  background-color: #FFDF0F;
  border-color: #FFDF0F;
  color: #003185;
}

.btn-red {
  background-color: #E70000;
  border-color: #E70000;
  color: #fff;
}

.btn-red:hover, .btn-red:focus {
  background-color: #E70000;
  border-color: #E70000;
  color: #003185;
}

.btn-grey {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  color: #fff;
}

.btn-grey:hover, .btn-grey:focus {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  color: #003185;
}

/*================================
=            Dropdown            =
================================*/
/*============================
=            Form            =
============================*/
/* line 1246, app/assets/stylesheets/app.css */
.form-control {
  box-shadow: none !important;
  font-family: "Poppins-Regular", sans-serif;
  font-size: inherit;
  border-radius: .75rem;
}

/* line 1251, app/assets/stylesheets/app.css */
.form-control:focus {
  border-color: #ff90bf;
}

/* line 1254, app/assets/stylesheets/app.css */
.form-control-radius {
  border-radius: 1rem;
}

/* line 1257, app/assets/stylesheets/app.css */
.input-group .btn {
  margin: 0;
}

/*==============================
=            Banner            =
==============================*/
/* line 1263, app/assets/stylesheets/app.css */
.main-banner {
  min-height: 475px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

/* line 1270, app/assets/stylesheets/app.css */
.main-banner .banner-caption {
  padding-top: 2rem;
  width: 100%;
  margin: auto;
}

@media (min-width: 1024px) {
  /* line 1275, app/assets/stylesheets/app.css */
  .main-banner .banner-caption {
    margin-left: 40px;
  }
}

/* line 1277, app/assets/stylesheets/app.css */
.main-banner h1 {
  margin-top: 0px;
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 1281, app/assets/stylesheets/app.css */
.main-banner .video-container {
  position: relative;
  width: 250px;
}

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

/* line 1286, app/assets/stylesheets/app.css */
.main-banner .img-thumbnail {
  position: absolute;
  width: 200px;
  top: 78px;
  left: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 99;
}

/* line 1298, app/assets/stylesheets/app.css */
.main-banner .img-thumbnail.hover {
  opacity: 1;
}

/* line 1300, app/assets/stylesheets/app.css */
.main-banner .panel-promo {
  position: absolute;
  bottom: 8.5rem;
  right: 0;
}

@media (max-width: 767px) {
  /* line 1305, app/assets/stylesheets/app.css */
  .main-banner {
    min-height: 380px;
  }
  /* line 1307, app/assets/stylesheets/app.css */
  .main-banner .panel-promo {
    bottom: 2rem;
  }
  /* line 1309, app/assets/stylesheets/app.css */
  .main-banner .img-product {
    max-width: 100%;
  }
}

/* line 1312, app/assets/stylesheets/app.css */
.section-banner {
  position: relative;
}

/* line 1314, app/assets/stylesheets/app.css */
.section-banner .img {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 300px;
  position: relative;
}

/* line 1321, app/assets/stylesheets/app.css */
.section-banner .caption-banner {
  max-width: 300px;
  text-align: center;
}

/* line 1324, app/assets/stylesheets/app.css */
.section-banner .caption-banner p {
  font-family: "Poppins-Bold", sans-serif;
  color: #fff;
}

/* line 1327, app/assets/stylesheets/app.css */
.section-banner-bath-time {
  background-position: center center;
}

/* line 1329, app/assets/stylesheets/app.css */
.section-banner-bath-time .caption-banner {
  right: 10%;
  left: auto;
}

/* line 1332, app/assets/stylesheets/app.css */
.section-banner-clean-up-time {
  background-position: center center;
}

/* line 1334, app/assets/stylesheets/app.css */
.section-banner-clean-up-time .caption-banner {
  right: 10%;
  left: auto;
}

/* line 1337, app/assets/stylesheets/app.css */
.section-banner-comforting-time {
  background-position: center center;
}

/* line 1339, app/assets/stylesheets/app.css */
.section-banner-comforting-time .caption-banner {
  left: 10%;
  right: auto;
}

/* line 1342, app/assets/stylesheets/app.css */
.section-banner-dress-up-time {
  background-position: center center;
}

/* line 1344, app/assets/stylesheets/app.css */
.section-banner-dress-up-time .caption-banner {
  left: 10%;
  right: auto;
}

/* line 1347, app/assets/stylesheets/app.css */
.section-banner-gift-time {
  background-position: center center;
}

/* line 1349, app/assets/stylesheets/app.css */
.section-banner-gift-time .caption-banner {
  left: 10%;
  right: auto;
}

/* line 1353, app/assets/stylesheets/app.css */
.section-banner-title-std {
  margin-bottom: 1rem;
}

/* line 1355, app/assets/stylesheets/app.css */
.section-banner-title-std h1 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3rem;
  color: #31b6ee;
  margin-bottom: .5rem;
}

/*===============================
=            Sliders            =
===============================*/
/* line 1364, app/assets/stylesheets/app.css */
.slider {
  position: relative;
}

/* line 1366, app/assets/stylesheets/app.css */
.slider h1 {
  font-size: 2.25rem;
}

/* line 1368, app/assets/stylesheets/app.css */
.slider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 1.2;
}

/* line 1376, app/assets/stylesheets/app.css */
.slider .img-logo {
  margin-bottom: 1rem;
  max-height: 40px;
}

/* line 1379, app/assets/stylesheets/app.css */
.slider .arrow-container {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: -50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 1386, app/assets/stylesheets/app.css */
  .slider .arrow-container {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 1391, app/assets/stylesheets/app.css */
.section-promo-slider {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -2rem;
}

/* line 1395, app/assets/stylesheets/app.css */
.section-promo-slider::after {
  content: '';
  width: 100%;
  height: calc(100% - 2rem);
  background-color: #c3edff;
  display: block;
  position: absolute;
  top: 3rem;
  z-index: -1;
}

@media (max-width: 800px) {
  /* line 1405, app/assets/stylesheets/app.css */
  .section-promo-slider {
    margin-top: 0;
  }
}

/* line 1408, app/assets/stylesheets/app.css */
.slider-promo.arrow-container {
  bottom: -60px;
}

/* line 1411, app/assets/stylesheets/app.css */
.slider-promo .slider-caption {
  padding-left: 2rem;
}

/* line 1414, app/assets/stylesheets/app.css */
.slider-promo .slider-img-right {
  max-height: 350px;
}

/* line 1417, app/assets/stylesheets/app.css */
.slider-promo .slick-prev,
.slider-promo .slick-next {
  background-color: rgba(49, 182, 238, 0.5);
}

/* line 1420, app/assets/stylesheets/app.css */
.slider-promo .slick-prev::before,
.slider-promo .slick-next::before {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 1425, app/assets/stylesheets/app.css */
  .slider-promo {
    padding-bottom: 4rem;
  }
  /* line 1427, app/assets/stylesheets/app.css */
  .slider-promo .card-image-content {
    display: none;
    order: 3;
  }
  /* line 1430, app/assets/stylesheets/app.css */
  .slider-promo .card-content {
    order: 2;
  }
  /* line 1432, app/assets/stylesheets/app.css */
  .slider-promo .card-image-product {
    order: 1;
  }
  /* line 1434, app/assets/stylesheets/app.css */
  .slider-promo img {
    display: block;
    margin: 1rem auto;
    max-width: 60%;
  }
  /* line 1438, app/assets/stylesheets/app.css */
  .slider-promo .img-logo {
    margin-top: 0;
  }
  /* line 1440, app/assets/stylesheets/app.css */
  .slider-promo .slider-caption {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
  }
}

/* line 1449, app/assets/stylesheets/app.css */
.slider-article .card-std, .slider-article .wysiwyg-content {
  background-color: transparent;
}

/* line 1451, app/assets/stylesheets/app.css */
.slider-article .card-std .badge, .slider-article .wysiwyg-content .badge {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/* line 1454, app/assets/stylesheets/app.css */
.slider-article .card-std .card-image, .slider-article .wysiwyg-content .card-image {
  margin-bottom: 1rem;
}

/* line 1456, app/assets/stylesheets/app.css */
.slider-article .card-std .card-image img, .slider-article .wysiwyg-content .card-image img {
  margin: auto;
}

/* line 1458, app/assets/stylesheets/app.css */
.slider-article .card-std .card-title, .slider-article .wysiwyg-content .card-title {
  font-size: 1.5rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

/* line 1462, app/assets/stylesheets/app.css */
.slider-article .card-std .card-text, .slider-article .wysiwyg-content .card-text {
  margin-bottom: 1rem;
}

/* line 1465, app/assets/stylesheets/app.css */
.slider-article .slick-prev::before,
.slider-article .slick-next::before {
  color: #e0cca4;
}

@media (max-width: 767px) {
  /* line 1470, app/assets/stylesheets/app.css */
  .slider-article {
    margin: 0 1rem;
  }
}

@media (max-width: 767px) {
  /* line 1474, app/assets/stylesheets/app.css */
  .slider-product {
    margin: 0 1rem;
  }
}

/* line 1477, app/assets/stylesheets/app.css */
.slick-prev,
.slick-next {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: .25rem;
  text-align: center;
}

/* line 1485, app/assets/stylesheets/app.css */
.slick-prev::before,
.slick-next::before {
  font-family: 'FontAwesome';
  color: #ff90bf;
  font-size: 16px;
}

/* line 1491, app/assets/stylesheets/app.css */
.slick-prev::before {
  content: '\f053';
}

/* line 1494, app/assets/stylesheets/app.css */
.slick-next::before {
  content: '\f054';
}

/*============================
=            LIst            =
============================*/
/* line 1500, app/assets/stylesheets/app.css */
.list-inline-product-category .list-inline-item {
  display: block;
  float: left;
  width: 50%;
  margin: 0 !important;
}

/* line 1506, app/assets/stylesheets/app.css */
.list-inline-product-category a {
  display: block;
  margin: .25rem;
}

@media (max-width: 767px) {
  /* line 1511, app/assets/stylesheets/app.css */
  .list-inline-product-category .list-inline-item {
    width: 50%;
  }
}

/* line 1514, app/assets/stylesheets/app.css */
.panel-listing > .row {
  padding: 1rem 0;
}

/* line 1517, app/assets/stylesheets/app.css */
.panel-listing img {
  max-width: 100%;
  max-height: 40px;
}

/* line 1521, app/assets/stylesheets/app.css */
.panel-listing-bordered > .row {
  padding: 1rem 0;
  border-bottom: 2px solid #ffedc2;
}

/* line 1524, app/assets/stylesheets/app.css */
.panel-listing-bordered > .row:last-child {
  border: none;
}

/* line 1527, app/assets/stylesheets/app.css */
.panel-listing-promo {
  padding: 2rem 1rem;
  margin: 2rem 0;
  background-color: #fffcf5;
  position: relative;
  z-index: 0;
}

/* line 1533, app/assets/stylesheets/app.css */
.panel-listing-promo > .row {
  padding: 0;
}

/* line 1535, app/assets/stylesheets/app.css */
.panel-listing-promo img {
  max-height: 300px;
  display: block;
  margin: auto;
}

/* line 1539, app/assets/stylesheets/app.css */
.panel-listing-promo .img-logo {
  height: 40px;
}

/* line 1541, app/assets/stylesheets/app.css */
.panel-listing-promo .panel-listing-bordered > .row {
  margin: 0;
}

/* line 1543, app/assets/stylesheets/app.css */
.panel-listing-promo .card-image::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 75%;
  margin: auto;
  border-radius: .75rem;
  z-index: -1;
  background-color: #ff90bf;
}

/* line 1553, app/assets/stylesheets/app.css */
.panel-listing-promo.bath-time .card-image::before {
  background-color: #fdc159;
}

/* line 1555, app/assets/stylesheets/app.css */
.panel-listing-promo.dress-up-time .card-image::before {
  background-color: #ff90bf;
}

/* line 1557, app/assets/stylesheets/app.css */
.panel-listing-promo.clean-up-time .card-image::before {
  background-color: #31b6ee;
}

/* line 1559, app/assets/stylesheets/app.css */
.panel-listing-promo.comforting-time .card-image::before {
  background-color: #d6e05a;
}

/* line 1561, app/assets/stylesheets/app.css */
.panel-listing-promo.gift-time .card-image::before {
  background-color: #f4b18d;
}

@media (max-width: 767px) {
  /* line 1564, app/assets/stylesheets/app.css */
  .panel-listing-promo .img-logo {
    height: auto;
    max-height: inherit;
  }
}

/*============================
=            Card            =
============================*/
/* line 1571, app/assets/stylesheets/app.css */
.col-card-std [class*="col"] {
  padding: 0;
}

/* line 1574, app/assets/stylesheets/app.css */
.col-card-std .card-std, .col-card-std .wysiwyg-content {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1578, app/assets/stylesheets/app.css */
.card-deck, .col-card-std {
  margin: .5rem 0;
}

/* line 1580, app/assets/stylesheets/app.css */
.card-deck .card, .col-card-std .card {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 1584, app/assets/stylesheets/app.css */
.card-article-list .card-deck .card-std:nth-child(1), .card-article-list .col-card-std .card-std:nth-child(1), .card-article-list .card-deck .wysiwyg-content:nth-child(1), .card-article-list .col-card-std .wysiwyg-content:nth-child(1) {
  order: 1;
}

/* line 1587, app/assets/stylesheets/app.css */
.card-article-list .card-deck .card-std:nth-child(2), .card-article-list .col-card-std .card-std:nth-child(2), .card-article-list .card-deck .wysiwyg-content:nth-child(2), .card-article-list .col-card-std .wysiwyg-content:nth-child(2) {
  order: 2;
}

/* line 1590, app/assets/stylesheets/app.css */
.card-article-list .card-deck .card-std:nth-child(3), .card-article-list .col-card-std .card-std:nth-child(3), .card-article-list .card-deck .wysiwyg-content:nth-child(3), .card-article-list .col-card-std .wysiwyg-content:nth-child(3) {
  order: 3;
}

/* line 1593, app/assets/stylesheets/app.css */
.card-article-list .card-deck .card-std:nth-child(4), .card-article-list .col-card-std .card-std:nth-child(4), .card-article-list .card-deck .wysiwyg-content:nth-child(4), .card-article-list .col-card-std .wysiwyg-content:nth-child(4) {
  order: 4;
}

/* line 1596, app/assets/stylesheets/app.css */
.card-article-list .card-deck:nth-child(even) .card-std-special, .card-article-list .col-card-std:nth-child(even) .card-std-special, .card-article-list .card-deck:nth-child(even) .card-std-featured, .card-article-list .col-card-std:nth-child(even) .card-std-featured {
  order: 1;
}

/* line 1599, app/assets/stylesheets/app.css */
.card-article-list .card-deck:nth-child(odd) .card-std-special, .card-article-list .col-card-std:nth-child(odd) .card-std-special, .card-article-list .card-deck:nth-child(odd) .card-std-featured, .card-article-list .col-card-std:nth-child(odd) .card-std-featured {
  order: 4;
}

@media (max-width: 767px) {
  /* line 1603, app/assets/stylesheets/app.css */
  .card-article-list .card-deck, .card-article-list .col-card-std {
    flex-flow: row wrap;
  }
  /* line 1605, app/assets/stylesheets/app.css */
  .card-article-list .card-deck .card-std, .card-article-list .col-card-std .card-std, .card-article-list .card-deck .wysiwyg-content, .card-article-list .col-card-std .wysiwyg-content {
    flex: 1 0 40%;
  }
  /* line 1607, app/assets/stylesheets/app.css */
  .card-article-list .card-deck .card-std:nth-child(3), .card-article-list .col-card-std .card-std:nth-child(3), .card-article-list .card-deck .wysiwyg-content:nth-child(3), .card-article-list .col-card-std .wysiwyg-content:nth-child(3) {
    display: none;
  }
  /* line 1609, app/assets/stylesheets/app.css */
  .card-article-list .card-deck .card-std:nth-child(4), .card-article-list .col-card-std .card-std:nth-child(4), .card-article-list .card-deck .wysiwyg-content:nth-child(4), .card-article-list .col-card-std .wysiwyg-content:nth-child(4) {
    display: none;
  }
}

/* line 1612, app/assets/stylesheets/app.css */
.card-std, .wysiwyg-content {
  position: relative;
  color: #8f8f8f;
  background-color: #fffbf2;
  border-color: transparent;
  border-radius: 6px;
}

/* line 1618, app/assets/stylesheets/app.css */
.card-std > a, .wysiwyg-content > a {
  color: inherit;
  position: relative;
  height: 100%;
}

/* line 1622, app/assets/stylesheets/app.css */
.card-std .card-image, .wysiwyg-content .card-image {
  padding: 1rem 1rem 0;
  overflow: hidden;
}

/* line 1625, app/assets/stylesheets/app.css */
.card-std .card-image .img, .wysiwyg-content .card-image .img {
  height: 175px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* line 1631, app/assets/stylesheets/app.css */
.card-std .card-img-top, .wysiwyg-content .card-img-top {
  border-radius: 6px;
}

/* line 1633, app/assets/stylesheets/app.css */
.card-std .card-title, .wysiwyg-content .card-title {
  margin-bottom: .5rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: bolder;
  letter-spacing: .5px;
}

/* line 1638, app/assets/stylesheets/app.css */
.card-std .card-text, .wysiwyg-content .card-text {
  font-family: "Poppins-Regular", sans-serif;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3px;
}

/* line 1642, app/assets/stylesheets/app.css */
.card-std .card-text-bottom, .wysiwyg-content .card-text-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin-bottom: 0;
}

/* line 1647, app/assets/stylesheets/app.css */
.card-std .card-icon, .wysiwyg-content .card-icon {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 60px;
}

/* line 1654, app/assets/stylesheets/app.css */
.card-std .lead, .wysiwyg-content .lead {
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 1657, app/assets/stylesheets/app.css */
  .card-std .card-image, .wysiwyg-content .card-image {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  /* line 1663, app/assets/stylesheets/app.css */
  .card-std .card-body, .wysiwyg-content .card-body {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 1666, app/assets/stylesheets/app.css */
  .card-std .card-title, .wysiwyg-content .card-title {
    font-size: 1rem;
  }
  /* line 1668, app/assets/stylesheets/app.css */
  .card-std p.card-text, .wysiwyg-content p.card-text {
    display: none;
  }
  /* line 1670, app/assets/stylesheets/app.css */
  .card-std .lead, .wysiwyg-content .lead {
    font-size: 1rem;
  }
}

/* line 1673, app/assets/stylesheets/app.css */
.card-theme .badge {
  background-color: rgba(255, 144, 191, 0.5);
  color: #fff;
}

/* line 1677, app/assets/stylesheets/app.css */
.card-alternate .badge {
  background-color: #31b6ee;
  color: #fff;
}

/* line 1681, app/assets/stylesheets/app.css */
.card-orange .badge {
  background-color: #fdc159;
  color: #fff;
}

/* line 1685, app/assets/stylesheets/app.css */
.card-green .badge {
  background-color: #d6e05a;
  color: #fff;
}

/* line 1689, app/assets/stylesheets/app.css */
.card-std-special.card-theme, .card-theme.card-std-featured {
  background-color: rgba(255, 144, 191, 0.9);
}

/* line 1691, app/assets/stylesheets/app.css */
.card-std-special.card-theme .card-body, .card-theme.card-std-featured .card-body,
.card-std-special.card-theme .text-muted,
.card-theme.card-std-featured .text-muted {
  color: #fff !important;
}

/* line 1696, app/assets/stylesheets/app.css */
.card-std-special.card-alternate, .card-alternate.card-std-featured {
  background-color: #31b6ee;
}

/* line 1698, app/assets/stylesheets/app.css */
.card-std-special.card-alternate .card-body, .card-alternate.card-std-featured .card-body,
.card-std-special.card-alternate .text-muted,
.card-alternate.card-std-featured .text-muted {
  color: #fff !important;
}

/* line 1703, app/assets/stylesheets/app.css */
.card-std-special.card-orange, .card-orange.card-std-featured {
  background-color: #fdc159;
}

/* line 1705, app/assets/stylesheets/app.css */
.card-std-special.card-orange .card-body, .card-orange.card-std-featured .card-body,
.card-std-special.card-orange .text-muted,
.card-orange.card-std-featured .text-muted {
  color: #fff !important;
}

/* line 1710, app/assets/stylesheets/app.css */
.card-std-special.card-green, .card-green.card-std-featured {
  background-color: #d6e05a;
}

/* line 1712, app/assets/stylesheets/app.css */
.card-std-special.card-green .card-body, .card-green.card-std-featured .card-body,
.card-std-special.card-green .text-muted,
.card-green.card-std-featured .text-muted {
  color: #fff !important;
}

/* line 1717, app/assets/stylesheets/app.css */
.card-std-special .card-cat, .card-std-featured .card-cat {
  left: 25%;
  right: 25%;
  text-align: center;
  color: #fff;
}

/* line 1722, app/assets/stylesheets/app.css */
.card-std-special .card-cat .card-icon, .card-std-featured .card-cat .card-icon {
  margin: .5rem auto;
}

/* line 1725, app/assets/stylesheets/app.css */
.card-std-featured .card-body {
  padding: 3rem 1.5rem;
}

/* line 1728, app/assets/stylesheets/app.css */
.card-product {
  background-color: transparent;
}

/* line 1730, app/assets/stylesheets/app.css */
.card-product .card-title {
  font-size: 14px;
  margin-top: .25rem;
  margin-bottom: .15rem;
}

/* line 1734, app/assets/stylesheets/app.css */
.card-product .card-image {
  padding: .5rem .5rem 0;
  position: relative;
  overflow: hidden;
}

/* line 1738, app/assets/stylesheets/app.css */
.card-product .card-image::before {
  content: '';
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* line 1751, app/assets/stylesheets/app.css */
.card-product .card-img-top {
  width: auto;
  max-height: 200px;
  margin: auto;
}

/* line 1755, app/assets/stylesheets/app.css */
.card-product .card-body {
  padding: 1rem .5rem;
}

/* line 1757, app/assets/stylesheets/app.css */
.card-product .icon-category {
  float: left;
  margin-right: .75rem;
}

/* line 1760, app/assets/stylesheets/app.css */
.card-product .card-product-detail {
  position: relative;
  overflow: hidden;
}

/* line 1764, app/assets/stylesheets/app.css */
.icon-category {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40px;
  width: 40px;
}

/* line 1772, app/assets/stylesheets/app.css */
.cat-bath-time .card-image::before,
.cat-bathing .card-image::before {
  background-image: url("../images/product/bubble-bathtime.png");
}

/* line 1776, app/assets/stylesheets/app.css */
.cat-bath-time .icon-category,
.cat-bathing .icon-category {
  background-image: url("../images/product/icon-1.png");
}

/* line 1780, app/assets/stylesheets/app.css */
.cat-dress-up-time .card-image::before,
.cat-dressup .card-image::before {
  background-image: url("../images/product/bubble-dressup.png");
}

/* line 1784, app/assets/stylesheets/app.css */
.cat-dress-up-time .icon-category,
.cat-dressup .icon-category {
  background-image: url("../images/product/icon-2.png");
}

/* line 1788, app/assets/stylesheets/app.css */
.cat-clean-up-time .card-image::before,
.cat-cleanup .card-image::before {
  background-image: url("../images/product/bubble-cleanup.png");
}

/* line 1792, app/assets/stylesheets/app.css */
.cat-clean-up-time .icon-category,
.cat-cleanup .icon-category {
  background-image: url("../images/product/icon-3.png");
}

/* line 1796, app/assets/stylesheets/app.css */
.cat-comforting-time .card-image::before,
.cat-comforting .card-image::before {
  background-image: url("../images/product/bubble-comforting.png");
}

/* line 1800, app/assets/stylesheets/app.css */
.cat-comforting-time .icon-category,
.cat-comforting .icon-category {
  background-image: url("../images/product/icon-4.png");
}

/* line 1804, app/assets/stylesheets/app.css */
.cat-gift-time .card-image::before,
.cat-gift .card-image::before {
  background-image: url("../images/product/bubble-gift.png");
}

/* line 1808, app/assets/stylesheets/app.css */
.cat-gift-time .icon-category,
.cat-gift .icon-category {
  background-image: url("../images/product/icon-5.png");
}

/* line 1812, app/assets/stylesheets/app.css */
.product_category .icon-category {
  display: none;
}

/*=================================
=            Thumbnail            =
=================================*/
/*===============================
=            Wysiwyg            =
===============================*/
/* line 1821, app/assets/stylesheets/app.css */
.wysiwyg-head {
  color: #8f8f8f;
}

/* line 1823, app/assets/stylesheets/app.css */
.wysiwyg-head .badge {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/* line 1826, app/assets/stylesheets/app.css */
.wysiwyg-head .featured-image {
  margin-bottom: 1rem;
}

/* line 1828, app/assets/stylesheets/app.css */
.wysiwyg-head .article-title {
  font-family: "Poppins-Regular", sans-serif;
  letter-spacing: .5px;
  font-weight: bolder;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1835, app/assets/stylesheets/app.css */
.wysiwyg-foot,
.wysiwyg-list {
  color: #8f8f8f;
  margin-top: 1.75rem;
  margin-top: 1.75rem;
}

/* line 1840, app/assets/stylesheets/app.css */
.wysiwyg-foot a,
.wysiwyg-list a {
  font-weight: bold;
}

/* line 1844, app/assets/stylesheets/app.css */
.wysiwyg-content {
  font-weight: 400;
  background-color: transparent;
  line-height: 1.5;
  color: #8f8f8f;
}

/* line 1849, app/assets/stylesheets/app.css */
.wysiwyg-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

/* line 1852, app/assets/stylesheets/app.css */
.wysiwyg-content h2 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 1855, app/assets/stylesheets/app.css */
.wysiwyg-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

/* line 1858, app/assets/stylesheets/app.css */
.wysiwyg-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 1861, app/assets/stylesheets/app.css */
.wysiwyg-content h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

/* line 1864, app/assets/stylesheets/app.css */
.wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: 700;
}

/* line 1867, app/assets/stylesheets/app.css */
.wysiwyg-content p {
  margin-bottom: 15px;
}

/* line 1869, app/assets/stylesheets/app.css */
.wysiwyg-content strong {
  font-weight: bold;
}

/* line 1871, app/assets/stylesheets/app.css */
.wysiwyg-content em {
  font-style: italic;
}

/* line 1873, app/assets/stylesheets/app.css */
.wysiwyg-content u {
  text-decoration: underline;
}

/* line 1875, app/assets/stylesheets/app.css */
.wysiwyg-content a {
  color: #ff90bf;
  font-weight: bold;
}

/* line 1878, app/assets/stylesheets/app.css */
.wysiwyg-content img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

/* line 1883, app/assets/stylesheets/app.css */
.wysiwyg-content ol,
.wysiwyg-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 1887, app/assets/stylesheets/app.css */
.wysiwyg-content ol li,
.wysiwyg-content ul li {
  margin-bottom: 5px;
}

/* line 1890, app/assets/stylesheets/app.css */
.wysiwyg-content ol li h1,
.wysiwyg-content ol li h2,
.wysiwyg-content ol li h3,
.wysiwyg-content ol li h4,
.wysiwyg-content ol li h5,
.wysiwyg-content ol li h6,
.wysiwyg-content ol li p,
.wysiwyg-content ul li h1,
.wysiwyg-content ul li h2,
.wysiwyg-content ul li h3,
.wysiwyg-content ul li h4,
.wysiwyg-content ul li h5,
.wysiwyg-content ul li h6,
.wysiwyg-content ul li p {
  display: inline;
  margin: 0;
}

/* line 1906, app/assets/stylesheets/app.css */
.wysiwyg-content table {
  width: 100% !important;
  max-width: 100%;
  line-height: 1.5;
}

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

/* line 1920, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

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

@media (max-width: 767px) {
  /* line 1931, app/assets/stylesheets/app.css */
  .wysiwyg-content h1 {
    font-size: 30px;
  }
  /* line 1933, app/assets/stylesheets/app.css */
  .wysiwyg-content h2 {
    font-size: 24px;
  }
  /* line 1935, app/assets/stylesheets/app.css */
  .wysiwyg-content h3 {
    font-size: 18px;
  }
  /* line 1937, app/assets/stylesheets/app.css */
  .wysiwyg-content h4 {
    font-size: 14px;
  }
  /* line 1939, app/assets/stylesheets/app.css */
  .wysiwyg-content h5 {
    font-size: 10px;
  }
  /* line 1941, app/assets/stylesheets/app.css */
  .wysiwyg-content h6 {
    font-size: 8px;
  }
}

/* line 1944, app/assets/stylesheets/app.css */
.wysiwyg-content.paragraph-indent p {
  text-indent: 2em;
}

/*==================================
=            Popup SCSS            =
==================================*/
/*----------  MAGNIFIC POPUP  ----------*/
/* line 1951, 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 1962, app/assets/stylesheets/app.css */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1966, 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 1970, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

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

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

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

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

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

/* line 1991, 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 1996, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2071, 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 2076, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

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

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

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

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

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

/* line 2097, 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 2101, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

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

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

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

/* line 2112, 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 2141, app/assets/stylesheets/app.css */
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

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

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

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

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

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

/* line 2162, app/assets/stylesheets/app.css */
.modal-std .modal-footer {
  background-image: url("../images/bg-ellipse.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 170px;
  color: #fff;
  border: none;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 2173, app/assets/stylesheets/app.css */
.modal-promo .modal-content {
  padding: 0 3rem;
}

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

/* line 2179, app/assets/stylesheets/app.css */
.modal-promo .modal-header .close {
  margin-right: -3rem;
}

/* line 2182, app/assets/stylesheets/app.css */
.modal-promo .modal-body {
  padding: 1rem 0;
}

/* line 2185, app/assets/stylesheets/app.css */
.modal-promo .modal-footer {
  padding: 1rem 0;
}

/* line 2188, app/assets/stylesheets/app.css */
.modal-promo .modal-title {
  margin-bottom: 1rem;
}

/* line 2191, app/assets/stylesheets/app.css */
.modal-promo .bg-panel {
  border-radius: .25rem;
  padding: 1rem 0;
  background-color: #fdc159;
  color: #fff;
  margin-bottom: 2rem;
  height: 160px;
}

/* line 2198, app/assets/stylesheets/app.css */
.modal-promo .bg-panel img {
  position: relative;
  top: 1rem;
}

@media (max-width: 767px) {
  /* line 2203, app/assets/stylesheets/app.css */
  .modal-promo .modal-content {
    padding: 1rem;
  }
  /* line 2205, app/assets/stylesheets/app.css */
  .modal-promo .modal-header .close {
    margin-right: -.5rem;
    padding: 0;
  }
  /* line 2208, app/assets/stylesheets/app.css */
  .modal-promo .bg-panel {
    height: auto;
    margin-bottom: 0;
  }
  /* line 2211, app/assets/stylesheets/app.css */
  .modal-promo .bg-panel img {
    top: 0;
    margin-bottom: 1rem;
  }
}

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

/* line 2223, 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 2235, 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 2244, app/assets/stylesheets/app.css */
.toggle .toggleta {
  font-weight: bold;
}

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

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

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

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 2261, 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 2272, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

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

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 2281, 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 2288, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

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

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

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

/* line 2304, 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;
  height: 50px;
}

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

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

/* line 2324, 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 2333, app/assets/stylesheets/app.css */
.acctitle .fa {
  float: right;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 5px;
}

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

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

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

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

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

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

/* line 2359, app/assets/stylesheets/app.css */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 2365, 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 2374, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 50px;
}

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

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 2384, 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 2391, 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 2396, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

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

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

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

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

/*======================================
=            Elements Mixed            =
======================================*/
/*----------  Block Section  ----------*/
/* line 2421, app/assets/stylesheets/app.css */
::selection {
  background: #ff90bf;
  color: #FFF;
  text-shadow: none;
}

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

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

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

/* line 2442, app/assets/stylesheets/app.css */
.breadcrumb {
  background-color: transparent;
  margin-top: 1rem;
}

/* line 2445, app/assets/stylesheets/app.css */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

/* line 2448, app/assets/stylesheets/app.css */
.badge {
  font-family: "Poppins-Regular", sans-serif;
  margin-left: .25rem;
  margin-right: .25rem;
  margin-bottom: .65rem;
  padding: .5rem 1rem;
  line-height: 5px;
  border-radius: 6px;
}

/* line 2456, app/assets/stylesheets/app.css */
.badge-theme {
  background-color: #ff90bf;
  color: #fff;
}

/* line 2459, app/assets/stylesheets/app.css */
.badge-alternate {
  background-color: #31b6ee;
  color: #fff;
}

/* line 2462, app/assets/stylesheets/app.css */
.badge-orange {
  background-color: #fdc159;
  color: #fff;
}

/* line 2465, app/assets/stylesheets/app.css */
.badge-green {
  background-color: #d6e05a;
  color: #fff;
}

/* line 2469, app/assets/stylesheets/app.css */
.section-banner-theme {
  color: #ff90bf;
}

/* line 2472, app/assets/stylesheets/app.css */
.section-banner-alternate {
  color: #31b6ee;
}

/* line 2475, app/assets/stylesheets/app.css */
.section-banner-orange {
  color: #fdc159;
}

/* line 2478, app/assets/stylesheets/app.css */
.section-banner-green {
  color: #d6e05a;
}

/* line 2481, app/assets/stylesheets/app.css */
.section-banner p {
  font-family: "Poppins-Regular", sans-serif;
  color: #8f8f8f;
}

/* line 2485, app/assets/stylesheets/app.css */
.product-detail .card-image img {
  max-width: 80%;
}

/* line 2488, app/assets/stylesheets/app.css */
.product-detail-text {
  color: #8f8f8f;
}

/* line 2491, app/assets/stylesheets/app.css */
.nav-pull {
  margin-bottom: -8rem;
  position: relative;
}

/* line 2495, app/assets/stylesheets/app.css */
.nav-logo {
  max-width: 950px;
  padding: 1rem 0;
  margin: 1rem auto;
  z-index: 9;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 2503, app/assets/stylesheets/app.css */
.nav-logo .nav-item .nav-link {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

/* line 2508, app/assets/stylesheets/app.css */
.nav-logo .nav-item:last-child .nav-link {
  border-right: none;
}

/* line 2510, app/assets/stylesheets/app.css */
.nav-logo .nav-link {
  border-radius: 0;
}

/* line 2512, app/assets/stylesheets/app.css */
.nav-logo .nav-link img {
  max-height: 35px;
}

/* line 2515, app/assets/stylesheets/app.css */
.gmaps {
  min-height: 70vh;
  background-color: #fffcf5;
  padding-top: 4rem;
}

/* line 2519, app/assets/stylesheets/app.css */
.gmaps iframe {
  min-height: 70vh !important;
  width: 100% !important;
}

/* line 2523, app/assets/stylesheets/app.css */
.image-ads {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

/* line 2526, app/assets/stylesheets/app.css */
.image-ads img {
  max-height: 50px;
  margin: .25rem;
}

/* line 2530, app/assets/stylesheets/app.css */
.share {
  text-align: center;
  width: 40px;
}

/* line 2533, app/assets/stylesheets/app.css */
.share .share-item {
  background-color: #ff90bf;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: .15rem .25rem;
  border-radius: .25rem;
}

/* line 2540, app/assets/stylesheets/app.css */
.share a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 2546, app/assets/stylesheets/app.css */
.share-float {
  position: fixed;
  top: 6rem;
  right: 2rem;
}

@media (max-width: 767px) {
  /* line 2551, app/assets/stylesheets/app.css */
  .share-float {
    top: 5.25rem;
    right: .5rem;
  }
}

/* line 2555, app/assets/stylesheets/app.css */
.panel-filter .list-inline-item:not(:last-child) {
  margin-right: .015rem;
}

@media (min-width: 1024px) {
  /* line 2559, app/assets/stylesheets/app.css */
  .panel-filter .pull-right {
    text-align: right;
  }
}

/* line 2562, app/assets/stylesheets/app.css */
.panel-filter p {
  margin-bottom: .5rem;
}

/* line 2565, app/assets/stylesheets/app.css */
.panel-filter img {
  max-height: 45px;
}

/* line 2568, app/assets/stylesheets/app.css */
.panel-filter .btn {
  padding: .8rem 1rem;
}

@media (max-width: 767px) {
  /* line 2572, app/assets/stylesheets/app.css */
  .panel-filter .pull-right {
    float: left !important;
  }
  /* line 2574, app/assets/stylesheets/app.css */
  .panel-filter img {
    max-height: inherit;
    max-width: 60px;
  }
  /* line 2577, app/assets/stylesheets/app.css */
  .panel-filter .btn {
    padding: .75rem .5rem;
  }
}

/* line 2580, app/assets/stylesheets/app.css */
.panel-promo {
  display: block;
  background-color: #ff4493;
  color: #fff;
  width: 90px;
  height: 90px;
  padding: .5rem;
  border-radius: .5rem;
  text-align: center;
  position: fixed;
}

/* line 2590, app/assets/stylesheets/app.css */
.panel-promo:hover, .panel-promo:focus {
  color: #fff;
}

/* line 2592, app/assets/stylesheets/app.css */
.panel-promo .extra-large {
  font-size: 3rem;
  line-height: 1;
  font-family: "Poppins-Bold", sans-serif;
}

@media (max-width: 767px) {
  /* line 2597, app/assets/stylesheets/app.css */
  .panel-promo {
    font-size: .5rem;
    width: 50px;
    height: 50px;
  }
  /* line 2601, app/assets/stylesheets/app.css */
  .panel-promo .extra-large {
    font-size: 1.5rem;
  }
}

/* line 2604, app/assets/stylesheets/app.css */
#scroll-up {
  width: 50px;
  margin: auto;
  margin-bottom: -1.5rem;
}

/* line 2608, app/assets/stylesheets/app.css */
#scroll-up img {
  max-width: 100%;
}

/* line 2611, app/assets/stylesheets/app.css */
.img-icon {
  width: 60px;
}

/* line 2614, app/assets/stylesheets/app.css */
.bubble {
  position: absolute;
}

/* line 2616, app/assets/stylesheets/app.css */
.bubble img {
  max-width: 100%;
}

/* line 2618, app/assets/stylesheets/app.css */
.bubble-top-left {
  top: 5%;
  left: 5%;
  right: auto;
}

/* line 2622, app/assets/stylesheets/app.css */
.bubble-top-center {
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 2627, app/assets/stylesheets/app.css */
.bubble-top-right {
  top: 5%;
  left: auto;
  right: 5%;
}

/* line 2631, app/assets/stylesheets/app.css */
.bubble-center-left {
  left: 5%;
  right: auto;
}

/* line 2634, app/assets/stylesheets/app.css */
.bubble-center-center {
  left: 0;
  right: 0;
  text-align: center;
}

/* line 2638, app/assets/stylesheets/app.css */
.bubble-center-right {
  left: auto;
  right: 5%;
}

/* line 2641, app/assets/stylesheets/app.css */
.bubble-bottom-left {
  bottom: 5%;
  left: 5%;
  right: auto;
}

/* line 2645, app/assets/stylesheets/app.css */
.bubble-bottom-center {
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 2650, app/assets/stylesheets/app.css */
.bubble-bottom-right {
  bottom: 5%;
  left: auto;
  right: 5%;
}

@media (max-width: 767px) {
  /* line 2655, app/assets/stylesheets/app.css */
  .bubble {
    max-width: 60px;
    margin: auto;
  }
}

/* line 2659, app/assets/stylesheets/app.css */
.bubble-x1 {
  -webkit-animation: mover 2.5s infinite alternate;
  animation: mover 2.5s infinite alternate;
}

/* line 2663, app/assets/stylesheets/app.css */
.bubble-x2 {
  -webkit-animation: mover 2.5s infinite alternate;
  animation: mover 2.5s infinite alternate;
  animation-delay: .5s;
}

/* line 2668, app/assets/stylesheets/app.css */
.bubble-x3 {
  -webkit-animation: mover 2.5s infinite alternate;
  animation: mover 2.5s infinite alternate;
  animation-delay: 1s;
}

/* line 2673, app/assets/stylesheets/app.css */
.bubble-x4 {
  -webkit-animation: mover 2.5s infinite alternate;
  animation: mover 2.5s infinite alternate;
  animation-delay: 1.5s;
}

/* line 2678, app/assets/stylesheets/app.css */
.bubble-x5 {
  -webkit-animation: mover 2.5s infinite alternate;
  animation: mover 2.5s infinite alternate;
  animation-delay: 2.5s;
}

/* KEYFRAMES */
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/*----------  PAGES  ----------*/
/*----------  THEMES  ----------*/

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