/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";
/*$btn-secondary-color: $gray-darker;
$btn-secondary-bg: $gray-lighter;
$btn-secondary-border: transparent;
$btn-border-radius: 0; */
/* $warning: #FF9A52;
$warning-hover: #FDE7BB;
$alert-warning-bg: rgba(255,154,82,0.3);
$alert-warning-border: $warning;
$alert-warning-text: $gray-darker;
$btn-warning-bg: $warning;
$btn-warning-color: white; */
/* $font-size-lg: rem(15px);
$font-size-sm: rem(14px);
$font-size-xs: rem(13px);
$font-size-h1: rem(22px);
$font-size-h2: rem(20px);
$font-size-h3: rem(18px);
$font-size-h4: rem(18px);
$font-size-h5: rem(16px);
$font-size-h6: rem(15px);
$display1-size: rem(50px);
$display1-weight: 600;
$display2-size: rem(35px);
$display2-weight: 400;
$display3-size: rem(25px);
$display3-weight: 400;
$display4-size: rem(20px);
$display4-weight: 400; */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #878787;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #444;
  text-decoration: none; }
  a:focus, a:hover {
    color: #E54D26;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #ebebeb; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f6f6f6;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #ebebeb; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #878787;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #878787; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 480px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 480px) {
    .container {
      width: 516px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 768px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 992px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 480px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 480px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 480px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6; }
  .table tbody + tbody {
    border-top: 2px solid #f6f6f6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #f6f6f6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f6f6f6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #878787; }

.thead-default th {
  color: #acaaa6;
  background-color: #f6f6f6; }

.table-inverse {
  color: #fff;
  background-color: #878787; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #acaaa6;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #acaaa6;
    background-color: #fff;
    border-color: #666;
    outline: none; }
  .form-control::placeholder {
    color: #ebebeb;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #acaaa6;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #acaaa6;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #4cbb6c; }

.has-success .form-control {
  border-color: #4cbb6c; }

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234cbb6c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ff9a52; }

.has-warning .form-control {
  border-color: #ff9a52; }

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ff4c4c; }

.has-danger .form-control {
  border-color: #ff4c4c; }

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 480px) {
    .form-inline label {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      -js-display: flex;
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(47, 181, 210, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #444444;
  border-color: #444444; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #252525; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #444444;
    border-color: #444444; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    background-image: none;
    border-color: #252525; }

.btn-secondary {
  color: #878787;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #878787;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #878787;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .btn-success:hover {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9a56;
    background-image: none;
    border-color: #389252; }

.btn-warning {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    background-image: none;
    border-color: #ff7615; }

.btn-danger {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1919;
    background-image: none;
    border-color: #ff0f0f; }

.btn-outline-primary {
  color: #444444;
  background-image: none;
  background-color: transparent;
  border-color: #444444; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #444444;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #444444;
    border-color: #444444; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  background-color: transparent;
  border-color: #4cbb6c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4cbb6c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }

.btn-outline-warning {
  color: #ff9a52;
  background-image: none;
  background-color: transparent;
  border-color: #ff9a52; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff9a52;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52; }

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4c4c;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }

.btn-link {
  font-weight: normal;
  color: #444;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #E54D26;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #ebebeb; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #878787;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #f6f6f6; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #878787;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #7a7a7a;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2fb5d2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #ebebeb;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  -js-display: flex;
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  -js-display: flex;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #acaaa6;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #2fb5d2; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2fb5d2; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #c2e9f2; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #f6f6f6; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #ebebeb;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #2fb5d2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #acaaa6;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #98dae9;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #acaaa6;
      background-color: #fff; }
  .custom-select:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #acaaa6;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #acaaa6;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  -js-display: flex;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #ebebeb;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #f6f6f6 #f6f6f6 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #ebebeb;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #acaaa6;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #2fb5d2; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 479px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 480px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      -js-display: flex;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      -js-display: flex !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      -js-display: flex;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      -js-display: flex !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      -js-display: flex;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      -js-display: flex !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

.navbar-toggleable-lg {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-lg > .container {
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-lg .navbar-collapse {
    -js-display: flex !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-lg .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #2fb5d2;
  border-color: #2fb5d2; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #444444; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #4cbb6c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 480px) {
  .card-deck {
    -js-display: flex;
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      -js-display: flex;
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }

@media (min-width: 480px) {
  .card-group {
    -js-display: flex;
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 480px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ebebeb;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #ebebeb; }

.pagination {
  -js-display: flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #999999;
  background-color: transparent;
  border-color: #2fb5d2; }

.page-item.disabled .page-link {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 6px 9px;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: transparent;
  border: 0 solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #444;
    text-decoration: none;
    background-color: #f2f2f2;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #ebebeb; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #d2d2d2; }

.badge-primary {
  background-color: #2fb5d2; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #2592a9; }

.badge-success {
  background-color: #4cbb6c; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #3a9a56; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #ff9a52; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ff7c1f; }

.badge-danger {
  background-color: #ff4c4c; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ff1919; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: 0.3rem; }
  @media (min-width: 480px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #dddddd; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  -js-display: flex;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #2fb5d2; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  -js-display: flex;
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #acaaa6;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #878787; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #acaaa6;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #878787;
    background-color: #f6f6f6; }

.list-group-item {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #fff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #ebebeb; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2fb5d2;
    border-color: #2fb5d2; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: white; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 38px; }

.modal-content {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f6f6f6; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #f6f6f6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 38px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #ff4c4c; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #ff4c4c; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #ff4c4c; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #ff4c4c; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  -js-display: flex;
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  -js-display: flex;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #2fb5d2 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #2592a9 !important; }

.bg-success {
  background-color: #4cbb6c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #ff9a52 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important; }

.bg-danger {
  background-color: #ff4c4c !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important; }

.bg-inverse {
  background-color: #878787 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #6e6e6e !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  -js-display: flex !important;
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    -js-display: flex !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    -js-display: flex !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    -js-display: flex !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

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

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #acaaa6 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #93918c !important; }

.text-primary {
  color: #2fb5d2 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #2592a9 !important; }

.text-success {
  color: #4cbb6c !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important; }

.text-gray-dark {
  color: #878787 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #6e6e6e !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

.hidden-lg-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body,
html {
  height: 100%; }

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #777;
  -ms-overflow-style: scrollbar; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 0; }
  ul.list-style-circle {
    list-style-type: circle; }
  ul.list-style-disc {
    list-style-type: disc; }
  ul.list-style-square {
    list-style-type: square; }
  ul.list-style-circle li, ul.list-style-disc li, ul.list-style-square li {
    margin-bottom: 2px; }
  ul.nested {
    margin-left: 16px; }

.style_content ul.list-style-circle {
  list-style-type: circle; }

.style_content ul.list-style-disc {
  list-style-type: disc; }

.style_content ul.list-style-square {
  list-style-type: square; }

a, .link_color, .close {
  color: #444; }

a:hover, a.link_color:hover, button.link_color:hover, .close:hover {
  color: #E54D26;
  text-decoration: none; }

a:focus, a.link_color:focus, button.link_color:focus, .close:focus {
  -moz-outline-style: none; }

a.go, a.underline, a.link_color.go, a.link_color.underline, button.link_color.go, button.link_color.underline, .close.go, .close.underline {
  text-decoration: underline; }

a.text_color {
  color: #777; }
  a.text_color:hover {
    color: #E54D26; }

a:focus {
  color: #777; }

a,
.social_wrap {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out; }

a:active, a:hover {
  outline: 0; }

a:focus, :focus {
  outline: none !important;
  text-decoration: none; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: none; }

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border-color: #414141; }

.close {
  opacity: 1;
  text-shadow: none; }
  .close:hover, .close:focus {
    opacity: 1; }

.card {
  border-radius: 0;
  border-color: #d9d9d9; }

.card-header {
  font-size: 0.875rem;
  border-color: #d9d9d9;
  color: #444; }

.card-footer {
  background: transparent;
  border-color: #d9d9d9; }

.card.card_trans {
  background: transparent; }
  .card.card_trans .card-header {
    background: transparent; }

.card.card_noborder {
  border: none; }

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 1px; }

.table-bordered, .table-bordered thead th, .table-bordered th, .table-bordered td {
  border-color: #f2f2f2; }

.list-group-item {
  background: transparent;
  border-color: #d9d9d9; }

.form-control, .input-group-addon, .input-group-btn > .btn {
  font-size: 0.8125rem; }

.form-control {
  border-color: #d9d9d9;
  padding: 6px;
  border-radius: 0; }
  .form-control:focus {
    border-color: #666;
    outline: 0;
    color: #666; }

.form-control::placeholder {
  color: #dadada; }

input.form-control {
  height: 34px;
  line-height: normal; }

.form-group-small .form-control, .form-group-small .input-group {
  max-width: 360px; }

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ebebeb url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding-right: 2rem; }

.form-control-valign {
  padding-top: 0.5rem; }

.form-control-comment {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  color: #878787; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  border-color: #666;
  color: #666; }

.form-group.has-error .help-block {
  color: #ff4c4c; }

/*This is nice, but a input should not count as invalid if users have not filled it.
input:invalid{
  border-color: $input-border-focus;
  color: $input-border-focus;
} */
.btn {
  border-radius: 0;
  font-size: 0.75rem;
  height: 34px;
  line-height: 32px;
  padding: 0 1rem;
  cursor: pointer; }
  .btn:focus, .btn.focus {
    box-shadow: none; }
  .btn i {
    margin-left: 2px;
    margin-right: 4px;
    font-size: 1rem;
    vertical-align: middle;
    /* &::before{
      vertical-align: middle;
    } */ }
  .btn span {
    vertical-align: middle; }

.btn-less-padding {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.btn-more-padding {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.btn-default {
  color: #444;
  background-image: none;
  background-color: transparent;
  border-color: #444;
  border-width: 2px;
  line-height: 28px;
  box-shadow: inset 0 0 0 0 #444;
  /* .hover_fly_btn_inner{20170715 removed .style_content line-height setting
    line-height: 26px;//for products on cms page//should also be 280, set it to 26 to middle button text
  } */ }
  .btn-default:hover {
    color: #fff;
    background-color: #444;
    border-color: #444; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #444;
    border-color: #444; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #444;
      border-color: #444; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
    border-color: #444; }
  .btn-default.disabled:hover, .btn-default:disabled:hover {
    border-color: #444; }
  .btn-default.btn-large {
    line-height: 36px; }

.btn-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  line-height: 28px;
  box-shadow: inset 0 0 0 0 #fff; }
  .btn-white:hover {
    color: #444;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:focus, .btn-white.focus {
    color: #444;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #444;
    background-color: #fff;
    border-color: #fff; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #444;
      background-color: #fff;
      border-color: #fff; }
  .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white:disabled:focus, .btn-white:disabled.focus {
    border-color: #fff; }
  .btn-white.disabled:hover, .btn-white:disabled:hover {
    border-color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-white, .btn-default, .btn-touchspin {
  -webkit-transition: color 300ms ease,background 300ms ease,border-color 300ms ease,box-shadow 300ms ease;
  transition: color 300ms ease,background 300ms ease,border-color 300ms ease,box-shadow 300ms ease; }

.btn-link {
  padding: 0; }

.btn-large {
  height: 40px;
  line-height: 38px;
  font-size: 0.875rem; }

.btn_inline {
  margin-right: 10px;
  margin-bottom: 6px;
  display: inline-block; }
  .btn_inline i {
    margin-left: 2px;
    margin-right: 4px;
    font-size: 0.875rem; }

.product_page_container .pro_right_item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px; }

.input-group-with-border {
  border: 1px solid #d9d9d9;
  background: white; }
  .input-group-with-border.focus {
    border-color: #666666; }
  .input-group-with-border .form-control {
    border: none; }
  .input-group-with-border .btn {
    background: transparent;
    border: none; }

.bootstrap-touchspin .form-control {
  padding: 0 2px;
  text-align: center;
  border-color: #d9d9d9; }

.bootstrap-touchspin .btn-touchspin {
  width: 24px;
  text-align: center;
  padding: 0;
  background-color: white;
  border-color: #d9d9d9; }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f2f2f2; }
  .bootstrap-touchspin .btn-touchspin i {
    margin: 0;
    font-size: 1rem; }

.bootstrap-touchspin .input-group-btn-vertical .form-control {
  text-align: left; }

.bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
  height: 18px;
  line-height: 16px;
  width: 17px;
  padding: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    position: static;
    font-size: 0.75rem; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0; }

.radio-inline {
  margin-right: 1rem; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: #acaaa6 2px solid;
  background: white; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #2fb5d2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem; }

.custom-input-box {
  margin-right: 4px;
  position: relative;
  cursor: pointer; }
  .custom-input-box:hover .custom-input-item.custom-input-checkbox, .custom-input-box:hover .custom-input-item.custom-input-radio {
    background: #E9E9E9; }
  .custom-input-box .custom-input {
    opacity: 0;
    position: absolute; }
  .custom-input-box .custom-input-item {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    line-height: 0.8125rem;
    vertical-align: middle;
    text-align: center;
    border: 1px #d9d9d9 solid;
    background: #fcfcfc; }
    .custom-input-box .custom-input-item.custom-input-radio {
      border-radius: 20px; }
    .custom-input-box .custom-input-item.custom-input-color {
      background-size: contain;
      width: 0.9375rem;
      height: 0.9375rem;
      line-height: 0.8125rem; }
      .custom-input-box .custom-input-item.custom-input-color:hover {
        border-color: #E54D26; }
    .custom-input-box .custom-input-item i {
      display: none;
      font-size: 0.75rem;
      color: #444; }
    .facet-label.active .custom-input-box .custom-input-item .checkbox-checked {
      display: block; }
    .facet-label.loading .custom-input-box .custom-input-item .animate-spin {
      display: block; }
    .facet-label.loading .custom-input-box .custom-input-item .checkbox-checked {
      display: none; }
  .custom-input-box input[type="checkbox"]:checked + .custom-input-item .checkbox-checked {
    display: block; }
    .facet-label.loading .custom-input-box input[type="checkbox"]:checked + .custom-input-item .checkbox-checked {
      display: none; }

.input-color, .input-radio, .st-input-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.input-color, .input-radio {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%; }

.st-input-loading {
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  cursor: default;
  display: none;
  text-align: center;
  overflow: hidden; }
  .st-input-clicked .st-input-loading {
    display: block; }
  .st-input-loading i {
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px; }

.input-container {
  position: relative; }

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #E54D26; }

.input-radio:checked + span,
.input-radio:hover + span {
  padding: 0px 8px;
  line-height: 1.625rem; }

.radio-label {
  background: white;
  display: inline-block;
  height: 1.875rem;
  line-height: 1.75rem;
  padding: 0 9px;
  border: 1px solid #d9d9d9; }

.color {
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }

.product-variants .color {
  width: 1.875rem;
  height: 1.875rem; }
  .product-variants .color.texture {
    width: 2.5rem;
    height: 2.5rem; }

.variant-links .color {
  margin: 0 0.25rem 0.375rem 0;
  width: 15px;
  height: 15px;
  line-height: 15px; }

/* .done {
  color: $brand-success;
  display: inline-block;
  padding: 0 rem(13px);
  margin-right: rem(25px);
} */
.thumb-mask > .mask {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
  overflow: hidden;
  border: #ebebeb 1px solid;
  margin: 0.375rem 0; }
  .thumb-mask > .mask img {
    width: 55px;
    height: 55px; }

.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #ebebeb;
    padding: 0.625rem;
    margin: 0.125rem; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #f6f6f6; }

.pagination {
  margin: 0; }

.bordered {
  border: 1px solid #f2f2f2; }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  -js-display: flex;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    -js-display: flex;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success .item {
  border-color: #4cbb6c;
  background-color: #4cbb6c; }
  .ps-alert-success .item i {
    border-color: #4cbb6c; }
    .ps-alert-success .item i svg {
      background-color: #4cbb6c; }

@font-face {
  font-family: 'fontello';
  src: url(../css/26137f8408078d6d16788f0d1b042681.eot);
  src: url(../css/26137f8408078d6d16788f0d1b042681.eot#iefix) format("embedded-opentype"), url(../css/0fe31c0043d8b5d35559e07716a44e22.woff2) format("woff2"), url(../css/93c7b0caaf449927c4a5edd13577d397.woff) format("woff"), url(../css/70f9a35d18ca9b1fb51343cc834b6995.ttf) format("truetype"), url(../css/1ee952514a2fd0109772dc629180f68a.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('./font/fontello.svg?96601966#fontello') format('svg');
  }
}
*/
[class^="fto-"]:before, [class*=" fto-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* makes sure icons active on rollover in links */
/* a [class^="fto-"], a [class*=" fto-"] {
  display: inline-block;
} */
.fto_small:before {
  font-size: 0.875rem; }

.fto_large:before {
  font-size: 1rem; }

.fto_0x {
  font-size: 1.125rem; }

.fto_1x {
  font-size: 1.375rem; }

.fto_2x {
  font-size: 2rem; }

.fto_3x {
  font-size: 3rem; }

.fto_4x {
  font-size: 4rem; }

.fto_mar_lr2 {
  margin-left: 4px;
  margin-right: 4px; }

.fto_mar_r4 {
  margin-right: 4px; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

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

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

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

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

.fto-left:before {
  content: '\2190'; }

.fto-up:before {
  content: '\2191'; }

.fto-right:before {
  content: '\2192'; }

.fto-home:before {
  content: '\2302'; }

.fto-check:before {
  content: '\2611'; }

.fto-heart:before {
  content: '\2665'; }

.fto-cog:before {
  content: '\2699'; }

.fto-edit:before {
  content: '\270D'; }

.fto-ok-circle:before {
  content: '\2714'; }

.fto-th-large:before {
  content: '\E023'; }

.fto-th:before {
  content: '\E024'; }

.fto-qrcode:before {
  content: '\E057'; }

.fto-down-open-2:before {
  content: '\E0A4'; }

.fto-up-open-2:before {
  content: '\E0CB'; }

.fto-right-open-3:before {
  content: '\E0CC'; }

.fto-left-open-3:before {
  content: '\E0CD'; }

.fto-help-circled:before {
  content: '\E704'; }

.fto-info-circled:before {
  content: '\E705'; }

.fto-reply:before {
  content: '\E712'; }

.fto-export:before {
  content: '\E715'; }

.fto-print:before {
  content: '\E716'; }

.fto-vcard:before {
  content: '\E722'; }

.fto-trash:before {
  content: '\E729'; }

.fto-basket:before {
  content: '\E73D'; }

.fto-star-circled:before {
  content: '\E800'; }

.fto-left-open-1:before {
  content: '\E801'; }

.fto-down-open-1:before {
  content: '\E802'; }

.fto-right-open-1:before {
  content: '\E803'; }

.fto-up-open-1:before {
  content: '\E804'; }

.fto-heart-2:before {
  content: '\E805'; }

.fto-cancel-1:before {
  content: '\E806'; }

.fto-ok:before {
  content: '\E807'; }

.fto-exchange-1:before {
  content: '\E808'; }

.fto-heart-1:before {
  content: '\E809'; }

.fto-home-1:before {
  content: '\E80A'; }

.fto-search-1:before {
  content: '\E80B'; }

.fto-right-open-2:before {
  content: '\E80C'; }

.fto-left-open-2:before {
  content: '\E80D'; }

.fto-cancel-2:before {
  content: '\E80E'; }

.fto-ok-1:before {
  content: '\E80F'; }

.fto-at-1:before {
  content: '\E810'; }

.fto-layout:before {
  content: '\E811'; }

.fto-rss-1:before {
  content: '\E812'; }

.fto-plus-2:before {
  content: '\E813'; }

.fto-right-dir-2:before {
  content: '\E814'; }

.fto-left-dir-1:before {
  content: '\E815'; }

.fto-up-dir:before {
  content: '\E816'; }

.fto-down-dir-2:before {
  content: '\E817'; }

.fto-eye-2:before {
  content: '\E818'; }

.fto-tools:before {
  content: '\E819'; }

.fto-chat-1:before {
  content: '\E81A'; }

.fto-plus-1:before {
  content: '\E81B'; }

.fto-adjust:before {
  content: '\E81C'; }

.fto-minus-1:before {
  content: '\E81D'; }

.fto-ajust:before {
  content: '\E81E'; }

.fto-user-1:before {
  content: '\E81F'; }

.fto-link:before {
  content: '\E820'; }

.fto-clock:before {
  content: '\E821'; }

.fto-angle-double-right:before {
  content: '\E822'; }

.fto-angle-double-left:before {
  content: '\E823'; }

.fto-camera-2:before {
  content: '\E824'; }

.fto-flight:before {
  content: '\E825'; }

.fto-credit-card:before {
  content: '\E826'; }

.fto-note-beamed:before {
  content: '\E827'; }

.fto-truck:before {
  content: '\E828'; }

.fto-menu-1:before {
  content: '\E829'; }

.fto-doc-text-inv:before {
  content: '\E82A'; }

.fto-video-chat:before {
  content: '\E82B'; }

.fto-video:before {
  content: '\E82C'; }

.fto-picture-1:before {
  content: '\E82D'; }

.fto-picture-2:before {
  content: '\E82E'; }

.fto-videocam-1:before {
  content: '\E82F'; }

.fto-video-1:before {
  content: '\E830'; }

.fto-mail:before {
  content: '\E831'; }

.fto-spin3:before {
  content: '\E832'; }

.fto-phone-squared:before {
  content: '\E833'; }

.fto-mail-alt:before {
  content: '\E834'; }

.fto-mail-1:before {
  content: '\E835'; }

.fto-tag:before {
  content: '\E836'; }

.fto-tag-1:before {
  content: '\E837'; }

.fto-spin5:before {
  content: '\E838'; }

.fto-tag-2:before {
  content: '\E839'; }

.fto-users:before {
  content: '\E83A'; }

.fto-lightbulb:before {
  content: '\E83B'; }

.fto-bag:before {
  content: '\E83C'; }

.fto-award:before {
  content: '\E83D'; }

.fto-briefcase:before {
  content: '\E83E'; }

.fto-link-1:before {
  content: '\E83F'; }

.fto-mobile:before {
  content: '\E840'; }

.fto-plus-circled-2:before {
  content: '\E841'; }

.fto-cancel-circled:before {
  content: '\E842'; }

.fto-monitor:before {
  content: '\E843'; }

.fto-lock-open:before {
  content: '\E844'; }

.fto-location:before {
  content: '\E845'; }

.fto-basket-1:before {
  content: '\E846'; }

.fto-phone:before {
  content: '\E847'; }

.fto-plus:before {
  content: '\E848'; }

.fto-cancel:before {
  content: '\E849'; }

.fto-minus-2:before {
  content: '\E84A'; }

.fto-plus-squared:before {
  content: '\E84B'; }

.fto-sort:before {
  content: '\E84C'; }

.fto-mail-2:before {
  content: '\E84D'; }

.fto-pencil:before {
  content: '\E84E'; }

.fto-lock:before {
  content: '\E84F'; }

.fto-user:before {
  content: '\E850'; }

.fto-camera:before {
  content: '\E851'; }

.fto-sort-down:before {
  content: '\E852'; }

.fto-sort-up:before {
  content: '\E853'; }

.fto-minus-squared:before {
  content: '\E854'; }

.fto-th-list:before {
  content: '\E855'; }

.fto-minus:before {
  content: '\E856'; }

.fto-crown:before {
  content: '\E857'; }

.fto-globe-alt:before {
  content: '\E858'; }

.fto-rocket:before {
  content: '\E859'; }

.fto-tint:before {
  content: '\E85A'; }

.fto-leaf:before {
  content: '\E85B'; }

.fto-umbrella:before {
  content: '\E85C'; }

.fto-fast-food:before {
  content: '\E85D'; }

.fto-fire:before {
  content: '\E85E'; }

.fto-flag:before {
  content: '\E85F'; }

.fto-flag-1:before {
  content: '\E860'; }

.fto-menu:before {
  content: '\E861'; }

.fto-plus-circled:before {
  content: '\E862'; }

.fto-plus-circled-1:before {
  content: '\E863'; }

.fto-down-open:before {
  content: '\E864'; }

.fto-quote-left:before {
  content: '\E865'; }

.fto-location-2:before {
  content: '\E866'; }

.fto-quote-right:before {
  content: '\E867'; }

.fto-glyph:before {
  content: '\E868'; }

.fto-heart-empty:before {
  content: '\E869'; }

.fto-magic:before {
  content: '\E86A'; }

.fto-umbrella-1:before {
  content: '\E86B'; }

.fto-hourglass:before {
  content: '\E86C'; }

.fto-flow-tree:before {
  content: '\E86D'; }

.fto-rocket-1:before {
  content: '\E86E'; }

.fto-feather:before {
  content: '\E86F'; }

.fto-left-open:before {
  content: '\E870'; }

.fto-fire-1:before {
  content: '\E871'; }

.fto-heart-3:before {
  content: '\E872'; }

.fto-beaker:before {
  content: '\E873'; }

.fto-diamond:before {
  content: '\E874'; }

.fto-params:before {
  content: '\E875'; }

.fto-truck-1:before {
  content: '\E876'; }

.fto-globe:before {
  content: '\E877'; }

.fto-cog-1:before {
  content: '\E878'; }

.fto-home-outline:before {
  content: '\E879'; }

.fto-history:before {
  content: '\E87A'; }

.fto-gift:before {
  content: '\E87B'; }

.fto-anchor-outline:before {
  content: '\E87C'; }

.fto-shop:before {
  content: '\E87D'; }

.fto-t-shirt:before {
  content: '\E87E'; }

.fto-scissors:before {
  content: '\E87F'; }

.fto-heart-empty-1:before {
  content: '\E880'; }

.fto-credit-card-1:before {
  content: '\E881'; }

.fto-resize-full:before {
  content: '\E882'; }

.fto-star-2:before {
  content: '\E883'; }

.fto-popup:before {
  content: '\E884'; }

.fto-popup-1:before {
  content: '\E885'; }

.fto-columns:before {
  content: '\E886'; }

.fto-smile:before {
  content: '\E887'; }

.fto-chart-pie:before {
  content: '\E888'; }

.fto-gift-1:before {
  content: '\E889'; }

.fto-play-circled:before {
  content: '\E88A'; }

.fto-pause-circled:before {
  content: '\E88B'; }

.fto-play:before {
  content: '\E88C'; }

.fto-pause:before {
  content: '\E88D'; }

.fto-user-2:before {
  content: '\E88E'; }

.fto-user-3:before {
  content: '\E88F'; }

.fto-right-open:before {
  content: '\E890'; }

.fto-logout-1:before {
  content: '\E891'; }

.fto-whatsapp:before {
  content: '\E892'; }

.fto-comment-empty:before {
  content: '\E893'; }

.fto-comment:before {
  content: '\E894'; }

.fto-link-ext:before {
  content: '\E895'; }

.fto-play-1:before {
  content: '\E896'; }

.fto-play-circled2:before {
  content: '\E897'; }

.fto-play-circled-1:before {
  content: '\E898'; }

.fto-star-empty:before {
  content: '\E899'; }

.fto-minus-circled:before {
  content: '\E89A'; }

.fto-ok-circled2:before {
  content: '\E89B'; }

.fto-cancel-circled2:before {
  content: '\E89C'; }

.fto-users-1:before {
  content: '\E89D'; }

.fto-thumbs-down:before {
  content: '\E89E'; }

.fto-thumbs-up:before {
  content: '\E89F'; }

.fto-thumbs-up-2:before {
  content: '\E8A0'; }

.fto-money-1:before {
  content: '\E8A1'; }

.fto-key:before {
  content: '\E8A2'; }

.fto-flash:before {
  content: '\E8A3'; }

.fto-resize-full-1:before {
  content: '\E8A4'; }

.fto-resize-small:before {
  content: '\E8A5'; }

.fto-resize-vertical:before {
  content: '\E8A6'; }

.fto-resize-horizontal:before {
  content: '\E8A7'; }

.fto-zoom-in:before {
  content: '\E8A8'; }

.fto-zoom-out:before {
  content: '\E8A9'; }

.fto-down-circled2:before {
  content: '\E8AA'; }

.fto-up-circled2:before {
  content: '\E8AB'; }

.fto-right-big:before {
  content: '\E8AC'; }

.fto-left-big:before {
  content: '\E8AD'; }

.fto-down-big:before {
  content: '\E8AE'; }

.fto-music:before {
  content: '\E8AF'; }

.fto-right-hand:before {
  content: '\E8B0'; }

.fto-down-hand:before {
  content: '\E8B1'; }

.fto-up-hand:before {
  content: '\E8B2'; }

.fto-camera-1:before {
  content: '\E8B3'; }

.fto-left-hand:before {
  content: '\E8B4'; }

.fto-recycle:before {
  content: '\E8B5'; }

.fto-up-open:before {
  content: '\E8B6'; }

.fto-down-open-mini:before {
  content: '\E8B7'; }

.fto-left-open-mini:before {
  content: '\E8B8'; }

.fto-right-open-mini:before {
  content: '\E8B9'; }

.fto-basket-2:before {
  content: '\E8BA'; }

.fto-basket-3:before {
  content: '\E8BB'; }

.fto-cart:before {
  content: '\E8BC'; }

.fto-basket-circled:before {
  content: '\E8BD'; }

.fto-basket-4:before {
  content: '\E8BE'; }

.fto-basket-alt:before {
  content: '\E8BF'; }

.fto-spin4:before {
  content: '\E8C0'; }

.fto-up-open-mini:before {
  content: '\E8C1'; }

.fto-down-open-big:before {
  content: '\E8C2'; }

.fto-left-open-big:before {
  content: '\E8C3'; }

.fto-barcode:before {
  content: '\E8C4'; }

.fto-comment-1:before {
  content: '\E8C5'; }

.fto-right-open-big:before {
  content: '\E8C6'; }

.fto-up-open-big:before {
  content: '\E8C7'; }

.fto-dot:before {
  content: '\E8C8'; }

.fto-dot-2:before {
  content: '\E8C9'; }

.fto-dot-3:before {
  content: '\E8CA'; }

.fto-list-add:before {
  content: '\E8CB'; }

.fto-cancel-3:before {
  content: '\E8CC'; }

.fto-diamond-1:before {
  content: '\E8CD'; }

.fto-birthday:before {
  content: '\E8CE'; }

.fto-check-1:before {
  content: '\E8CF'; }

.fto-money:before {
  content: '\E8D0'; }

.fto-share-1:before {
  content: '\E8D1'; }

.fto-copyright:before {
  content: '\E8D2'; }

.fto-th-large-1:before {
  content: '\E8D3'; }

.fto-th-list-1:before {
  content: '\E8D4'; }

.fto-th-1:before {
  content: '\E8D5'; }

.fto-mail-3:before {
  content: '\E8D6'; }

.fto-calendar:before {
  content: '\E8D7'; }

.fto-paper-plane:before {
  content: '\E8D8'; }

.fto-cloud:before {
  content: '\E8D9'; }

.fto-lifebuoy:before {
  content: '\E8DA'; }

.fto-cc:before {
  content: '\E8DB'; }

.fto-mobile-1:before {
  content: '\E8DC'; }

.fto-search:before {
  content: '\E8DD'; }

.fto-search-2:before {
  content: '\E8DE'; }

.fto-eye:before {
  content: '\E8DF'; }

.fto-star:before {
  content: '\E8E0'; }

.fto-user-4:before {
  content: '\E8E1'; }

.fto-heart-4:before {
  content: '\E8E2'; }

.fto-thumbs-up-1:before {
  content: '\E8E3'; }

.fto-camera-3:before {
  content: '\E8E4'; }

.fto-eye-1:before {
  content: '\E8E5'; }

.fto-location-1:before {
  content: '\E8E6'; }

.fto-credit-card-2:before {
  content: '\E8E7'; }

.fto-heart-empty-2:before {
  content: '\E8E8'; }

.fto-youtube-1:before {
  content: '\E8E9'; }

.fto-video-2:before {
  content: '\E8EA'; }

.fto-eye-off:before {
  content: '\E8EB'; }

.fto-user-outline:before {
  content: '\E8EC'; }

.fto-tag-3:before {
  content: '\E8ED'; }

.fto-folder:before {
  content: '\E8EE'; }

.fto-ticket:before {
  content: '\E8EF'; }

.fto-calendar-1:before {
  content: '\E8F0'; }

.fto-website:before {
  content: '\E8F1'; }

.fto-tag-4:before {
  content: '\E8F2'; }

.fto-th-list-3:before {
  content: '\E8F3'; }

.fto-vcard-1:before {
  content: '\E8F4'; }

.fto-eye-off-1:before {
  content: '\E8F5'; }

.fto-heart-filled:before {
  content: '\E8F6'; }

.fto-star-filled:before {
  content: '\E8F7'; }

.fto-th-list-2:before {
  content: '\F009'; }

.fto-th-thumb-empty:before {
  content: '\F00B'; }

.fto-heart-broken:before {
  content: '\F028'; }

.fto-move:before {
  content: '\F047'; }

.fto-users-2:before {
  content: '\F064'; }

.fto-check-empty:before {
  content: '\F096'; }

.fto-twitter:before {
  content: '\F099'; }

.fto-facebook:before {
  content: '\F09A'; }

.fto-github-circled:before {
  content: '\F09B'; }

.fto-tasks:before {
  content: '\F0AE'; }

.fto-resize-full-alt:before {
  content: '\F0B2'; }

.fto-pinterest-circled:before {
  content: '\F0D2'; }

.fto-pinterest-squared:before {
  content: '\F0D3'; }

.fto-gplus-squared:before {
  content: '\F0D4'; }

.fto-gplus:before {
  content: '\F0D5'; }

.fto-linkedin:before {
  content: '\F0E1'; }

.fto-suitcase:before {
  content: '\F0F2'; }

.fto-angle-left:before {
  content: '\F104'; }

.fto-angle-right:before {
  content: '\F105'; }

.fto-angle-up:before {
  content: '\F106'; }

.fto-angle-down:before {
  content: '\F107'; }

.fto-circle-empty:before {
  content: '\F10C'; }

.fto-quote-left-1:before {
  content: '\F10D'; }

.fto-quote-right-1:before {
  content: '\F10E'; }

.fto-circle:before {
  content: '\F111'; }

.fto-github:before {
  content: '\F113'; }

.fto-star-half-alt:before {
  content: '\F123'; }

.fto-attention-alt:before {
  content: '\F12A'; }

.fto-anchor:before {
  content: '\F13D'; }

.fto-ellipsis:before {
  content: '\F141'; }

.fto-rss-squared:before {
  content: '\F143'; }

.fto-minus-squared-alt:before {
  content: '\F147'; }

.fto-ok-squared:before {
  content: '\F14A'; }

.fto-euro:before {
  content: '\F153'; }

.fto-pound:before {
  content: '\F154'; }

.fto-dollar:before {
  content: '\F155'; }

.fto-rupee:before {
  content: '\F156'; }

.fto-yen:before {
  content: '\F157'; }

.fto-rouble:before {
  content: '\F158'; }

.fto-won:before {
  content: '\F159'; }

.fto-bitcoin:before {
  content: '\F15A'; }

.fto-sort-name-up:before {
  content: '\F15D'; }

.fto-sort-name-down:before {
  content: '\F15E'; }

.fto-sort-alt-up:before {
  content: '\F160'; }

.fto-sort-alt-down:before {
  content: '\F161'; }

.fto-sort-number-up:before {
  content: '\F162'; }

.fto-sort-number-down:before {
  content: '\F163'; }

.fto-thumbs-up-alt:before {
  content: '\F164'; }

.fto-thumbs-down-alt:before {
  content: '\F165'; }

.fto-youtube-squared:before {
  content: '\F166'; }

.fto-youtube:before {
  content: '\F167'; }

.fto-xing:before {
  content: '\F168'; }

.fto-xing-squared:before {
  content: '\F169'; }

.fto-youtube-play:before {
  content: '\F16A'; }

.fto-dropbox:before {
  content: '\F16B'; }

.fto-instagram-1:before {
  content: '\F16D'; }

.fto-tumblr:before {
  content: '\F173'; }

.fto-tumblr-squared:before {
  content: '\F174'; }

.fto-apple:before {
  content: '\F179'; }

.fto-windows:before {
  content: '\F17A'; }

.fto-android:before {
  content: '\F17B'; }

.fto-linux:before {
  content: '\F17C'; }

.fto-dribbble:before {
  content: '\F17D'; }

.fto-skype:before {
  content: '\F17E'; }

.fto-female:before {
  content: '\F182'; }

.fto-male:before {
  content: '\F183'; }

.fto-moon:before {
  content: '\F186'; }

.fto-bug:before {
  content: '\F188'; }

.fto-vkontakte:before {
  content: '\F189'; }

.fto-weibo:before {
  content: '\F18A'; }

.fto-right-circled2:before {
  content: '\F18E'; }

.fto-left-circled2:before {
  content: '\F190'; }

.fto-dot-circled:before {
  content: '\F192'; }

.fto-vimeo-squared:before {
  content: '\F194'; }

.fto-try:before {
  content: '\F195'; }

.fto-plus-squared-alt:before {
  content: '\F196'; }

.fto-wordpress:before {
  content: '\F19A'; }

.fto-graduation-cap:before {
  content: '\F19D'; }

.fto-yahoo:before {
  content: '\F19E'; }

.fto-google:before {
  content: '\F1A0'; }

.fto-digg:before {
  content: '\F1A6'; }

.fto-pied-piper-squared:before {
  content: '\F1A7'; }

.fto-drupal:before {
  content: '\F1A9'; }

.fto-joomla:before {
  content: '\F1AA'; }

.fto-behance:before {
  content: '\F1B4'; }

.fto-behance-squared:before {
  content: '\F1B5'; }

.fto-file-pdf:before {
  content: '\F1C1'; }

.fto-vine:before {
  content: '\F1CA'; }

.fto-circle-notch:before {
  content: '\F1CE'; }

.fto-git-squared:before {
  content: '\F1D2'; }

.fto-git:before {
  content: '\F1D3'; }

.fto-tencent-weibo:before {
  content: '\F1D5'; }

.fto-qq:before {
  content: '\F1D6'; }

.fto-wechat:before {
  content: '\F1D7'; }

.fto-paper-plane-1:before {
  content: '\F1D8'; }

.fto-paper-plane-empty:before {
  content: '\F1D9'; }

.fto-circle-thin:before {
  content: '\F1DB'; }

.fto-soccer-ball:before {
  content: '\F1E3'; }

.fto-paypal:before {
  content: '\F1ED'; }

.fto-cc-visa:before {
  content: '\F1F0'; }

.fto-cc-mastercard:before {
  content: '\F1F1'; }

.fto-cc-discover:before {
  content: '\F1F2'; }

.fto-cc-amex:before {
  content: '\F1F3'; }

.fto-cc-paypal:before {
  content: '\F1F4'; }

.fto-cc-stripe:before {
  content: '\F1F5'; }

.fto-lastfm:before {
  content: '\F202'; }

.fto-lastfm-squared:before {
  content: '\F203'; }

.fto-toggle-off:before {
  content: '\F204'; }

.fto-toggle-on:before {
  content: '\F205'; }

.fto-shekel:before {
  content: '\F20B'; }

.fto-cart-plus:before {
  content: '\F217'; }

.fto-cart-arrow-down:before {
  content: '\F218'; }

.fto-street-view:before {
  content: '\F21D'; }

.fto-venus:before {
  content: '\F221'; }

.fto-mars:before {
  content: '\F222'; }

.fto-facebook-official:before {
  content: '\F230'; }

.fto-pinterest:before {
  content: '\F231'; }

.fto-server:before {
  content: '\F233'; }

.fto-viacoin:before {
  content: '\F237'; }

.fto-cc-jcb:before {
  content: '\F24B'; }

.fto-cc-diners-club:before {
  content: '\F24C'; }

.fto-balance-scale:before {
  content: '\F24E'; }

.fto-amazon:before {
  content: '\F270'; }

.fto-map-pin:before {
  content: '\F276'; }

.fto-commenting:before {
  content: '\F27A'; }

.fto-commenting-o:before {
  content: '\F27B'; }

.fto-vimeo:before {
  content: '\F27D'; }

.fto-shopping-bag:before {
  content: '\F290'; }

.fto-shopping-basket:before {
  content: '\F291'; }

.fto-handshake-o:before {
  content: '\F2B5'; }

.fto-address-card:before {
  content: '\F2BB'; }

.fto-user-circle:before {
  content: '\F2BD'; }

.fto-user-circle-o:before {
  content: '\F2BE'; }

.fto-user-o:before {
  content: '\F2C0'; }

.fto-id-card:before {
  content: '\F2C2'; }

.fto-id-card-o:before {
  content: '\F2C3'; }

.fto-snowflake-o:before {
  content: '\F2DC'; }

.fto-github-squared:before {
  content: '\F300'; }

.fto-twitter-squared:before {
  content: '\F304'; }

.fto-facebook-squared:before {
  content: '\F308'; }

.fto-linkedin-squared:before {
  content: '\F30C'; }

#st_header .search_widget_block {
  width: 280px; }

#st_header #mobile_bar .search_widget_block {
  width: auto;
  margin-left: 10px;
  margin-right: 10px; }

.search_widget_block .search_widget {
  position: relative; }

.search_results {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8000;
  background: #fff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); }
  .st-menu .search_results {
    box-shadow: none; }
  .display_results_static .search_results {
    position: static; }
  .search_results .autocomplete-suggestion {
    padding: 0.375rem; }
    #side_search .search_results .autocomplete-suggestion {
      padding-left: 0;
      padding-right: 0; }
    .search_results .autocomplete-suggestion:hover {
      background: #f2f2f2; }
  .search_results .search_more_products {
    display: block;
    text-align: center;
    padding: 0.75rem 0.375rem; }
  .search_results .search_product_img {
    width: 46px;
    margin-right: 0.375rem; }

.search_product_name span {
  font-weight: bold; }

.search_result_item {
  display: none; }

.search_show_img .search_product_img {
  display: block; }

.search_show_name .search_product_name {
  display: block; }

.search_show_price .search_product_price {
  display: block; }

/* .page-not-found {
  .search-widget {
    form {
      display: inline-block;
    }
  }
} */
.top-menu[data-depth="1"] {
  margin: 0.625rem; }

.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 0.625rem;
  color: #acaaa6;
  font-weight: 400; }

.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 600; }

.top-menu a[data-depth="0"] {
  font-weight: 600;
  padding: 0.1875rem 0.375rem 0.375rem; }
  #header .top-menu a[data-depth="0"]:hover {
    color: #2fb5d2;
    text-decoration: none; }

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 0.625rem 0.625rem 0; }

.top-menu .collapse {
  display: inherit; }

.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none; }
  .top-menu .sub-menu.collapse {
    display: none; }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem; }
  .top-menu .sub-menu a:hover {
    color: #2fb5d2; }

.top-menu .popover {
  max-width: inherit; }

.popover.bs-tether-element-attached-top {
  margin-top: 0; }

#mobile_top_menu_wrapper {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: white; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem; }
  #mobile_top_menu_wrapper .top-menu {
    color: #414141; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: inline-block;
      padding: 0; }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
      padding: 0.625rem;
      border-bottom: 1px solid #f6f6f6; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      box-shadow: none;
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      min-width: 100%;
      background: #f6f6f6; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none; }
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
        border-bottom: 1px solid #acaaa6; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        margin: 0; }
        #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
          float: none;
          margin: 0; }
          #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
            text-transform: none; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul {
        padding: 0; }
      #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        padding: 0.625rem;
        border-bottom: 1px solid white;
        font-weight: bold; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
        padding-left: 1.25rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
        padding-left: 2.5rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
        padding-left: 3.75rem; }
    #mobile_top_menu_wrapper .top-menu .popover {
      border-radius: 0; }
  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #acaaa6; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
      display: inline; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
      padding: 0.625rem 0;
      display: block;
      width: 100%; }

body#checkout {
  /* [data-action="show-password"]{
    background: $gray-dark;
  } */
  /* .additional-information {
    font-size: $font-size-sm;
    margin-left: rem(46px);
    margin-top: rem(20px);
  }
  .condition-label {
    margin-left: rem(40px);
    margin-top: rem(10px);
    label {
      text-align: inherit;
    }
  } */ }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 5rem 0 0.9375rem;
    border: none;
    margin-bottom: 0; }
    body#checkout #header .header-nav .logo {
      max-height: 4.375rem;
      width: auto; }
  body#checkout #cart-summary-product-list img {
    width: 3.125rem; }
  body#checkout #order-summary-content {
    padding-top: 0.9375rem;
    /* .order-confirmation-table {
      padding: 1rem;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 3px solid #e5e5e5;
      border-radius: 0;
    }
    .summary-selected-carrier {
      margin-bottom: 0.75rem;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      padding: 1rem;
    } */ }
    body#checkout #order-summary-content #order-items {
      border-right: 0;
      /* table {
        tr {
          &:first-child {
            td {
              border-top: 0;
            }
          }
        }
      } */ }
      body#checkout #order-summary-content #order-items h3.h3 {
        color: #414141;
        margin-top: 1.25rem; }
    body#checkout #order-summary-content .step-edit {
      display: inline; }
    body#checkout #order-summary-content .step-edit:hover {
      cursor: pointer; }
  body#checkout #gift_message {
    max-width: 100%;
    border-color: #414141; }

.checkout-step {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 15px;
  /* #customer-form,
  #delivery-address,
  #invoice-address,
  #login-form {
    margin-left: rem(5px);
    margin-top: rem(25px);
    .form-control-label {
      text-align: left;
    }
    .radio-inline {
      padding: 0;
    }
  }
  .sign-in {
    font-size: $font-size-sm;
  }
  .forgot-password {
    margin-left: rem(230px);
  } */ }
  .checkout-step .step-title {
    margin-bottom: 0;
    padding: 0.9375rem 0; }
  .checkout-step .content {
    padding-bottom: 0.625rem; }
  .checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5; }
  .checkout-step .content,
  .checkout-step .done,
  .checkout-step .step-edit {
    display: none; }
  .checkout-step.-current .content {
    display: block; }
  .checkout-step.-current.-reachable.-complete .done,
  .checkout-step.-current.-reachable.-complete .step-edit {
    display: none; }
  .checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block; }
  .checkout-step.-current.-reachable.-complete .content {
    display: block; }
  .checkout-step.-reachable .step-title {
    cursor: pointer; }
  .checkout-step.-reachable.-complete .done {
    display: inline-block; }
  .checkout-step.-reachable.-complete .step-number {
    display: none; }
  .checkout-step.-reachable.-complete .step-edit {
    display: block; }
  .checkout-step.-reachable.-complete .content {
    display: none; }
  .checkout-step .default-input {
    min-width: 40%; }
    .checkout-step .default-input[name=address1], .checkout-step .default-input[name=address2] {
      min-width: 60%; }
  .checkout-step .radio-field {
    margin-top: 1.875rem; }
    .checkout-step .radio-field label {
      display: inline; }
  .checkout-step .checkbox-field div {
    margin-top: 3.75rem; }
  .checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0; }
  .checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem; }
  .checkout-step .payment-options label {
    margin-bottom: 0; }
  .checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem; }
  .checkout-step .step-number {
    display: inline-block;
    margin-right: 0.375rem; }
  .checkout-step .address-item.selected {
    border-color: #444; }
  .checkout-step .address-alias {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.625rem; }
  .checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem; }
  .checkout-step #delivery-addresses,
  .checkout-step #invoice-addresses {
    margin-top: 1.25rem; }
  .checkout-step .add-address {
    margin-top: 1.25rem; }
  .checkout-step .delivery-option {
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem; }
  .checkout-step .carrier-delay,
  .checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left; }

.card .address-footer {
  text-align: right;
  padding: 0.625rem; }

/**** ORDER CONFIRMATION *****/
#order-items {
  /* border-right: $gray-light 1px solid;
  hr {
    border-top-color: $gray-darker;
  }
  table {
    width: 100%;
    tr {
      height: $large-space;
      td {
        &:last-child {
          text-align: right;
        }
      }
    }
  } */ }
  #order-items .order-line {
    margin-top: 1rem; }
  #order-items .details {
    margin-bottom: 1rem; }
    #order-items .details .customizations {
      margin-top: 0.625rem; }
  #order-items .qty {
    margin-bottom: 1rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem; }

@media (max-width: 991px) {
  body#checkout section.checkout-step .address-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: auto; }
    .delivery-option .custom-radio {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
  #order-confirmation #registration-form {
    width: 100%; } }

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 0.625rem; } }

@media (max-width: 479px) {
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0; } }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

.checkout_header {
  padding: 46px 0 16px; }

.checkout_wrapper {
  padding-top: 1rem;
  background: #f2f2f2; }

.checkout_left_column, .checkout_right_column {
  background: #fff; }

.checkout-step .order-summary-block {
  margin-bottom: 20px; }

/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle; }

.table-labeled td {
  vertical-align: middle; }

.page-order .table {
  margin-bottom: 0; }

.page-order table th {
  padding: 0.5rem; }

.page-order table td {
  padding: 0.5rem; }

.page-order table thead th {
  text-align: center; }

#authentication {
  /* [data-action="show-password"]{
    background: $gray-dark;
  } */ }
  #authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0; }

/*** Most of the customer accpunt pages ***/
/*** Login page ***/
#create_account_block .form_content, #login_form_block .form_content {
  min-height: 200px; }

.from_blcok .form_content_inner {
  padding: 0em 1rem; }

.from_blcok .form-footer {
  padding: 6px 1rem 1rem 1rem; }

.from_blcok {
  border: 1px solid #d9d9d9; }
  .from_blcok.has_social_login {
    min-height: 250px; }

/*** Addresses page ***/
/* .page-addresses {
  .address {
    @include box-shadow;
    background: white;
    margin-bottom: rem(30px);
    font-size: $font-size-sm;
    color: $gray-darker;
    .address-body {
      padding: rem(16px);
      h4 {
        font-size: $base-font-size;
        font-weight: 700;
      }
      address {
        min-height: rem(144px);
      }
    }
    .address-footer {
      border-top: 1px solid $gray;
      padding: rem(8px) rem(16px);
      a {
        color: $gray-dark;
        margin-right: rem(8px);
        &:hover {
          color: $gray-darker;
        }
        i {
          font-size: $base-font-size;
        }
        span {
          font-size: $font-size-lg;
          vertical-align: middle;
        }
      }
    }
  }
  .addresses-footer {
    margin: 0 rem(15px);
    a {
      color: $gray-darker;
      &:hover {
        color: $gray-darker;
      }
      i {
        font-size: $base-font-size;
      }
      span {
        font-size: $base-font-size;
        vertical-align: middle;
        margin-top: $small-space;
      }
    }
  } 
}*/
/*** Order details page ***/
.page-order-detail {
  /* h3 {
    font-size: $base-font-size;
    font-weight: 700;
    text-transform: uppercase;
    color: $gray-darker;
    margin-bottom: rem(16px);
  } */ }
  .page-order-detail .box {
    margin-bottom: 1.125rem; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
  .page-order-detail #order-products.return th.head-checkbox {
    width: 30px; }
  .page-order-detail #order-products.return td.qty {
    min-width: 125px; }
    .page-order-detail #order-products.return td.qty .current {
      width: 30%;
      float: left;
      text-align: right;
      padding-right: 0.5rem; }
    .page-order-detail #order-products.return td.qty .select {
      width: 70%;
      float: left;
      margin: -0.625rem 0;
      padding-left: 0.25rem; }
      .page-order-detail #order-products.return td.qty .select select {
        text-align: center; }
  .page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 0.9375rem; }
  .page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 0.9375rem; }
  .page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem; }
    .page-order-detail .order-items .order-item .desc .name {
      font-weight: bold; }
  .page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem; }
    .page-order-detail .order-items .order-item .qty .q {
      margin-bottom: 0.25rem; }
    .page-order-detail .order-items .order-item .qty .s {
      margin-bottom: 0.25rem; }
  .page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 0.5rem; }
  .page-order-detail .customization {
    margin-top: 0.75rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141; }

#order-return-infos .customization {
  margin-top: 0.75rem; }

/*** My account landing page ***/
/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 1rem; }
  .page-footer .account-link i {
    font-size: 0.75rem; }
  .page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle; }

.login-form {
  margin-top: 15px; }

.renew-password {
  margin-left: 10px; }
  .renew-password .email {
    padding-bottom: 30px; }
  .renew-password [type=submit] {
    margin-left: 50px; }

.carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem; }
  .carousel .direction {
    z-index: auto; }
  .carousel .carousel-inner {
    height: 340px; }
  .carousel .carousel-item {
    height: 100%; }
    .carousel .carousel-item img {
      width: 100%;
      margin-left: 0; }
    .carousel .carousel-item .caption {
      position: absolute;
      bottom: 28px;
      left: 90px;
      color: white;
      max-width: 340px; }
      .carousel .carousel-item .caption .caption-description p {
        color: white; }
  .carousel .carousel-control {
    opacity: 1; }
    .carousel .carousel-control .icon-next::before,
    .carousel .carousel-control .icon-prev::before {
      content: ""; }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
      font-size: 3.125rem;
      color: white; }
    .carousel .carousel-control .icon-next:hover i,
    .carousel .carousel-control .icon-prev:hover i {
      color: #2fb5d2; }
    .carousel .carousel-control .icon-prev {
      left: 1rem; }
    .carousel .carousel-control .icon-next {
      right: 2rem; }
    .carousel .carousel-control.left, .carousel .carousel-control.right {
      background: none; }

#custom-text {
  background: white;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem 3.125rem;
  text-align: center; }
  #custom-text h3 {
    text-transform: uppercase;
    color: #414141;
    font-size: 1.5625rem;
    font-weight: 700; }
  #custom-text p {
    color: #414141;
    font-weight: 400;
    font-size: 1.1em; }
    #custom-text p .dark {
      color: #acaaa6;
      font-weight: 400; }

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 0.625rem 1rem; } }

#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

#products .up {
  margin-bottom: 1rem; }
  #products .up .btn-secondary {
    color: #acaaa6;
    text-transform: inherit; }
    #products .up .btn-secondary .material-icons {
      margin-right: 0; }

.products-selection {
  padding: 1em 0px; }

.facet_filter_item_li .search-link {
  display: inline-block;
  vertical-align: middle; }

.facet_filter_item_li .facet-label {
  margin-bottom: 0; }

.facet-title-mobile {
  cursor: pointer;
  padding: 6px 0; }
  .facet-title-mobile .arrow_down {
    display: block; }
  .facet-title-mobile .arrow_up {
    display: none; }
  .facet-title-mobile.collapsed .arrow_down {
    display: none; }
  .facet-title-mobile.collapsed .arrow_up {
    display: block; }

.facet_filter_box {
  margin-bottom: 0; }

.facet-dropdown {
  color: #878787;
  padding-left: 0;
  padding-right: 0;
  background: #ebebeb;
  border: 3px solid transparent;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #ebebeb; }
  .facet-dropdown.open {
    border: 0; }
    .facet-dropdown.open > .select-title {
      border: 3px solid #2fb5d2;
      background: #f6f6f6; }
  .facet-dropdown .select-title {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #414141;
    background: #ebebeb;
    padding: 0.375rem 0.375rem 0.375rem 0.625rem;
    cursor: pointer; }
    .facet-dropdown .select-title > i {
      margin-left: auto; }
  .facet-dropdown .select-list {
    display: block;
    color: #414141;
    background: #f6f6f6;
    padding: 0.375rem 0.625rem; }
    .facet-dropdown .select-list:hover {
      background: #2fb5d2;
      color: white;
      text-decoration: none; }
  .facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #ebebeb; }

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0; }
  #search_filters .facet .facet-label,
  #search_filters_brands .facet .facet-label,
  #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem; }

.column_filter #search_filters .facet .collapse {
  display: block; }

.column_filter .facet_filter_item_li {
  padding: 4px 0; }

.horizontal_filters .facet {
  border-bottom: 1px dashed #f2f2f2; }
  .horizontal_filters .facet:last-child {
    border-bottom: none; }

.horizontal_filters .facet-title {
  min-width: 88px;
  margin: 6px 6px 6px 0; }

.horizontal_filters_dropdown #search_filters {
  position: relative; }

.horizontal_filters_dropdown .dropdown_wrap {
  position: static; }

.horizontal_filters_dropdown .dropdown_list {
  right: 0;
  padding: 6px;
  border: 1px solid #f2f2f2; }
  .horizontal_filters_dropdown .dropdown_list:after, .horizontal_filters_dropdown .dropdown_list:before {
    display: none; }

.horizontal_filters_dropdown .open .dropdown_list {
  background: #fff; }

.horizontal_filters_dropdown .facet {
  display: inline-block;
  margin-right: 6px; }

.horizontal_filters_dropdown .facet-title-mobile {
  display: none;
  padding: 6px 0; }

.horizontal_filters .facet_filter_item_li, .horizontal_filters .facet_filter_item_form, .horizontal_filters_dropdown .facet_filter_item_li, .horizontal_filters_dropdown .facet_filter_item_form {
  display: inline-block;
  margin: 6px 30px 6px 0; }

.facet .collapse {
  display: block; }

.block-categories .acc_box .acc_header a {
  font-size: 0.875rem;
  padding: 0.625rem 0; }

.products-selection .filter-button .btn-secondary {
  padding: 0.75rem 0.5rem 0.6875rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #category #left-column {
    width: 100%; }
    #category #left-column #search_filters_wrapper {
      margin-left: -30px;
      margin-right: -30px; }
    #category #left-column #search_filter_controls {
      text-align: center;
      margin-bottom: 1rem; }
      #category #left-column #search_filter_controls button {
        margin: 0 0.5rem; }
    #category #left-column #search_filters {
      margin-bottom: 0;
      box-shadow: none;
      padding: 0;
      border-top: 1px solid #f6f6f6; }
      #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6; }
        #category #left-column #search_filters .facet .title {
          cursor: pointer; }
          #category #left-column #search_filters .facet .title .collapse-icons .remove {
            display: none; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
          display: none; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
          display: block; }
        #category #left-column #search_filters .facet .facet-title {
          color: #414141;
          text-transform: uppercase; }
        #category #left-column #search_filters .facet .h6 {
          margin-bottom: 0;
          padding: 0.625rem;
          display: inline-block; }
        #category #left-column #search_filters .facet .navbar-toggler {
          display: inline-block;
          padding: 0.625rem 0.625rem 0 0; }
        #category #left-column #search_filters .facet .collapse {
          display: none; }
          #category #left-column #search_filters .facet .collapse.show {
            display: block; }
        #category #left-column #search_filters .facet .facet-label a {
          margin-top: 0; }
        #category #left-column #search_filters .facet ul {
          margin-bottom: 0; }
          #category #left-column #search_filters .facet ul li {
            border-top: 1px solid #f6f6f6;
            padding: 0.625rem; }
  #category #content-wrapper {
    width: 100%; }
  #category #search_filter_toggler {
    width: 100%; }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem; }
  .products-selection .showing {
    padding-top: 1rem; }
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper {
    width: 100%; } }

@media (max-width: 479px) {
  .products-selection .filter-button {
    padding-left: 0; }
  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px; } }

.product_list.grid .product_list_item {
  border-top: 1px solid #f2f2f2;
  padding: 24px 7px 24px 8px; }
  body#index .product_list.grid .product_list_item {
    border-top: none; }

.products.product_list.grid {
  margin-left: -7px;
  margin-right: -8px; }

/*******************************************************
Product list(List) Styles 
********************************************************/
.product_list.list .product_list_item {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5; }
  .product_list.list .product_list_item:last-child {
    border-bottom: none; }
  .product_list.list .product_list_item:first-child {
    padding-top: 0; }

.product_list.list .pro_second_box {
  padding-top: 8px; }

.product_list.list .block_blog .pro_second_box.pro_block_align_0 {
  text-align: center; }

.product_list.list .block_blog .pro_second_box.pro_block_align_1 {
  text-align: left; }

.product_list.list .block_blog .blog_lr .pro_second_box.pro_block_align_0 {
  text-align: left; }

.product_list.list .blog_lr .pro_first_box {
  float: left;
  max-width: 360px; }

.product_list.list .blog_lr .pro_second_box {
  margin-left: 380px; }

.product_list.list .ajax_block_product .yotpo {
  clear: none; }
  .product_list.list .ajax_block_product .yotpo .yotpo-clr {
    clear: none; }

.product_list.list .ajax_block_product .hover_fly {
  display: none; }

.product_list.list .ajax_block_product .pro_first_box {
  float: left;
  max-width: 280px; }

.product_list.list .ajax_block_product .pro_second_box {
  margin-left: 300px; }

.product_list.list .ajax_block_product .s_title_block {
  height: auto;
  font-size: 1rem;
  margin-bottom: 1rem; }

.product_list.list .ajax_block_product .act_box {
  padding-top: 1em; }

.product_list.list .big_page_next_wrap {
  display: none; }

#big_page_next a:hover {
  color: #fff; }
  #big_page_next a:hover .text_table_wrap {
    background: #444; }

#big_page_next a .text_table_wrap {
  background: #f2f2f2; }
  #big_page_next a .text_table_wrap .text_td {
    font-size: 2em; }

.list_grid_switcher div {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer; }
  .list_grid_switcher div.grid:hover {
    background-color: #bbbbbb;
    color: #fff; }
  .list_grid_switcher div.grid.selected {
    background-color: #bbbbbb;
    color: #fff; }
  .list_grid_switcher div.list:hover {
    background-color: #bbbbbb;
    color: #fff; }
  .list_grid_switcher div.list.selected {
    background-color: #bbbbbb;
    color: #fff; }

.active_filter_title {
  margin-top: 3px; }

.active_filter_item {
  margin: 0 0 4px 6px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  padding: 2px 3px;
  white-space: nowrap; }
  .active_filter_item i {
    color: #777; }
  .active_filter_item:hover {
    color: #444;
    border-color: #E54D26; }
    .active_filter_item:hover i {
      color: #E54D26; }

#subcategories .subcate_list_view li {
  display: block;
  padding: 6px 0; }
  #subcategories .subcate_list_view li .img {
    float: left;
    margin-right: 1em; }
  #subcategories .subcate_list_view li .subcat_desc {
    display: block; }

#subcategories .inline_list li a.img {
  display: block;
  margin-bottom: 6px;
  text-align: center; }
  #subcategories .inline_list li a.img img {
    border: 1px solid #f2f2f2; }

#subcategories .subcate_grid_view li {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }
  #subcategories .subcate_grid_view li .subcategory-name {
    display: block; }
  #subcategories .subcate_grid_view li .subcat_desc {
    display: none; }

.product-price {
  display: inline-block; }

.product-quantity .add {
  display: inline-block;
  vertical-align: middle; }
  .product-quantity .add.add_full_width {
    display: block; }

.product-discounts > .product-discounts-title {
  font-weight: normal;
  font-size: 0.875rem; }

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.375rem 0.625rem;
  background: white;
  border: 0.3125rem #ebebeb solid;
  text-align: center; }

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6; }
  .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: white; }
  .product-discounts > .table-product-discounts tbody tr td {
    padding: 0.375rem 0.625rem;
    text-align: center;
    border: 0.3125rem #ebebeb solid; }

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #878787; }

.product-unit-price {
  font-size: 0.75rem;
  margin-bottom: 0; }

.product-available {
  color: #4cbb6c; }

.product-unavailable {
  color: #ff9a52; }

.product-last-items {
  color: #ff9a52; }

#product-details .label {
  font-size: 1rem;
  color: #414141;
  font-weight: bold; }

#product-details .product-reference {
  display: none; }

.product-features {
  margin-top: 0.625rem; }
  .product-features dl.data-sheet {
    border-bottom: 1px dashed #f2f2f2;
    padding: 6px 0;
    margin-bottom: 0; }
    .product-features dl.data-sheet dt.name {
      text-transform: capitalize;
      min-width: 200px;
      font-weight: bold; }
    .product-features dl.data-sheet dd.value {
      margin-bottom: 0; }

.product-variants .product-variants-item {
  margin-bottom: 10px; }
  .product-variants .product-variants-item select {
    border: 1px solid #ebebeb;
    height: 1.875rem;
    width: 100%; }
  .product-variants .product-variants-item ul {
    margin-bottom: 0; }
    .product-variants .product-variants-item ul li {
      margin-right: 6px; }
  .product-variants .product-variants-item .color {
    margin-left: 0;
    margin-top: 0; }

.product-variants .control-label {
  margin-bottom: 4px;
  display: block; }

.product-flags {
  position: absolute;
  top: 0;
  width: 100%; }

li.product-flag {
  display: block;
  position: absolute;
  background: #2fb5d2;
  font-weight: 700;
  padding: 0.3125rem 0.4375rem;
  text-transform: uppercase;
  color: white;
  margin-top: 0.375rem;
  margin-left: -0.3125rem;
  z-index: 2; }
  li.product-flag.online-only {
    top: 25rem;
    right: 0;
    font-size: 0.75rem; }
    li.product-flag.online-only::before {
      content: "\E30A";
      font-family: 'Material Icons';
      vertical-align: middle;
      margin: 0.3125rem; }
  li.product-flag.discount {
    display: none; }
  li.product-flag.on-sale {
    background: #f39d72;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    top: 0; }

.product-customization .product-message {
  background: #ebebeb;
  border: none;
  width: 100%;
  height: 3.125rem;
  resize: none;
  padding: 0.625rem; }

.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.125rem;
  overflow: hidden;
  position: absolute; }

.product-customization .custom-file {
  position: relative;
  background: #ebebeb;
  width: 100%;
  height: 2.125rem;
  line-height: 2.125rem;
  text-indent: 0.625rem;
  display: block; }
  .product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0; }

/* .product-pack {
  margin-top: $extra-large-space;
  .pack-product-container {
    @include display(flex);
    justify-content: space-around;
    .pack-product-name {
      @include flex(0 0 50%);
    }
    .pack-product-name,
    .pack-product-price,
    .pack-product-quantity {
      @include display(flex);
      align-items: center;
    }
  }
} */
.product-refresh {
  margin-top: 0.625rem; }

.social-sharing ul {
  margin-bottom: 0;
  display: inline-block; }

.social-sharing li {
  display: inline-block;
  margin-left: 0.5rem; }
  .social-sharing li i {
    font-size: 1rem; }

.products-selection {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .product-cover img {
    width: 100%; }
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: 0; }
    #product-modal .modal-content .modal-body img.product-cover-modal {
      width: 100%; }
    #product-modal .modal-content .modal-body .arrows {
      display: none; }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%; } }

.product_name_wrap .product_name {
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #444; }

.pro_popup_trigger_box {
  bottom: 10px;
  right: 10px;
  position: absolute;
  z-index: 8; }

.pro_popup_trigger.layer_icon_wrap {
  display: none; }
  .pro_popup_trigger.layer_icon_wrap.st_active {
    display: block; }

/* .pro_popup_trigger{
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    font-size: rem(16px);
    &:hover{
        background: #fff;
    }
} */
.pro_gallery_thumbs_vertical .swiper-container {
  height: 360px; }

.pro_gallery_thumbs_vertical .pro_gallery_thumb {
  max-height: 100%;
  width: auto; }

.pro_gallery_thumb_box {
  cursor: pointer;
  display: inline-block; }
  .clicked_thumb .pro_gallery_thumb_box {
    border-color: #777; }

.hightlight_curr_thumbs .pro_gallery_thumb {
  opacity: 0.4; }

.hightlight_curr_thumbs .clicked_thumb .pro_gallery_thumb, .hightlight_curr_thumbs .curr_combination_thumb .pro_gallery_thumb {
  opacity: 1; }

/* .images-container.row{
    margin-right: 0;
    margin-left: 0;
    .pro_gallery_top_container, .pro_gallery_thumbs_container{
        padding-right: 0;
        padding-left: 0;
    }
    &.images-container-1{
        .pro_gallery_thumbs_container{
            padding-right: 10px;
        }
    }
    &.images-container-2{
        .pro_gallery_thumbs_container{
            padding-left: 10px;
        }
    }
} */
.pro_gallery_thumbs_grid .swiper-container .swiper-wrapper {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pro_gallery_thumbs_grid .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    padding: 0 5px 5px 5px; }

/* layer buttons show out if images
.pro_gallery_top_container{
  .swiper-pagination{
    position: static;
    padding-top: 10px;
  }
} */
.pro_gallery_thumbs_horizontal .swiper-slide, .pro_gallery_thumbs_grid .swiper-slide {
  width: 72px; }

.pro_extra_info {
  margin-bottom: 0.375rem; }

.pro_extra_info_label {
  margin-right: 0.25rem; }

.product_right_column .product-manufacturer .pro_extra_info_content {
  text-align: centerl; }

.product_right_column .product-manufacturer .pro_extra_info_label {
  display: none; }

.pro_extra_info_brand {
  display: inline-block; }

.cart-grid {
  margin-bottom: 1rem; }

.cart-summary-line {
  margin-bottom: 4px; }
  .cart-summary-line .value {
    float: right; }

/** CART BODY **/
/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0; }

.promo-code .alert-danger {
  display: none; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787; }

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  width: 4.25rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }

@media (max-width: 479px) {
  .cart-items {
    padding: 1rem 0; }
  .cart-item {
    border-bottom: 1px solid #ebebeb; }
    .cart-item:last-child {
      border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block; }
  .product-line-grid-left {
    padding-right: 0 !important; } }

@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }

#block-reassurance img {
  opacity: .7;
  width: 1.5625rem;
  margin-right: 0.625rem; }

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #block-reassurance li:last-child {
    border: 0; }

#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem; }

.quickview .modal-dialog {
  max-width: 62rem; }

.quickview .modal-content {
  min-height: 28.125rem;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5); }

.quickview .modal-header {
  border: none;
  padding: 0.375rem; }

.quickview .modal-body {
  min-height: 23.75rem; }

.quickview .modal-footer {
  border-top: 1px solid rgba(172, 170, 166, 0.3); }

.quickview .layer {
  display: none; }

.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2rem; }

/* #stores {
  .page-stores {
    .store-item {
      padding-left: rem(12px);
      padding-right: rem(12px);
    }
    .store-item-container {
      @include display(flex);
      @include justify-content(space-around);
      @include align-items(center);
      padding: $large-space 0;
      ul {
        margin-bottom: 0;
        font-size: $font-size-lg;
      }
      .divide-left {
        border-left: $gray-light 1px solid;
        tr {
          height: rem(25px);
        }
        td {
          padding-left: rem(6px);
        }
        th {
          text-align: right;
        }
      }
      .store-description{
        font-size: $base-font-size;
      }
    }
    .store-item-footer {
      margin-top: rem(8px);
      padding-top: rem(8px);
      @include display(flex);
      @include justify-content(space-around);
      &.divide-top {
        border-top: $gray-light 1px solid;
      }
      div:first-child {
        @include flex(0 0 65%);
      }
      i.material-icons{
        margin-right: $small-space;
        color: $gray;
        font-size: $base-font-size;
      }
      li{
        margin-bottom: $small-space;
      }
    }
  }
} */
/*** Responsive part ***/
/* @include media-breakpoint-down(sm) {
  #stores {
    .page-stores {
      width: 100%;
      .store-item-container {
        padding: rem(16px) 0;
      }
    }
  }
}
@include media-breakpoint-down(xs) {
  #stores {
    .page-stores {
      .store-item-container {
        display: block;
        .divide-left {
          border-left: none;
        }
        .store-description {
          a {
            margin-bottom: rem(8px);
          }
          address {
            margin-bottom: rem(8px);
          }
        }
      }
      .store-item-footer {
        display: block;
        &.divide-top {
          border-top: $gray-light 1px solid;
        }
        li{
          margin-bottom: $small-space;
        }
        .card-block {
          padding: rem(12px) rem(12px) 0;
        }
      }
    }
  }
}
 */
.block_newsletter {
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }
  .block_newsletter form {
    position: relative; }
    .block_newsletter form input[type=text] {
      border: none;
      padding: 10px;
      min-width: 255px;
      background: #ebebeb;
      color: #acaaa6; }
      .block_newsletter form input[type=text]:focus {
        outline: 3px #2fb5d2 solid;
        color: #414141;
        background: white; }
        .block_newsletter form input[type=text]:focus + button .search {
          color: #2fb5d2; }
      .block_newsletter form input[type=text]::-webkit-input-placeholder {
        color: rgba(172, 170, 166, 0.5);
        text-indent: 0.625rem; }
      .block_newsletter form input[type=text]::-moz-placeholder {
        color: rgba(172, 170, 166, 0.5);
        text-indent: 0.625rem; }
      .block_newsletter form input[type=text]:-moz-placeholder {
        color: rgba(172, 170, 166, 0.5);
        text-indent: 0.625rem; }
      .block_newsletter form input[type=text]:-ms-input-placeholder {
        color: rgba(172, 170, 166, 0.5);
        text-indent: 0.625rem; }
    .block_newsletter form button[type=submit] {
      position: absolute;
      background: none;
      border: none;
      bottom: 0.3125rem;
      right: 0.125rem;
      color: #878787; }
      .block_newsletter form button[type=submit] .search:hover {
        color: #2fb5d2; }
  .block_newsletter p {
    padding-top: 0.375rem; }
  .block_newsletter form .input-wrapper {
    overflow: hidden; }
  .block_newsletter form input[type=text] {
    padding: 11px;
    width: 100%; }
    .block_newsletter form input[type=text]:focus {
      border: 3px #2fb5d2 solid;
      padding: 8px 8px 9px;
      outline: 0; }
  .block_newsletter form input {
    height: 42px; }

.linklist .blockcms-title a {
  color: #414141; }

.account-list a {
  color: #acaaa6; }
  .account-list a:hover {
    color: #2fb5d2; }

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

.block-social li {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.125rem;
  cursor: pointer; }
  .block-social li:hover {
    background-color: #2fb5d2; }
  .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden; }
    .block-social li a:hover {
      color: transparent; }

.facebook {
  background-image: url(../css/3935e107ea61866e60d7946dc6a962f1.svg); }
  .facebook::before {
    content: "";
    background-image: url(../css/8b05d51ede908907d65695558974d86f.svg); }
  .facebook.icon-gray {
    background-image: url(../css/d3fbae74a276a9f6cf1d6241f29b61a3.svg); }
    .facebook.icon-gray:hover {
      background-image: url(../css/8b05d51ede908907d65695558974d86f.svg); }

.twitter {
  background-image: url(../css/a67175d1ea11389d9107bd8c08f9d7d7.svg); }
  .twitter::before {
    content: "";
    background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg); }
  .twitter.icon-gray {
    background-image: url(../css/d1a435fd2571e67858a31ee954b52278.svg); }
    .twitter.icon-gray:hover {
      background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg); }

.rss {
  background-image: url(../css/cf2f3c1d5c7cb02c29f61964313148e1.svg); }

.youtube {
  background-image: url(../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg); }

.googleplus {
  background-image: url(../css/36bff72dcba3098b4b70b482b22c29ab.svg); }
  .googleplus::before {
    content: "";
    background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg); }
  .googleplus.icon-gray {
    background-image: url(../css/7c24d4275efcbe8891f78378b7c808e0.svg); }
    .googleplus.icon-gray:hover {
      background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg); }

#block_myaccount_infos .myaccount-title a {
  color: #414141; }

.pinterest {
  background-image: url(../css/afb2ed6d67613a724a420a39b4fe5b0d.svg); }
  .pinterest::before {
    content: "";
    background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg); }
  .pinterest.icon-gray {
    background-image: url(../css/7988be8b63edf9c4accebf94d5db7927.svg); }
    .pinterest.icon-gray:hover {
      background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg); }

.vimeo {
  background-image: url(../css/f255af0bbbe837e79f7821827f9c6f10.svg); }

.instagram {
  background-image: url(../css/0266b05265f317a7409560b751cd61e8.svg); }

@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f6f6f6; }
  .footer-container {
    box-shadow: none;
    margin-top: 0; }
    .footer-container .wrapper {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .footer-container .links .h3 {
      line-height: 1.5;
      font-size: 1rem; }
    .footer-container .links .title {
      padding: 0.625rem;
      border-bottom: 1px solid #f6f6f6;
      cursor: pointer; }
      .footer-container .links .title .collapse-icons .remove {
        display: none; }
    .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
      display: none; }
    .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
      display: block; }
    .footer-container .links .navbar-toggler {
      display: inline-block;
      padding: 0; }
    .footer-container .links .collapse {
      display: none; }
      .footer-container .links .collapse.in {
        display: block; }
    .footer-container .links ul {
      background-color: #f6f6f6;
      margin-bottom: 0; }
      .footer-container .links ul > li {
        padding: 0.625rem;
        border-bottom: 1px solid white;
        font-weight: bold; }
        .footer-container .links ul > li a {
          color: #414141; } }

.contact-rich {
  color: #878787;
  margin-bottom: 2rem;
  word-wrap: break-word; }
  .contact-rich h4 {
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 2rem; }
  .contact-rich .block {
    height: auto;
    overflow: hidden; }
    .contact-rich .block .icon {
      float: left;
      width: 3.5rem; }
      .contact-rich .block .icon i {
        font-size: 2rem; }
    .contact-rich .block .data {
      color: #414141;
      font-size: 0.875rem;
      width: auto;
      overflow: hidden; }
      .contact-rich .block .data.email {
        padding-top: 0.375rem; }

/* #products,
#pagenotfound {
  #main {
    .page-header {
      margin: rem(32px) 0 rem(48px);
    }
    .page-content {
      margin-bottom: rem(160px);
    }
  }
  .page-not-found {
    @include box-shadow;
    background: white;
    padding: rem(16px);
    font-size: $font-size-sm;
    color: $gray-dark;
    max-width: 570px;
    margin: 0 auto;
    h4 {
      font-size: $base-font-size;
      font-weight: 700;
      margin: rem(8px) 0 rem(16px);
    }
    .search-widget {
      float: none;
      input {
        width: 100%;
      }
    }
  }
}
 */
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background: url(../css/643c099cf75275966836b20488293056.gif) no-repeat center center #fff;
  border-radius: 2px; }
  .is-error .easyzoom-notice {
    background: #fff; }

.easyzoom-flyout {
  position: absolute;
  overflow: hidden;
  background: #FFF;
  z-index: 4; }
  .easyzoom-flyout img {
    max-width: none;
    width: auto; }

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px; }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button {
  cursor: pointer; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto; }

.swiper-button-prev .fto-left-open-3, .swiper-button-prev .slider_arrow_left {
  display: block; }
  .is_rtl .swiper-button-prev .fto-left-open-3, .is_rtl .swiper-button-prev .slider_arrow_left {
    display: none; }

.swiper-button-prev .fto-right-open-3, .swiper-button-prev .slider_arrow_right {
  display: none; }
  .is_rtl .swiper-button-prev .fto-right-open-3, .is_rtl .swiper-button-prev .slider_arrow_right {
    display: block; }

.swiper-button-next .fto-right-open-3, .swiper-button-next .slider_arrow_right {
  display: block; }
  .is_rtl .swiper-button-next .fto-right-open-3, .is_rtl .swiper-button-next .slider_arrow_right {
    display: none; }

.swiper-button-next .fto-left-open-3, .swiper-button-next .slider_arrow_left {
  display: none; }
  .is_rtl .swiper-button-next .fto-left-open-3, .is_rtl .swiper-button-next .slider_arrow_left {
    display: block; }

.swiper-button-lr {
  overflow: hidden; }
  .swiper-button-lr .swiper-button {
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 5;
    cursor: pointer; }
    .swiper-button-lr .swiper-button.swiper-button-disabled {
      cursor: default; }
    .swiper-button-lr .swiper-button i {
      height: 46px;
      line-height: 46px;
      width: 46px;
      text-align: center;
      font-size: 1.5em; }
  .swiper-button-lr .swiper-button-prev, .swiper-button-lr .swiper-button-next {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 46px; }
    .swiper-button-lr .swiper-button-prev i, .swiper-button-lr .swiper-button-next i {
      position: absolute;
      top: 50%;
      margin-top: -23px; }
  .swiper-button-lr .swiper-button-top, .swiper-button-lr .swiper-button-bottom {
    right: 0;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px; }
    .swiper-button-lr .swiper-button-top i, .swiper-button-lr .swiper-button-bottom i {
      height: 26px;
      line-height: 26px;
      position: absolute;
      left: 50%;
      margin-left: -23px; }
  .swiper-button-lr .swiper-button-prev {
    left: -100px;
    -webkit-transition: left 300ms ease;
    transition: left 300ms ease; }
    .is_rtl .swiper-button-lr .swiper-button-prev {
      left: auto;
      right: -100px; }
  .swiper-button-lr .swiper-button-next {
    right: -100px;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease; }
    .is_rtl .swiper-button-lr .swiper-button-next {
      right: auto;
      left: -100px; }
  .swiper-button-lr .swiper-button-top {
    top: -100px;
    -webkit-transition: top 300ms ease;
    transition: top 300ms ease; }
    .swiper-button-lr .swiper-button-top .slider_arrow_top {
      display: block; }
    .swiper-button-lr .swiper-button-top .slider_arrow_bottom {
      display: none; }
  .swiper-button-lr .swiper-button-bottom {
    bottom: -100px;
    -webkit-transition: bottom 300ms ease;
    transition: bottom 300ms ease; }
    .swiper-button-lr .swiper-button-bottom .slider_arrow_bottom {
      display: block; }
    .swiper-button-lr .swiper-button-bottom .slider_arrow_top {
      display: none; }
  .swiper-button-lr:hover > .swiper-button-prev, .swiper-button-lr.swiper-navigation_visible > .swiper-button-prev {
    left: 0; }
    .is_rtl .swiper-button-lr:hover > .swiper-button-prev, .is_rtl .swiper-button-lr.swiper-navigation_visible > .swiper-button-prev {
      left: auto;
      right: 0; }
  .swiper-button-lr:hover > .swiper-button-next, .swiper-button-lr.swiper-navigation_visible > .swiper-button-next {
    right: 0; }
    .is_rtl .swiper-button-lr:hover > .swiper-button-next, .is_rtl .swiper-button-lr.swiper-navigation_visible > .swiper-button-next {
      right: auto;
      left: 0; }
  .swiper-button-lr:hover .swiper-button-top, .swiper-button-lr.swiper-navigation_visible .swiper-button-top {
    top: 0; }
  .swiper-button-lr:hover .swiper-button-bottom, .swiper-button-lr.swiper-navigation_visible .swiper-button-bottom {
    bottom: 0; }
  .swiper-button-lr.swiper-navigation-full .swiper-button, .swiper-button-lr.swiper-navigation-rectangle .swiper-button, .swiper-button-lr.swiper-navigation-circle .swiper-button {
    color: #fff;
    background: rgba(0, 0, 0, 0.4); }
    .swiper-button-lr.swiper-navigation-full .swiper-button.swiper-button-disabled, .swiper-button-lr.swiper-navigation-rectangle .swiper-button.swiper-button-disabled, .swiper-button-lr.swiper-navigation-circle .swiper-button.swiper-button-disabled {
      color: #777777; }
    .products_slider .swiper-button-lr.swiper-navigation-full .swiper-button, .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button, .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button {
      background: #cccccc; }
    .swiper-button-lr.swiper-navigation-full .swiper-button:hover, .swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover, .swiper-button-lr.swiper-navigation-circle .swiper-button:hover {
      background: rgba(0, 0, 0, 0.8); }
      .products_slider .swiper-button-lr.swiper-navigation-full .swiper-button:hover, .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover, .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button:hover {
        background: #777777; }
    .swiper-button-lr.swiper-navigation-full .swiper-button.swiper-button-disabled:hover, .swiper-button-lr.swiper-navigation-rectangle .swiper-button.swiper-button-disabled:hover, .swiper-button-lr.swiper-navigation-circle .swiper-button.swiper-button-disabled:hover {
      background: rgba(68, 68, 68, 0.4); }
      .products_slider .swiper-button-lr.swiper-navigation-full .swiper-button.swiper-button-disabled:hover, .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button.swiper-button-disabled:hover, .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button.swiper-button-disabled:hover {
        background: #cccccc; }
  .swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev, .swiper-button-lr.swiper-navigation-rectangle .swiper-button-next, .swiper-button-lr.swiper-navigation-circle .swiper-button-prev, .swiper-button-lr.swiper-navigation-circle .swiper-button-next, .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev, .swiper-button-lr.swiper-navigation-arrow .swiper-button-next {
    bottom: auto;
    height: auto;
    top: 50%;
    margin-top: -34px;
    width: auto;
    padding: 0; }
    .swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev i, .swiper-button-lr.swiper-navigation-rectangle .swiper-button-next i, .swiper-button-lr.swiper-navigation-circle .swiper-button-prev i, .swiper-button-lr.swiper-navigation-circle .swiper-button-next i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-next i {
      position: static;
      height: 68px;
      line-height: 66px;
      width: 36px;
      margin-top: 0; }
    .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev.swiper-button-outer, .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-next.swiper-button-outer, .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button-prev.swiper-button-outer, .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button-next.swiper-button-outer, .products_slider .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev.swiper-button-outer, .products_slider .swiper-button-lr.swiper-navigation-arrow .swiper-button-next.swiper-button-outer {
      top: 40%; }
    .brands_slider .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev.swiper-button-outer, .brands_slider .products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-next.swiper-button-outer, .brands_slider .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button-prev.swiper-button-outer, .brands_slider .products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button-next.swiper-button-outer, .brands_slider .products_slider .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev.swiper-button-outer, .brands_slider .products_slider .swiper-button-lr.swiper-navigation-arrow .swiper-button-next.swiper-button-outer {
      top: 50%; }
  .swiper-button-lr.swiper-navigation-rectangle .swiper-button-top, .swiper-button-lr.swiper-navigation-rectangle .swiper-button-bottom, .swiper-button-lr.swiper-navigation-circle .swiper-button-top, .swiper-button-lr.swiper-navigation-circle .swiper-button-bottom, .swiper-button-lr.swiper-navigation-arrow .swiper-button-top, .swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom {
    width: auto;
    height: auto;
    line-height: auto;
    left: 50%;
    right: auto;
    margin-left: -24px; }
    .swiper-button-lr.swiper-navigation-rectangle .swiper-button-top i, .swiper-button-lr.swiper-navigation-rectangle .swiper-button-bottom i, .swiper-button-lr.swiper-navigation-circle .swiper-button-top i, .swiper-button-lr.swiper-navigation-circle .swiper-button-bottom i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-top i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom i {
      position: static;
      height: 26px;
      line-height: 26px;
      width: 48px;
      margin-left: 0; }
  .swiper-button-lr.swiper-navigation-rectangle .swiper-button {
    border-radius: 4px; }
  .swiper-button-lr.swiper-navigation-rectangle.swiper-small-button .swiper-button {
    margin-top: -19px; }
    .swiper-button-lr.swiper-navigation-rectangle.swiper-small-button .swiper-button i {
      width: 22px;
      height: 38px;
      line-height: 36px;
      font-size: 1rem; }
  .swiper-button-lr.swiper-navigation-circle.swiper-small-button .swiper-button i, .swiper-button-lr.swiper-navigation-arrow.swiper-small-button .swiper-button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem; }
  .swiper-button-lr.swiper-navigation-circle .swiper-button-prev, .swiper-button-lr.swiper-navigation-circle .swiper-button-next, .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev, .swiper-button-lr.swiper-navigation-arrow .swiper-button-next {
    margin-top: -20px; }
    .swiper-button-lr.swiper-navigation-circle .swiper-button-prev i, .swiper-button-lr.swiper-navigation-circle .swiper-button-next i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-prev i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-next i {
      height: 40px;
      line-height: 40px;
      width: 40px; }
  .swiper-button-lr.swiper-navigation-circle .swiper-button-top, .swiper-button-lr.swiper-navigation-circle .swiper-button-bottom, .swiper-button-lr.swiper-navigation-arrow .swiper-button-top, .swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom {
    margin-left: -15px; }
    .swiper-button-lr.swiper-navigation-circle .swiper-button-top i, .swiper-button-lr.swiper-navigation-circle .swiper-button-bottom i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-top i, .swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom i {
      height: 30px;
      line-height: 30px;
      width: 30px; }
  .swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-prev, .swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible > .swiper-button-prev, .swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-prev, .swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible > .swiper-button-prev {
    left: 10px; }
    .is_rtl .swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-prev, .is_rtl .swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible > .swiper-button-prev, .is_rtl .swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-prev, .is_rtl .swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible > .swiper-button-prev {
      left: auto;
      right: 10px; }
  .swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-next, .swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible > .swiper-button-next, .swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-next, .swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible > .swiper-button-next {
    right: 10px; }
    .is_rtl .swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-next, .is_rtl .swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible > .swiper-button-next, .is_rtl .swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-next, .is_rtl .swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible > .swiper-button-next {
      right: auto;
      left: 10px; }
  .swiper-button-lr.swiper-navigation-circle .swiper-button {
    border-radius: 100px;
    overflow: hidden; }
    .swiper-button-lr.swiper-navigation-circle .swiper-button i {
      border-radius: 100px; }
  .swiper-button-lr.swiper-navigation-arrow .swiper-button {
    border-radius: 4px;
    color: #fff; }
    .swiper-button-lr.swiper-navigation-arrow .swiper-button i {
      font-size: 1.875rem; }
    .swiper-button-lr.swiper-navigation-arrow .swiper-button .fto-left-open-3:before {
      content: '\E8C3'; }
    .swiper-button-lr.swiper-navigation-arrow .swiper-button .fto-right-open-3:before {
      content: '\E8C6'; }

.swiper-button-tr .swiper-button {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 4px;
  color: #444444;
  display: inline-block;
  margin-right: 2px; }
  .swiper-button-tr .swiper-button.swiper-button-disabled {
    color: #999999; }
  .swiper-button-tr .swiper-button:hover {
    background-color: #f2f2f2; }
  .swiper-button-tr .swiper-button.swiper-button-disabled:hover {
    background-color: transparent; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5; }
  .products_slider .swiper-pagination, .static_bullets .swiper-pagination {
    position: static;
    margin: 12px 0 8px; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #777;
  color: #fff;
  text-align: center;
  /* Beacuse of the native custom pagination doesn not work fine */ }
  .swiper-pagination-st-custom .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }

.swiper-pagination-st-round {
  /* with a dot in center, this styel is oaky so back it up 
  .swiper-pagination-bullet{
    overflow: hidden;
    background: transparent;
    border: 2px solid #777777;
    padding:3px;
    line-height: 6px;
    font-size: 0;
    width: 16px;
    height: 16px;
    span{
      width: 6px;
      line-height: 6px;
      font-size: 0px;
      height: 6px;
      border-radius: 6px;
      background: #777777;
      display: inline-block;
    }
    &.swiper-pagination-bullet-active{
      border-color: #444;
      span{
        background: #444;
      }
    }
  } */ }
  .swiper-pagination-st-round .swiper-pagination-bullet {
    overflow: hidden;
    background: transparent;
    border: 2px solid #777777;
    padding: 3px;
    font-size: 0;
    width: 12px;
    height: 12px;
    line-height: 0; }
    .swiper-pagination-st-round .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #777777; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #444444; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-button-lr.swiper-container-vertical > .swiper-pagination-bullets {
  right: 60px; }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: #777;
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #444444;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 6;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 6;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 5;
  font-size: 14px;
  opacity: 0.1;
  /*   -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; */ }

/* .products_slider .swiper-lazy-preloader{
  position: static;
  display: block;
  text-align: center;
  margin:0;
} */
/* .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
} */
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* .sitemap-title {
  text-transform: capitalize;
}

.sitemap {
  margin-top: rem(15px);

  h2 {
    color: #414141;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px;
  }

  ul {
    margin-left: -15px;
    margin-top: 20px;

    &.nested {
      margin-left: 20px;
    }

    li {
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }
  }
}

@include media-breakpoint-down(xs) {
  .sitemap {
    margin-top: 0;
  }
}
 */
.col-fw-1-2, .col-fw-1-5, .col-fw-2-4, .col-xxl-1-2, .col-xxl-1-5, .col-xxl-2-4, .col-xl-1-2, .col-xl-1-5, .col-xl-2-4, .col-1-2, .col-1-5, .col-2-4, .col-sm-1-2, .col-sm-1-5, .col-sm-2-4, .col-md-1-2, .col-md-1-5, .col-md-2-4, .col-lg-1-2, .col-lg-1-5, .col-lg-2-4,
.col-fw-10-8, .col-fw-10-5, .col-fw-9-6, .col-xxl-10-8, .col-xxl-10-5, .col-xxl-9-6, .col-xl-10-8, .col-xl-10-5, .col-xl-9-6, .col-10-8, .col-10-5, .col-9-6, .col-sm-10-8, .col-sm-10-5, .col-sm-9-6, .col-md-10-8, .col-md-10-5, .col-md-9-6, .col-lg-10-8, .col-lg-10-5, .col-lg-9-6,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-fw-1, .col-fw-2, .col-fw-3, .col-fw-4, .col-fw-5, .col-fw-6, .col-fw-7, .col-fw-8, .col-fw-9, .col-fw-10, .col-fw-11, .col-fw-12, .col-fw {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px; }

.col-1-2 {
  flex: 0 0 10%;
  max-width: 10%; }

.col-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-2-4 {
  flex: 0 0 20%;
  max-width: 20%; }

.pull-1-2 {
  right: 10%; }

.pull-1-5 {
  right: 12.5%; }

.pull-2-4 {
  right: 20%; }

.push-1-2 {
  left: 10%; }

.push-1-5 {
  left: 12.5%; }

.push-2-4 {
  left: 20%; }

.offset-1-2 {
  margin-left: 10%; }

.offset-1-5 {
  margin-left: 12.5%; }

.offset-2-4 {
  margin-left: 20%; }

.col-10-8 {
  flex: 0 0 90%;
  max-width: 90%; }

.col-10-5 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-9-6 {
  flex: 0 0 80%;
  max-width: 80%; }

.pull-10-8 {
  right: 90%; }

.pull-10-5 {
  right: 87.5%; }

.pull-9-6 {
  right: 80%; }

.push-10-8 {
  left: 90%; }

.push-10-5 {
  left: 87.5%; }

.push-9-6 {
  left: 80%; }

.offset-10-8 {
  margin-left: 90%; }

.offset-10-5 {
  margin-left: 87.5%; }

.offset-9-6 {
  margin-left: 80%; }

@media (min-width: 480px) {
  .col-sm-1-2 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-sm-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-2-4 {
    flex: 0 0 20%;
    max-width: 20%; }
  .pull-sm-1-2 {
    right: 10%; }
  .pull-sm-1-5 {
    right: 12.5%; }
  .pull-sm-2-4 {
    right: 20%; }
  .push-sm-1-2 {
    left: 10%; }
  .push-sm-1-5 {
    left: 12.5%; }
  .push-sm-2-4 {
    left: 20%; }
  .offset-sm-1-2 {
    margin-left: 10%; }
  .offset-sm-1-5 {
    margin-left: 12.5%; }
  .offset-sm-2-4 {
    margin-left: 20%; }
  .col-sm-10-8 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-sm-10-5 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-9-6 {
    flex: 0 0 80%;
    max-width: 80%; }
  .pull-sm-10-8 {
    right: 90%; }
  .pull-sm-10-5 {
    right: 87.5%; }
  .pull-sm-9-6 {
    right: 80%; }
  .push-sm-10-8 {
    left: 90%; }
  .push-sm-10-5 {
    left: 87.5%; }
  .push-sm-9-6 {
    left: 80%; }
  .offset-sm-10-8 {
    margin-left: 90%; }
  .offset-sm-10-5 {
    margin-left: 87.5%; }
  .offset-sm-9-6 {
    margin-left: 80%; } }

@media (min-width: 768px) {
  .col-md-1-2 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-md-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%; }
  .pull-md-1-2 {
    right: 10%; }
  .pull-md-1-5 {
    right: 12.5%; }
  .pull-md-2-4 {
    right: 20%; }
  .push-md-1-2 {
    left: 10%; }
  .push-md-1-5 {
    left: 12.5%; }
  .push-md-2-4 {
    left: 20%; }
  .offset-md-1-2 {
    margin-left: 10%; }
  .offset-md-1-5 {
    margin-left: 12.5%; }
  .offset-md-2-4 {
    margin-left: 20%; }
  .col-md-10-8 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-md-10-5 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-9-6 {
    flex: 0 0 80%;
    max-width: 80%; }
  .pull-md-10-8 {
    right: 90%; }
  .pull-md-10-5 {
    right: 87.5%; }
  .pull-md-9-6 {
    right: 80%; }
  .push-md-10-8 {
    left: 90%; }
  .push-md-10-5 {
    left: 87.5%; }
  .push-md-9-6 {
    left: 80%; }
  .offset-md-10-8 {
    margin-left: 90%; }
  .offset-md-10-5 {
    margin-left: 87.5%; }
  .offset-md-9-6 {
    margin-left: 80%; } }

@media (min-width: 992px) {
  .col-lg-1-2 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%; }
  .pull-lg-1-2 {
    right: 10%; }
  .pull-lg-1-5 {
    right: 12.5%; }
  .pull-lg-2-4 {
    right: 20%; }
  .push-lg-1-2 {
    left: 10%; }
  .push-lg-1-5 {
    left: 12.5%; }
  .push-lg-2-4 {
    left: 20%; }
  .offset-lg-1-2 {
    margin-left: 10%; }
  .offset-lg-1-5 {
    margin-left: 12.5%; }
  .offset-lg-2-4 {
    margin-left: 20%; }
  .col-lg-10-8 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-lg-10-5 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-9-6 {
    flex: 0 0 80%;
    max-width: 80%; }
  .pull-lg-10-8 {
    right: 90%; }
  .pull-lg-10-5 {
    right: 87.5%; }
  .pull-lg-9-6 {
    right: 80%; }
  .push-lg-10-8 {
    left: 90%; }
  .push-lg-10-5 {
    left: 87.5%; }
  .push-lg-9-6 {
    left: 80%; }
  .offset-lg-10-8 {
    margin-left: 90%; }
  .offset-lg-10-5 {
    margin-left: 87.5%; }
  .offset-lg-9-6 {
    margin-left: 80%; } }

.mfp-wrap {
  z-index: 1052; }

.mfp-bg {
  z-index: 1051; }

.mfp-container {
  padding-right: 46px;
  padding-left: 38px; }

.modal-content {
  border: none;
  border-radius: 0;
  margin-right: 40px;
  margin-left: 10px; }

.st_modal_close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0px;
  right: -30px;
  text-align: center;
  text-shadow: none;
  opacity: 1;
  color: #bababa;
  font-size: 1.75rem;
  position: absolute;
  cursor: pointer;
  background: #fff;
  display: block;
  padding: 0;
  border: none;
  font-family: Arial; }
  .st_modal_close:focus, .st_modal_close:hover, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus, .mfp-iframe-holder .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus, .mfp-close-btn-in .mfp-close:hover {
    color: #444; }

.mfp-bg {
  opacity: 0.4; }

.st_modal_close.st_modal_close_inner {
  right: 0; }

.mfp-image-holder .mfp-close {
  top: 40px;
  padding-right: 0; }

.st_modal_body {
  padding: 0; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.bootstrap-touchspin, .st_sticker, .variant-links a, .swiper-wrapper .row, .swiper-wrapper .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#right_column {
  float: right; }

/*** Global ***/
.theme_color, a.theme_color {
  color: #E54D26; }

.general_bg {
  background: #f2f2f2; }

.general_top_border {
  border-top: 1px solid #f2f2f2; }

.general_bottom_border {
  border-bottom: 1px solid #f2f2f2; }

.general_right_border {
  border-right: 1px solid #f2f2f2; }

.general_border {
  border: 1px solid #f2f2f2; }

.display_none, .unvisible {
  display: none; }

.inline_block {
  display: inline-block; }

.nav-item .nav-link {
  outline: none; }
  .nav-item .nav-link:active, .nav-item .nav-link:focus, .nav-item .nav-link:hover {
    outline: none; }

.text-left, .text-1, .steasy_element_item.text-1 {
  text-align: left; }

.text-center, .text-2, .steasy_element_item.text-2 {
  text-align: center; }

.text-right, .text-3, .steasy_element_item.text-3 {
  text-align: right; }

.v_align_m, #header_primary .header_v_align_m {
  vertical-align: middle; }

.posi_rel {
  position: relative; }

.posi_abs {
  position: absolute; }

.hidden {
  display: none; }

.width_90, .width_91, .width_92 {
  width: 90%; }

.width_80, .width_81, .width_82 {
  width: 80%; }

.width_70, .width_71, .width_72 {
  width: 70%; }

.width_60, .width_61, .width_62 {
  width: 60%; }

.width_50, .width_51, .width_52 {
  width: 50%; }

.width_40, .width_41, .width_42 {
  width: 40%; }

.width_30, .width_31, .width_32 {
  width: 30%; }

.width_20, .width_21, .width_22 {
  width: 20%; }

.width_10, .width_11, .width_12 {
  width: 10%; }

.width_91, .width_81, .width_71, .width_61, .width_51, .width_41, .width_31, .width_21, .width_11 {
  margin-right: auto;
  margin-left: auto; }

.width_92, .width_82, .width_72, .width_62, .width_52, .width_42, .width_32, .width_22, .width_12 {
  margin-right: 0;
  margin-left: auto; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.fs_sm {
  font-size: 0.625rem; }

.fs_md {
  font-size: 0.875rem; }

.fs_lg {
  font-size: 1rem; }

.fs_big {
  font-size: 1.125rem; }

.fs_xl {
  font-size: 1.25rem; }

.fs_2x {
  font-size: 1.5rem; }

.fs_3x {
  font-size: 2rem; }

.fs_4x {
  font-size: 3rem; }

.pad_l6 {
  padding-left: 0.375rem; }

.pad_b6 {
  padding-bottom: 0.375rem; }

.pad_10 {
  padding: 0.625rem; }

.pad_lr4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.pad_tb4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.pad_tb1 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.pad_tb2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.pad_b1 {
  padding-bottom: 0.75rem; }

.mar_r4 {
  margin-right: 0.25rem; }

.mar_l4 {
  margin-left: 0.25rem; }

.mar_r6 {
  margin-right: 0.375rem; }

.mar_l6 {
  margin-left: 0.375rem; }

.mar_r10 {
  margin-right: 0.625rem; }

.mar_b10 {
  margin-bottom: 0.625rem; }

.mar_b4 {
  margin-bottom: 0.25rem; }

.mar_b6 {
  margin-bottom: 0.375rem; }

.mar_t4 {
  margin-top: 0.25rem; }

.mar_t10 {
  margin-top: 0.625rem; }

.mar_r1 {
  margin-right: 0.75rem; }

.mar_l1 {
  margin-left: 0.75rem; }

.mar_b1 {
  margin-bottom: 0.75rem; }

.mar_b2 {
  margin-bottom: 1.5rem; }

.mar_t1 {
  margin-top: 0.75rem; }

.mar_tb1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.m-x-auto {
  margin-right: auto;
  margin-left: auto; }

.m-a-0 {
  margin: 0 0; }

.m-t-0 {
  margin-top: 0; }

.m-r-0 {
  margin-right: 0; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-x-0 {
  margin-right: 0;
  margin-left: 0; }

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-a-1 {
  margin: 1rem 1rem; }

.m-t-1 {
  margin-top: 1rem; }

.m-r-1 {
  margin-right: 1rem; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-l-1 {
  margin-left: 1rem; }

.m-x-1 {
  margin-right: 1rem;
  margin-left: 1rem; }

.m-y-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m-a-2 {
  margin: 1.5rem 1.5rem; }

.m-t-2 {
  margin-top: 1.5rem; }

.m-r-2 {
  margin-right: 1.5rem; }

.m-b-2 {
  margin-bottom: 1.5rem; }

.m-l-2 {
  margin-left: 1.5rem; }

.m-x-2 {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.m-y-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.m-a-3 {
  margin: 3rem 3rem; }

.m-t-3 {
  margin-top: 3rem; }

.m-r-3 {
  margin-right: 3rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.m-l-3 {
  margin-left: 3rem; }

.m-x-3 {
  margin-right: 3rem;
  margin-left: 3rem; }

.m-y-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.p-a-0 {
  padding: 0 0; }

.p-t-0 {
  padding-top: 0; }

.p-r-0 {
  padding-right: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-l-0 {
  padding-left: 0; }

.p-x-0 {
  padding-right: 0;
  padding-left: 0; }

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-a-1 {
  padding: 1rem 1rem; }

.p-t-1 {
  padding-top: 1rem; }

.p-r-1 {
  padding-right: 1rem; }

.p-b-1 {
  padding-bottom: 1rem; }

.p-l-1 {
  padding-left: 1rem; }

.p-x-1 {
  padding-right: 1rem;
  padding-left: 1rem; }

.p-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-a-2 {
  padding: 1.5rem 1.5rem; }

.p-t-2 {
  padding-top: 1.5rem; }

.p-r-2 {
  padding-right: 1.5rem; }

.p-b-2 {
  padding-bottom: 1.5rem; }

.p-l-2 {
  padding-left: 1.5rem; }

.p-x-2 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.p-y-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.p-a-3 {
  padding: 3rem 3rem; }

.p-t-3 {
  padding-top: 3rem; }

.p-r-3 {
  padding-right: 3rem; }

.p-b-3 {
  padding-bottom: 3rem; }

.p-l-3 {
  padding-left: 3rem; }

.p-x-3 {
  padding-right: 3rem;
  padding-left: 3rem; }

.p-y-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.fl, .li_fl li {
  float: left; }

.fr {
  float: right; }

.btn-full-width {
  width: 100%; }

.btn-spin.active i:before {
  content: "\E838" !important; }

.btn-spin.active i {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

.st_done i:before {
  content: "\E80F"; }

.st_added {
  color: #E54D26; }
  .st_added .fto-heart-4:before {
    content: "\E8F6"; }
  .st_added .fto-star:before {
    content: "\E8F7"; }

.hover_effect_1:hover .hover_effect_target {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.hover_effect_2:hover .hover_effect_target {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.hover_effect_target {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff; }

.bullet li a .list_arrow, .mu_level_2 a .list_arrow, .stmenu_multi_level a .list_arrow, .social_share_button .social_share_box {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; }

.bullet li a .list_arrow, .mu_level_2 a .list_arrow, .stmenu_multi_level a .list_arrow {
  display: inline-block;
  padding-right: 8px;
  width: 18px; }

.bullet li a:hover, .mu_level_2 a:hover, .stmenu_multi_level a:hover {
  text-decoration: none; }
  .bullet li a:hover .list_arrow, .mu_level_2 a:hover .list_arrow, .stmenu_multi_level a:hover .list_arrow {
    padding-right: 4px;
    padding-left: 4px; }

.bullet li a {
  display: block;
  padding: 2px 0; }
  .bullet li a span {
    display: none; }

.bullet.text-center li a .list_arrow {
  display: none; }

#left_column .bullet li, #right_column .bullet li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2; }
  #left_column .bullet li:last-child, #right_column .bullet li:last-child {
    border-bottom: none; }

/*** STRUCTURE ***/
#page_wrapper, .wide_container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#page_wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#body_wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto; }

#columns {
  position: relative; }

.main_column {
  position: relative; }

.page-header {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0; }

/*using breadcreamb to adjust spacing
.columns-container{
  margin-top: rem(20px);
  margin-bottom: rem(20px);
} */
.block {
  margin-bottom: 2.375rem; }
  .block.header_item {
    margin-bottom: 0; }
  #footer .block {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .block.column_block {
    margin-bottom: 1rem; }
    .block.column_block .title_block {
      margin-bottom: 0; }
    .block.column_block .block_content {
      padding-top: 1rem;
      padding-bottom: 1rem; }

#footer-primary, #footer-secondary, #footer-tertiary {
  padding-top: 1rem;
  padding-bottom: 1rem; }

#footer-bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

#footer-primary,
#footer-secondary,
#footer-tertiary,
#footer-bottom {
  border-top-color: #d9d9d9; }
  #footer-primary .wide_container,
  #footer-secondary .wide_container,
  #footer-tertiary .wide_container,
  #footer-bottom .wide_container {
    border-top-color: #d9d9d9; }

/*** FLEX ***/
.flex_container,
.flex_box,
.swiper-button-tr,
#st_mega_menu_wrap .st_mega_menu,
.adveditor_content,
.st_image_layered_description,
.horizontal_filters .facet {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.flex_container.flex_left,
.flex_box.flex_left,
#st_mega_menu_wrap .st_mega_menu.flex_left,
.adveditor_content.flex_left,
.st_image_layered_description.flex_left,
.flex_column.flex_left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.flex_container.flex_center,
.flex_box.flex_center,
#st_mega_menu_wrap .st_mega_menu.flex_center,
.adveditor_content.flex_center,
.st_image_layered_description.flex_center,
.flex_column.flex_center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex_container.flex_right,
.flex_box.flex_right,
#st_mega_menu_wrap .st_mega_menu.flex_right,
.adveditor_content.flex_right,
.st_image_layered_description.flex_right,
.flex_column.flex_right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

.flex_container.flex_space_between,
.flex_box.flex_space_between,
#st_mega_menu_wrap .st_mega_menu.flex_space_between,
.adveditor_content.flex_space_between,
.st_image_layered_description.flex_space_between,
.flex_column.flex_space_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex_container.flex_space_around,
.flex_box.flex_space_around,
#st_mega_menu_wrap .st_mega_menu.flex_space_around,
.adveditor_content.flex_space_around,
.st_image_layered_description.flex_space_around,
.flex_column.flex_space_around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.flex_container.flex_start,
.flex_box.flex_start,
#st_mega_menu_wrap .st_mega_menu.flex_start,
.adveditor_content.flex_start,
.st_image_layered_description.flex_start,
.flex_column.flex_start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.flex_container.flex_end,
.flex_box.flex_end,
#st_mega_menu_wrap .st_mega_menu.flex_end,
.adveditor_content.flex_end,
.st_image_layered_description.flex_end,
.flex_column.flex_end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }

.flex_container.flex_stretch,
.flex_box.flex_stretch,
#st_mega_menu_wrap .st_mega_menu.flex_stretch,
.adveditor_content.flex_stretch,
.st_image_layered_description.flex_stretch,
.flex_column.flex_stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

@media (min-width: 992px) {
  .flex_lg_container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .flex_lg_container.flex_stretch {
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch; } }

.flex_float_center {
  margin: 0 auto; }

.flex_float_right {
  margin-left: auto; }

.flex_float_left {
  margin-right: auto; }

.flex_container,
.swiper-button-tr,
.horizontal_filters .facet {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.flex_box,
#st_mega_menu_wrap .st_mega_menu {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }

.horizontal_filters .facet {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.flex_child,
#mobile_bar_bottom .mobile_bar_item,
.flex_full .ml_level_0,
.horizontal_filters .facet_filter_box,
#st_header #mobile_bar .search_widget_block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex_order_2 {
  -webkit-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.flex_order_3 {
  -webkit-order: 3;
  order: 3;
  -ms-flex-order: 3; }

.rightbar_wrap {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.logo_box, #rightbar, #leftbar, .pro_gallery_thumbs_vertical .swiper-wrapper, .flex_column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.slogan_horizon, .opener {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.opener {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

#top_extra .flex_full #st_mega_menu_wrap {
  width: 100%; }

/*** HEADER ***/
#st_header {
  position: relative;
  z-index: 99;
  /* revert if it is useful 
  &.sticky_mh{
    #mobile_bottom_menu_tri{
      display: none;
    }
  } */ }
  #st_header .banner {
    background: #000;
    max-height: 100%; }
    #st_header .banner .row {
      margin: 0px; }
  #st_header #top_bar {
    border-bottom: 1px solid #d9d9d9;
    color: #444; }
  #st_header #header_primary_container {
    height: 110px; }
  #st_header #header_primary_row {
    height: 100%;
    margin-left: 0;
    margin-right: 0; }
  #st_header .logo_left #header_center {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  #st_header .logo_center #header_left, #st_header .logo_center #header_right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  #st_header #header_right, #st_header #header_left, #st_header #header_center {
    padding-left: 0;
    padding-right: 0; }
  #st_header .shop_logo {
    display: block;
    width: 220px; }
  #st_header.stuck {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    border-bottom: none; }
    #st_header.stuck .hide_when_sticky {
      display: none; }
    #st_header.stuck #top_extra #st_mega_menu_container {
      border-bottom: none; }
      #st_header.stuck #top_extra #st_mega_menu_container .ma_level_0 {
        margin-bottom: 0;
        border-bottom: none; }
      #st_header.stuck #top_extra #st_mega_menu_container .stmenu_sub {
        border-top: none; }

/* #mobile_bottom_menu_tri{
  margin: rem(6px) 0;
} */
#header_primary_container.container-fluid #header_primary_row, #top_bar_container.container-fluid #top_bar_row {
  padding-left: 20px;
  padding-right: 20px; }

#header_primary {
  border-bottom-color: #d9d9d9; }
  #header_primary .wide_container {
    border-bottom-color: #d9d9d9; }

#mobile_bar {
  display: none;
  left: 0;
  transition: left 0.5s, right 0.5s; }

#mobile_bar.stuck {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); }

body#index .transparent-mobile-header #st_header #mobile_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 210;
  background: transparent; }

.mobile_bar_tri_text {
  font-size: 1.333em;
  text-transform: uppercase;
  display: none; }

.mobile_bar_tri {
  white-space: nowrap; }
  .mobile_bar_tri i, .mobile_bar_tri span {
    vertical-align: middle; }
  .mobile_bar_tri.with_text .mobile_bar_tri_text {
    display: inline-block; }

.mobile_bar_item {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  min-width: 38px; }

#mobile_bar_bottom .mobile_bar_item, #mobile_bar_bottom .search_widget_block {
  margin-bottom: 0.75rem; }

/* why it has a height?
#mobile_bar_top{
  height: 60px;
} */
.mobile_header_wrapper {
  display: none; }

.use_mobile_header {
  /* #st_header.sticky_mh{
    padding-bottom: 60px; //the same setting is also in the reponsive.scss file
  } */ }
  .use_mobile_header #mobile_bar {
    display: block; }
  .use_mobile_header #header_primary, .use_mobile_header #top_extra, .use_mobile_header #top_bar {
    display: none; }
  .use_mobile_header .mobile_header_wrapper {
    display: block; }

body#checkout.mobile_device.use_mobile_header .st-menu {
  bottom: 0; }

.mobile_device.use_mobile_header .st-menu {
  bottom: 50px; }

.mobile_device.use_mobile_header #sidebar_box {
  position: fixed;
  z-index: 110;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  width: 100%; }
  .mobile_device.use_mobile_header #sidebar_box .rightbar_wrap a.icon_wrap {
    border: none;
    display: block;
    width: auto;
    text-align: center;
    height: 50px;
    padding: 6px 0; }

.mobile_device.use_mobile_header #rightbar, .mobile_device.use_mobile_header #leftbar {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: static;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  border-right: none;
  border-bottom: none;
  border-left: none; }

.mobile_device.use_mobile_header .icon_wrap .amount_circle {
  right: auto;
  left: 50%; }

.mobile_device.use_mobile_header .rightbar_visi_1 {
  display: none; }

.mobile_device.use_mobile_header .rightbar_visi_2 {
  display: block; }

#header_primary_row .top_bar_item, #main_menu_widgets .top_bar_item, .checkout_header_right .top_bar_item {
  padding-left: 8px;
  padding-right: 8px; }

body#index .header-container.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  /* #top_bar,#header_primary{
      background: transparent;
    } 
    #st_header{
      background: rgba(0,0,0,0.4);
    }*/ }

body#index .transparent-header.header-container, body#index .transparent-mobile-header.header-container {
  margin-bottom: 0; }

/** NAV */
.nav_bar {
  /* why this code, it make links in drop down boxes also have 30px height.
  .top_bar_item{
    height: 30px;
    line-height: 30px;
  } */ }
  .nav_bar .header_item {
    display: inline-block;
    height: 30px;
    line-height: 30px; }
    .nav_bar .header_item.st_shopping_cart {
      /* display: block;//cart has a dropdown_tri class which is inline-block, but flex_container seems can not be wrapped by inline-block, uneven.
      update4yue10 in demo 6 if no float, a space between spliter occurs, solved by using strip
      float: right; */
      vertical-align: middle; }
      .nav_bar .header_item.st_shopping_cart .flex_container {
        height: 100%; }
    .nav_bar .header_item i {
      font-size: 0.75rem; }

.nav_bar .top_bar_item {
  display: inline-block; }

.nav_bar.space-s .top_bar_item .header_item {
  padding: 0 12px; }

.nav_bar.vertical-s .top_bar_item:before, .nav_bar.horizontal-s-fullheight .top_bar_item:before {
  content: '';
  display: inline-block;
  width: 1px;
  font-size: 0;
  overflow: hidden;
  height: 8px;
  background: #999;
  vertical-align: middle; }

.nav_bar.vertical-s .top_bar_item .header_item, .nav_bar.horizontal-s-fullheight .top_bar_item .header_item {
  padding: 0 6px; }

.nav_bar.horizontal-s .top_bar_item:before {
  content: '';
  display: inline-block;
  width: 4px;
  font-size: 0;
  overflow: hidden;
  height: 1px;
  background: #999;
  vertical-align: middle; }

.nav_bar.horizontal-s .top_bar_item .header_item {
  padding: 0 12px; }

.nav_bar.horizontal-s-fullheight .top_bar_item:before {
  height: 30px;
  vertical-align: top; }

.nav_bar.space-s .top_bar_item:last-child {
  padding-right: 0; }

.nav_bar.vertical-s .top_bar_item:first-child:before,
.nav_bar.horizontal-s .top_bar_item:first-child:before,
.nav_bar.horizontal-s-fullheight .top_bar_item:first-child:before {
  display: none; }

/** SIDEBAR */
.st-pusher,
.st-content {
  height: 100%; }

.st-content,
.st-content-inner {
  position: relative;
  overflow: hidden; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  right: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

#st-pusher-after, #st-content-inner-after {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  display: none; }

.open_bar_left #st-pusher-after, .open_bar_right #st-pusher-after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block; }

.open_bar_left #st_header.stuck, .open_bar_left #st_mega_menu_container.stuck, .open_bar_right #st_header.stuck, .open_bar_right #st_mega_menu_container.stuck {
  display: none; }

.side_close_left, .side_close_right {
  display: none; }

.open_bar_left .side_close_left {
  display: block; }

.open_bar_right .side_close_right {
  display: block; }

.st-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  visibility: hidden;
  width: 320px;
  background: #fff;
  border-left: 4px solid #444;
  border-right: 0px solid #444;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* &.st-menu-left{
    right: auto;
    left: 0;
    border-left: none;
    .is_rtl &{
      left: auto;
      right: 0;
      border-left: 4px solid $dark-border-color;
    }
  } */ }
  .is_rtl .st-menu {
    left: 0;
    right: auto;
    border-right-size: 4px;
    border-left-size: 0; }
  .bar_opened .st-menu {
    -webkit-transition: none;
    transition: none; }

.st-menu-header {
  position: relative; }
  .st-menu-header .close_right_side {
    position: absolute;
    top: 6px;
    bottom: 6px;
    font-size: 18px;
    left: 4px;
    z-index: 1;
    color: #fff; }
    .st-menu-left .st-menu-header .close_right_side {
      left: auto;
      right: 4px; }

.st-menu-title {
  font-size: 1.333em;
  text-align: center;
  margin: 0;
  padding: 12px 0;
  background: #444;
  color: #fff; }

.open_bar_left, .open_bar_right, .open_column {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0; }

/* Effect 3: Push*/
.st-effect-0.open_bar_right .st-pusher {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }
  .is_rtl .st-effect-0.open_bar_right .st-pusher {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0); }

.st-effect-0.open_bar_left .st-pusher {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }
  .is_rtl .st-effect-0.open_bar_left .st-pusher {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0); }

/* .st-effect-0 .st-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  &.st-menu-left{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
} */
.st-effect-0 .st-menu.sidebar_opened {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-1 .st-menu {
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 901; }
  .is_rtl .st-effect-1 .st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

.st-effect-1 .st-menu.sidebar_opened {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.open_bar_right #rightbar {
  right: 320px; }

.open_bar_left #leftbar {
  left: 320px; }

.rightbar_tri.active a.icon_wrap {
  background: #666; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
  padding-right: 0; }

.no-csstransforms3d .st-menu, .no-js .st-menu {
  z-index: 211; }

.mce-object-audio {
  height: 30px; }

#st_mega_menu_container {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent; }
  .boxed_megamenu #st_mega_menu_container, #header_primary #st_mega_menu_container {
    border-bottom: none; }

.ma_level_0.is_icon_menu {
  line-height: 1.8em; }

.ma_level_0 .icon-home {
  line-height: 1.6em; }

.ma_level_0.is_parent:after, .mv_item.is_parent:after {
  font-family: "fontello";
  content: "\F107";
  opacity: 0.7;
  top: 0px;
  position: relative;
  display: inline-block; }

.ma_level_0.ma_icon i, .mo_ma_level_0.ma_icon i, .mv_item.ma_icon i, .ma_item.ma_icon i, .mo_sub_a.ma_icon i {
  margin-right: 0; }

.ma_level_0 i, .mo_ma_level_0 i, .mv_item i, .ma_item i, .mo_sub_a i {
  margin-right: 4px; }

#st_mega_menu_wrap {
  display: block;
  margin-top: 0;
  border-bottom: none; }
  .boxed_megamenu #st_mega_menu_wrap, #header_primary #st_mega_menu_wrap {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent; }
  #st_mega_menu_wrap .ml_level_0.current .ma_level_0 {
    color: #E54D26;
    border-bottom-color: #E54D26;
    z-index: 71; }
  #st_mega_menu_wrap .ml_level_0:hover .ma_level_0 {
    z-index: 71; }
  #st_mega_menu_wrap .ma_level_0 {
    text-align: center;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    z-index: 69;
    padding: 0 8px;
    white-space: nowrap; }
    #st_mega_menu_wrap .ma_level_0.is_parent:after {
      line-height: 1em;
      margin-left: 4px; }
  #st_mega_menu_wrap .m_alignment_0 .style_wide,
  #st_mega_menu_wrap .m_alignment_3 .style_wide {
    left: 0; }
  #st_mega_menu_wrap .m_alignment_2 .style_wide {
    left: auto;
    right: 0; }
  #st_mega_menu_wrap .stmenu_sub {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: transparent; }

#st_mega_menu_column_block .ml_level_0 {
  float: none;
  display: block;
  position: relative; }
  #st_mega_menu_column_block .ml_level_0.current .ma_level_0 {
    color: #E54D26;
    border-left-color: #E54D26; }

#st_mega_menu_column_block .ma_level_0 {
  height: auto;
  line-height: normal;
  padding: 8px;
  border-left: 3px solid transparent;
  transition: all 300ms ease-in-out; }
  #st_mega_menu_column_block .ma_level_0::after {
    display: block;
    content: "";
    clear: both; }
  #st_mega_menu_column_block .ma_level_0.is_parent:after {
    float: right;
    content: "\F105"; }

#st_mega_menu_column_block .stmenu_sub {
  top: 0;
  max-width: none; }
  #left_column #st_mega_menu_column_block .stmenu_sub {
    left: 100%; }
  #right_column #st_mega_menu_column_block .stmenu_sub {
    right: 100%; }
  body.is_rtl #left_column #st_mega_menu_column_block .stmenu_sub {
    left: auto;
    right: 100%; }
  body.is_rtl #right_column #st_mega_menu_column_block .stmenu_sub {
    left: 100%;
    right: auto; }

#top_extra_container, #header_primary_container {
  position: relative; }

.st_mega_menu {
  margin-bottom: 0; }

.ml_level_2:hover .is_parent_icon_v {
  display: none; }

.ml_level_2 a:hover .is_parent_icon_v {
  display: block; }

.ma_level_0 {
  font-size: 1.333em;
  display: block;
  text-transform: uppercase;
  position: relative;
  color: #444; }
  .ma_level_0:hover {
    color: #E54D26;
    border-color: #E54D26; }

#st_mega_menu_wrap .ma_level_0, .menu_item {
  height: 36px;
  line-height: 36px; }

.ma_level_2 {
  padding: 1px 0; }

.style_wide .ma_level_1 {
  font-size: 1.166em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px; }

.style_wide .mu_level_2 .granditem_0 {
  position: relative;
  display: block; }
  .style_wide .mu_level_2 .granditem_0:hover > ul {
    display: inline-block; }
  .style_wide .mu_level_2 .granditem_0 > ul {
    top: 0;
    left: 80px;
    width: 250px;
    padding: 12px 0; }

.style_wide .mu_level_2 ul.p_granditem_1 {
  padding-left: 12px; }

.style_wide .mu_level_3 li.p_granditem_0 {
  padding: 0 12px; }
  .style_wide .mu_level_3 li.p_granditem_0 > a {
    line-height: 180%; }

.stmenu_sub,
.stmenu_multi_level ul,
.mu_level_2 .granditem_0 > ul {
  display: none;
  position: absolute;
  background: #fff;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 70; }

.mu_level_1 a, .stmenu_multi_level a {
  display: block; }

#st_mega_menu_container.stuck {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  z-index: 210;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  border-bottom: none; }
  #st_mega_menu_container.stuck .ma_level_0 {
    margin-bottom: 0;
    border-bottom: none; }
  #st_mega_menu_container.stuck .st_mega_menu {
    background-color: transparent; }
  #st_mega_menu_container.stuck .stmenu_sub {
    border-top: none; }

.boxed_megamenu .stuck #st_mega_menu_wrap {
  border-bottom: none; }

.style_wide {
  padding: 20px; }

.st_menu_block {
  margin-bottom: 20px; }

.stmenu_multi_level li {
  position: relative;
  display: block;
  width: 250px; }
  .stmenu_multi_level li:hover > a .is_parent_icon_v {
    display: none; }
  .stmenu_multi_level li:hover > ul {
    display: inline-block; }
  .stmenu_multi_level li a {
    padding: 10px 12px;
    border-bottom: 1px solid #f2f2f2; }
    .stmenu_multi_level li a:hover .is_parent_icon_v {
      display: block; }
  .stmenu_multi_level li:last-child > a {
    border-bottom: none; }

.stmenu_multi_level ul {
  border: 1px solid #f2f2f2;
  left: 100%;
  top: -1px; }

#stmobilemenu_tri {
  text-transform: uppercase;
  display: block;
  padding: 10px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px; }

#stmobilemenu_tri span {
  font-size: 1.666em; }

#stmobilemenu_tri {
  background: #666666;
  color: #fff;
  text-align: center; }

#stmobilemenu_tri:hover,
#stmobilemenu_tri.active {
  color: #00A161; }

.mo_ma_level_0, .mo_sub_a {
  display: inline-block;
  padding: 12px 0;
  z-index: 2;
  position: relative;
  margin-right: 28px; }

.mo_ml_level_0, .mo_sub_li {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  border-bottom: 1px solid #f2f2f2; }
  .mo_ml_level_0.active .mo_sub_ul:last-child > .mo_sub_li:last-child, .mo_sub_li.active .mo_sub_ul:last-child > .mo_sub_li:last-child {
    border-bottom: none; }

.stmobilemenu_column {
  border-bottom: 1px solid #f2f2f2;
  padding: 12px; }

.menu_a_wrap {
  position: relative; }

.is_parent_icon {
  height: 7px;
  width: 7px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #999;
  margin-left: 2px;
  border-radius: 20px; }
  .is_parent_icon .is_parent_icon_h {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 5px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #fff; }
  .is_parent_icon .is_parent_icon_v {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 0;
    height: 5px;
    overflow: hidden;
    border-left: 1px solid #fff; }
    .item_touched .is_parent_icon .is_parent_icon_v {
      display: none; }

.cate_label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: none;
  height: 16px;
  line-height: 16px;
  font-family: arial, sans-serif;
  padding: 0 4px;
  white-space: nowrap; }
  #st_mega_menu_container .ma_level_0 .cate_label {
    position: absolute;
    right: 10px;
    top: -6px; }
  #st_mega_menu_container.stuck .ma_level_0 .cate_label {
    top: -2px; }
  .stmenu_sub .cate_label, .mo_ma_level_0 .cate_label, .mo_sub_a .cate_label, #st_mega_menu_column_desktop .ma_level_0 .cate_label {
    margin-left: 4px; }

#header_bottom #st_mega_menu_container {
  float: left; }

#header_bottom .st_mega_menu {
  position: static; }

#header_bottom #st_mega_menu_container.stuck .st_mega_menu {
  position: relative; }

.mu_level_1 {
  margin-bottom: 10px; }

.menu_cate_img {
  display: block;
  margin-bottom: 1em; }

.m_column_row {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2; }
  .m_column_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.mo_pro_div, .mo_brand_div {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center; }
  .mo_pro_div:last-child, .mo_brand_div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.mo_pro_div .product_img_link {
  margin-bottom: 6px; }

.menu_pro_img {
  margin-left: auto;
  margin-right: auto; }

#rightbar_menu {
  display: none; }

#st_mega_menu_column_mobile {
  display: none; }

.ma_span {
  cursor: default; }

.mv_level_1 {
  display: block;
  position: relative; }

.mv_item {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
  display: block; }
  .mv_item.is_parent:after {
    float: right;
    content: "\F105"; }

.stmenu_vertical.col-md-3 {
  padding-left: 0;
  padding-right: 0; }

.stmenu_vertical .stmenu_vs {
  top: 0;
  left: 100%; }

.stmenu_vs {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 70;
  max-width: none; }

.mv_level_1:hover .stmenu_vs {
  display: block; }

#header_primary #st_menu_0 {
  display: none; }

#st_mega_menu_wrap .ml_level_0.menu_ver_open_md #st_ma_0,
#st_mega_menu_wrap .ml_level_0.menu_ver_open_lg #st_ma_0,
#st_mega_menu_wrap .ml_level_0.menu_ver_open_xl #st_ma_0,
#st_mega_menu_wrap .ml_level_0.menu_ver_open_xxl #st_ma_0 {
  border-bottom-color: transparent; }

.stmenu_vertical.stmenu_vertical_box .mv_level_1 {
  position: static; }

.stmenu_vertical.stmenu_vertical_box .stmenu_vs {
  bottom: 0; }

.st_menu_brand {
  margin-bottom: 10px; }

.mobile_nav_box .mo_mu_level_0 {
  margin-bottom: 0; }

.mobile_nav_box .search_widget_block {
  padding: 0.625rem; }

#st_ma_0 {
  width: 292px; }

.dropdown_wrap {
  position: relative; }

.dropdown_tri {
  display: inline-block;
  color: #444; }
  .dropdown_tri .arrow {
    display: none; }
  .facet_dropdown_item .dropdown_tri {
    height: 30px;
    line-height: 30px; }

.dropdown_tri_in .arrow, .toggle_btn .arrow {
  opacity: 0.7;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top; }

.dropdown_tri_in .arrow_down, .toggle_btn .arrow_down {
  display: inline; }

.dropdown_tri_in .arrow_up, .toggle_btn .arrow_up {
  display: none; }

.dropdown_wrap.open .dropdown_tri_in .arrow_down, .toggle_btn.collapsed .arrow_down {
  display: none; }

.dropdown_wrap.open .dropdown_tri_in .arrow_up, .toggle_btn.collapsed .arrow_up {
  display: inline; }

.dropdown_list {
  background: transparent;
  display: none;
  position: absolute;
  margin: 0;
  left: 0;
  top: 100%;
  min-width: 120px;
  z-index: 99;
  padding-top: 10px;
  text-align: left;
  /*
    &:after{
      position: absolute;
      top: 0px;
    font-family: $font-icon;
    content: "\e80b";
    }
    */ }
  .blockcart .dropdown_list {
    width: 300px; }
  .dropdown_list .dropdown_box {
    border: 1px solid #d9d9d9;
    background: #fff; }
  .dropdown_list .dropdown_list_ul {
    list-style: none;
    margin: 0; }
    .dropdown_list .dropdown_list_ul li {
      border-bottom: 1px solid #d9d9d9; }
      .dropdown_list .dropdown_list_ul li:last-child {
        border-bottom: none; }
      .dropdown_list .dropdown_list_ul li .dropdown_list_item {
        display: block;
        white-space: nowrap;
        padding: 8px;
        /* img{
            vertical-align: top;
          } */ }
        .dropdown_list .dropdown_list_ul li .dropdown_list_item:hover {
          background: #F7F7F7; }

#footer-bottom .dropdown_list {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  /* &:after{
        top: auto;
        bottom: 4px;
        border-top-color: #fff;
      } */ }
  #footer-bottom .dropdown_list:before {
    top: auto;
    bottom: 5px;
    border: 6px solid transparent;
    border-bottom: none;
    border-top-color: #d9d9d9; }

#footer-bottom .dropdown_wrap {
  position: relative;
  display: inline-block;
  padding: 0 8px; }

#footer-bottom #footer_bottom_left {
  float: left; }
  #footer-bottom #footer_bottom_left .dropdown_list:before {
    left: 20px; }

#footer-bottom #footer_bottom_right {
  float: right; }
  #footer-bottom #footer_bottom_right .dropdown_list {
    left: auto;
    right: 0; }
    #footer-bottom #footer_bottom_right .dropdown_list:before {
      right: 20px; }

#footer-bottom.footer_bottom_center #footer_bottom_left, #footer-bottom.footer_bottom_center #footer_bottom_right {
  text-align: center;
  float: none; }

#footer-bottom.footer_bottom_center #footer_bottom_right {
  margin-bottom: 1em; }

.dropdown_wrap.open .dropdown_list {
  display: block; }
  .dropdown_wrap.open .dropdown_list.no_show_empty {
    display: none; }

.dropdown_wrap.open .dropdown_tri {
  color: #E54D26; }

.dropdown_list {
  /* &:after{
      top: 5px;
      border-bottom-color: #fff;
    } */ }
  .dropdown_list:before {
    content: '';
    position: absolute;
    top: 4px;
    border: 6px solid transparent;
    border-top: none;
    border-bottom-color: #eee;
    left: 20px; }
  .dropdown_list.dropdown_right {
    left: auto;
    right: 0; }
    .dropdown_list.dropdown_right:before {
      left: auto;
      right: 20px; }

#nav_right .dropdown_list,
#header_right .dropdown_list,
#header_bottom .dropdown_list,
#main_menu_widgets .dropdown_list,
.pro_cart_right .dropdown_list,
.pro_name_right .dropdown_list,
.pro_price_right .dropdown_list,
.checkout_header_right .dropdown_list,
#mobile_bar_right .dropdown_list {
  left: auto;
  right: 0; }
  #nav_right .dropdown_list:before,
  #header_right .dropdown_list:before,
  #header_bottom .dropdown_list:before,
  #main_menu_widgets .dropdown_list:before,
  .pro_cart_right .dropdown_list:before,
  .pro_name_right .dropdown_list:before,
  .pro_price_right .dropdown_list:before,
  .checkout_header_right .dropdown_list:before,
  #mobile_bar_right .dropdown_list:before {
    left: auto;
    right: 20px; }

/***BANNER***/
.st_banner_row {
  overflow: hidden; }

.banner_col {
  padding-left: 10px;
  padding-right: 10px; }
  .banner_col.banner_b .st_banner_block {
    margin-bottom: 20px; }

.st_banner_row.row, .st_banner_row .row {
  margin-left: -10px;
  margin-right: -10px; }

.banner_box {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .banner_box .banner_image_box {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .banner_box .banner_scaffold {
    display: table;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
    .banner_box .banner_scaffold .text_td {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      padding: 20px 16px; }
      .banner_box .banner_scaffold .text_td.banner_text_top {
        vertical-align: top; }
      .banner_box .banner_scaffold .text_td.banner_text_bottom {
        vertical-align: bottom; }

.st_banner_block {
  display: block;
  overflow: hidden;
  position: relative; }
  .st_banner_block .adveditor_image {
    display: block;
    margin: 0 auto; }
  .st_banner_block .st_banner_image {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .st_banner_block .text_table_wrap {
    z-index: 3; }

.st_banner_8 .banner_box_0 .banner_scaffold {
  height: 420px; }

.st_banner_8 .banner_box_1 .banner_scaffold, .st_banner_8 .banner_box_2 .banner_scaffold, .st_banner_8 .banner_box_3 .banner_scaffold {
  height: 200px; }

.hover_effect_1 .st_banner_block .st_banner_image, .hover_effect_1 .st_banner_block .adveditor_image {
  transition: all 1s ease; }

.hover_effect_1 .st_banner_block:hover .st_banner_image, .hover_effect_1 .st_banner_block:hover .adveditor_image {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.8; }

.hover_effect_1 .banner_box .banner_image_box {
  transition: all 0.4s ease; }

.hover_effect_1 .banner_box:hover .banner_image_box {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.8; }

.hover_effect_2 .st_banner_block:before {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: 0;
  border: 2px solid #fff;
  transition: all 0.4s;
  opacity: 0; }

.hover_effect_2 .st_banner_block:hover:before {
  margin: 8px;
  opacity: 1; }

.hover_effect_3 .st_banner_block:before {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  transition: all 0.4s;
  opacity: 0; }

.hover_effect_3 .st_banner_block:hover:before {
  opacity: 0.4;
  margin: 12px; }

.hover_effect_4 .st_banner_block .st_banner_image, .hover_effect_4 .st_banner_block .adveditor_image {
  transition: all 0.4s ease; }

.hover_effect_4 .st_banner_block:hover .st_banner_image, .hover_effect_4 .st_banner_block:hover .adveditor_image {
  opacity: 0.8; }

.hover_effect_4 .banner_box .banner_image_box {
  transition: all 0.4s ease; }

.hover_effect_4 .banner_box:hover .banner_image_box {
  opacity: 0.8; }

/***stowlcarousel***/
.st_owl_carousel_block {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* &:hover{
    background: #333;
    .st_owl_carousel_image{
      @include scale(1.1);
      @include opacity(0.6);
    }
  } */ }
  .st_owl_carousel_block .st_owl_carousel_image {
    display: block;
    margin: 0 auto; }
  .st_owl_carousel_3 .st_owl_carousel_block img, .owl-carousel-banner .st_owl_carousel_block img {
    background: #ffffff; }
  .st_owl_carousel_3 .st_owl_carousel_block:hover img, .owl-carousel-banner .st_owl_carousel_block:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.owl-carousel-banner .st_owl_carousel_block {
  margin-bottom: 20px; }
  .owl-carousel-banner .st_owl_carousel_block:last-child {
    margin-bottom: 0 !important; }

.carousel_banner_nbr_1 .st_owl_carousel_block {
  margin-bottom: 0; }

/***stswiper***/
.st_swiper_banner .swiper-slide {
  margin-bottom: 20px; }
  .st_swiper_banner .swiper-slide:last-child {
    margin-bottom: 0 !important; }

.st_swiper_image {
  display: block;
  margin: 0 auto; }

.swiper_custom_bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #444; }

.swiper_custom_progress {
  width: 100%;
  left: 0;
  right: 0;
  background: #EDEDED; }
  .swiper_custom_progress.swiper_custom_progress_1 {
    top: 0; }
  .swiper_custom_progress.swiper_custom_progress_2 {
    bottom: 0; }

.swiper_images_slider .style_content {
  display: none; }
  .swiper_images_slider .style_content.curr_swiper {
    display: inline-block; }

.swiper_images_slider .st_swiper_banner .style_content {
  display: inline-block; }

.swiper_images_slider .swiper-container {
  width: 100%; }

.st_swiper_block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top; }

/***adveditor***/
.adveditor_box {
  padding-bottom: 2.375rem; }
  .adveditor_box .form-check {
    display: inline-block;
    margin-right: 6px; }

.adveditor_content, .st_image_layered_description {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.st_image_layered_description {
  z-index: 4; }

.st_image_layered_description_inner {
  display: inline-block;
  padding: 10px; }

.adveditor_content {
  padding: 5%; }

/***adveditor form***/
.input-group-addon img {
  max-width: none; }

.adveditor_btn {
  margin: 0 4px 4px 0; }

.adveditor_help_link img {
  display: none; }

.adveditor_top {
  background: #333; }
  .adveditor_top .adveditor_curr {
    box-shadow: 0 0px 2px red; }

.adveditor_middle {
  background: #464646; }

.adveditor_source_code.form-control {
  height: 100px; }

/***style content***/
.style_content.layered_content {
  display: inline-block; }

.adveditor_content .style_content {
  color: #ffffff; }

.style_content h1.closer, .style_content h2.closer, .style_content h3.closer, .style_content h4.closer, .style_content h5.closer, .style_content h6.closer, .style_content p.closer, .style_content div.closer, .style_content .h1.closer, .style_content .h2.closer, .style_content .h3.closer, .style_content .h4.closer, .style_content .h5.closer, .style_content .h6.closer {
  line-height: 120%;
  margin-bottom: 0; }

.style_content p {
  margin-bottom: 0.5rem; }

.style_content .btn {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem; }
  .style_content .btn.last {
    margin-right: 0; }
  .style_content .btn.hover_fly_btn {
    margin-bottom: 0;
    margin-right: 0; }

.style_content .notification_buttons .btn {
  margin-bottom: 0; }

.style_content .spacer {
  clear: both;
  height: 1rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: none; }

.style_content .easy_link {
  margin-top: 0.375rem;
  margin-bottom: 0.25rem; }

.style_content ul {
  list-style-type: disc; }
  .style_content ul.list-unstyled, .style_content ul.nav-tabs {
    list-style: none; }

.adveditor_content .steasy_divider_item {
  width: 30px; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../css/d817e1dba5bd5d891d0504bf1715807b.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme.owl-navigation-lr {
  overflow: hidden; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 46px; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled {
      color: #777777;
      cursor: default; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div i {
      height: 34px;
      line-height: 34px;
      width: 34px;
      display: inline-block;
      top: 50%;
      left: 6px;
      margin-top: -17px;
      position: absolute;
      text-align: center;
      font-size: 1.5em; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
      background: rgba(0, 0, 0, 0.8); }
      .products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
        background: #777777; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
      background: rgba(68, 68, 68, 0.4); }
      .products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
        background: #cccccc; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-prev {
    left: -100px;
    -webkit-transition: left 300ms ease;
    transition: left 300ms ease;
    padding-left: 6px; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-next {
    right: -100px;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
    padding-right: 6px; }
  .owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-prev, .owl-theme.owl-navigation-lr.owl-navigation_visible .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  .owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-next, .owl-theme.owl-navigation-lr.owl-navigation_visible .owl-controls .owl-buttons .owl-next {
    right: 0; }
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    top: 50%;
    margin-top: -34px;
    bottom: auto;
    height: auto;
    padding: 0;
    width: auto; }
    .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
      height: 68px;
      line-height: 66px;
      width: 36px;
      top: auto;
      left: auto;
      margin-top: 0;
      position: static; }
      .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
        height: 48px;
        line-height: 48px;
        width: 26px; }
    .products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
      top: 40%;
      background: #cccccc; }
    .brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, #thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div, #thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
      top: 50%;
      margin-top: -24px; }
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div {
    border-radius: 4px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    margin-top: -20px;
    border-radius: 100px;
    overflow: hidden; }
    .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
      height: 40px;
      line-height: 40px;
      width: 40px;
      border-radius: 100px; }
      .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
        height: 30px;
        line-height: 30px;
        width: 30px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-prev, .owl-theme.owl-navigation-lr.owl-navigation-circle.owl-navigation_visible .owl-controls .owl-buttons .owl-prev {
    left: 10px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-next, .owl-theme.owl-navigation-lr.owl-navigation-circle.owl-navigation_visible .owl-controls .owl-buttons .owl-next {
    right: 10px; }

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
  position: absolute;
  top: -56px;
  right: 0; }
  #left_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons, #right_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
    right: 6px; }
  .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div {
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
    text-align: center;
    color: #444;
    border-radius: 4px; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled {
      color: #999999;
      cursor: default; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.owl-prev {
      margin-right: 2px; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div:hover {
      background-color: #f2f2f2; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled:hover {
      background-color: transparent; }

.owl_images_slider .owl-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 6px; }

/* .owl_carousel_wrap{
  .owl-theme .owl-controls .owl-buttons div{
    @include opacity(.50);
  }
  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
    @include opacity(1);
  }
}
.products_slider{
  .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div{
    color: #BFBFBF;
  }
  .owl-theme.owl-navigation-tr .owl-controls.clickable .owl-buttons div:hover{
    color: #333;
  }
} */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 4px;
  border-radius: 20px;
  background: #777; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #444; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 20px; }

/* preloading images */
.owl-item.loading {
  min-height: 60px;
  background: url(../css/643c099cf75275966836b20488293056.gif) no-repeat center center; }
  .products_slider .owl-item.loading {
    background: none;
    min-height: none; }
    .products_slider .owl-item.loading .on-sale, .products_slider .owl-item.loading .discount, .products_slider .owl-item.loading .new {
      display: none; }
  .owl-item.loading .product_img_link, .owl-item.loading .blog_image, .owl-item.loading .fc_cat_image {
    min-height: 60px;
    background: url(../css/643c099cf75275966836b20488293056.gif) no-repeat center bottom; }

.owl_bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #444; }

.owl_progressBar {
  width: 100%;
  background: #EDEDED; }

.st_owl_carousel_text.text_table_wrap .text_table .text_td {
  padding-left: 60px;
  padding-right: 60px; }
  #left_column .st_owl_carousel_text.text_table_wrap .text_table .text_td, #right_column .st_owl_carousel_text.text_table_wrap .text_table .text_td {
    padding-left: 16px;
    padding-right: 16px; }

.st_owl_carousel_text .text-center h1, .st_owl_carousel_text .text-center h2, .st_owl_carousel_text .text-center h3, .st_owl_carousel_text .text-center h4, .st_owl_carousel_text .text-center h5, .st_owl_carousel_text .text-center h6, .st_owl_carousel_text .text-center p, .st_owl_carousel_text .text-center div {
  display: block;
  float: none; }

.st_owl_carousel_text .text-center div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-center div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-center div.text_inner_box.text_inner_box_right {
    float: right; }

.st_owl_carousel_text .text-right h1, .st_owl_carousel_text .text-right h2, .st_owl_carousel_text .text-right h3, .st_owl_carousel_text .text-right h4, .st_owl_carousel_text .text-right h5, .st_owl_carousel_text .text-right h6, .st_owl_carousel_text .text-right p, .st_owl_carousel_text .text-right div {
  display: inline-block;
  float: right;
  clear: both; }

.st_owl_carousel_text .text-right div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_right {
    float: right; }

.st_owl_carousel_text .text-left h1, .st_owl_carousel_text .text-left h2, .st_owl_carousel_text .text-left h3, .st_owl_carousel_text .text-left h4, .st_owl_carousel_text .text-left h5, .st_owl_carousel_text .text-left h6, .st_owl_carousel_text .text-left p, .st_owl_carousel_text .text-left div {
  display: inline-block;
  float: left;
  clear: both; }

.st_owl_carousel_text .text-left div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_right {
    float: right; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/***Title block***/
.page_heading, .table-bordered thead th, .heading_color {
  color: #444; }

.page_heading {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal; }

.from_blcok .page_heading {
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 0; }

.title_block {
  margin: 0 0 20px 0; }
  .title_block .title_block_inner {
    font-size: 1rem;
    text-transform: uppercase;
    color: #444;
    display: inline-block;
    padding: 6px 0;
    line-height: 1.5;
    font-weight: normal; }
  .title_block .swiper-button-tr {
    margin-left: 6px;
    white-space: nowrap; }
  .title_block a.title_block_inner:hover, .title_block a.title_block_inner.selected {
    color: #E54D26; }
  #footer .title_block {
    margin-bottom: 10px;
    border-bottom: none;
    position: relative; }
    #footer .title_block .title_block_inner {
      position: relative;
      z-index: 2;
      display: inline-block;
      border-bottom: none;
      padding: 0; }
  .title_block .flex_child {
    background-position: left center;
    background-repeat: repeat-x; }

.title_align_0 .title_flex_left {
  display: none; }

.title_align_0 .title_block_inner {
  padding-right: 6px; }

.title_align_1 .title_block_inner {
  padding-right: 6px;
  padding-left: 6px; }

.title_align_2 .title_flex_right {
  display: none; }

.title_align_2 .title_block_inner {
  padding-left: 6px; }

.title_style_0 {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  border-color: #F4F5F6;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
  .title_style_0 .title_block_inner {
    border-color: #B2B2B2;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: -2px; }

.title_style_1 .flex_child {
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-color: #F4F5F6;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.title_style_2 .flex_child {
  height: 6px;
  overflow: hidden;
  font-size: 0;
  border-color: #F4F5F6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid; }

.title_style_3 .flex_child {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 38px;
  -moz-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-color: #F4F5F6;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  #left_column .title_style_3 .flex_child, #right_column .title_style_3 .flex_child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.title_style_3 .title_flex_left {
  margin-left: auto; }

.title_style_3 .title_flex_right {
  margin-right: auto; }

.column_block .title_style_0 {
  border-bottom: none; }
  .column_block .title_style_0 .title_block_inner {
    border-bottom: none;
    margin-bottom: 0px; }

.column_block .title_style_1 .flex_child {
  height: 0;
  border: none; }

.column_block .title_style_2 .flex_child {
  height: 0;
  border: none; }

.pc_slider_tabs.title_block a, .pc_slider_tabs.title_block h3, #home-page-tabs.title_block a, #home-page-tabs.title_block h3 {
  margin-right: 20px;
  border-bottom-color: transparent; }
  .pc_slider_tabs.title_block a.selected, .pc_slider_tabs.title_block h3.selected, #home-page-tabs.title_block a.selected, #home-page-tabs.title_block h3.selected {
    border-bottom-color: #d9d9d9; }

.s_title_block {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 0.875rem; }
  .s_title_block.nohidden {
    height: auto; }
  .s_title_block.two_rows {
    height: 3em; }
  .featured_categories_item .s_title_block {
    margin-bottom: 0;
    padding-bottom: 6px; }
  .s_title_block a {
    display: block; }
    #blockpack .s_title_block a {
      display: inline; }

.pro_column_right .s_title_block {
  font-size: 0.75rem; }

/***Breadcrumb***/
.breadcrumb_wrapper {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0px solid #f2f2f2;
  padding: 8px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.breadcrumb_nav {
  background: none;
  margin: 0;
  padding: 0; }
  .breadcrumb_nav ul {
    margin-bottom: 0; }
  .breadcrumb_nav ul, .breadcrumb_nav li {
    display: inline; }
  .breadcrumb_nav .navigation-pipe {
    margin: 0 5px 0 5px;
    display: inline-block; }

.breadcrumb_spacing {
  font-size: 0;
  overflow: hidden;
  height: 12px; }

.pro_first_box {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.pro_first_box .hover_fly {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; }

.hover_fly .hover_fly_btn {
  transition: flex 300ms ease-in-out, color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease;
  -moz-transition: flex 300ms ease-in-out, color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease;
  -ms-transition: flex 300ms ease-in-out, color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease;
  -webkit-transition: flex 300ms ease-in-out, color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease;
  -o-transition: flex 300ms ease-in-out, color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease; }

.hover_fly {
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
  z-index: 6;
  background: #cccccc; }
  .hover_fly_static .hover_fly, .bottom_hover_fly .hover_fly {
    position: relative;
    bottom: 0; }
  .hover_fly .hover_fly_btn {
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #F5F5F5;
    background-color: #cccccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 6px; }
    .hover_fly .hover_fly_btn.social_share_button {
      overflow: visible; }
    .hover_fly .hover_fly_btn:last-child {
      border-right: none; }
    .hover_fly .hover_fly_btn .hover_fly_btn_inner {
      overflow: hidden;
      line-height: 30px; }
      .hover_fly .hover_fly_btn .hover_fly_btn_inner span {
        left: 2.2em;
        white-space: nowrap;
        vertical-align: top; }
      .hover_fly .hover_fly_btn .hover_fly_btn_inner i {
        height: 30px;
        line-height: 30px;
        font-size: 1rem;
        margin-right: 4px; }
    .hover_fly .hover_fly_btn:hover {
      background-color: #888888;
      color: white; }
      .hover_fly .hover_fly_btn:hover .hover_fly_btn_inner span {
        display: inline-block; }

.bottom_hover_fly {
  display: block;
  visibility: hidden; }
  .pro_outer_box:hover .bottom_hover_fly {
    visibility: visible; }

.hover_fly_0 .hover_fly_btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .hover_fly_0 .hover_fly_btn:first-child {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #888888;
    color: #FFF; }
    .hover_fly_0 .hover_fly_btn:first-child .hover_fly_btn_inner span {
      display: inline-block; }
  .hover_fly_0 .hover_fly_btn:hover {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .hover_fly_0 .hover_fly_btn .hover_fly_btn_inner span {
    display: none; }

.hover_fly_0:hover .hover_fly_btn:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cccccc;
  text-align: center; }
  .hover_fly_0:hover .hover_fly_btn:first-child .hover_fly_btn_inner span {
    display: none; }
  .hover_fly_0:hover .hover_fly_btn:first-child:hover {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #888888;
    color: white; }
    .hover_fly_0:hover .hover_fly_btn:first-child:hover .hover_fly_btn_inner span {
      display: inline-block; }

.hover_fly_1 .hover_fly_btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .hover_fly_1 .hover_fly_btn .hover_fly_btn_inner span {
    display: inline-block; }

body#product .quick-view {
  display: none; }

.ajax_block_product:hover .hover_fly {
  bottom: 0; }

.pro_outer_box {
  border-style: solid;
  border-width: 0;
  margin: 0 auto; }

.column_block .products_sldier_swiper {
  padding: 0;
  margin: 0; }

.product_list.grid .pro_second_box, .products_sldier_swiper .pro_second_box {
  text-align: center;
  padding: 10px 6px 4px; }
  .product_list.grid .pro_second_box.pro_block_align_0, .products_sldier_swiper .pro_second_box.pro_block_align_0 {
    text-align: center; }
  .product_list.grid .pro_second_box.pro_block_align_1, .products_sldier_swiper .pro_second_box.pro_block_align_1 {
    text-align: left; }

.product_list.grid .act_box_inner, .products_sldier_swiper .act_box_inner {
  display: none; }

.product_list.grid .blog_lr .pro_first_box, .products_sldier_swiper .blog_lr .pro_first_box {
  float: left;
  width: 180px; }

.product_list.grid .blog_lr .pro_second_box, .products_sldier_swiper .blog_lr .pro_second_box {
  margin-left: 192px;
  padding: 0px;
  text-align: left; }

.product_list.grid .pro_outer_box.blog_lr .pro_second_box, .products_sldier_swiper .pro_outer_box.blog_lr .pro_second_box {
  background: none; }

.product_list.grid .pro_outer_box.blog_lr:hover .pro_second_box, .products_sldier_swiper .pro_outer_box.blog_lr:hover .pro_second_box {
  background: none; }

.pro_second_box {
  position: relative; }

.product_list.list .ajax_block_product:hover .hover_fly {
  bottom: -35px; }

.product_list.list .pro_outer_box {
  border: none;
  max-width: none; }

.big_page_next {
  color: #444;
  background: #f2f2f2;
  position: relative;
  display: block; }
  .big_page_next img {
    opacity: 0; }
  .big_page_next .st_image_layered_description {
    font-size: 20px; }

.act_box_cart {
  display: none; }
  .act_box_cart.display_when_hover {
    display: block;
    visibility: hidden; }
    .pro_outer_box:hover .act_box_cart.display_when_hover {
      visibility: visible; }
  .act_box_cart.display_normal {
    display: block; }
  .act_box_cart.hide_in_grid {
    display: none; }
  .product_list.list .act_box_cart {
    display: block;
    visibility: visible; }

.product-desc {
  display: none; }
  .product-desc.display_sd {
    display: block; }
  .product_list.list .product-desc {
    display: block;
    margin-bottom: 1rem; }

.qty_wrap {
  display: inline-block;
  width: 68px;
  margin-right: 6px;
  vertical-align: middle; }
  .qty_wrap.qty_wrap_big {
    width: 80px; }
    .qty_wrap.qty_wrap_big.qty_full_width {
      width: 100%; }
    .qty_wrap.qty_wrap_big .btn {
      height: 40px;
      line-height: 38px; }
    .qty_wrap.qty_wrap_big .form-control {
      height: 40px; }
  .qty_wrap.qty_full_width {
    width: 100%; }

.pro_list_attributes p {
  margin-bottom: 5px; }

.grid_view #product_list .pro_list_attributes p {
  text-align: center; }

.itemlist_right .ajax_add_to_cart_button, .itemlist_right .view_button {
  display: inline-block;
  width: 34px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 300ms ease; }
  .itemlist_right .ajax_add_to_cart_button:hover, .itemlist_right .view_button:hover {
    width: 126px;
    padding-right: 92px;
    background: #444;
    color: #fff;
    border-color: #444; }
  .itemlist_right .ajax_add_to_cart_button span, .itemlist_right .view_button span {
    position: absolute;
    left: 30px;
    top: 0; }
  .itemlist_right .ajax_add_to_cart_button .hover_fly_btn_inner, .itemlist_right .view_button .hover_fly_btn_inner {
    line-height: 30px; }

.itemlist_right .ajax_add_to_cart_button,
.itemlist_right .view_button {
  padding: 0; }
  .itemlist_right .ajax_add_to_cart_button i,
  .itemlist_right .view_button i {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    margin-left: 4px; }

.ajax_add_to_cart_button.btn span, .add-to-cart.btn, .view_button.btn span {
  font-size: 0.875rem; }

.pro_img_hover_scale:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.product_img_link {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  /* .product_list.list &{
    display: inline-block;
  } */ }
  .product_img_link img.front-image, .product_img_link img.back-image {
    /* why 100%?
    display: block;
    width: 100%; */
    display: inline-block;
    height: auto;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0); }
  .product_img_link img.front-image {
    position: relative;
    opacity: 1; }
    .product_img_link img.front-image.cate_pro_lazy, .product_img_link img.front-image.swiper-lazy {
      opacity: 0;
      height: 0;
      display: block; }
    .product_img_link img.front-image.swiper-lazy.swiper-lazy-loaded {
      opacity: 1;
      height: auto; }
  .product_img_link img.back-image {
    position: absolute; }
  .product_img_link img.holder {
    display: none;
    height: auto;
    position: relative;
    opacity: 0; }
  .product_img_link.is_lazy img.holder {
    display: inline-block; }

.tm_gallery_thumbs .swiper-slide {
  width: 50px; }

.easy_stretch_child {
  margin-bottom: 0; }

.wrap_font_icon_2 {
  display: block; }
  .wrap_font_icon_2 .font_icon_inner {
    top: 0;
    position: relative;
    transition: top 150ms linear; }
  .wrap_font_icon_2 span {
    display: block;
    margin-bottom: 4px;
    font-weight: block;
    font-size: 1.38em; }
    .wrap_font_icon_2 span.unvisible {
      display: none; }

.wrap_font_icon_2:hover em {
  top: -10px; }

.wrap_font_icon_3 .font_icon_inner {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 500px; }
  .wrap_font_icon_3 .font_icon_inner em {
    font-size: 4em; }

.wrap_font_icon_3:hover .font_icon_inner {
  background-color: #333333;
  color: #fff; }

.easy_icon_with_text_3_1 .easy_icon {
  margin-right: 12px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  border-radius: 50%; }

.easy_icon_with_text_3_1:hover .easy_icon {
  background: #d6d6d6;
  transition: all 300ms ease; }

.easy_icon_with_text_3_2 .easy_icon {
  margin-right: 10px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden; }

.easy_icon_with_text_3_2:hover .easy_icon {
  transition: all 300ms ease; }

.easycontent_s2 {
  padding-left: 130px; }
  .easycontent_s2 .easy_icon {
    float: left;
    margin-left: -110px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #999;
    color: #fff; }
  .easycontent_s2:hover .easy_icon {
    background: #444; }

.easycontent_s3 {
  padding-left: 26px;
  overflow: hidden; }
  .easycontent_s3 .easy_icon {
    float: left;
    margin-left: -26px; }

.easy_icon_with_text_2_1 .easy_icon_wrap .easy_icon {
  margin-right: 10px;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: #48C9B0;
  display: block; }

.easy_icon_with_text_2_1:hover .easy_icon_wrap .easy_icon {
  background: #444;
  transition: all 300ms ease; }

.easy_icon_with_text_2_2 .easy_icon_wrap .easy_icon {
  margin-right: 6px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden; }

.easy_icon_with_text_2_3 .easy_icon_wrap .easy_icon {
  margin-right: 12px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: #E87A55;
  display: block; }

.easy_icon_with_text_2_3:hover .easy_icon_wrap .easy_icon {
  background: #444;
  transition: all 300ms ease; }

.easy_icon_with_text_2_4 .easy_icon_wrap .easy_icon {
  margin-right: 4px;
  font-size: 14px; }

.easy_icon_with_text_2_4 .easy_header {
  font-size: 12px; }

.easycontent_s5 {
  padding-left: 56px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9; }
  .easycontent_s5 .easy_icon {
    float: left;
    margin-left: -56px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #555;
    color: #fff; }
  .easycontent_s5:hover .easy_icon {
    background: #B8A06E; }
  .style_content .easycontent_s5:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.easy_icon_with_text_1_1 .easy_icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  color: #444;
  display: inline-block;
  box-shadow: 0 0 0 3px #444 inset; }

.easy_icon_with_text_1_1:hover .easy_icon {
  color: #fff;
  background: #444;
  transition: all 300ms ease; }

.easycontent_s7 .easy_icon_wrap {
  padding-left: 36px; }
  .easycontent_s7 .easy_icon_wrap .easy_icon {
    float: left;
    margin-left: -36px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    color: #444;
    display: inline-block;
    box-shadow: 0 0 0 2px #444 inset;
    font-size: 1.333em; }

.easycontent_s7:hover .easy_icon {
  color: #fff;
  background: #444;
  transition: all 300ms ease; }

.easy_icon_with_text_4_1 {
  padding-bottom: 0.375rem; }
  .easy_icon_with_text_4_1 .easy_icon {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 0.875rem; }
  .easy_icon_with_text_4_1:hover .easy_icon {
    background: #dadada; }

.easycontent_s9 {
  padding-left: 46px; }
  .easycontent_s9 .easy_icon {
    float: left;
    margin-left: -46px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 1.333em; }
  .easycontent_s9:hover .easy_icon {
    background: #dadada; }

.easycontent_s10 .easy_icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: #444;
  margin: 0 auto;
  display: inline-block; }

.easycontent_s10:hover .easy_icon {
  color: #444;
  box-shadow: 0 0 0 3px #444 inset;
  background: transparent;
  transition: all 300ms ease; }

.easycontent_s11 {
  padding-left: 70px; }
  .easycontent_s11 .easy_icon {
    float: left;
    margin-left: -70px;
    width: 60px;
    text-align: center;
    overflow: hidden; }

.easy_header {
  display: block; }

.stsocial_list {
  display: inline-block;
  margin-bottom: 0; }
  .style_content .stsocial_list {
    list-style: none; }
  .stsocial_list .social_header {
    margin-left: 6px; }
  .stsocial_list li {
    padding-bottom: 0.25rem; }

.social_wrap {
  text-align: center; }

.stsocial_1_1 .social_header,
.stsocial_1_2 .social_header,
.stsocial_1_3 .social_header {
  display: none; }

.stsocial_1_1 li,
.stsocial_1_2 li,
.stsocial_1_3 li {
  padding-right: 0.5rem;
  float: left; }

.stsocial_1_1 a .social_wrap,
.stsocial_2_1 a .social_wrap,
.stsocial_1_3 a .social_wrap,
.stsocial_2_3 a .social_wrap {
  height: 34px;
  line-height: 34px;
  width: 34px;
  background: #ccc;
  color: #fff; }

.stsocial_1_1 a:hover .social_wrap,
.stsocial_2_1 a:hover .social_wrap,
.stsocial_1_3 a:hover .social_wrap,
.stsocial_2_3 a:hover .social_wrap {
  background: #666; }

.stsocial_1_1 a .social_wrap,
.stsocial_2_1 a .social_wrap {
  border-radius: 50%; }

.st_map_block {
  height: 200px; }

.sttab_block .nav-tabs .nav-link {
  font-size: 0.875rem;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  color: #444;
  text-align: center; }
  .sttab_block .nav-tabs .nav-link.active, .sttab_block .nav-tabs .nav-link:hover, .sttab_block .nav-tabs .nav-link:focus {
    border-color: #f2f2f2;
    color: #444; }
  .sttab_block .nav-tabs .nav-link i {
    margin-right: 4px; }

.sttab_block .nav-tabs .nav-item {
  margin-bottom: 0; }
  .sttab_block .nav-tabs .nav-item + .nav-item {
    margin-left: 0; }

.sttab_block .nav-tabs.tab_lg .nav-link {
  padding: 1rem 1.25rem; }

.sttab_block .tab-pane-body {
  padding: 0.9375rem 0; }

.sttab_1_1 .nav-tabs, .sttab_1_2 .nav-tabs {
  border: 1px solid #f2f2f2;
  border-bottom: none; }

.sttab_1_1 .nav-link, .sttab_1_2 .nav-link {
  border-top: none;
  border-left: none;
  border-bottom: none; }

.sttab_1_1 .nav-item:last-child .nav-link, .sttab_1_2 .nav-item:last-child .nav-link {
  border-right: none; }

.sttab_1_2 .nav-tabs .nav-link, .sttab_2_2 .nav-tabs .nav-link {
  border-top: 3px solid transparent;
  border-right-color: transparent; }
  .sttab_1_2 .nav-tabs .nav-link.active, .sttab_1_2 .nav-tabs .nav-link:hover, .sttab_1_2 .nav-tabs .nav-link:focus, .sttab_2_2 .nav-tabs .nav-link.active, .sttab_2_2 .nav-tabs .nav-link:hover, .sttab_2_2 .nav-tabs .nav-link:focus {
    border-top-color: #E54D26; }

.sttab_1_1 .nav-tabs .nav-link {
  background: #fff; }
  .sttab_1_1 .nav-tabs .nav-link.active, .sttab_1_1 .nav-tabs .nav-link:hover, .sttab_1_1 .nav-tabs .nav-link:focus {
    background: #f6f6f6; }

.sttab_1_1 .tab-pane-body {
  background: #f6f6f6;
  border: 1px solid #f2f2f2;
  border-top: none;
  padding-left: 10px;
  padding-right: 10px; }

.sttab_1_2 .nav-tabs .nav-link {
  background: #f6f6f6; }
  .sttab_1_2 .nav-tabs .nav-link.active, .sttab_1_2 .nav-tabs .nav-link:hover, .sttab_1_2 .nav-tabs .nav-link:focus {
    background: #fff; }

.sttab_1_2 .tab-pane-body {
  border: 1px solid #f2f2f2;
  border-top: none; }

.sttab_1_3 .nav-tabs, .sttab_2_3 .nav-tabs {
  border: none; }
  .sttab_1_3 .nav-tabs .nav-link, .sttab_2_3 .nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent; }
    .sttab_1_3 .nav-tabs .nav-link.active, .sttab_1_3 .nav-tabs .nav-link:hover, .sttab_1_3 .nav-tabs .nav-link:focus, .sttab_2_3 .nav-tabs .nav-link.active, .sttab_2_3 .nav-tabs .nav-link:hover, .sttab_2_3 .nav-tabs .nav-link:focus {
      border-bottom-color: #E54D26; }

.sttab_1_4 .nav-tabs, .sttab_2_4 .nav-tabs {
  border: none; }
  .sttab_1_4 .nav-tabs .nav-link, .sttab_2_4 .nav-tabs .nav-link {
    border: 2px solid transparent; }
    .sttab_1_4 .nav-tabs .nav-link.active, .sttab_1_4 .nav-tabs .nav-link:hover, .sttab_1_4 .nav-tabs .nav-link:focus, .sttab_2_4 .nav-tabs .nav-link.active, .sttab_2_4 .nav-tabs .nav-link:hover, .sttab_2_4 .nav-tabs .nav-link:focus {
      border-color: #E54D26; }

.sttab_2 .nav-tabs {
  border-bottom: 1px solid #f2f2f2; }
  .sttab_2 .nav-tabs .nav-link {
    border-bottom: 1px solid transparent; }
  .sttab_2 .nav-tabs .nav-item {
    margin-right: 0.375rem;
    margin-bottom: -1px; }

.sttab_2_1 .nav-tabs .nav-link {
  background: #f6f6f6; }
  .sttab_2_1 .nav-tabs .nav-link.active, .sttab_2_1 .nav-tabs .nav-link:hover, .sttab_2_1 .nav-tabs .nav-link:focus {
    background: #fff;
    border-bottom-color: #fff; }

.sttab_2_1 .tab-pane-body {
  border: 1px solid #f2f2f2;
  border-top: none;
  padding-left: 10px;
  padding-right: 10px; }

.sttab_2_1 .adveditor_middle .nav-tabs {
  border-bottom: none; }
  .sttab_2_1 .adveditor_middle .nav-tabs .nav-link {
    color: #fff;
    background: transparent;
    margin-bottom: 0;
    border: none; }
    .sttab_2_1 .adveditor_middle .nav-tabs .nav-link.active, .sttab_2_1 .adveditor_middle .nav-tabs .nav-link:hover, .sttab_2_1 .adveditor_middle .nav-tabs .nav-link:focus {
      background: #65C39E; }

.sttab_2_2 .nav-tabs .nav-link {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #f6f6f6; }
  .sttab_2_2 .nav-tabs .nav-link.active, .sttab_2_2 .nav-tabs .nav-link:hover, .sttab_2_2 .nav-tabs .nav-link:focus {
    color: #E54D26;
    background: #fff;
    border-bottom-color: #fff; }

.sttab_2_2 .tab-pane-body {
  padding: 0.75rem 0; }

.checkout-step .sttab_2_1 .nav-tabs {
  border-bottom-color: #d9d9d9; }
  .checkout-step .sttab_2_1 .nav-tabs .nav-link {
    background: transparent; }
    .checkout-step .sttab_2_1 .nav-tabs .nav-link.active, .checkout-step .sttab_2_1 .nav-tabs .nav-link:hover, .checkout-step .sttab_2_1 .nav-tabs .nav-link:focus {
      background: transparent;
      border-color: #d9d9d9;
      border-bottom-color: #fff;
      color: #E54D26; }

.checkout-step .sttab_2_1 .tab-pane-body {
  border-color: #d9d9d9; }

.sttab_2_3 .nav-tabs .nav-link {
  padding: 0.5rem 0.25rem;
  border-bottom-color: #f2f2f2; }
  .sttab_2_3 .nav-tabs .nav-link.active, .sttab_2_3 .nav-tabs .nav-link:hover, .sttab_2_3 .nav-tabs .nav-link:focus {
    border-bottom-color: #E54D26; }

.sttab_2_3 .nav-tabs.tab_lg .nav-link {
  padding: 1rem 0.375rem; }

.sttab_3 .nav-tabs {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-width: 100px;
  position: relative;
  border-bottom: none; }
  .sttab_3 .nav-tabs .nav-item {
    float: none;
    margin-bottom: 4px; }
  .sttab_3 .nav-tabs .nav-link {
    border-right: none;
    margin-right: -1px;
    text-align: left; }

.sttab_3 .tab-pane-body {
  padding: 0.9375rem; }

.sttab_3_1 .nav-tabs .nav-link, .sttab_3_3 .nav-tabs .nav-link, .sttab_3_2 .nav-tabs .nav-link {
  border-color: transparent;
  background: #f6f6f6; }
  .sttab_3_1 .nav-tabs .nav-link.active, .sttab_3_1 .nav-tabs .nav-link:hover, .sttab_3_1 .nav-tabs .nav-link:focus, .sttab_3_3 .nav-tabs .nav-link.active, .sttab_3_3 .nav-tabs .nav-link:hover, .sttab_3_3 .nav-tabs .nav-link:focus, .sttab_3_2 .nav-tabs .nav-link.active, .sttab_3_2 .nav-tabs .nav-link:hover, .sttab_3_2 .nav-tabs .nav-link:focus {
    background: #fff; }

.sttab_3_1 .tab-pane-body, .sttab_3_3 .tab-pane-body, .sttab_3_2 .tab-pane-body {
  border: 1px solid #f2f2f2; }

.sttab_3_2 .nav-tabs .nav-link {
  border-left-width: 3px; }
  .sttab_3_2 .nav-tabs .nav-link.active, .sttab_3_2 .nav-tabs .nav-link:hover, .sttab_3_2 .nav-tabs .nav-link:focus {
    border-left-color: #E54D26; }

.sttab_3_3 .nav-tabs .nav-link {
  text-align: center; }
  .sttab_3_3 .nav-tabs .nav-link i {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 3px;
    margin-right: 0; }

.acc_box {
  margin-bottom: 2px; }
  .acc_box .acc_header a {
    font-size: 0.875rem;
    padding: 0.625rem 0; }
  .acc_box .acc_content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .acc_box .acc_icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
    font-size: 1.25rem; }
  .acc_box .acc_inner {
    padding: 0 6px; }
  .acc_box .acc_open {
    display: none; }
  .acc_box .acc_close {
    display: block; }
  .acc_box .collapsed .acc_open {
    display: block; }
  .acc_box .collapsed .acc_close {
    display: none; }

.stacc_1_1 .acc_header a {
  border: 1px solid #f6f6f6;
  border-radius: 4px; }

.stacc_1_2 .acc_box {
  border-bottom: 1px solid #f6f6f6; }

.stacc_1_2 .collapse {
  border-top: 1px solid #f6f6f6; }

.stacc_1_2 .collapsed .acc_icon {
  background: #333; }

.stacc_1_2 .acc_icon {
  background: #E54D26;
  color: #fff; }

.stacc_1_3 .acc_header a {
  background: #f6f6f6;
  padding: 0;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

.stacc_1_3 .acc_icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #E54D26;
  color: #fff; }

.tab_style_1 .nav-link {
  font-weight: bold;
  border-bottom: 2px solid transparent; }
  .tab_style_1 .nav-link.active {
    border-bottom-color: #444; }

.category-top-menu .acc_box .acc_header a {
  font-size: 0.75rem;
  padding: 0.625rem 0; }

.category-top-menu ul li {
  border-bottom: 1px solid #f2f2f2; }
  .category-top-menu ul li:last-child, .category-top-menu ul li li {
    border-bottom: none; }
  .category-top-menu ul li ul {
    margin-left: 1rem; }

/* why
.sttext_2{
  .steasy_element_item{
    margin-left: 0;
    margin-right: 0;
  }
  .sttext_item_image, .sttext_item_text{
    padding-left: 0;
    padding-right: 0;
  }
} */
.sttext_item_image_inner {
  display: inline-block;
  border: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem; }
  .sttext_3_1 .sttext_item_image_inner {
    margin-right: 1.25rem;
    margin-bottom: 0.75rem; }
  .sttext_3_3 .sttext_item_image_inner {
    margin-left: 1.25rem;
    margin-bottom: 0.75rem; }
  .sttext_2_3 .sttext_item_image_inner,
  .sttext_2_4 .sttext_item_image_inner {
    border-radius: 50%; }

.sttext_banner_1_1 .sttext_banner_text {
  margin-bottom: 16px; }

.textboxes_1_1 {
  text-align: center; }

.steasy_textboxes_image {
  text-align: right; }

.easy_additional_info {
  font-style: italic; }

.steasy_divider, hr {
  margin: 0.75rem auto; }

hr {
  border-color: #f2f2f2; }

.steasy_divider_text {
  padding: 0 0.75rem; }

.steasy_divider_item {
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2; }
  .steasy_divider_1_2 .steasy_divider_item {
    height: 8px;
    border-top: 1px solid #f2f2f2; }

.color_000, a.color_000, .color_000 a {
  color: #000; }

.color_333, a.color_333, .color_333 a {
  color: #333; }

.color_444, a.color_444, .color_444 a {
  color: #444; }

.color_666, a.color_666, .color_666 a {
  color: #666; }

.color_777, a.color_777, .color_777 a {
  color: #666; }

.color_888, a.color_888, .color_888 a {
  color: #666; }

.color_999, a.color_999, .color_999 a {
  color: #999; }

.color_ccc, a.color_ccc, .color_ccc a {
  color: #ccc; }

.color_fff, a.color_fff, .color_fff a {
  color: #fff; }

.mobile_device #st_mega_menu_column_mobile {
  display: block; }

.mobile_device #st_mega_menu_column_desktop {
  display: none; }

.mobile_device .form-control, .mobile_device .input-group-addon, .mobile_device .input-group-btn > .btn {
  font-size: 1rem; }

.mobile_device .st_parallax_block {
  background-size: cover;
  background-attachment: scroll; }

.mobile_device .horizontal_filters_dropdown .dropdown_tri {
  display: none; }

.mobile_device .horizontal_filters_dropdown .dropdown_list {
  display: block;
  position: static; }

.mobile_device .horizontal_filters_dropdown .facet {
  display: block;
  margin-right: 0; }
  .mobile_device .horizontal_filters_dropdown .facet .collapse {
    display: none; }
    .mobile_device .horizontal_filters_dropdown .facet .collapse.show {
      display: block; }

.mobile_device .horizontal_filters_dropdown .facet-title-mobile {
  display: block; }

.mobile_device .act_box_cart.add_show_on_mobile {
  display: block;
  visibility: visible; }

.mobile_device .act_box_cart.add_hide_on_mobile {
  display: none; }
  .product_list.list .mobile_device .act_box_cart.add_hide_on_mobile {
    display: block;
    visibility: visible; }

.mobile_device .products_slider .ajax_block_product, .mobile_device .product_list.grid .ajax_block_product {
  /* .act_box.display_when_hover{
        visibility: visible;
      } */ }
  .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_hide, .mobile_device .products_slider .ajax_block_product .hover_fly_static .hover_fly.mobile_hover_fly_hide, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_hide, .mobile_device .product_list.grid .ajax_block_product .hover_fly_static .hover_fly.mobile_hover_fly_hide {
    display: none; }
  .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_show, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_show {
    position: static; }
    .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_show.fly_1 a.ajax_add_to_cart_button span, .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_show.fly_1 a.view_button span, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_show.fly_1 a.ajax_add_to_cart_button span, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_show.fly_1 a.view_button span {
      display: inline-block !important; }
  .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_cart, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_cart {
    position: static; }
    .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn {
      display: none; }
      .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn.ajax_add_to_cart_button, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn.ajax_add_to_cart_button {
        display: block;
        width: 100% !important; }
        .mobile_device .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn.ajax_add_to_cart_button span, .mobile_device .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_cart .hover_fly_btn.ajax_add_to_cart_button span {
          display: inline-block !important; }

.mobile_device .moblie_flyout_buttons_show .countdown_wrap {
  bottom: 30px; }
  .mobile_device .moblie_flyout_buttons_show .countdown_wrap.v_middle {
    bottom: 50%; }

.stuck {
  position: fixed;
  top: 0;
  z-index: 80; }
  .stuck.stuck_abs {
    position: absolute; }

.stuck_abs {
  position: absolute; }

#horizontal_filters.stuck {
  background: rgba(255, 255, 255, 0.95); }

/* .sticky-surpassed {
  position:absolute;
  bottom:0;
} */
.icon_wrap {
  background: #f2f2f2;
  color: #444; }

a.icon_wrap.active, .icon_wrap.active, a.icon_wrap:hover, .icon_wrap:hover {
  background: #444;
  color: #fff; }

a.icon_wrap.disabled, .icon_wrap.disabled {
  color: #cccccc; }

a.icon_wrap.disabled:hover, .icon_wrap.disabled:hover {
  background: inherit;
  color: #cccccc; }

.icon_wrap {
  display: inline-block;
  height: 42px;
  line-height: 38px;
  min-width: 42px;
  padding: 2px;
  text-align: center;
  text-decoration: none; }
  .icon_wrap.with_text i {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px; }

.icon_text {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 0.8333em;
  overflow: hidden; }

.round_icon_wrap {
  display: inline-block;
  border-radius: 500px;
  background: #fff;
  color: #666;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 2em;
  overflow: hidden; }

.amount_circle {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  background: #666;
  color: #fff;
  height: 16px;
  line-height: 14px;
  width: 16px;
  font-size: 0.916em;
  text-align: center;
  border-radius: 100px; }
  .amount_circle.dozens {
    width: auto;
    padding: 0 8px;
    line-height: 14px; }
  .amount_circle.hidden {
    display: none; }
  .wishlist_title_box .amount_circle {
    position: static; }

.layer_icon_wrap {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.6);
  color: #777;
  text-align: center;
  font-size: 1rem; }
  .layer_icon_wrap:hover {
    color: #777;
    background: rgba(255, 255, 255, 0.9); }

#sidebar_box {
  position: relative; }

#rightbar, #leftbar {
  position: fixed;
  z-index: 110;
  right: 0px;
  bottom: 40%;
  transition: all 0.5s ease;
  background: #444; }

#sidebar_box .rightbar_wrap .icon_wrap {
  padding: 15px 0px;
  width: 54px;
  height: 68px; }
  #sidebar_box .rightbar_wrap .icon_wrap i {
    font-size: 1rem; }

#sidebar_box .rightbar_wrap .amount_circle {
  top: 9px; }

#leftbar {
  right: auto;
  left: 0;
  bottom: auto;
  top: 10%; }

.rightbar_visi_2 {
  display: none; }

.rightbar_wrap, #to_top_wrap, #switch_left_column_wrap, #switch_right_column_wrap {
  position: relative;
  z-index: 120; }

.opener, .grower {
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.75rem;
  cursor: pointer; }
  .opener i, .grower i {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 1.25rem; }
  .opener .plus_sign, .grower .plus_sign {
    display: inline-block; }
  .opener .minus_sign, .grower .minus_sign {
    display: none; }
  .opener:hover, .grower:hover {
    background-color: #f2f2f2; }

.st_open .opener .plus_sign, .grower.st_open .plus_sign {
  display: none; }

.st_open .opener .minus_sign, .grower.st_open .minus_sign {
  display: inline-block; }

#st_mobile_menu .opener, #st_mega_menu_column_mobile .opener, .mobile_nav_box .opener, #footer .opener, .mobile_tab_title .opener {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  background-color: transparent; }
  #st_mobile_menu .opener:hover, #st_mega_menu_column_mobile .opener:hover, .mobile_nav_box .opener:hover, #footer .opener:hover, .mobile_tab_title .opener:hover {
    background-color: transparent; }

#st_mobile_menu .active > .menu_a_wrap .plus_sign, #st_mega_menu_column_mobile .active > .menu_a_wrap .plus_sign, .mobile_nav_box .active > .menu_a_wrap .plus_sign {
  display: none; }

#st_mobile_menu .active > .menu_a_wrap .minus_sign, #st_mega_menu_column_mobile .active > .menu_a_wrap .minus_sign, .mobile_nav_box .active > .menu_a_wrap .minus_sign {
  display: inline-block; }

#footer .opener {
  display: none; }

.mobile_tab .mobile_tab_title {
  display: none;
  position: relative;
  padding: 16px 0; }

.mobile_tab .mobile_tab_name {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 0.5rem;
  font-weight: bold; }

.pro_more_info .mobile_tab .mobile_tab_name {
  padding-left: 0; }

.accordion_more_info .mobile_tab .nav-tabs {
  display: none; }

.accordion_more_info .mobile_tab .mobile_tab_title {
  display: block; }

.accordion_more_info .mobile_tab .tab-pane {
  border: none;
  padding: 0; }
  .accordion_more_info .mobile_tab .tab-pane:last-child {
    border-bottom: none; }

.accordion_more_info .mobile_tab .tab-pane {
  display: block;
  border-bottom: 1px solid #e5e5e5; }
  .accordion_more_info .mobile_tab .tab-pane .tab-pane-body {
    display: none; }
  .accordion_more_info .mobile_tab .tab-pane.st_open .tab-pane-body {
    display: block;
    padding-top: 8px;
    padding-bottom: 1em; }

.brands_slider_item {
  display: block;
  border: 1px solid #d9d9d9; }

.brands-itemslider-column .brands_slider_item {
  margin-bottom: 10px;
  display: block;
  text-align: center; }
  .brands-itemslider-column .brands_slider_item:last-child {
    margin-bottom: 4px; }
  .brands-itemslider-column .brands_slider_item img {
    display: inline; }

.view_large_box {
  position: relative; }
  .view_large_box i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1; }

.stars_box .star_on {
  color: #E54D26; }

.st_parallax_block {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat; }

.block.st_parallax_right {
  background-position: left 0; }

.block.st_parallax_left {
  background-position: right 0; }

.video_bg_block {
  position: relative;
  z-index: 0; }

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.slide_lr_column #left_column.sidebar_opened, .slide_lr_column #right_column.sidebar_opened {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  z-index: 910;
  padding: 0 1em;
  overflow-x: hidden;
  overflow-y: auto; }

.slide_lr_column .open_column #left_column {
  left: 0; }

.slide_lr_column .open_column #right_column {
  right: 0; }

.slide_lr_column .open_column #st-content-inner-after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block; }

.slide_lr_column .open_column .wrapper-sticky {
  height: auto !important; }

.slide_lr_column .open_column .main_column_box {
  position: static !important; }

.address-body .address {
  margin-bottom: 0; }

#qrcode_box {
  text-align: center;
  padding-top: 1em; }

.pro_column_left {
  width: 70px;
  float: left; }

.pro_column_right {
  margin-left: 80px; }
  .pro_column_right .product-description {
    display: none; }

#footer .pro_column_left {
  width: 45px; }

#footer .pro_column_right {
  margin-left: 55px; }

.pro_itemlist li {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.style_content .pro_itemlist {
  list-style: none; }

.itemlist_left {
  width: 105px;
  float: left; }

.itemlist_right {
  margin-left: 115px;
  /* .s_title_block {
        height: 2.666em;
        line-height: 1.333em;
        padding-bottom: 10px;
    }
    .s_quantity_wanted{
      margin-bottom: 6px;
      margin-right: 0;
      display: block;
    } */ }

.small_cart_product_image {
  margin-right: 10px;
  margin-top: 4px;
  width: 70px;
  border: 1px solid #f2f2f2; }

.cart_body .dropdown_box {
  padding: 10px; }

.cart-content-btn .btn {
  margin-bottom: 10px; }

.base_list_line .line_item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 6px;
  padding-bottom: 6px; }
  .base_list_line .line_item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.base_list_line.line_free .line_item {
  border-bottom: none; }

.base_list_line.dotted_line .line_item {
  border-bottom-style: dotted; }
  .base_list_line.dotted_line .line_item:last-child {
    border-bottom: none; }

.base_list_line.medium_list .line_item {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .base_list_line.medium_list .line_item:last-child {
    margin-bottom: 0; }

.base_list_line.large_list .line_item {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .base_list_line.large_list .line_item:last-child {
    margin-bottom: 0; }

.ajax_cart_bag {
  position: relative;
  border: 2px solid #333;
  height: 22px;
  line-height: 22px;
  margin-right: 8px;
  border-radius: 2px;
  display: inline-block; }
  .ajax_cart_bag .ajax_cart_bg_handle {
    position: absolute;
    border: 2px solid #333;
    border-bottom: 0px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    width: 12px;
    height: 10px;
    overflow: hidden;
    top: -8px;
    left: 50%;
    margin-left: -6px; }
  .ajax_cart_bag .amount_circle {
    position: absolute;
    bottom: -4px;
    top: auto;
    right: -9px;
    border: 2px solid #fff;
    height: 18px;
    width: 18px; }
    .ajax_cart_bag .amount_circle.dozens {
      width: auto;
      padding: 0 4px; }
  .ajax_cart_bag i {
    display: none; }

.mobile_bar_tri .ajax_cart_bag {
  margin-top: 10px;
  margin-left: 9px; }

.mobile_bar_tri.shopping_cart_style_1 .ajax_cart_bag, .mobile_bar_tri.shopping_cart_style_3 .ajax_cart_bag {
  margin-top: 14px;
  margin-left: 12px; }

.shopping_cart_style_1 .ajax_cart_bag, .shopping_cart_style_3 .ajax_cart_bag {
  height: 14px;
  line-height: 14px;
  border-width: 1px; }
  .shopping_cart_style_1 .ajax_cart_bag .ajax_cart_bg_handle, .shopping_cart_style_3 .ajax_cart_bag .ajax_cart_bg_handle {
    width: 8px;
    height: 6px;
    top: -5px;
    margin-left: -4px;
    border-width: 1px 1px 0 1px; }

.shopping_cart_style_0 .ajax_cart_bag {
  width: 20px; }

.shopping_cart_style_1 .ajax_cart_bag {
  width: 14px; }

.shopping_cart_style_2 .ajax_cart_bag, .shopping_cart_style_3 .ajax_cart_bag {
  border: none; }
  .shopping_cart_style_2 .ajax_cart_bag i, .shopping_cart_style_3 .ajax_cart_bag i {
    display: block; }
  .shopping_cart_style_2 .ajax_cart_bag .amount_circle, .shopping_cart_style_3 .ajax_cart_bag .amount_circle {
    bottom: auto;
    top: -4px; }

.shopping_cart_style_2 .ajax_cart_bg_handle, .shopping_cart_style_3 .ajax_cart_bg_handle {
  display: none; }

.shopping_cart_style_2 .ajax_cart_bag i {
  font-size: 1.666em; }

.shopping_cart_style_3 .ajax_cart_bag i {
  font-size: 1rem; }

.flying_image {
  border-radius: 1000px;
  border: 2px solid #f2f2f2;
  position: absolute;
  z-index: 200; }

.st_shopping_cart {
  display: block; }

.dropdown_box .social_share_block {
  padding: 2px 0px 0px 2px; }
  .dropdown_box .social_share_block .social_share_item {
    margin: 0px 2px 2px 0; }

.social_share_block .social_share_item {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem; }

.social_share_block.social_size_0 .social_share_item {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem; }

.social_share_block.social_size_2 .social_share_item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem; }

.social_share_button .social_share_box {
  right: 0;
  top: auto;
  bottom: 30px;
  left: 100%;
  position: absolute;
  text-align: right;
  overflow: hidden; }

.social_share_button .social_share_item {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.social_share_button:hover .social_share_box {
  left: 0; }

#share_side_box .social_share_item {
  margin: 10px 10px 6px;
  display: inline-block; }
  #share_side_box .social_share_item i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.875rem;
    display: block; }

#share_side_box .social_share_title {
  display: block;
  margin-bottom: 1rem; }

.tags_block .tag_item {
  display: inline-block;
  line-height: 16px;
  padding: 2px 6px 3px 6px;
  border: 1px solid #777777;
  margin: 0 6px 6px 0;
  /* &:hover {       
        background: $button-hover-bg-color;
        color: $button-hover-color;
        border-color: $button-hover-bg-color;
      } */ }

.st_news_letter_popup_wrap {
  display: none; }

.st_news_letter_do_not_show_outer {
  padding: 6px 1em; }

.st_news_letter_do_not_show_inner .checker {
  display: inline-block; }

.st_news_letter_popup .st_news_letter_form {
  padding: 0 1em; }

/* in fifth bu xiang yao padding*/
#left_column .st_news_letter_form, #right_column .st_news_letter_form, #footer .st_news_letter_form {
  padding: 0; }

.st_news_letter_form_inner {
  width: 360px;
  display: inline-block;
  width: 100%; }

/* #left_column, #right_column, #footer
{
  .st_news_letter_form_inner{
    width: 100%;
  }
} */
.st_news_letter_gender .radio-inline:last-child {
  margin-right: 0; }

.st_news_letter_submit {
  border-color: #f2f2f2; }

.st_popup_video_wrap {
  bottom: 10px;
  right: 46px;
  position: absolute;
  z-index: 8; }

.inline_popup_content {
  background: #FFF;
  padding: 1rem;
  max-width: 650px;
  margin: 0 auto;
  position: relative; }
  .inline_popup_content.small_popup {
    max-width: 320px; }

.st_sticker {
  border-style: solid;
  background-size: contain; }
  .st_sticker span {
    white-space: nowrap;
    display: inline-block;
    padding: 0 4px; }
  .st_sticker.st_sticker_static {
    position: static; }

.pro_second_box .st_sticker_block, .product_middle_column .st_sticker_block {
  padding-bottom: 6px; }

.layer_btn {
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 5; }
  .layer_btn.add_to_love {
    padding: 1px; }

.layer_btn.hover_out {
  display: none; }
  .pro_outer_box:hover .layer_btn.hover_out {
    display: inline-block; }

.price, .regular-price, .discount-percentage, .discount-amount {
  margin-right: 4px;
  white-space: nowrap; }

.price {
  color: #444; }
  .ajax_block_product .price {
    font-weight: bold;
    font-size: 1rem; }
  .product-prices .current-price .price {
    font-size: 1.5rem; }

.regular-price {
  text-decoration: line-through;
  color: #999999; }
  .ajax_block_product .regular-price {
    font-size: 0.875rem; }

/*can not use .discount, a page named discount*/
.discount-amount, .discount-percentage {
  background: #E54D26;
  color: white;
  padding: 0 4px;
  display: inline-block; }

.st_notification_wrap {
  position: fixed;
  display: none;
  z-index: 111;
  width: 100%;
  padding: 10px;
  background: #f2f2f2;
  border-color: #f2f2f2; }
  .st_notification_wrap.st_notification_static {
    position: static;
    display: block; }

.st_notification_close_inline {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.5rem; }

.notification_tempalte_1 .style_content {
  text-align: center; }
  .notification_tempalte_1 .style_content .notification_inner {
    display: inline-block;
    text-align: left; }

.noti_full {
  left: 0;
  right: 0; }

.noti_location_0, .noti_location_1, .noti_location_2 {
  bottom: 0;
  top: auto; }

.noti_location_3, .noti_location_4, .noti_location_5 {
  top: 45%; }

.noti_location_6, .noti_location_7, .noti_location_8 {
  top: 0; }

.noti_location_0.noti_width, .noti_location_3.noti_width, .noti_location_6.noti_width {
  left: 50%; }

.noti_location_1, .noti_location_4, .noti_location_7 {
  right: 0; }

.noti_location_2, .noti_location_5, .noti_location_8 {
  left: 0; }

.product_link_nav.with_preview {
  display: inline-block; }
  .product_link_nav.with_preview a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
    border-radius: 4px;
    color: #444; }
    .product_link_nav.with_preview a:hover {
      background: #f2f2f2; }
    .product_link_nav.with_preview a .product_link_nav_preview {
      display: none;
      position: absolute;
      right: 0;
      border: 1px solid #f2f2f2;
      padding: 2px;
      background: #fff; }
      .product_link_nav.with_preview a .product_link_nav_preview img {
        max-width: none; }
    .product_link_nav.with_preview a#product_link_nav_prev .product_link_nav_preview {
      right: 0; }
    .product_link_nav.with_preview a#product_link_nav_next .product_link_nav_preview {
      left: 0; }

.product_link_nav {
  padding-right: 2px; }
  .product_link_nav:last-child {
    padding-right: 0; }

.modal_products_container .swiper-slide {
  width: 98px; }

.infinite-loading .infinite-spin {
  display: block;
  font-size: 20px; }

.infinite-loading .infinite-more-link {
  display: none; }

.infinite-loading .product_count_infinite {
  display: none; }

.stlinkgroups_links_footer_bottom li .dropdown_list_item {
  display: inline-block;
  padding: 0 8px; }

.custom_links_list {
  margin-bottom: 0; }
  #footer-bottom .custom_links_list {
    display: inline-block; }

@supports (not (initial-letter: 5)) and (not (-webkit-initial-letter: 5)) {
  .dropcap > p:first-of-type::first-letter {
    font-size: 50px;
    float: left;
    line-height: .7;
    margin: 6px 8px 0 0;
    font-weight: bold; } }

@supports (initial-letter: 5) or (-webkit-initial-letter: 5) {
  .dropcap > p:first-of-type::first-letter {
    -webkit-initial-letter: 3;
    initial-letter: 3; } }

.blockquote_1 > p:first-of-type {
  padding: 0.5em 0;
  font-family: Arial;
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  .blockquote_1 > p:first-of-type:before, .blockquote_1 > p:first-of-type:after {
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.3em; }
  .blockquote_1 > p:first-of-type:before {
    content: open-quote;
    margin-right: 0.2em; }
  .blockquote_1 > p:first-of-type:after {
    content: close-quote;
    margin-left: 0.2em; }

.quick_login .dropdown_box {
  width: 280px;
  padding: 10px; }

/* .media { 
  position: relative; 
  margin: 0 0 15px 0; 
  padding-bottom: 51%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
  border: 1px solid #ccc; 
}
.media iframe,
.media object,
.media embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
} */
.wishlist_item {
  margin: 8px 8px 0;
  width: 180px; }

.dropdown_box_viewed {
  width: 300px;
  padding: 8px; }

.search_widget_form_inner {
  background: #fff; }

#select_wishlist a.saved i:before {
  content: "\E80F"; }

.wishlist_link .amount_circle {
  top: -4px;
  right: -6px; }

.res_block_demo {
  padding: 20px;
  font-size: 18px;
  background: #EAEED5; }
  .res_block_demo.res_block_demo_1 {
    height: 260px; }
  .res_block_demo.res_block_demo_2 {
    height: 550px; }

.one_column_login .form-group-small .form-control, .one_column_login .form-group-small .input-group {
  max-width: none; }

.one_column_login .no_account {
  max-width: 380px; }

.show_password {
  opacity: 0.4; }

.myacount_dashbord_list .list-group-item {
  padding: 12px 6px;
  display: inline-block;
  width: 260px;
  text-align: center;
  font-size: 0.875rem;
  margin: 0 8px 16px; }
  .myacount_dashbord_list .list-group-item:first-child, .myacount_dashbord_list .list-group-item:last-child {
    border-radius: 0; }
  .myacount_dashbord_list .list-group-item.landing-link {
    display: none; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pro_first_box .blog_type_icon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0; }

.blog_info span {
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block; }

.comment_node_left {
  width: 56px;
  float: left; }

.comment_node_right {
  margin-left: 66px; }

.st_blog_comment_list .comment_child {
  padding-left: 40px; }

.blog_info span {
  margin-right: 6px;
  display: inline-block; }

/*.posted_author,.date-add{color: #666;}*/
#blog_tags,
#blog_link_nav {
  padding-bottom: 1em;
  margin-bottom: 1em; }

/*stblogcomments*/
#comment_textarea, #comment_input p {
  margin-bottom: 1.5em; }

#comment_content {
  height: 120px;
  padding: 6px;
  width: 100%; }

#comment_input input {
  width: 94%;
  padding: 4px 6px; }

.comment_node {
  padding: 10px 0; }

#avatar_left {
  width: 128px;
  height: 128px; }

#avatar_right {
  margin-left: 148px; }

#stblog_leave_a_reply {
  display: none; }

.st_blog_comment_list #stblog_leave_a_reply {
  display: block; }

.st_blog_comment_list #stblog_leave_a_comment {
  display: none; }

.category-sub-menu {
  margin-bottom: 0; }

.pro_quantity, #quantity_wanted, .cart_quantity {
  visibility: hidden; }
  .bootstrap-touchspin .pro_quantity, .bootstrap-touchspin #quantity_wanted, .bootstrap-touchspin .cart_quantity {
    visibility: inherit; }

.countdown_wrap {
  display: table;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  text-align: center;
  text-transform: uppercase; }
  .countdown_wrap.counting {
    visibility: visible; }
  .countdown_wrap.v_middle {
    bottom: 50%;
    margin-bottom: -33px; }

.hover_fly_static .countdown_wrap {
  bottom: 30px; }
  .hover_fly_static .countdown_wrap.v_middle {
    bottom: 50%; }

.countdown_timer.countdown_style_0 div {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 11px 0;
  border-right: 1px solid #fff; }
  .countdown_timer.countdown_style_0 div:last-child {
    border-right: none; }
  .countdown_timer.countdown_style_0 div span {
    display: block;
    height: 22px;
    line-height: 22px; }
    .countdown_timer.countdown_style_0 div span.countdown_number {
      font-size: 22px; }

.countdown_timer.countdown_style_1 div {
  height: 66px;
  line-height: 66px;
  font-size: 16px; }
  .countdown_timer.countdown_style_1 div i {
    margin-right: 4px; }

.countdown_wrap .countdown_title {
  height: 66px;
  line-height: 66px;
  font-size: 16px; }

.products_slider .ajax_block_product:hover .countdown_wrap, .product_list.grid .ajax_block_product:hover .countdown_wrap {
  visibility: hidden; }

.countdown_outer_box {
  display: none;
  margin-bottom: 10px; }
  .countdown_outer_box.counting {
    display: block; }

.countdown_box {
  display: inline-block;
  padding: 6px 16px;
  background: #f2f2f2;
  font-size: 1.166em;
  color: #444;
  text-transform: capitalize; }
  .countdown_box i {
    margin-right: 6px; }

.countdown_heading {
  font-weight: bold;
  margin-bottom: 6px; }

.mobile_logo {
  padding: 0 10px; }

.demo_stores span, .demo_blogs span {
  display: inline-block;
  width: 260px; }

.demo_stores span {
  height: 300px;
  background: url(/upload/stmegamenu/stores.jpg) no-repeat left top; }

.demo_stores.demo_item_2 span {
  background-position: left -300px; }

.demo_stores.demo_item_3 span {
  background-position: left -600px; }

.demo_stores.demo_item_4 span {
  background-position: left -900px; }

.demo_stores.demo_item_5 span {
  background-position: left -1200px; }

.demo_stores.demo_item_6 span {
  background-position: left -1500px; }

.demo_stores.demo_item_7 span {
  background-position: left -1800px; }

.demo_stores.demo_item_8 span {
  background-position: left -2100px; }

.demo_stores.demo_item_9 span {
  background-position: left -2400px; }

.demo_stores.demo_item_10 span {
  background-position: left -2700px; }

.demo_stores.demo_item_11 span {
  background-position: left -3000px; }

.demo_stores.demo_item_12 span {
  background-position: left -3300px; }

.demo_stores.demo_item_13 span {
  background-position: left -3600px; }

.demo_stores.demo_item_14 span {
  background-position: left -3900px; }

.demo_stores.demo_item_15 span {
  background-position: left -4200px; }

.demo_stores.demo_item_16 span {
  background-position: left -4500px; }

.demo_stores.demo_item_17 span {
  background-position: left -4800px; }

.demo_stores.demo_item_18 span {
  background-position: left -5100px; }

.demo_stores.demo_item_19 span {
  background-position: left -5400px; }

.demo_blogs span {
  height: 410px;
  background: url(/upload/stmegamenu/blogs.jpg) no-repeat left top; }

.demo_blogs.demo_item_2 span {
  background-position: left -410px; }

.demo_blogs.demo_item_3 span {
  background-position: left -820px; }

.demo_blogs.demo_item_4 span {
  background-position: left -1230px; }

.demo_blogs.demo_item_5 span {
  background-position: left -1640px; }

.demo_blogs.demo_item_6 span {
  background-position: left -2050px; }

.demo_blogs.demo_item_7 span {
  background-position: left -2460px; }

.demo_blogs.demo_item_8 span {
  background-position: left -2870px; }

.demo_blogs.demo_item_9 span {
  background-position: left -3280px; }

.demo_blogs.demo_item_10 span {
  background-position: left -3690px; }

.demo_blogs.demo_item_11 span {
  background-position: left -4100px; }

.demo_blogs.demo_item_12 span {
  background-position: left -4510px; }

.demo_blogs.demo_item_13 span {
  background-position: left -4920px; }

.demo_product_pages {
  text-align: center;
  display: inline-block;
  width: 210px;
  margin: 10px 6px; }
  .demo_product_pages .demo_item_image {
    display: block;
    height: 160px;
    background: url(/upload/stmegamenu/product_pages.jpg) no-repeat left top;
    margin-bottom: 6px; }
  .demo_product_pages .demo_item_name {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden; }
    .demo_product_pages .demo_item_name.two_rows {
      height: 3em; }
  .demo_product_pages.demo_item_2 .demo_item_image {
    background-position: left -160px; }
  .demo_product_pages.demo_item_3 .demo_item_image {
    background-position: left -320px; }
  .demo_product_pages.demo_item_4 .demo_item_image {
    background-position: left -480px; }
  .demo_product_pages.demo_item_5 .demo_item_image {
    background-position: left -640px; }
  .demo_product_pages.demo_item_6 .demo_item_image {
    background-position: left -800px; }
  .demo_product_pages.demo_item_7 .demo_item_image {
    background-position: left -960px; }
  .demo_product_pages.demo_item_8 .demo_item_image {
    background-position: left -1120px; }
  .demo_product_pages.demo_item_9 .demo_item_image {
    background-position: left -1280px; }
  .demo_product_pages.demo_item_10 .demo_item_image {
    background-position: left -1440px; }

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