.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;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  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-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -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-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  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:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-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:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  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;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  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-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .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 (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;
  }
}
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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  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;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
}
[hidden],
template {
  display: none;
}
@media print {
  *,
  :after,
  :before,
  blockquote:first-letter,
  blockquote:first-line,
  div:first-letter,
  div:first-line,
  li:first-letter,
  li:first-line,
  p:first-letter,
  p:first-line {
    text-shadow: none !important;
    -webkit-box-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;
  }
  blockquote,
  pre {
    border: 1px solid #8e8f9f;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  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: 400;
  color: #878787;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: #444;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #387db7;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
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 {
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  caption-side: bottom;
}
caption,
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
  line-height: inherit;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.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;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
}
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: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  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 #f9f9f9;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #f2f2f2;
}
.blockquote-footer:before {
  content: "\2014   \A0";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f9f9f9;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer:before {
  content: "";
}
.blockquote-reverse .blockquote-footer:after {
  content: "\A0   \2014";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #f2f2f2;
}
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: 700;
}
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;
}
@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;
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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,
.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-lg,
.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-md,
.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-sm,
.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .col,
  .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-lg,
  .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-md,
  .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-sm,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col,
  .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-lg,
  .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-md,
  .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-sm,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col,
  .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-lg,
  .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-md,
  .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-sm,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  background: #f9f9f9;
  border-bottom: 1px dashed #1e1e3f;
  margin-bottom: 10px;
}
.cart-row .col-4 {
  margin-bottom: 9.8px !important;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  background: #f9f9f9;
  border-bottom: 1px dashed #1e1e3f;
  margin-bottom: 10px;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 td,
.table th {
  padding: 0.55rem;
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f9f9f9;
}
.table tbody + tbody {
  border-top: 2px solid #f9f9f9;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f9f9f9;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}
.table-hover .table-danger:hover,
.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: #f9f9f9;
}
.table-inverse {
  color: #fff;
  background-color: #878787;
}
.table-inverse td,
.table-inverse th,
.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: #1e1e3f;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #acaaa6;
  background-color: #fff;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
.form-control::placeholder {
  color: #f2f2f2;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f9f9;
  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 {
  font-size: 1rem;
}
.col-form-legend,
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.form-control-static {
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.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,
.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 {
  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;
}
.input-group-sm > .input-group-btn > select.btn: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]),
select.form-control-sm: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;
}
.input-group-lg > .input-group-btn > select.btn: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]),
select.form-control-lg: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-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  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 .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}
.has-warning .form-control {
  border-color: #ff9a52;
}
.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}
.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 .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}
.has-danger .form-control {
  border-color: #ff4c4c;
}
.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 480px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(47, 181, 210, 0.25);
  box-shadow: 0 0 0 2px rgba(47, 181, 210, 0.25);
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.active,
.btn:active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #252525;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5);
  box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #1e1e3f !important;
}
.btn-primary.disabled,
.btn-primary:disabled:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.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 {
  -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 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 {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
  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: #444;
  background-image: none;
  background-color: transparent;
  border-color: #444;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5);
  box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #444;
  background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.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 {
  -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 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 {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
  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: 400;
  color: #444;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #387db7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #f2f2f2;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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 {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapsing,
.dropdown,
.dropup {
  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: #f9f9f9;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  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: #f2f2f2;
  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: #f2f2f2;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  border: 1px solid #1e1e3f;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #acaaa6;
  text-align: center;
  background-color: #f9f9f9;
  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="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.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 .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.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-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child) {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: 0px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.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: 0px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0px;
  background: #1e1e3f;
  border: 1px solid #1e1e3f;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}
.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2fb5d2;
  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: #f9f9f9;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #f2f2f2;
  cursor: not-allowed;
}
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 50%;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: #f2f2f2;
  cursor: not-allowed;
  background-color: #f9f9f9;
}
.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: 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: #f9f9f9;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #f2f2f2;
  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: #f9f9f9 #f9f9f9 #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #f2f2f2;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #2fb5d2;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-toggler {
  -ms-flex-item-align: start;
  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 50%;
  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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable,
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm,
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md,
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-lg > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-lg .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-lg .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  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-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
}
.navbar-inverse .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.5);
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.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-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-primary {
  background-color: #2fb5d2;
  border-color: #2fb5d2;
}
.card-primary .card-footer,
.card-primary .card-header {
  background-color: transparent;
}
.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.card-success .card-footer,
.card-success .card-header {
  background-color: transparent;
}
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-footer,
.card-info .card-header {
  background-color: transparent;
}
.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}
.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
  background-color: transparent;
}
.card-outline-primary {
  border-color: #444;
}
.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: hsla(0, 0%, 100%, 0.65);
}
.card-inverse .card-footer,
.card-inverse .card-header {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
}
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}
.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: hsla(0, 0%, 100%, 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 {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-deck,
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    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),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 480px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    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: #f9f9f9;
  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: #f2f2f2;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #f2f2f2;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #8e8f9f;
  background-color: transparent;
  border-color: #2fb5d2;
}
.page-item.disabled .page-link {
  color: #8e8f9f;
  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: 700;
  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: #f2f2f2;
}
.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: #f9f9f9;
  border-radius: 0.3rem;
}
@media (min-width: 480px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: #ddd;
}
.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: 700;
}
.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: #f9f9f9;
  border-color: #f9f9f9;
  color: #1e1e3f;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #1e1e3f;
  border-color: #1e1e3f;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #2fb5d2;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: #f9f9f9;
}
.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #f2f2f2;
  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: #f2f2f2;
}
.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: #fff;
}
.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 embed,
.embed-responsive iframe,
.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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  max-width: calc(100% - 100px);
  margin: 50px auto;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f9f9f9;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #f9f9f9;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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: 400;
  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.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.tooltip-right .tooltip-inner:before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.tooltip-left .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: 400;
  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.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}
.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
  left: 50%;
  border-bottom-width: 0;
}
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}
.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.popover-right:after,
.popover.popover-right:before {
  top: 50%;
  border-left-width: 0;
}
.popover.bs-tether-element-attached-left:before,
.popover.popover-right:before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-left:after,
.popover.popover-right:after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
  margin-top: 10px;
}
.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before {
  left: 50%;
  border-top-width: 0;
}
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.bs-tether-element-attached-top .popover-title:before,
.popover.popover-bottom .popover-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}
.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:after,
.popover.popover-left:before {
  top: 50%;
  border-right-width: 0;
}
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-tether-element-attached-right:after,
.popover.popover-left: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 #f2f2f2;
  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:after,
.popover:before {
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports (
  (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))
) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (
  (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
  top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li:after {
  bottom: -10px;
}
.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-left-radius: 0.25rem;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem;
}
.rounded-left {
  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 {
  /* display: -webkit-box !important; */
  /* display: -ms-flexbox !important; */
  /* display: flex !important; */
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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;
  }
  .cart .d-sm-block {
    display: flex !important;
    align-items: center;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  /* -ms-flex-direction: column !important; */
  /* flex-direction: column !important; */
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    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 {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  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 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 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,
.mx-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 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,
.mx-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 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,
.mx-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 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,
.px-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 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,
.px-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 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,
.px-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 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,
.mx-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 480px) {
  .m-sm-0 {
    margin: 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,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 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,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 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,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 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,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 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,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 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,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 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,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 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,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 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,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 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,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 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,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 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,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 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,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 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,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 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,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 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,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 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,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 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,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 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,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 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,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 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,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 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,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 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,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 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,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 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,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 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,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 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,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 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,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 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,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 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,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 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,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 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,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 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,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 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,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 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,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 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,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 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,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 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,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 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,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: 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: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.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,
.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: #1e1e3f;
  -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;
}
.close,
.link_color,
a {
  color: #1e1e3f;
}
.close:hover,
a.link_color:hover,
a:hover,
button.link_color:hover {
  color: #387db7;
  text-decoration: none;
}
.close:focus,
a.link_color:focus,
a:focus,
button.link_color:focus {
  -moz-outline-style: none;
}
.close.go,
.close.underline,
a.go,
a.link_color.go,
a.link_color.underline,
a.underline,
button.link_color.go,
button.link_color.underline {
  text-decoration: underline;
}
a.text_color {
  color: #1e1e3f;
}
a.text_color:hover {
  color: #387db7;
}
a:focus {
  color: #777;
}
.social_wrap,
a {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
:focus,
a: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 {
  text-shadow: none;
}
.close,
.close:focus,
.close:hover {
  opacity: 1;
}
.card {
  border-radius: 0;
}
.card,
.card-header {
  border-color: #d9d9d9;
}
.card-header {
  font-size: 0.875rem;
  color: #444;
}
.card-footer {
  border-color: #d9d9d9;
}
.card-footer,
.card.card_trans,
.card.card_trans .card-header {
  background: transparent;
}
.card.card_noborder {
  border: none;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.table-bordered,
.table-bordered td,
.table-bordered th,
.table-bordered thead th {
  border-color: #f2f2f2;
}
.list-group-item {
  background: transparent;
  border-color: #f2f2f2;
}
.form-control,
.input-group-addon,
.input-group-btn > .btn {
  font-size: 0.8125rem;
}
.form-control {
  border-color: #1e1e3f;
  padding: 6px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #8e8f9f;
  outline: 0;
  color: #1e1e3f;
}
.form-control::-webkit-input-placeholder {
  color: #dadada;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #dadada;
}
.form-control::placeholder {
  color: #dadada;
}
input.form-control {
  height: 30px;
  line-height: normal;
}
.input-group-btn > .btn {
  font-size: 0.75rem;
}
.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: #f2f2f2;
  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: #fff;
}
.form-group.has-error input,
.form-group.has-error select {
  border-color: #8e8f9f;
  color: #8e8f9f;
}
.form-group.has-error .help-block {
  color: #ff4c4c;
}
.btn {
  border-radius: 0;
  font-size: 0.75rem;
  height: 34px;
  line-height: 32px;
  padding: 0 1rem;
  cursor: pointer;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn i {
  margin-left: 2px;
  margin-right: 4px;
  font-size: 1.125rem;
}
.btn i,
.btn span {
  vertical-align: middle;
}
.add-to-cart .btn i {
  font-size: 1.25rem;
}
.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;
  -webkit-box-shadow: inset 0 0 0 0 #444;
  box-shadow: inset 0 0 0 0 #444;
}
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default:disabled.focus,
.btn-default:disabled:focus,
.btn-default:disabled:hover {
  border-color: #444;
}
.btn-default .disabled:hover {
  background: #8e8f9f;
}
.btn-default.btn-large {
  line-height: 36px;
}
.btn-default.benabled {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #444;
}
.btn-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  line-height: 28px;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white.focus,
.btn-white:active,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white:focus,
.btn-white:hover,
.open > .btn-white.dropdown-toggle,
.open > .btn-white.dropdown-toggle.focus,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle:hover {
  color: #444;
  background-color: #fff;
  border-color: #fff;
}
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white:disabled.focus,
.btn-white:disabled:focus,
.btn-white:disabled:hover {
  border-color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default,
.btn-touchspin,
.btn-white {
  -webkit-transition: color 0.3s ease, background 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease,
    border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease,
    box-shadow 0.3s ease, -webkit-box-shadow 0.3s 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;
}
.btn_full_width {
  display: block;
}
.product_page_container .pro_right_item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
}
.input-group-with-border {
  border: 1px solid #d9d9d9;
  background: #fff;
}
.input-group-with-border.focus {
  border-color: #8e8f9f;
}
.input-group-with-border .form-control {
  border: none;
}
.input-group-with-border .btn {
  background: transparent;
  border: none;
}
.input-group-with-border .input-group-btn .btn {
  margin-left: 0;
}
.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: #fff;
  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-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  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: 2px solid #8e8f9f;
  background: #fff;
}
.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
  display: block;
  background-color: #1e1e3f;
  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;
  display: inline-block;
}
.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;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0.9375rem;
  height: 0.9375rem;
}
.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 solid #d9d9d9;
  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: #387db7;
}
.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,
.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: hsla(0, 0%, 100%, 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: 0 8px;
  line-height: 1.625rem;
}
.radio-label {
  background: #fff;
  height: 1.875rem;
  line-height: 1.75rem;
  padding: 0 9px;
}
.color,
.radio-label {
  display: inline-block;
  border: 1px solid #d9d9d9;
}
.color {
  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;
}
.thumb-mask > .mask {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin: 0.375rem 0;
}
.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}
.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: 400;
}
.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #f2f2f2;
  padding: 0.625rem;
  margin: 0.125rem;
}
.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
  background: #f9f9f9;
}
.pagination {
  margin: 0;
}
.bordered {
  border: 1px solid #f2f2f2;
}
.alert-danger a {
  color: #fff;
}
.ps-alert-error {
  margin-bottom: 0;
}
.ps-alert-error .item,
.ps-alert-success .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px solid #ff4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  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/a3de8a16b4f25d7779536cb46d95a4fb.eot);
  src: url(../css/a3de8a16b4f25d7779536cb46d95a4fb.eot#iefix)
      format("embedded-opentype"),
    url(../css/bb14167c8c69bd2302067a56625efaf2.woff2) format("woff2"),
    url(../css/47abf9ab81bffceef802e33fb4fb1b89.woff) format("woff"),
    url(../css/9e54cf2cf0d1eb640867446fcbd7d254.ttf) format("truetype"),
    url(../css/ae034a5964af7c7a43e16ea8ecc68e92.svg#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" fto-"]:before,
[class^="fto-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
.fto_mar_lr2,
.fto_mar_r4 {
  margin-right: 4px;
}
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -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";
  padding-right: 15px;
}
.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";
}
.fto-reddit-alien:before {
  content: "\F281";
}
.fto-reddit:before {
  content: "\E8F8";
}
#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;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.st-menu .search_results {
  -webkit-box-shadow: none;
  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; */
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
  }
.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: 700;
}
.search_result_item {
  display: none;
}
.search_show_img .search_product_img,
.search_show_name .search_product_name,
.search_show_price .search_product_price {
  display: 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 {
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  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: #fff;
}
#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 #f9f9f9;
}
#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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  background: #f9f9f9;
}
#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 #fff;
  font-weight: 700;
}
#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 #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
  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 #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;
}
body#checkout #order-summary-content #order-items {
  border-right: 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;
}
.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: #f9f9f9;
  padding: 0.625rem 3.125rem;
}
.checkout-step .payment-options label {
  margin-bottom: 0;
  cursor: pointer;
}
.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: 700;
  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,
.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-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 {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    box-flex: 0;
    -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,
.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;
}
.table-labeled td,
.table-labeled th {
  vertical-align: middle;
}
.page-order .table {
  margin-bottom: 0;
}
.page-order table td,
.page-order table th {
  padding: 0.5rem;
}
.page-order table thead th {
  text-align: center;
}
#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}
#create_account_block .form_content,
#login_form_block .form_content {
  min-height: 200px;
}
.from_blcok .form_content_inner {
  padding: 0 1rem;
}
.from_blcok .form-footer {
  padding: 6px 1rem 1rem;
}
.from_blcok .forgotten-password .form-footer {
  padding-left: 0;
  padding-right: 0;
}
.from_blcok {
  /* border: 1px solid #f2f2f2; */
}
.from_blcok.has_social_login {
  min-height: 250px;
}
.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 #f9f9f9;
}
.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: 700;
}
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .qty .q,
.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 #f9f9f9;
}
.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-infos .thead-default th {
  color: #414141;
}
#order-return-infos .customization {
  margin-top: 0.75rem;
}
.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 {
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  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: #fff;
  max-width: 340px;
}
.carousel .carousel-item .caption .caption-description p {
  color: #fff;
}
.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: #fff;
}
.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: #fff;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  box-pack: justify;
  -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 0;
}
.facet_filter_item_li .search-link {
  display: inline-block;
  vertical-align: middle;
}
.facet_filter_item_li .facet-label {
  margin-bottom: 0;
  display: block;
}
.facet-title-mobile {
  cursor: pointer;
  padding: 6px 0;
}
.facet-title-mobile .arrow_down {
  display: block;
}
.facet-title-mobile .arrow_up,
.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: #f2f2f2;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 1px #f2f2f2;
  box-shadow: 1px 1px 1px 1px #f2f2f2;
}
.facet-dropdown.open {
  border: 0;
}
.facet-dropdown.open > .select-title {
  border: 3px solid #2fb5d2;
  background: #f9f9f9;
}
.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  width: 100%;
  color: #414141;
  background: #f2f2f2;
  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: #f9f9f9;
  padding: 0.375rem 0.625rem;
}
.facet-dropdown .select-list:hover {
  background: #2fb5d2;
  color: #fff;
  text-decoration: none;
}
.facet-dropdown .dropdown-menu {
  padding: 0;
  margin-top: 3px;
  left: auto;
  width: 100%;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: 1px 1px 1px 1px #f2f2f2;
  box-shadow: 1px 1px 1px 1px #f2f2f2;
}
#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;
}
#search_filters .facet ul,
#search_filters_brands .facet ul,
#search_filters_suppliers .facet ul {
  max-height: 320px;
  overflow-x: auto;
}
.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;
  top: auto;
  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_form,
.horizontal_filters .facet_filter_item_li,
.horizontal_filters_dropdown .facet_filter_item_form,
.horizontal_filters_dropdown .facet_filter_item_li {
  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;
}
@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;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #f9f9f9;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f9f9f9;
  }
  #category #left-column #search_filters .facet .title {
    cursor: pointer;
  }
  #category #left-column #search_filters .facet .title .collapse-icons .remove,
  #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 #f9f9f9;
    padding: 0.625rem;
  }
  #category #content-wrapper,
  #category #search_filter_toggler {
    width: 100%;
  }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .products-selection .showing {
    padding-top: 1rem;
  }
  #best-sales #content-wrapper,
  #new-products #content-wrapper,
  #prices-drop #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;
  }
}
body#index .product_list.grid .product_list_item {
  border-top: none;
}
.products.product_list.grid {
  margin-left: -7px;
  margin-right: -8px;
}
.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 .blog_lr .pro_second_box.pro_block_align_0,
.product_list.list .block_blog .pro_second_box.pro_block_align_1 {
  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,
.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.selected,
.list_grid_switcher div.grid:hover,
.list_grid_switcher div.list.selected,
.list_grid_switcher div.list:hover {
  background-color: #bbb;
  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: #387db7;
}
.active_filter_item:hover i {
  color: #387db7;
}
#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,
.product-quantity .add_buy_now {
  display: inline-block;
  vertical-align: middle;
}
.product-quantity .add.add_full_width,
.product-quantity .add_buy_now.add_full_width {
  display: block;
}
.product-discounts > .product-discounts-title {
  font-weight: 400;
  font-size: 0.875rem;
}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.375rem 0.625rem;
  background: #fff;
  border: 0.3125rem solid #f2f2f2;
  text-align: center;
}
.product-discounts > .table-product-discounts tbody tr {
  background: #f9f9f9;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
  background: #fff;
}
.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.375rem 0.625rem;
  text-align: center;
  border: 0.3125rem solid #f2f2f2;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #878787;
}
.product-prices .st_sticker_block {
  display: inline-block;
}
.product-unit-price {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.product-available {
  color: #4cbb6c;
}
.product-last-items,
.product-unavailable {
  color: #ff9a52;
}
#product-details .label {
  font-size: 1rem;
  color: #414141;
  font-weight: 700;
}
#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: 700;
}
.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 #f2f2f2;
  height: 1.875rem;
  width: 100%;
}
.product-variants .product-variants-item ul {
  margin-bottom: 0;
}
.product-variants .product-variants-item ul li {
  margin-right: 6px;
  margin-bottom: 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: #fff;
  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: #f2f2f2;
  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: #f2f2f2;
  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-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;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -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;
  font-weight: 400;
  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_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;
}
.pro_gallery_thumbs_grid .swiper-container .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  box-pack: 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;
}
.pro_gallery_thumbs_grid .swiper-slide,
.pro_gallery_thumbs_horizontal .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;
}
.product-quantity.hide_main_cart_button .add,
.product-quantity.hide_main_cart_button .add_buy_now,
.product-quantity.hide_main_cart_button .qty_wrap {
  display: none;
}
.cart-grid {
  margin-bottom: 1rem;
}
.cart-summary-line {
  margin-bottom: 4px;
}
.cart-summary-line .value {
  float: right;
}
.cart-grid-right hr {
  margin: 0;
}
.cart-grid-right .promo-discounts {
  margin-bottom: 0;
}
.promo-code .alert-danger {
  display: none;
}
.product-line-grid-left img {
  max-width: 100%;
}
.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;
}
@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 #f2f2f2;
  }
  .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 .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}
#block-reassurance img {
  opacity: 0.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 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 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 hsla(40, 3%, 66%, 0.3);
}
.quickview .layer {
  display: none;
}
.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2rem;
}
.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: #f2f2f2;
  color: #acaaa6;
}
.block_newsletter form input[type="text"]:focus {
  outline: 3px solid #2fb5d2;
  color: #414141;
  background: #fff;
}
.block_newsletter form input[type="text"]:focus + button .search {
  color: #2fb5d2;
}
.block_newsletter form input[type="text"]::-webkit-input-placeholder {
  color: hsla(40, 3%, 66%, 0.5);
  text-indent: 0.625rem;
}
.block_newsletter form input[type="text"]:-moz-placeholder,
.block_newsletter form input[type="text"]::-moz-placeholder {
  color: hsla(40, 3%, 66%, 0.5);
  text-indent: 0.625rem;
}
.block_newsletter form input[type="text"]:-ms-input-placeholder {
  color: hsla(40, 3%, 66%, 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 solid #2fb5d2;
  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: #f2f2f2;
  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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSJENzk1Q0EyOS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDggMCkiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi4yLDI3LjJ2LTcuMmgyYzEuNSwwLDIsMCwyLTAuMWMwLTAuMSwwLjEtMSwwLjItMi4xYzAuMS0xLjEsMC4yLTIuMiwwLjItMi40bDAtMC40bC0yLjIsMGwtMi4yLDAKCQkJbDAtMS42YzAtMC45LDAuMS0xLjgsMC4yLTEuOWMwLjItMC41LDAuNy0wLjcsMi42LTAuN2gxLjdWOC4zVjUuOEgyNGMtMywwLTMuOCwwLjEtNSwwLjdjLTAuOCwwLjQtMS42LDEuMi0yLDEuOQoJCQljLTAuNSwxLjEtMC43LDEuOC0wLjcsNC4zTDE2LjIsMTVoLTEuNWgtMS41djIuNXYyLjVoMS41aDEuNXY3LjJ2Ny4yaDNoM1YyNy4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}
.facebook:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSJENzk1Q0EyOS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDggMCkiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiMyZmI1ZDIiIGQ9Ik0yMi4yLDI3LjJ2LTcuMmgyYzEuNSwwLDIsMCwyLTAuMWMwLTAuMSwwLjEtMSwwLjItMi4xYzAuMS0xLjEsMC4yLTIuMiwwLjItMi40bDAtMC40bC0yLjIsMGwtMi4yLDAKCQkJbDAtMS42YzAtMC45LDAuMS0xLjgsMC4yLTEuOWMwLjItMC41LDAuNy0wLjcsMi42LTAuN2gxLjdWOC4zVjUuOEgyNGMtMywwLTMuOCwwLjEtNSwwLjdjLTAuOCwwLjQtMS42LDEuMi0yLDEuOQoJCQljLTAuNSwxLjEtMC43LDEuOC0wLjcsNC4zTDE2LjIsMTVoLTEuNWgtMS41djIuNXYyLjVoMS41aDEuNXY3LjJ2Ny4yaDNoM1YyNy4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}
.facebook.icon-gray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSJENzk1Q0EyOS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDggMCkiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiNhY2FhYTYiIGQ9Ik0yMi4yLDI3LjJ2LTcuMmgyYzEuNSwwLDIsMCwyLTAuMWMwLTAuMSwwLjEtMSwwLjItMi4xYzAuMS0xLjEsMC4yLTIuMiwwLjItMi40bDAtMC40bC0yLjIsMGwtMi4yLDAKCQkJbDAtMS42YzAtMC45LDAuMS0xLjgsMC4yLTEuOWMwLjItMC41LDAuNy0wLjcsMi42LTAuN2gxLjdWOC4zVjUuOEgyNGMtMywwLTMuOCwwLjEtNSwwLjdjLTAuOCwwLjQtMS42LDEuMi0yLDEuOQoJCQljLTAuNSwxLjEtMC43LDEuOC0wLjcsNC4zTDE2LjIsMTVoLTEuNWgtMS41djIuNXYyLjVoMS41aDEuNXY3LjJ2Ny4yaDNoM1YyNy4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}
.facebook.icon-gray:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSJENzk1Q0EyOS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDggMCkiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiMyZmI1ZDIiIGQ9Ik0yMi4yLDI3LjJ2LTcuMmgyYzEuNSwwLDIsMCwyLTAuMWMwLTAuMSwwLjEtMSwwLjItMi4xYzAuMS0xLjEsMC4yLTIuMiwwLjItMi40bDAtMC40bC0yLjIsMGwtMi4yLDAKCQkJbDAtMS42YzAtMC45LDAuMS0xLjgsMC4yLTEuOWMwLjItMC41LDAuNy0wLjcsMi42LTAuN2gxLjdWOC4zVjUuOEgyNGMtMywwLTMuOCwwLjEtNSwwLjdjLTAuOCwwLjQtMS42LDEuMi0yLDEuOQoJCQljLTAuNSwxLjEtMC43LDEuOC0wLjcsNC4zTDE2LjIsMTVoLTEuNWgtMS41djIuNXYyLjVoMS41aDEuNXY3LjJ2Ny4yaDNoM1YyNy4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}
.twitter {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjM2IiB4bGluazpocmVmPSI0M0Q2OUZCMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEgMykiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNS43LDhMMjUuNyw4bDAuNywwaDAuN2wwLjUsMC4xYzAuMywwLjEsMC42LDAuMiwwLjksMC4zczAuNSwwLjIsMC44LDAuNEMyOS42LDguOSwyOS44LDksMzAsOS4yCgkJCWMwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjIsMC4yLDAuNCwwLjIsMC44LDAuMWMwLjMtMC4xLDAuNy0wLjIsMS4xLTAuM2MwLjQtMC4xLDAuOC0wLjMsMS4yLTAuNWMwLjQtMC4yLDAuNi0wLjMsMC43LTAuMwoJCQljMC4xLDAsMC4xLTAuMSwwLjEtMC4xbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMQoJCQlTMzQuNSw5LDM0LjMsOS4zcy0wLjQsMC42LTAuNiwwLjljLTAuMiwwLjMtMC41LDAuNi0wLjYsMC43Yy0wLjIsMC4yLTAuMywwLjMtMC40LDAuM2MtMC4xLDAuMS0wLjEsMC4xLTAuMiwwLjJsLTAuMSwwLjFsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwLjFoMC4xbDAuNy0wLjJjMC41LTAuMSwxLTAuMiwxLjQtMC40YzAuNS0wLjIsMC43LTAuMiwwLjctMC4yCgkJCWMwLDAsMC4xLDAsMC4xLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjEsMGwwLjEsMHYwdjBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDAKCQkJYzAsMC0wLjEsMC4yLTAuMywwLjVjLTAuMiwwLjMtMC4zLDAuNC0wLjQsMC41YzAsMCwwLDAtMC4xLDAuMWMwLDAtMC4yLDAuMi0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjctMSwwLjkKCQkJYy0wLjMsMC4zLTAuNSwwLjYtMC41LDFjMCwwLjQsMCwwLjgtMC4xLDEuM2MwLDAuNS0wLjEsMS0wLjIsMS42Yy0wLjEsMC42LTAuMiwxLjItMC41LDJjLTAuMiwwLjctMC41LDEuNC0wLjcsMi4xCgkJCWMtMC4zLDAuNy0wLjYsMS4zLTAuOSwxLjlzLTAuNiwxLTAuOSwxLjRjLTAuMywwLjQtMC41LDAuNy0wLjgsMS4xYy0wLjMsMC4zLTAuNiwwLjctMSwxLjFjLTAuNCwwLjQtMC43LDAuNi0wLjcsMC43CgkJCWMwLDAtMC4yLDAuMi0wLjUsMC40Yy0wLjMsMC4zLTAuNiwwLjUtMSwwLjhjLTAuMywwLjMtMC43LDAuNS0xLDAuNmMtMC4zLDAuMi0wLjYsMC40LTEuMSwwLjZjLTAuNCwwLjItMC45LDAuNC0xLjMsMC42CgkJCWMtMC41LDAuMi0xLDAuNC0xLjUsMC41Yy0wLjUsMC4yLTEsMC4zLTEuNSwwLjRjLTAuNSwwLjEtMS4xLDAuMi0xLjcsMC4ybC0wLjksMC4xdjB2MGgtMC45aC0wLjl2MHYwbC0wLjIsMGMtMC4yLDAtMC4zLDAtMC40LDAKCQkJcy0wLjUtMC4xLTEuMS0wLjFjLTAuNi0wLjEtMS4xLTAuMi0xLjUtMC4zcy0wLjktMC4zLTEuNi0wLjVjLTAuNy0wLjItMS4zLTAuNS0xLjgtMC44Yy0wLjUtMC4zLTAuOC0wLjQtMS0wLjUKCQkJYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMmwtMC4yLTAuMWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwaDB2MHYwbDAsMGwwLDBsMC4xLDBjMC4xLDAsMC4zLDAsMC43LDAKCQkJczAuNywwLDEuMSwwczAuOC0wLjEsMS4yLTAuMWMwLjQtMC4xLDAuOS0wLjIsMS41LTAuM2MwLjYtMC4yLDEuMS0wLjMsMS42LTAuNWMwLjUtMC4yLDAuOC0wLjQsMS0wLjVjMC4yLTAuMSwwLjUtMC4zLDAuOS0wLjYKCQkJbDAuNi0wLjRsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwtMC4yLDBjLTAuMSwwLTAuMywwLTAuNCwwcy0wLjMsMC0wLjYtMC4xCgkJCWMtMC4zLTAuMS0wLjYtMC4yLTAuOS0wLjNjLTAuMy0wLjEtMC42LTAuMy0xLTAuNXMtMC41LTAuNC0wLjctMC41Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuNWMtMC4yLTAuMi0wLjQtMC41LTAuNi0wLjcKCQkJYy0wLjItMC4yLTAuMy0wLjUtMC41LTAuOWwtMC4yLTAuNWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjMsMGMwLjIsMCwwLjUsMCwwLjksMHMwLjcsMCwwLjktMC4xYzAuMiwwLDAuMywwLDAuMy0wLjFsMC4xLDAKCQkJbDAuMSwwbDAuMSwwbDAsMGwwLDBsMCwwbDAsMGwtMC4xLDBsLTAuMSwwbC0wLjEsMGwtMC4xLDBsLTAuMSwwYzAsMC0wLjEsMC0wLjItMC4xcy0wLjMtMC4xLTAuNy0wLjNjLTAuNC0wLjItMC43LTAuMy0wLjktMC41CgkJCWMtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjVjLTAuMi0wLjItMC40LTAuNC0wLjctMC43Yy0wLjItMC4zLTAuNS0wLjctMC43LTFjLTAuMi0wLjQtMC4zLTAuOC0wLjQtMS4xYy0wLjEtMC40LTAuMi0wLjctMC4yLTEuMQoJCQlsMC0wLjZsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMC40LDAuMmMwLjMsMC4xLDAuNiwwLjIsMSwwLjNzMC43LDAuMSwwLjcsMC4xbDAuMSwwaDAuMWgwLjFsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBjMCwwLTAuMS0wLjEtMC4yLTAuMmMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjRjLTAuMi0wLjItMC4zLTAuNC0wLjUtMC42cy0wLjMtMC40LTAuNC0wLjYKCQkJQzgsMTUsNy44LDE0LjcsNy43LDE0LjRjLTAuMS0wLjMtMC4yLTAuNy0wLjMtMWMtMC4xLTAuMy0wLjEtMC43LTAuMS0xYzAtMC4zLDAtMC42LDAtMC45YzAtMC4yLDAuMS0wLjUsMC4yLTAuOHMwLjItMC42LDAuMy0xCgkJCUw4LDkuMmwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjQsMC40YzAuMiwwLjMsMC41LDAuNiwwLjgsMC45CgkJCUM5LjcsMTAuOCw5LjksMTEsOS45LDExYzAsMCwwLjEsMC4xLDAuMSwwLjFjMC4xLDAuMSwwLjIsMC4yLDAuNSwwLjVjMC4zLDAuMiwwLjcsMC41LDEuMiwwLjlzMSwwLjcsMS42LDEKCQkJYzAuNiwwLjMsMS4yLDAuNiwxLjksMC45YzAuNywwLjMsMS4yLDAuNCwxLjQsMC41YzAuMywwLjEsMC43LDAuMiwxLjQsMC4zYzAuNywwLjEsMS4yLDAuMiwxLjUsMC4yczAuNiwwLjEsMC43LDAuMWwwLjIsMGwwLDAKCQkJbDAsMEwyMC40LDE1YzAtMC4yLTAuMS0wLjUtMC4xLTAuOXMwLTAuOCwwLjEtMS4xYzAuMS0wLjMsMC4yLTAuNywwLjMtMWMwLjEtMC4zLDAuMi0wLjYsMC40LTAuOGMwLjEtMC4yLDAuMy0wLjQsMC41LTAuNwoJCQljMC4yLTAuMywwLjQtMC41LDAuOC0wLjhjMC4zLTAuMywwLjctMC41LDEuMS0wLjhjMC40LTAuMiwwLjgtMC40LDEuMS0wLjVjMC4zLTAuMSwwLjYtMC4yLDAuOC0wLjJTMjUuNyw4LDI1LjcsOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.twitter:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjM2IiB4bGluazpocmVmPSI0M0Q2OUZCMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEgMykiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiMyZmI1ZDIiIGQ9Ik0yNS43LDhMMjUuNyw4bDAuNywwaDAuN2wwLjUsMC4xYzAuMywwLjEsMC42LDAuMiwwLjksMC4zczAuNSwwLjIsMC44LDAuNEMyOS42LDguOSwyOS44LDksMzAsOS4yCgkJCWMwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjIsMC4yLDAuNCwwLjIsMC44LDAuMWMwLjMtMC4xLDAuNy0wLjIsMS4xLTAuM2MwLjQtMC4xLDAuOC0wLjMsMS4yLTAuNWMwLjQtMC4yLDAuNi0wLjMsMC43LTAuMwoJCQljMC4xLDAsMC4xLTAuMSwwLjEtMC4xbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMQoJCQlTMzQuNSw5LDM0LjMsOS4zcy0wLjQsMC42LTAuNiwwLjljLTAuMiwwLjMtMC41LDAuNi0wLjYsMC43Yy0wLjIsMC4yLTAuMywwLjMtMC40LDAuM2MtMC4xLDAuMS0wLjEsMC4xLTAuMiwwLjJsLTAuMSwwLjFsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwLjFoMC4xbDAuNy0wLjJjMC41LTAuMSwxLTAuMiwxLjQtMC40YzAuNS0wLjIsMC43LTAuMiwwLjctMC4yCgkJCWMwLDAsMC4xLDAsMC4xLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjEsMGwwLjEsMHYwdjBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDAKCQkJYzAsMC0wLjEsMC4yLTAuMywwLjVjLTAuMiwwLjMtMC4zLDAuNC0wLjQsMC41YzAsMCwwLDAtMC4xLDAuMWMwLDAtMC4yLDAuMi0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjctMSwwLjkKCQkJYy0wLjMsMC4zLTAuNSwwLjYtMC41LDFjMCwwLjQsMCwwLjgtMC4xLDEuM2MwLDAuNS0wLjEsMS0wLjIsMS42Yy0wLjEsMC42LTAuMiwxLjItMC41LDJjLTAuMiwwLjctMC41LDEuNC0wLjcsMi4xCgkJCWMtMC4zLDAuNy0wLjYsMS4zLTAuOSwxLjlzLTAuNiwxLTAuOSwxLjRjLTAuMywwLjQtMC41LDAuNy0wLjgsMS4xYy0wLjMsMC4zLTAuNiwwLjctMSwxLjFjLTAuNCwwLjQtMC43LDAuNi0wLjcsMC43CgkJCWMwLDAtMC4yLDAuMi0wLjUsMC40Yy0wLjMsMC4zLTAuNiwwLjUtMSwwLjhjLTAuMywwLjMtMC43LDAuNS0xLDAuNmMtMC4zLDAuMi0wLjYsMC40LTEuMSwwLjZjLTAuNCwwLjItMC45LDAuNC0xLjMsMC42CgkJCWMtMC41LDAuMi0xLDAuNC0xLjUsMC41Yy0wLjUsMC4yLTEsMC4zLTEuNSwwLjRjLTAuNSwwLjEtMS4xLDAuMi0xLjcsMC4ybC0wLjksMC4xdjB2MGgtMC45aC0wLjl2MHYwbC0wLjIsMGMtMC4yLDAtMC4zLDAtMC40LDAKCQkJcy0wLjUtMC4xLTEuMS0wLjFjLTAuNi0wLjEtMS4xLTAuMi0xLjUtMC4zcy0wLjktMC4zLTEuNi0wLjVjLTAuNy0wLjItMS4zLTAuNS0xLjgtMC44Yy0wLjUtMC4zLTAuOC0wLjQtMS0wLjUKCQkJYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMmwtMC4yLTAuMWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwaDB2MHYwbDAsMGwwLDBsMC4xLDBjMC4xLDAsMC4zLDAsMC43LDAKCQkJczAuNywwLDEuMSwwczAuOC0wLjEsMS4yLTAuMWMwLjQtMC4xLDAuOS0wLjIsMS41LTAuM2MwLjYtMC4yLDEuMS0wLjMsMS42LTAuNWMwLjUtMC4yLDAuOC0wLjQsMS0wLjVjMC4yLTAuMSwwLjUtMC4zLDAuOS0wLjYKCQkJbDAuNi0wLjRsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwtMC4yLDBjLTAuMSwwLTAuMywwLTAuNCwwcy0wLjMsMC0wLjYtMC4xCgkJCWMtMC4zLTAuMS0wLjYtMC4yLTAuOS0wLjNjLTAuMy0wLjEtMC42LTAuMy0xLTAuNXMtMC41LTAuNC0wLjctMC41Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuNWMtMC4yLTAuMi0wLjQtMC41LTAuNi0wLjcKCQkJYy0wLjItMC4yLTAuMy0wLjUtMC41LTAuOWwtMC4yLTAuNWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjMsMGMwLjIsMCwwLjUsMCwwLjksMHMwLjcsMCwwLjktMC4xYzAuMiwwLDAuMywwLDAuMy0wLjFsMC4xLDAKCQkJbDAuMSwwbDAuMSwwbDAsMGwwLDBsMCwwbDAsMGwtMC4xLDBsLTAuMSwwbC0wLjEsMGwtMC4xLDBsLTAuMSwwYzAsMC0wLjEsMC0wLjItMC4xcy0wLjMtMC4xLTAuNy0wLjNjLTAuNC0wLjItMC43LTAuMy0wLjktMC41CgkJCWMtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjVjLTAuMi0wLjItMC40LTAuNC0wLjctMC43Yy0wLjItMC4zLTAuNS0wLjctMC43LTFjLTAuMi0wLjQtMC4zLTAuOC0wLjQtMS4xYy0wLjEtMC40LTAuMi0wLjctMC4yLTEuMQoJCQlsMC0wLjZsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMC40LDAuMmMwLjMsMC4xLDAuNiwwLjIsMSwwLjNzMC43LDAuMSwwLjcsMC4xbDAuMSwwaDAuMWgwLjFsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBjMCwwLTAuMS0wLjEtMC4yLTAuMmMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjRjLTAuMi0wLjItMC4zLTAuNC0wLjUtMC42cy0wLjMtMC40LTAuNC0wLjYKCQkJQzgsMTUsNy44LDE0LjcsNy43LDE0LjRjLTAuMS0wLjMtMC4yLTAuNy0wLjMtMWMtMC4xLTAuMy0wLjEtMC43LTAuMS0xYzAtMC4zLDAtMC42LDAtMC45YzAtMC4yLDAuMS0wLjUsMC4yLTAuOHMwLjItMC42LDAuMy0xCgkJCUw4LDkuMmwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjQsMC40YzAuMiwwLjMsMC41LDAuNiwwLjgsMC45CgkJCUM5LjcsMTAuOCw5LjksMTEsOS45LDExYzAsMCwwLjEsMC4xLDAuMSwwLjFjMC4xLDAuMSwwLjIsMC4yLDAuNSwwLjVjMC4zLDAuMiwwLjcsMC41LDEuMiwwLjlzMSwwLjcsMS42LDEKCQkJYzAuNiwwLjMsMS4yLDAuNiwxLjksMC45YzAuNywwLjMsMS4yLDAuNCwxLjQsMC41YzAuMywwLjEsMC43LDAuMiwxLjQsMC4zYzAuNywwLjEsMS4yLDAuMiwxLjUsMC4yczAuNiwwLjEsMC43LDAuMWwwLjIsMGwwLDAKCQkJbDAsMEwyMC40LDE1YzAtMC4yLTAuMS0wLjUtMC4xLTAuOXMwLTAuOCwwLjEtMS4xYzAuMS0wLjMsMC4yLTAuNywwLjMtMWMwLjEtMC4zLDAuMi0wLjYsMC40LTAuOGMwLjEtMC4yLDAuMy0wLjQsMC41LTAuNwoJCQljMC4yLTAuMywwLjQtMC41LDAuOC0wLjhjMC4zLTAuMywwLjctMC41LDEuMS0wLjhjMC40LTAuMiwwLjgtMC40LDEuMS0wLjVjMC4zLTAuMSwwLjYtMC4yLDAuOC0wLjJTMjUuNyw4LDI1LjcsOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.twitter.icon-gray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjM2IiB4bGluazpocmVmPSI0M0Q2OUZCMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEgMykiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiNhY2FhYTYiIGQ9Ik0yNS43LDhMMjUuNyw4bDAuNywwaDAuN2wwLjUsMC4xYzAuMywwLjEsMC42LDAuMiwwLjksMC4zczAuNSwwLjIsMC44LDAuNEMyOS42LDguOSwyOS44LDksMzAsOS4yCgkJCWMwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjIsMC4yLDAuNCwwLjIsMC44LDAuMWMwLjMtMC4xLDAuNy0wLjIsMS4xLTAuM2MwLjQtMC4xLDAuOC0wLjMsMS4yLTAuNWMwLjQtMC4yLDAuNi0wLjMsMC43LTAuMwoJCQljMC4xLDAsMC4xLTAuMSwwLjEtMC4xbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMQoJCQlTMzQuNSw5LDM0LjMsOS4zcy0wLjQsMC42LTAuNiwwLjljLTAuMiwwLjMtMC41LDAuNi0wLjYsMC43Yy0wLjIsMC4yLTAuMywwLjMtMC40LDAuM2MtMC4xLDAuMS0wLjEsMC4xLTAuMiwwLjJsLTAuMSwwLjFsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwLjFoMC4xbDAuNy0wLjJjMC41LTAuMSwxLTAuMiwxLjQtMC40YzAuNS0wLjIsMC43LTAuMiwwLjctMC4yCgkJCWMwLDAsMC4xLDAsMC4xLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjEsMGwwLjEsMHYwdjBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDAKCQkJYzAsMC0wLjEsMC4yLTAuMywwLjVjLTAuMiwwLjMtMC4zLDAuNC0wLjQsMC41YzAsMCwwLDAtMC4xLDAuMWMwLDAtMC4yLDAuMi0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjctMSwwLjkKCQkJYy0wLjMsMC4zLTAuNSwwLjYtMC41LDFjMCwwLjQsMCwwLjgtMC4xLDEuM2MwLDAuNS0wLjEsMS0wLjIsMS42Yy0wLjEsMC42LTAuMiwxLjItMC41LDJjLTAuMiwwLjctMC41LDEuNC0wLjcsMi4xCgkJCWMtMC4zLDAuNy0wLjYsMS4zLTAuOSwxLjlzLTAuNiwxLTAuOSwxLjRjLTAuMywwLjQtMC41LDAuNy0wLjgsMS4xYy0wLjMsMC4zLTAuNiwwLjctMSwxLjFjLTAuNCwwLjQtMC43LDAuNi0wLjcsMC43CgkJCWMwLDAtMC4yLDAuMi0wLjUsMC40Yy0wLjMsMC4zLTAuNiwwLjUtMSwwLjhjLTAuMywwLjMtMC43LDAuNS0xLDAuNmMtMC4zLDAuMi0wLjYsMC40LTEuMSwwLjZjLTAuNCwwLjItMC45LDAuNC0xLjMsMC42CgkJCWMtMC41LDAuMi0xLDAuNC0xLjUsMC41Yy0wLjUsMC4yLTEsMC4zLTEuNSwwLjRjLTAuNSwwLjEtMS4xLDAuMi0xLjcsMC4ybC0wLjksMC4xdjB2MGgtMC45aC0wLjl2MHYwbC0wLjIsMGMtMC4yLDAtMC4zLDAtMC40LDAKCQkJcy0wLjUtMC4xLTEuMS0wLjFjLTAuNi0wLjEtMS4xLTAuMi0xLjUtMC4zcy0wLjktMC4zLTEuNi0wLjVjLTAuNy0wLjItMS4zLTAuNS0xLjgtMC44Yy0wLjUtMC4zLTAuOC0wLjQtMS0wLjUKCQkJYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMmwtMC4yLTAuMWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwaDB2MHYwbDAsMGwwLDBsMC4xLDBjMC4xLDAsMC4zLDAsMC43LDAKCQkJczAuNywwLDEuMSwwczAuOC0wLjEsMS4yLTAuMWMwLjQtMC4xLDAuOS0wLjIsMS41LTAuM2MwLjYtMC4yLDEuMS0wLjMsMS42LTAuNWMwLjUtMC4yLDAuOC0wLjQsMS0wLjVjMC4yLTAuMSwwLjUtMC4zLDAuOS0wLjYKCQkJbDAuNi0wLjRsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwtMC4yLDBjLTAuMSwwLTAuMywwLTAuNCwwcy0wLjMsMC0wLjYtMC4xCgkJCWMtMC4zLTAuMS0wLjYtMC4yLTAuOS0wLjNjLTAuMy0wLjEtMC42LTAuMy0xLTAuNXMtMC41LTAuNC0wLjctMC41Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuNWMtMC4yLTAuMi0wLjQtMC41LTAuNi0wLjcKCQkJYy0wLjItMC4yLTAuMy0wLjUtMC41LTAuOWwtMC4yLTAuNWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjMsMGMwLjIsMCwwLjUsMCwwLjksMHMwLjcsMCwwLjktMC4xYzAuMiwwLDAuMywwLDAuMy0wLjFsMC4xLDAKCQkJbDAuMSwwbDAuMSwwbDAsMGwwLDBsMCwwbDAsMGwtMC4xLDBsLTAuMSwwbC0wLjEsMGwtMC4xLDBsLTAuMSwwYzAsMC0wLjEsMC0wLjItMC4xcy0wLjMtMC4xLTAuNy0wLjNjLTAuNC0wLjItMC43LTAuMy0wLjktMC41CgkJCWMtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjVjLTAuMi0wLjItMC40LTAuNC0wLjctMC43Yy0wLjItMC4zLTAuNS0wLjctMC43LTFjLTAuMi0wLjQtMC4zLTAuOC0wLjQtMS4xYy0wLjEtMC40LTAuMi0wLjctMC4yLTEuMQoJCQlsMC0wLjZsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMC40LDAuMmMwLjMsMC4xLDAuNiwwLjIsMSwwLjNzMC43LDAuMSwwLjcsMC4xbDAuMSwwaDAuMWgwLjFsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBjMCwwLTAuMS0wLjEtMC4yLTAuMmMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjRjLTAuMi0wLjItMC4zLTAuNC0wLjUtMC42cy0wLjMtMC40LTAuNC0wLjYKCQkJQzgsMTUsNy44LDE0LjcsNy43LDE0LjRjLTAuMS0wLjMtMC4yLTAuNy0wLjMtMWMtMC4xLTAuMy0wLjEtMC43LTAuMS0xYzAtMC4zLDAtMC42LDAtMC45YzAtMC4yLDAuMS0wLjUsMC4yLTAuOHMwLjItMC42LDAuMy0xCgkJCUw4LDkuMmwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjQsMC40YzAuMiwwLjMsMC41LDAuNiwwLjgsMC45CgkJCUM5LjcsMTAuOCw5LjksMTEsOS45LDExYzAsMCwwLjEsMC4xLDAuMSwwLjFjMC4xLDAuMSwwLjIsMC4yLDAuNSwwLjVjMC4zLDAuMiwwLjcsMC41LDEuMiwwLjlzMSwwLjcsMS42LDEKCQkJYzAuNiwwLjMsMS4yLDAuNiwxLjksMC45YzAuNywwLjMsMS4yLDAuNCwxLjQsMC41YzAuMywwLjEsMC43LDAuMiwxLjQsMC4zYzAuNywwLjEsMS4yLDAuMiwxLjUsMC4yczAuNiwwLjEsMC43LDAuMWwwLjIsMGwwLDAKCQkJbDAsMEwyMC40LDE1YzAtMC4yLTAuMS0wLjUtMC4xLTAuOXMwLTAuOCwwLjEtMS4xYzAuMS0wLjMsMC4yLTAuNywwLjMtMWMwLjEtMC4zLDAuMi0wLjYsMC40LTAuOGMwLjEtMC4yLDAuMy0wLjQsMC41LTAuNwoJCQljMC4yLTAuMywwLjQtMC41LDAuOC0wLjhjMC4zLTAuMywwLjctMC41LDEuMS0wLjhjMC40LTAuMiwwLjgtMC40LDEuMS0wLjVjMC4zLTAuMSwwLjYtMC4yLDAuOC0wLjJTMjUuNyw4LDI1LjcsOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.twitter.icon-gray:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjM2IiB4bGluazpocmVmPSI0M0Q2OUZCMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEgMykiPgoJPC9pbWFnZT4KCTxnPgoJCTxwYXRoIGZpbGw9IiMyZmI1ZDIiIGQ9Ik0yNS43LDhMMjUuNyw4bDAuNywwaDAuN2wwLjUsMC4xYzAuMywwLjEsMC42LDAuMiwwLjksMC4zczAuNSwwLjIsMC44LDAuNEMyOS42LDguOSwyOS44LDksMzAsOS4yCgkJCWMwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjIsMC4yLDAuNCwwLjIsMC44LDAuMWMwLjMtMC4xLDAuNy0wLjIsMS4xLTAuM2MwLjQtMC4xLDAuOC0wLjMsMS4yLTAuNWMwLjQtMC4yLDAuNi0wLjMsMC43LTAuMwoJCQljMC4xLDAsMC4xLTAuMSwwLjEtMC4xbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMQoJCQlTMzQuNSw5LDM0LjMsOS4zcy0wLjQsMC42LTAuNiwwLjljLTAuMiwwLjMtMC41LDAuNi0wLjYsMC43Yy0wLjIsMC4yLTAuMywwLjMtMC40LDAuM2MtMC4xLDAuMS0wLjEsMC4xLTAuMiwwLjJsLTAuMSwwLjFsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwLjFoMC4xbDAuNy0wLjJjMC41LTAuMSwxLTAuMiwxLjQtMC40YzAuNS0wLjIsMC43LTAuMiwwLjctMC4yCgkJCWMwLDAsMC4xLDAsMC4xLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjEsMGwwLjEsMHYwdjBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDAKCQkJYzAsMC0wLjEsMC4yLTAuMywwLjVjLTAuMiwwLjMtMC4zLDAuNC0wLjQsMC41YzAsMCwwLDAtMC4xLDAuMWMwLDAtMC4yLDAuMi0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjctMSwwLjkKCQkJYy0wLjMsMC4zLTAuNSwwLjYtMC41LDFjMCwwLjQsMCwwLjgtMC4xLDEuM2MwLDAuNS0wLjEsMS0wLjIsMS42Yy0wLjEsMC42LTAuMiwxLjItMC41LDJjLTAuMiwwLjctMC41LDEuNC0wLjcsMi4xCgkJCWMtMC4zLDAuNy0wLjYsMS4zLTAuOSwxLjlzLTAuNiwxLTAuOSwxLjRjLTAuMywwLjQtMC41LDAuNy0wLjgsMS4xYy0wLjMsMC4zLTAuNiwwLjctMSwxLjFjLTAuNCwwLjQtMC43LDAuNi0wLjcsMC43CgkJCWMwLDAtMC4yLDAuMi0wLjUsMC40Yy0wLjMsMC4zLTAuNiwwLjUtMSwwLjhjLTAuMywwLjMtMC43LDAuNS0xLDAuNmMtMC4zLDAuMi0wLjYsMC40LTEuMSwwLjZjLTAuNCwwLjItMC45LDAuNC0xLjMsMC42CgkJCWMtMC41LDAuMi0xLDAuNC0xLjUsMC41Yy0wLjUsMC4yLTEsMC4zLTEuNSwwLjRjLTAuNSwwLjEtMS4xLDAuMi0xLjcsMC4ybC0wLjksMC4xdjB2MGgtMC45aC0wLjl2MHYwbC0wLjIsMGMtMC4yLDAtMC4zLDAtMC40LDAKCQkJcy0wLjUtMC4xLTEuMS0wLjFjLTAuNi0wLjEtMS4xLTAuMi0xLjUtMC4zcy0wLjktMC4zLTEuNi0wLjVjLTAuNy0wLjItMS4zLTAuNS0xLjgtMC44Yy0wLjUtMC4zLTAuOC0wLjQtMS0wLjUKCQkJYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMmwtMC4yLTAuMWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGgwaDB2MHYwbDAsMGwwLDBsMC4xLDBjMC4xLDAsMC4zLDAsMC43LDAKCQkJczAuNywwLDEuMSwwczAuOC0wLjEsMS4yLTAuMWMwLjQtMC4xLDAuOS0wLjIsMS41LTAuM2MwLjYtMC4yLDEuMS0wLjMsMS42LTAuNWMwLjUtMC4yLDAuOC0wLjQsMS0wLjVjMC4yLTAuMSwwLjUtMC4zLDAuOS0wLjYKCQkJbDAuNi0wLjRsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwtMC4yLDBjLTAuMSwwLTAuMywwLTAuNCwwcy0wLjMsMC0wLjYtMC4xCgkJCWMtMC4zLTAuMS0wLjYtMC4yLTAuOS0wLjNjLTAuMy0wLjEtMC42LTAuMy0xLTAuNXMtMC41LTAuNC0wLjctMC41Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuNWMtMC4yLTAuMi0wLjQtMC41LTAuNi0wLjcKCQkJYy0wLjItMC4yLTAuMy0wLjUtMC41LTAuOWwtMC4yLTAuNWwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjMsMGMwLjIsMCwwLjUsMCwwLjksMHMwLjcsMCwwLjktMC4xYzAuMiwwLDAuMywwLDAuMy0wLjFsMC4xLDAKCQkJbDAuMSwwbDAuMSwwbDAsMGwwLDBsMCwwbDAsMGwtMC4xLDBsLTAuMSwwbC0wLjEsMGwtMC4xLDBsLTAuMSwwYzAsMC0wLjEsMC0wLjItMC4xcy0wLjMtMC4xLTAuNy0wLjNjLTAuNC0wLjItMC43LTAuMy0wLjktMC41CgkJCWMtMC4yLTAuMi0wLjQtMC4zLTAuNy0wLjVjLTAuMi0wLjItMC40LTAuNC0wLjctMC43Yy0wLjItMC4zLTAuNS0wLjctMC43LTFjLTAuMi0wLjQtMC4zLTAuOC0wLjQtMS4xYy0wLjEtMC40LTAuMi0wLjctMC4yLTEuMQoJCQlsMC0wLjZsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMC40LDAuMmMwLjMsMC4xLDAuNiwwLjIsMSwwLjNzMC43LDAuMSwwLjcsMC4xbDAuMSwwaDAuMWgwLjFsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMAoJCQlsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBjMCwwLTAuMS0wLjEtMC4yLTAuMmMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjRjLTAuMi0wLjItMC4zLTAuNC0wLjUtMC42cy0wLjMtMC40LTAuNC0wLjYKCQkJQzgsMTUsNy44LDE0LjcsNy43LDE0LjRjLTAuMS0wLjMtMC4yLTAuNy0wLjMtMWMtMC4xLTAuMy0wLjEtMC43LTAuMS0xYzAtMC4zLDAtMC42LDAtMC45YzAtMC4yLDAuMS0wLjUsMC4yLTAuOHMwLjItMC42LDAuMy0xCgkJCUw4LDkuMmwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLDBsMCwwbDAsMGwwLjQsMC40YzAuMiwwLjMsMC41LDAuNiwwLjgsMC45CgkJCUM5LjcsMTAuOCw5LjksMTEsOS45LDExYzAsMCwwLjEsMC4xLDAuMSwwLjFjMC4xLDAuMSwwLjIsMC4yLDAuNSwwLjVjMC4zLDAuMiwwLjcsMC41LDEuMiwwLjlzMSwwLjcsMS42LDEKCQkJYzAuNiwwLjMsMS4yLDAuNiwxLjksMC45YzAuNywwLjMsMS4yLDAuNCwxLjQsMC41YzAuMywwLjEsMC43LDAuMiwxLjQsMC4zYzAuNywwLjEsMS4yLDAuMiwxLjUsMC4yczAuNiwwLjEsMC43LDAuMWwwLjIsMGwwLDAKCQkJbDAsMEwyMC40LDE1YzAtMC4yLTAuMS0wLjUtMC4xLTAuOXMwLTAuOCwwLjEtMS4xYzAuMS0wLjMsMC4yLTAuNywwLjMtMWMwLjEtMC4zLDAuMi0wLjYsMC40LTAuOGMwLjEtMC4yLDAuMy0wLjQsMC41LTAuNwoJCQljMC4yLTAuMywwLjQtMC41LDAuOC0wLjhjMC4zLTAuMywwLjctMC41LDEuMS0wLjhjMC40LTAuMiwwLjgtMC40LDEuMS0wLjVjMC4zLTAuMSwwLjYtMC4yLDAuOC0wLjJTMjUuNyw4LDI1LjcsOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.rss {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSI5NzBCMDdEMC5wbmciID4KCTwvaW1hZ2U+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNS45LDMwLjRjMC0xLDAuNC0xLjksMS4xLTIuN2MwLjctMC43LDEuNi0xLjEsMi43LTEuMXMxLjksMC40LDIuNywxLjFjMC43LDAuNywxLjEsMS42LDEuMSwyLjcKCQkJYzAsMS4xLTAuNCwyLTEuMSwyLjdzLTEuNiwxLjEtMi43LDEuMVM3LjgsMzMuOCw3LDMzLjFDNi4zLDMyLjMsNS45LDMxLjQsNS45LDMwLjR6IE01LjksMjAuOXYtNS40YzMuNCwwLDYuNSwwLjgsOS40LDIuNQoJCQlzNS4yLDQsNi44LDYuOGMxLjcsMi45LDIuNSw2LDIuNSw5LjRoLTUuNWMwLTMuNy0xLjMtNi44LTMuOS05LjRDMTIuNywyMi4yLDkuNiwyMC45LDUuOSwyMC45eiBNNS45LDExLjJWNS44CgkJCWMzLjgsMCw3LjUsMC44LDExLDIuM3M2LjUsMy41LDkuMSw2LjFzNC42LDUuNiw2LjEsOS4xYzEuNSwzLjUsMi4zLDcuMiwyLjMsMTFoLTUuNWMwLTMuMS0wLjYtNi4xLTEuOC04LjkKCQkJYy0xLjItMi44LTIuOC01LjMtNC45LTcuM3MtNC41LTMuNy03LjMtNC45UzksMTEuMiw1LjksMTEuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.youtube {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjM5IiBoZWlnaHQ9IjM5IiB4bGluazpocmVmPSI1Q0JGNDQ5Qy5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDIgMSkiPgoJPC9pbWFnZT4KCTxnPgoJCTxnPgoJCQk8Zz4KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi45LDIyYy0wLjQsMC0wLjgsMC4yLTEuMiwwLjdWMjBoLTEuMXY4LjRoMS4xdi0wLjZjMC40LDAuNSwwLjgsMC43LDEuMiwwLjdjMC41LDAsMC44LTAuMiwwLjktMC43CgkJCQkJYzAuMS0wLjIsMC4xLTAuNywwLjEtMS4yVjI0YzAtMC42LDAtMS0wLjEtMS4zQzIzLjcsMjIuMywyMy40LDIyLDIyLjksMjJ6IE0yMi44LDI2LjZjMCwwLjYtMC4yLDAuOC0wLjUsMC44CgkJCQkJYy0wLjIsMC0wLjQtMC4xLTAuNi0wLjN2LTMuOGMwLjItMC4yLDAuNC0wLjMsMC42LTAuM2MwLjMsMCwwLjUsMC4zLDAuNSwwLjlWMjYuNnoiLz4KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi41LDIyYy0wLjYsMC0xLDAuMi0xLjQsMC42Yy0wLjIsMC4zLTAuMywwLjgtMC4zLDEuNXYyLjJjMCwwLjcsMC4xLDEuMiwwLjQsMS41CgkJCQkJYzAuMywwLjQsMC44LDAuNiwxLjQsMC42YzAuNiwwLDEuMS0wLjIsMS40LTAuN2MwLjEtMC4yLDAuMi0wLjQsMC4zLTAuN2MwLTAuMiwwLTAuNCwwLTAuN3YtMC4yaC0xLjJjMCwwLjEsMCwwLjIsMCwwLjQKCQkJCQlzMCwwLjIsMCwwLjNjMCwwLjEsMCwwLjEsMCwwLjFjLTAuMSwwLjMtMC4yLDAuNC0wLjUsMC40Yy0wLjQsMC0wLjYtMC4zLTAuNi0wLjl2LTEuMWgyLjN2LTEuM2MwLTAuNy0wLjEtMS4xLTAuNC0xLjUKCQkJCQlDMjcuNiwyMi4yLDI3LjEsMjIsMjYuNSwyMnogTTI3LjEsMjQuNUgyNnYtMC42YzAtMC42LDAuMi0wLjksMC42LTAuOWMwLjQsMCwwLjYsMC4zLDAuNiwwLjlWMjQuNUwyNy4xLDI0LjV6Ii8+CgkJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTguNSwyNi45Yy0wLjIsMC40LTAuNSwwLjUtMC43LDAuNWMtMC4yLDAtMC4yLTAuMS0wLjMtMC4zYzAsMCwwLTAuMiwwLTAuNHYtNC42aC0xLjFWMjcKCQkJCQljMCwwLjQsMCwwLjcsMC4xLDAuOWMwLjEsMC4zLDAuMywwLjUsMC43LDAuNWMwLjQsMCwwLjktMC4zLDEuMy0wLjh2MC43aDEuMXYtNi4zaC0xLjFMMTguNSwyNi45TDE4LjUsMjYuOUwxOC41LDI2Ljl6Ii8+CgkJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAsMTUuN2MwLjQsMCwwLjUtMC4zLDAuNS0wLjl2LTIuN2MwLTAuNi0wLjItMC45LTAuNS0wLjljLTAuNCwwLTAuNSwwLjMtMC41LDAuOXYyLjcKCQkJCQlDMTkuNCwxNS40LDE5LjYsMTUuNywyMCwxNS43eiIvPgoJCQkJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMi4zLDIxLjEgMTMuNiwyMS4xIDEzLjYsMjguNCAxNC45LDI4LjQgMTQuOSwyMS4xIDE2LjIsMjEuMSAxNi4yLDIwIDEyLjMsMjAgCQkJCSIvPgoJCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI4LjQsNi41SDEyLjFDMTAuNyw2LjUsOS42LDcsOC42LDhjLTEsMS0xLjQsMi4xLTEuNCwzLjV2MTYuNGMwLDEuNCwwLjUsMi41LDEuNCwzLjUKCQkJCQljMSwxLDIuMSwxLjQsMy41LDEuNGgxNi40YzEuNCwwLDIuNS0wLjUsMy41LTEuNGMxLTEsMS40LTIuMSwxLjQtMy41VjExLjVjMC0xLjQtMC41LTIuNS0xLjQtMy41QzMwLjksNywyOS44LDYuNSwyOC40LDYuNXoKCQkJCQkgTTIyLjYsMTAuM2gxLjFWMTVjMCwwLjMsMCwwLjQsMCwwLjRjMCwwLjIsMC4xLDAuMywwLjMsMC4zYzAuMiwwLDAuNS0wLjIsMC43LTAuNXYtNC44aDEuMXY2LjNoLTEuMVYxNgoJCQkJCWMtMC41LDAuNS0wLjksMC44LTEuMywwLjhjLTAuNCwwLTAuNi0wLjItMC43LTAuNWMtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjlMMjIuNiwxMC4zTDIyLjYsMTAuM3ogTTE4LjMsMTIuNAoJCQkJCWMwLTAuNywwLjEtMS4yLDAuNC0xLjVjMC4zLTAuNCwwLjctMC42LDEuMy0wLjZjMC42LDAsMSwwLjIsMS4zLDAuNmMwLjIsMC4zLDAuNCwwLjgsMC40LDEuNXYyLjJjMCwwLjctMC4xLDEuMi0wLjQsMS41CgkJCQkJYy0wLjMsMC40LTAuOCwwLjYtMS4zLDAuNmMtMC42LDAtMS0wLjItMS4zLTAuNmMtMC4yLTAuMy0wLjQtMC44LTAuNC0xLjVMMTguMywxMi40TDE4LjMsMTIuNHogTTE1LjIsOC4ybDAuOSwzLjNMMTcsOC4yaDEuMwoJCQkJCWwtMS41LDV2My40aC0xLjN2LTMuNGMtMC4xLTAuNi0wLjQtMS41LTAuOC0yLjdjLTAuMS0wLjMtMC4yLTAuNy0wLjQtMS4yYy0wLjItMC41LTAuMy0wLjktMC40LTEuMkwxNS4yLDguMkwxNS4yLDguMnoKCQkJCQkgTTI5LjMsMjguN2MtMC4xLDAuNS0wLjQsMC45LTAuNywxLjJjLTAuNCwwLjMtMC44LDAuNS0xLjMsMC42Yy0xLjYsMC4yLTMuOSwwLjMtNywwLjNjLTMuMSwwLTUuNS0wLjEtNy0wLjMKCQkJCQljLTAuNS0wLjEtMC45LTAuMy0xLjMtMC42Yy0wLjQtMC4zLTAuNi0wLjgtMC43LTEuMmMtMC4yLTEtMC4zLTIuNC0wLjMtNC40YzAtMiwwLjEtMy40LDAuMy00LjRjMC4xLTAuNSwwLjQtMC45LDAuNy0xLjMKCQkJCQljMC40LTAuMywwLjgtMC41LDEuMy0wLjZjMS41LTAuMiwzLjktMC4zLDctMC4zYzMuMSwwLDUuNSwwLjEsNywwLjNjMC41LDAuMSwwLjksMC4zLDEuMywwLjZjMC40LDAuMywwLjYsMC44LDAuNywxLjMKCQkJCQljMC4yLDAuOSwwLjMsMi40LDAuMyw0LjRDMjkuNiwyNi4zLDI5LjUsMjcuOCwyOS4zLDI4Ljd6Ii8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
.googleplus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjM0IiB4bGluazpocmVmPSJDRTYxRDA0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yIDQpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0LDE4LjF2NC4yYzAsMCw0LDAsNS43LDBjLTAuOSwyLjctMi4zLDQuMi01LjcsNC4yYy0zLjQsMC02LjEtMi44LTYuMS02LjJTMTAuNSwxNCwxNCwxNAoJCQkJYzEuOCwwLDMsMC42LDQuMSwxLjVjMC45LTAuOSwwLjgtMSwzLTMuMWMtMS45LTEuNy00LjMtMi43LTcuMS0yLjdjLTUuOCwwLTEwLjUsNC43LTEwLjUsMTAuNUMzLjUsMjYsOC4yLDMwLjcsMTQsMzAuNwoJCQkJYzguNywwLDEwLjgtNy41LDEwLjEtMTIuNkMyMiwxOC4xLDE0LDE4LjEsMTQsMTguMXogTTMyLjksMTguNHYtMy42aC0yLjZ2My42aC0zLjd2Mi42aDMuN3YzLjdoMi42di0zLjdoMy42di0yLjZIMzIuOXoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
.googleplus:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjM0IiB4bGluazpocmVmPSJDRTYxRDA0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yIDQpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iIzJmYjVkMiIgZD0iTTE0LDE4LjF2NC4yYzAsMCw0LDAsNS43LDBjLTAuOSwyLjctMi4zLDQuMi01LjcsNC4yYy0zLjQsMC02LjEtMi44LTYuMS02LjJTMTAuNSwxNCwxNCwxNAoJCQkJYzEuOCwwLDMsMC42LDQuMSwxLjVjMC45LTAuOSwwLjgtMSwzLTMuMWMtMS45LTEuNy00LjMtMi43LTcuMS0yLjdjLTUuOCwwLTEwLjUsNC43LTEwLjUsMTAuNUMzLjUsMjYsOC4yLDMwLjcsMTQsMzAuNwoJCQkJYzguNywwLDEwLjgtNy41LDEwLjEtMTIuNkMyMiwxOC4xLDE0LDE4LjEsMTQsMTguMXogTTMyLjksMTguNHYtMy42aC0yLjZ2My42aC0zLjd2Mi42aDMuN3YzLjdoMi42di0zLjdoMy42di0yLjZIMzIuOXoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
.googleplus.icon-gray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjM0IiB4bGluazpocmVmPSJDRTYxRDA0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yIDQpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iI2FjYWFhNiIgZD0iTTE0LDE4LjF2NC4yYzAsMCw0LDAsNS43LDBjLTAuOSwyLjctMi4zLDQuMi01LjcsNC4yYy0zLjQsMC02LjEtMi44LTYuMS02LjJTMTAuNSwxNCwxNCwxNAoJCQkJYzEuOCwwLDMsMC42LDQuMSwxLjVjMC45LTAuOSwwLjgtMSwzLTMuMWMtMS45LTEuNy00LjMtMi43LTcuMS0yLjdjLTUuOCwwLTEwLjUsNC43LTEwLjUsMTAuNUMzLjUsMjYsOC4yLDMwLjcsMTQsMzAuNwoJCQkJYzguNywwLDEwLjgtNy41LDEwLjEtMTIuNkMyMiwxOC4xLDE0LDE4LjEsMTQsMTguMXogTTMyLjksMTguNHYtMy42aC0yLjZ2My42aC0zLjd2Mi42aDMuN3YzLjdoMi42di0zLjdoMy42di0yLjZIMzIuOXoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
.googleplus.icon-gray:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjM0IiB4bGluazpocmVmPSJDRTYxRDA0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yIDQpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iIzJmYjVkMiIgZD0iTTE0LDE4LjF2NC4yYzAsMCw0LDAsNS43LDBjLTAuOSwyLjctMi4zLDQuMi01LjcsNC4yYy0zLjQsMC02LjEtMi44LTYuMS02LjJTMTAuNSwxNCwxNCwxNAoJCQkJYzEuOCwwLDMsMC42LDQuMSwxLjVjMC45LTAuOSwwLjgtMSwzLTMuMWMtMS45LTEuNy00LjMtMi43LTcuMS0yLjdjLTUuOCwwLTEwLjUsNC43LTEwLjUsMTAuNUMzLjUsMjYsOC4yLDMwLjcsMTQsMzAuNwoJCQkJYzguNywwLDEwLjgtNy41LDEwLjEtMTIuNkMyMiwxOC4xLDE0LDE4LjEsMTQsMTguMXogTTMyLjksMTguNHYtMy42aC0yLjZ2My42aC0zLjd2Mi42aDMuN3YzLjdoMi42di0zLjdoMy42di0yLjZIMzIuOXoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
#block_myaccount_infos .myaccount-title a {
  color: #414141;
}
.pinterest {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSI4REY2NkQ0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDIgLTEpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4LjcsNS4xQzEzLjQsNS42LDguMSwxMCw3LjgsMTYuMWMtMC4xLDMuOCwwLjksNi42LDQuNSw3LjRjMS42LTIuNy0wLjUtMy4zLTAuOC01LjMKCQkJCWMtMS4zLTguMSw5LjQtMTMuNywxNS04YzMuOSwzLjksMS4zLDE2LTQuOSwxNC44Yy02LTEuMiwyLjktMTAuOC0xLjgtMTIuN2MtMy45LTEuNS01LjksNC43LTQuMSw3LjhjLTEuMSw1LjMtMy40LDEwLjMtMi41LDE3CgkJCQljMy4xLTIuMiw0LjEtNi41LDQuOS0xMC45YzEuNSwwLjksMi40LDEuOSw0LjMsMi4xYzcuMiwwLjYsMTEuMi03LjIsMTAuMy0xNC40QzMxLjgsNy41LDI1LjUsNC4zLDE4LjcsNS4xeiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.pinterest:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSI4REY2NkQ0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDIgLTEpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iIzJmYjVkMiIgZD0iTTE4LjcsNS4xQzEzLjQsNS42LDguMSwxMCw3LjgsMTYuMWMtMC4xLDMuOCwwLjksNi42LDQuNSw3LjRjMS42LTIuNy0wLjUtMy4zLTAuOC01LjMKCQkJCWMtMS4zLTguMSw5LjQtMTMuNywxNS04YzMuOSwzLjksMS4zLDE2LTQuOSwxNC44Yy02LTEuMiwyLjktMTAuOC0xLjgtMTIuN2MtMy45LTEuNS01LjksNC43LTQuMSw3LjhjLTEuMSw1LjMtMy40LDEwLjMtMi41LDE3CgkJCQljMy4xLTIuMiw0LjEtNi41LDQuOS0xMC45YzEuNSwwLjksMi40LDEuOSw0LjMsMi4xYzcuMiwwLjYsMTEuMi03LjIsMTAuMy0xNC40QzMxLjgsNy41LDI1LjUsNC4zLDE4LjcsNS4xeiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.pinterest.icon-gray {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSI4REY2NkQ0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDIgLTEpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iI2FjYWFhNiIgZD0iTTE4LjcsNS4xQzEzLjQsNS42LDguMSwxMCw3LjgsMTYuMWMtMC4xLDMuOCwwLjksNi42LDQuNSw3LjRjMS42LTIuNy0wLjUtMy4zLTAuOC01LjMKCQkJCWMtMS4zLTguMSw5LjQtMTMuNywxNS04YzMuOSwzLjksMS4zLDE2LTQuOSwxNC44Yy02LTEuMiwyLjktMTAuOC0xLjgtMTIuN2MtMy45LTEuNS01LjksNC43LTQuMSw3LjhjLTEuMSw1LjMtMy40LDEwLjMtMi41LDE3CgkJCQljMy4xLTIuMiw0LjEtNi41LDQuOS0xMC45YzEuNSwwLjksMi40LDEuOSw0LjMsMi4xYzcuMiwwLjYsMTEuMi03LjIsMTAuMy0xNC40QzMxLjgsNy41LDI1LjUsNC4zLDE4LjcsNS4xeiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.pinterest.icon-gray:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSI4REY2NkQ0Qi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDIgLTEpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iIzJmYjVkMiIgZD0iTTE4LjcsNS4xQzEzLjQsNS42LDguMSwxMCw3LjgsMTYuMWMtMC4xLDMuOCwwLjksNi42LDQuNSw3LjRjMS42LTIuNy0wLjUtMy4zLTAuOC01LjMKCQkJCWMtMS4zLTguMSw5LjQtMTMuNywxNS04YzMuOSwzLjksMS4zLDE2LTQuOSwxNC44Yy02LTEuMiwyLjktMTAuOC0xLjgtMTIuN2MtMy45LTEuNS01LjksNC43LTQuMSw3LjhjLTEuMSw1LjMtMy40LDEwLjMtMi41LDE3CgkJCQljMy4xLTIuMiw0LjEtNi41LDQuOS0xMC45YzEuNSwwLjksMi40LDEuOSw0LjMsMi4xYzcuMiwwLjYsMTEuMi03LjIsMTAuMy0xNC40QzMxLjgsNy41LDI1LjUsNC4zLDE4LjcsNS4xeiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.vimeo {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQzIiBoZWlnaHQ9IjQwIiB4bGluazpocmVmPSI1MDNFMDBBQi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0xIDEpIj4KCTwvaW1hZ2U+Cgk8Zz4KCQk8Zz4KCQkJPGc+CgkJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNC4xLDE0YzAuNy0wLjUsMS44LTEuNCwzLjMtMi44YzEuNS0xLjMsMi43LTIuMywzLjctMi45YzEuMy0wLjcsMi40LTEsMy41LTAuN2MwLjUsMC4xLDEsMC41LDEuNCwxLjEKCQkJCQljMC40LDAuNiwwLjgsMS4yLDEsMS45YzAuMiwwLjYsMC41LDIuMSwwLjksNC41YzAuMSwwLjQsMC4xLDEsMC4yLDJjMC4xLDAuOSwwLjIsMS43LDAuMywyLjNjMC4xLDAuNiwwLjMsMS4zLDAuNSwyCgkJCQkJYzAuMywwLjcsMC42LDEuMywxLDEuOGMwLjgsMC44LDEuNiwxLDIuNCwwLjRjMC41LTAuNCwxLjItMS4zLDEuOS0yLjdjMC45LTEuNywxLjMtMywxLjQtMy45YzAuMS0xLjQtMC4xLTIuMy0wLjctMi43CgkJCQkJYy0wLjYtMC40LTEuNi0wLjYtMy4xLTAuNGMwLjMtMC45LDAuNy0xLjcsMS4yLTIuNWMwLjUtMC44LDEuMS0xLjQsMS42LTEuOWMwLjYtMC41LDEuMi0wLjksMS44LTEuM2MwLjYtMC40LDEuMS0wLjcsMS42LTAuOAoJCQkJCWMwLjQtMC4yLDAuOC0wLjMsMS4xLTAuM2MyLjUtMC40LDQuMiwwLDUuMSwxLjJjMC43LDAuOSwwLjksMi4xLDAuNiwzLjZjLTAuMywxLjMtMSwzLjQtMi4zLDYuMmMtMS4yLDIuOC0yLjgsNS41LTQuNyw4CgkJCQkJYy0yLjIsMi45LTQuNCw1LjEtNi44LDYuNWMtMC42LDAuNC0xLjMsMC43LTIuMSwwLjljLTAuOCwwLjItMS41LDAuMi0yLjMsMGMtMS4xLTAuNS0yLTEuNi0yLjgtMy40Yy0wLjQtMC45LTAuOS0yLjctMS42LTUuNAoJCQkJCWMtMC43LTIuNi0xLjEtNC4zLTEuNC01LjFjLTAuMS0wLjItMC4yLTAuNi0wLjMtMS4xYy0wLjEtMC41LTAuMy0wLjktMC40LTEuM2MtMC4xLTAuNC0wLjMtMC43LTAuNS0xLjEKCQkJCQljLTAuMy0wLjUtMC43LTAuOC0xLjEtMC44Yy0wLjQsMC0xLDAuMS0xLjYsMC4zYy0wLjYsMC4yLTEuMSwwLjMtMS41LDAuMmMtMC4yLDAtMC40LTAuMi0wLjYtMC41Yy0wLjItMC4zLTAuNC0wLjYtMC43LTAuNwoJCQkJCUw0LjEsMTRMNC4xLDE0TDQuMSwxNHoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}
.instagram {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIG9wYWNpdHk9IjAuMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIiB4bGluazpocmVmPSIxQkEwODYyMy5wbmciID4KCTwvaW1hZ2U+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOSw1LjZIMTEuMUM4LDUuNiw1LjYsOCw1LjYsMTEuMVYxN3YxMS44YzAsMy4xLDIuNSw1LjUsNS41LDUuNWgxNy43YzMuMSwwLDUuNS0yLjUsNS41LTUuNVYxN3YtNS45CgkJCUMzNC40LDgsMzIsNS42LDI4LjksNS42eiBNMzAuNSw4LjloMC42djAuNnY0LjNoLTQuOVY4LjlIMzAuNXogTTE1LjksMTdjMC45LTEuMiwyLjUtMi4xLDQuMS0yLjFzMy4yLDAuOSw0LjEsMi4xCgkJCWMwLjYsMC45LDEsMS44LDEsM2MwLDIuOC0yLjMsNS4xLTUuMSw1LjFjLTIuNywwLTUuMS0yLjItNS4xLTUuMUMxNC45LDE4LjksMTUuMywxNy45LDE1LjksMTd6IE0zMS42LDI4LjljMCwxLjUtMS4yLDIuNy0yLjcsMi43CgkJCUgxMS4xYy0xLjUsMC0yLjctMS4yLTIuNy0yLjdWMTdoNC4zYy0wLjQsMC45LTAuNiwyLTAuNiwzYzAsNC4zLDMuNiw3LjksNy45LDcuOXM3LjktMy42LDcuOS03LjljMC0xLTAuMi0yLjEtMC42LTNoNC4zCgkJCUwzMS42LDI4LjlMMzEuNiwyOC45eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}
@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f9f9f9;
  }
  .footer-container {
    -webkit-box-shadow: none;
    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 #f9f9f9;
    cursor: pointer;
  }
  .footer-container .links .title .collapse-icons .remove,
  .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: #f9f9f9;
    margin-bottom: 0;
  }
  .footer-container .links ul > li {
    padding: 0.625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700;
  }
  .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;
}
.easyzoom {
  position: relative;
  *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(data:image/gif;base64,R0lGODlhEAAFAOMAALSytNze3PT29MTCxOzu7Pz+/Ly6vOTi5Pz6/MzKzAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQIBwAAACwAAAAAEAAFAAAEKbCcIEpBISCLD0oAYFhDOFxGCIYAIbCAQMCrUZXAiaRAUmSVC9AiyBQiACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQq8Kmw3jOEGIubYQCQbMUwFNdhOmHomeYiwMMRjkZ5XsxqKI7KJSPEEB4RACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQrsKhAWivnFItFGQBgbAGCBJdjKgnQHoxpMouMgMnYlGe6NpMFJ8OwMDKNCAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMOBTMImiPILwmGjzGABwrFAQQCdiD0sMOASbjZAQBmAygqIWKJwYO1GgdEqtqgJFCAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzEwsT09vR8eny0srRUUlTs7uzMysz8/vy8urw8Pjzk4uT8+vy0trTMzswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFL6DzBIiiOILgmGjjFABwEMpgGMO53AnDxBDH7UZADA0wGcFhw50ePBGJlaKdUooQACH5BAgHAAAALAAAAAAQAAUAhBweHJyanNze3PTy9Ly6vGRmZOzq7Pz6/DQ2NKyqrMzKzCQiJOTi5PT29MTCxOzu7Pz+/LSytAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUx4JEEBgQdgnCYKHMUAIAMkBNFzkncyhIvjsPt1ngMIwXfrHbLHXYRhYjESjVMjRQkBAAh+QQIBwAAACwAAAAAEAAFAIQEAgSMjozMyszk5uT09vRUUlS0srQcGhzc3tzs7uz8/vzEwsQEBgScnpz8+vy8urwcHhzk4uT08vQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMSDRBIOiOAjimGjkFABwSMpiGMv53AITAwvC7UZIDA0wWaJ2yzl2BoGIxEoRTISUIgQAIfkECAcAAAAsAAAAABAABQCEHB4clJaU1NLU7OrstLK09Pb0ZGZkNDY0rKqs3N7c9PL0zMrM/P78JCIknJqc7O7svLq8/Pr85OLkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVghDgDw0SCUJhRIkUGABwKgwQBckIEsTSyxkKBwykevZ4BSLPhEJEIzycKlBgFwWKFTSQYIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeAhBck0HcNwmIfgHBEAINC0FNFyMobxNA2ZgoArFAiJXi82q90Ki4OopxqVJpDHoIYVCCYhACH5BAgHAAAALAAAAAAQAAUAhFxaXLSytNze3MzKzPT29Hx6fLy6vGxqbOzu7Pz+/FxeXLS2tOTi5NTW1Pz6/IyOjLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0oAMtSJIQhkGYjsA4DwAcTlLIReIYQTAoMkADEQQgEL1ebEZw3Ga6RW8gCpROi8XqJBAkQgAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNOChOAMEDUlSQofAHAGCLAdUAEDBEomkRAigwIDDGR6SpCQWodlwugPPBxk9TKhEw9RwQUIAIfkECAcAAAAsAAAAABAABQCEHB4clJaUzM7M7O7stLK03N7c/Pr8zMrMnJ6c9Pb0vLq85ObkTEpM1NbU9PL0tLa05OLk/P78pKKkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTRg1AhJFDmS5JhGARlPEEhGxAAAExkKQRwyGWSBwy0GPp9ChjAYbrld72doHFanFDZRKERCACH5BAgHAAAALAAAAAAQAAUAgwQCBJSWlNze3PTy9LSytPz6/Ozu7MzKzDQyNOTi5PT29Ly6vPz+/AAAAAAAAAAAAAQtkCWhGBshDFtEKgdBLBYCAAhTLGIoEkZynonxEu5SmajK4gwBxWLIGCwKISMCACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlMzOzOzu7LSytNze3Pz6/MzKzJyenPT29Ly6vOTm5ExKTNTW1PTy9LS2tOTi5Pz+/KSipAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0YAQVSRQ5kuSYidBEB0EoJgMATGRIQfDIssHidlsser0Y4WGI2HA6RI8QKZBMKBX20DCEAAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNCDECA0EDUkymIOjHIokEWYBAAV0LAgSSAmZwXC7GQSISDKWoEFsOEhjoQyISKxU6eQ6hAAAIfkECAcAAAAsAAAAABAABQCEXFpctLK03N7czMrM9Pb0fHp8vLq8bGps7O7s/P78XF5ctLa05OLk1NbU/Pr8jI6MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVgwghEkhCGUSbIAjlDEBhmAQBF4hz3I8sIxO2GaAwVscDC4bABDice4JEQkEyExWKFCEAIIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeDkCNA0HcNwmEkgHY9hMOZSRMsEIQAQybJEIlIoEhQ9QCNmeE1suMNOGZkISCbUoDRpGSAhACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlNTS1Ozq7LSytPT29GRmZDQ2NKyqrNze3PTy9MzKzPz+/CQiJJyanOzu7Ly6vPz6/OTi5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzICMlBcNEglAyg4MUC0FAJhIECKMcAGDIsoHidlMsAA1kbFa7ISK7noGRIJkKgsWq9QwBACH5BAgHAAAALAAAAAAQAAUAhAQCBIyOjMzKzOTm5PT29FRSVLSytBwaHNze3Ozu7Pz+/MTCxAQGBJyenPz6/Ly6vBweHOTi5PTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoBIhhKI4COKYQ9A4gmE85iIvigQBQCHLCcLPQFjwAIzYrGQz4CQHXkGRKp2qLBchBAAh+QQIBwAAACwAAAAAEAAFAIQcHhycmpzc3tz08vS8urxkZmTs6uz8+vw0NjSsqqzMyswkIiTk4uT09vTEwsTs7uz8/vy0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFLyDECA0EHYJwmEaQNEoUEaYjO9CAAEAhy4bGLwIDLIyxWckWwel4BUiqdJqyXIcQACH5BAgHAAAALAAAAAAQAAUAhDw6PKSmpNze3MTCxPT29Hx6fLSytFRSVOzu7MzKzPz+/Ly6vDw+POTi5Pz6/LS2tMzOzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoNIIhKI4guCYSPA4iWEs5iAPCnEAQCHLCMLPQIDwAIyY4aWwGXA6ZEGRKp2qrAAxBAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMqDSCISiPILwmAkDPUMQICYkQ+cBAIYsJwRfgODY7WIBxsoWKCgIOp4iVTqlTIpEkxACACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQtsInDWivnFEuCKgqCOFYgBpcBAIMoLoyLMEcCJEk4ViaCMgbboJGpXIocTyECACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQt8DWy3jOEGLuCes4wHFYhFlcCAIcoCos7LMi6hgOzmQNqqIDBI1O5EDkOhSECADs=)
    no-repeat 50% #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--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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button {
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.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,
.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,
.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,
.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-next,
.swiper-button-lr .swiper-button-prev {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 46px;
}
.swiper-button-lr .swiper-button-next i,
.swiper-button-lr .swiper-button-prev i {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
.swiper-button-lr .swiper-button-bottom,
.swiper-button-lr .swiper-button-top {
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.swiper-button-lr .swiper-button-bottom i,
.swiper-button-lr .swiper-button-top i {
  height: 26px;
  line-height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
}
.swiper-button-lr .swiper-button-prev {
  left: -100px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.is_rtl .swiper-button-lr .swiper-button-prev {
  left: auto;
  right: -100px;
}
.swiper-button-lr .swiper-button-next {
  right: -100px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.is_rtl .swiper-button-lr .swiper-button-next {
  right: auto;
  left: -100px;
}
.swiper-button-lr .swiper-button-top {
  top: -100px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s 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 0.3s ease;
  transition: bottom 0.3s 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.swiper-navigation_visible > .swiper-button-prev,
.swiper-button-lr:hover > .swiper-button-prev {
  left: 0;
}
.is_rtl .swiper-button-lr.swiper-navigation_visible > .swiper-button-prev,
.is_rtl .swiper-button-lr:hover > .swiper-button-prev {
  left: auto;
  right: 0;
}
.swiper-button-lr.swiper-navigation_visible > .swiper-button-next,
.swiper-button-lr:hover > .swiper-button-next {
  right: 0;
}
.is_rtl .swiper-button-lr.swiper-navigation_visible > .swiper-button-next,
.is_rtl .swiper-button-lr:hover > .swiper-button-next {
  right: auto;
  left: 0;
}
.swiper-button-lr.swiper-navigation_visible .swiper-button-top,
.swiper-button-lr:hover .swiper-button-top {
  top: 0;
}
.swiper-button-lr.swiper-navigation_visible .swiper-button-bottom,
.swiper-button-lr:hover .swiper-button-bottom {
  bottom: 0;
}
.swiper-button-lr.swiper-navigation-circle .swiper-button,
.swiper-button-lr.swiper-navigation-full .swiper-button,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button {
  color: #fff;
  background: rgb(29 31 63);
}
.swiper-button-lr.swiper-navigation-circle
  .swiper-button.swiper-button-disabled,
.swiper-button-lr.swiper-navigation-full .swiper-button.swiper-button-disabled,
.swiper-button-lr.swiper-navigation-rectangle
  .swiper-button.swiper-button-disabled {
  color: #8e8f9f;
}
.products_slider .swiper-button-lr.swiper-navigation-circle .swiper-button,
.products_slider .swiper-button-lr.swiper-navigation-full .swiper-button,
.products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button {
  background: #ccc;
}
.swiper-button-lr.swiper-navigation-circle .swiper-button:hover,
.swiper-button-lr.swiper-navigation-full .swiper-button:hover,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.products_slider
  .swiper-button-lr.swiper-navigation-circle
  .swiper-button:hover,
.products_slider .swiper-button-lr.swiper-navigation-full .swiper-button:hover,
.products_slider
  .swiper-button-lr.swiper-navigation-rectangle
  .swiper-button:hover {
  background: #777;
}
.swiper-button-lr.swiper-navigation-circle
  .swiper-button.swiper-button-disabled:hover,
.swiper-button-lr.swiper-navigation-full
  .swiper-button.swiper-button-disabled:hover,
.swiper-button-lr.swiper-navigation-rectangle
  .swiper-button.swiper-button-disabled:hover {
  background: rgba(68, 68, 68, 0.4);
}
.products_slider
  .swiper-button-lr.swiper-navigation-circle
  .swiper-button.swiper-button-disabled:hover,
.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 {
  background: #ccc;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-next,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-prev,
.swiper-button-lr.swiper-navigation-circle .swiper-button-next,
.swiper-button-lr.swiper-navigation-circle .swiper-button-prev,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-next,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev {
  bottom: auto;
  height: auto;
  top: 50%;
  margin-top: -34px;
  width: auto;
  padding: 0;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-next i,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-prev i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-next i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-prev i,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-next i,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev i {
  position: static;
  height: 68px;
  line-height: 66px;
  width: 36px;
  margin-top: 0;
}
.products_slider
  .swiper-button-lr.swiper-navigation-arrow
  .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-circle
  .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-rectangle
  .swiper-button-next.swiper-button-outer,
.products_slider
  .swiper-button-lr.swiper-navigation-rectangle
  .swiper-button-prev.swiper-button-outer {
  top: 40%;
}
.brands_slider
  .products_slider
  .swiper-button-lr.swiper-navigation-arrow
  .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-circle
  .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-rectangle
  .swiper-button-next.swiper-button-outer,
.brands_slider
  .products_slider
  .swiper-button-lr.swiper-navigation-rectangle
  .swiper-button-prev.swiper-button-outer {
  top: 50%;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-top,
.swiper-button-lr.swiper-navigation-circle .swiper-button-bottom,
.swiper-button-lr.swiper-navigation-circle .swiper-button-top,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-bottom,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-top {
  width: auto;
  height: auto;
  line-height: auto;
  left: 50%;
  right: auto;
  margin-left: -24px;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom i,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-top i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-bottom i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-top i,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-bottom i,
.swiper-button-lr.swiper-navigation-rectangle .swiper-button-top 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-arrow.swiper-small-button .swiper-button i,
.swiper-button-lr.swiper-navigation-circle.swiper-small-button
  .swiper-button
  i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-next,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-prev,
.swiper-button-lr.swiper-navigation-circle .swiper-button-next,
.swiper-button-lr.swiper-navigation-circle .swiper-button-prev {
  margin-top: -20px;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-next i,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-prev i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-next i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-prev i {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-top,
.swiper-button-lr.swiper-navigation-circle .swiper-button-bottom,
.swiper-button-lr.swiper-navigation-circle .swiper-button-top {
  margin-left: -15px;
}
.swiper-button-lr.swiper-navigation-arrow .swiper-button-bottom i,
.swiper-button-lr.swiper-navigation-arrow .swiper-button-top i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-bottom i,
.swiper-button-lr.swiper-navigation-circle .swiper-button-top i {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible
  > .swiper-button-prev,
.swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-prev,
.swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible
  > .swiper-button-prev,
.swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-prev {
  left: 10px;
}
.is_rtl
  .swiper-button-lr.swiper-navigation-arrow.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-circle.swiper-navigation_visible
  > .swiper-button-prev,
.is_rtl .swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-lr.swiper-navigation-arrow.swiper-navigation_visible
  > .swiper-button-next,
.swiper-button-lr.swiper-navigation-arrow:hover > .swiper-button-next,
.swiper-button-lr.swiper-navigation-circle.swiper-navigation_visible
  > .swiper-button-next,
.swiper-button-lr.swiper-navigation-circle:hover > .swiper-button-next {
  right: 10px;
}
.is_rtl
  .swiper-button-lr.swiper-navigation-arrow.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-circle.swiper-navigation_visible
  > .swiper-button-next,
.is_rtl .swiper-button-lr.swiper-navigation-circle:hover > .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: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 0;
  color: #444;
  display: inline-block;
  margin-right: 2px;
}
.swiper-button-tr .swiper-button.swiper-button-disabled {
  color: #8e8f9f;
}
.swiper-button-tr .swiper-button:hover {
  background-color: #f2f2f2;
}
.swiper-button-tr .swiper-button.swiper-button-disabled:hover {
  background-color: transparent;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(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;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #777;
  color: #fff;
  text-align: center;
}
.swiper-pagination-st-custom .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.swiper-pagination-st-round .swiper-pagination-bullet {
  overflow: hidden;
  background: transparent;
  border: 2px solid #777;
  padding: 3px;
  font-size: 0;
  width: 12px;
  height: 12px;
  line-height: 0;
}
.swiper-pagination-st-round
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #777;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  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: #444;
}
.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(0, -50%, 0);
  transform: translate3d(0, -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;
}
.swiper-pagination-progress {
  background: #777;
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #444;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-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: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.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;
  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-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-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;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.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;
}
.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-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.col-1-2,
.col-1-5,
.col-2-4,
.col-7-6,
.col-9-6,
.col-10-5,
.col-10-8,
.col-fw,
.col-fw-1,
.col-fw-1-2,
.col-fw-1-5,
.col-fw-2,
.col-fw-2-4,
.col-fw-3,
.col-fw-4,
.col-fw-5,
.col-fw-6,
.col-fw-7,
.col-fw-7-6,
.col-fw-8,
.col-fw-9,
.col-fw-9-6,
.col-fw-10,
.col-fw-10-5,
.col-fw-10-8,
.col-fw-11,
.col-fw-12,
.col-lg-1-2,
.col-lg-1-5,
.col-lg-2-4,
.col-lg-7-6,
.col-lg-9-6,
.col-lg-10-5,
.col-lg-10-8,
.col-md-1-2,
.col-md-1-5,
.col-md-2-4,
.col-md-7-6,
.col-md-9-6,
.col-md-10-5,
.col-md-10-8,
.col-sm-1-2,
.col-sm-1-5,
.col-sm-2-4,
.col-sm-7-6,
.col-sm-9-6,
.col-sm-10-5,
.col-sm-10-8,
.col-xl,
.col-xl-1,
.col-xl-1-2,
.col-xl-1-5,
.col-xl-2,
.col-xl-2-4,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-7-6,
.col-xl-8,
.col-xl-9,
.col-xl-9-6,
.col-xl-10,
.col-xl-10-5,
.col-xl-10-8,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-1-2,
.col-xxl-1-5,
.col-xxl-2,
.col-xxl-2-4,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-7-6,
.col-xxl-8,
.col-xxl-9,
.col-xxl-9-6,
.col-xxl-10,
.col-xxl-10-5,
.col-xxl-10-8,
.col-xxl-11,
.col-xxl-12 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.col-1-2 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-1-2,
.col-1-5 {
  -webkit-box-flex: 0;
}
.col-1-5 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.col-2-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.col-10-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.col-9-6 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-7-6,
.col-9-6 {
  -webkit-box-flex: 0;
}
.col-7-6 {
  -ms-flex: 0 0 63.33333%;
  flex: 0 0 63.33333%;
  max-width: 63.33333%;
}
.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%;
}
.push-7-6 {
  left: 63.33333%;
}
.offset-10-8 {
  margin-left: 90%;
}
.offset-10-5 {
  margin-left: 87.5%;
}
.offset-9-6 {
  margin-left: 80%;
}
.offset-7-6 {
  margin-left: 63.33333%;
}
@media (min-width: 480px) {
  .col-sm-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-7-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }
  .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%;
  }
  .push-sm-7-6 {
    left: 63.33333%;
  }
  .offset-sm-10-8 {
    margin-left: 90%;
  }
  .offset-sm-10-5 {
    margin-left: 87.5%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-7-6 {
    margin-left: 63.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-7-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }
  .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%;
  }
  .push-md-7-6 {
    left: 63.33333%;
  }
  .offset-md-10-8 {
    margin-left: 90%;
  }
  .offset-md-10-5 {
    margin-left: 87.5%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-7-6 {
    margin-left: 63.33333%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-7-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }
  .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%;
  }
  .push-lg-7-6 {
    left: 63.33333%;
  }
  .offset-lg-10-8 {
    margin-left: 90%;
  }
  .offset-lg-10-5 {
    margin-left: 87.5%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-7-6 {
    margin-left: 63.33333%;
  }
}
.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;
}
.mfp-close-btn-in .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.st_modal_close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  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;
}
.mfp-close-btn-in .mfp-close:focus,
.mfp-close-btn-in .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:hover,
.st_modal_close:focus,
.st_modal_close:hover {
  color: #444;
}
.mfp-bg {
  opacity: 0.4;
}
.mfp-zoom-in.mfp-ready.mfp-bg.mfp-modal-noti {
  opacity: 0;
}
.mfp-modal-noti .small_popup {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.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 .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.bootstrap-touchspin,
.st_sticker,
.swiper-wrapper .btn,
.swiper-wrapper .row,
.variant-links a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#right_column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: none;
  background: white;
}
.theme_color,
a.theme_color {
  color: #387db7;
}
.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,
.nav-item .nav-link:active,
.nav-item .nav-link:focus,
.nav-item .nav-link:hover {
  outline: none;
}
.steasy_element_item.text-1,
.text-1,
.text-left {
  text-align: left;
}
.steasy_element_item.text-2,
.text-2,
.text-center {
  text-align: center;
}
.steasy_element_item.text-3,
.text-3,
.text-right {
  text-align: right;
}
#header_primary .header_v_align_m,
.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_11,
.width_21,
.width_31,
.width_41,
.width_51,
.width_61,
.width_71,
.width_81,
.width_91 {
  margin-right: auto;
  margin-left: auto;
}
.width_12,
.width_22,
.width_32,
.width_42,
.width_52,
.width_62,
.width_72,
.width_82,
.width_92 {
  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_lr2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.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,
.mar_tb1 {
  margin-top: 0.75rem;
}
.mar_tb1 {
  margin-bottom: 0.75rem;
}
.m-x-auto {
  margin-right: auto;
  margin-left: auto;
}
.m-a-0 {
  margin: 0;
}
.m-t-0 {
  margin-top: 0;
}
.m-r-0 {
  margin-right: 0;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-l-0,
.m-x-0 {
  margin-left: 0;
}
.m-x-0 {
  margin-right: 0;
}
.m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m-a-1 {
  margin: 1rem;
}
.m-t-1 {
  margin-top: 1rem;
}
.m-r-1 {
  margin-right: 1rem;
}
.m-b-1 {
  margin-bottom: 1rem;
}
.m-l-1,
.m-x-1 {
  margin-left: 1rem;
}
.m-x-1 {
  margin-right: 1rem;
}
.m-y-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-a-2 {
  margin: 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,
.m-x-2 {
  margin-left: 1.5rem;
}
.m-x-2 {
  margin-right: 1.5rem;
}
.m-y-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.m-a-3 {
  margin: 3rem;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-r-3 {
  margin-right: 3rem;
}
.m-b-3 {
  margin-bottom: 3rem;
}
.m-l-3,
.m-x-3 {
  margin-left: 3rem;
}
.m-x-3 {
  margin-right: 3rem;
}
.m-y-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-a-0 {
  padding: 0;
}
.p-t-0 {
  padding-top: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-l-0,
.p-x-0 {
  padding-left: 0;
}
.p-x-0 {
  padding-right: 0;
}
.p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-a-1 {
  padding: 1rem;
}
.p-t-1 {
  padding-top: 1rem;
}
.p-r-1 {
  padding-right: 1rem;
}
.p-b-1 {
  padding-bottom: 1rem;
}
.p-l-1,
.p-x-1 {
  padding-left: 1rem;
}
.p-x-1 {
  padding-right: 1rem;
}
.p-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-a-2 {
  padding: 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,
.p-x-2 {
  padding-left: 1.5rem;
}
.p-x-2 {
  padding-right: 1.5rem;
}
.p-y-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-a-3 {
  padding: 3rem;
}
.p-t-3 {
  padding-top: 3rem;
}
.p-r-3 {
  padding-right: 3rem;
}
.p-b-3 {
  padding-bottom: 3rem;
}
.p-l-3,
.p-x-3 {
  padding-left: 3rem;
}
.p-x-3 {
  padding-right: 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 {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.st_done i:before {
  content: "\E80F";
}
.st_added {
  color: #387db7;
}
.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);
  transform: scale(1.2);
}
.hover_effect_target {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bullet li a .list_arrow,
.mu_level_2 a .list_arrow,
.social_share_button .social_share_box,
.stmenu_multi_level a .list_arrow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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.text-center li a .list_arrow,
.bullet li a span {
  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;
}
#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);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#body_wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
#columns,
.main_column {
  position: relative;
}
.page-header {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}
.block {
  margin-bottom: 2.375rem;
}
.block.header_item {
  margin-bottom: 0;
}
#footer .block {
  margin-top: 1rem;
}
#footer .block,
.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;
}
.wpb_content_element {
  margin-bottom: 2.375rem;
}
#footer .vc_row.block {
  margin-top: 0;
  margin-bottom: 0;
}
#footer-primary,
#footer-secondary,
#footer-tertiary {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer-bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #8e8f9f;
}
#footer-bottom,
#footer-bottom .wide_container,
#footer-primary,
#footer-primary .wide_container,
#footer-secondary,
#footer-secondary .wide_container,
#footer-tertiary,
#footer-tertiary .wide_container {
  border-top-color: #f2f2f2;
}
#st_mega_menu_wrap .st_mega_menu,
.adveditor_content,
.flex_box,
.flex_container,
.horizontal_filters .facet,
.st_image_layered_description,
.swiper-button-tr {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  /* align-items: flex-start; */
  -ms-flex-align: center;
}
#st_mega_menu_wrap .st_mega_menu.flex_left,
.adveditor_content.flex_left,
.flex_box.flex_left,
.flex_column.flex_left,
.flex_container.flex_left,
.st_image_layered_description.flex_left {
  -webkit-box-pack: start;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
#st_mega_menu_wrap .st_mega_menu.flex_center,
.adveditor_content.flex_center,
.flex_box.flex_center,
.flex_column.flex_center,
.flex_container.flex_center,
.st_image_layered_description.flex_center {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#st_mega_menu_wrap .st_mega_menu.flex_right,
.adveditor_content.flex_right,
.flex_box.flex_right,
.flex_column.flex_right,
.flex_container.flex_right,
.st_image_layered_description.flex_right {
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
#st_mega_menu_wrap .st_mega_menu.flex_space_between,
.adveditor_content.flex_space_between,
.flex_box.flex_space_between,
.flex_column.flex_space_between,
.flex_container.flex_space_between,
.st_image_layered_description.flex_space_between {
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#st_mega_menu_wrap .st_mega_menu.flex_space_around,
.adveditor_content.flex_space_around,
.flex_box.flex_space_around,
.flex_column.flex_space_around,
.flex_container.flex_space_around,
.st_image_layered_description.flex_space_around {
  -webkit-box-pack: distribute;
  box-pack: distribute;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
#st_mega_menu_wrap .st_mega_menu.flex_start,
.adveditor_content.flex_start,
.flex_box.flex_start,
.flex_column.flex_start,
.flex_container.flex_start,
.st_image_layered_description.flex_start {
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
#st_mega_menu_wrap .st_mega_menu.flex_end,
.adveditor_content.flex_end,
.flex_box.flex_end,
.flex_column.flex_end,
.flex_container.flex_end,
.st_image_layered_description.flex_end {
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
#st_mega_menu_wrap .st_mega_menu.flex_stretch,
.adveditor_content.flex_stretch,
.flex_box.flex_stretch,
.flex_column.flex_stretch,
.flex_container.flex_stretch,
.st_image_layered_description.flex_stretch {
  -webkit-box-align: stretch;
  box-align: 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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .flex_lg_container.flex_stretch {
    -webkit-box-align: stretch;
    box-align: 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;
  padding-top: 6px;
}
.flex_float_right {
  margin-left: auto;
  padding-top: 1px;
}
.flex_float_left {
  margin-right: auto;
  padding-top: 1px;
}
.flex_container,
.horizontal_filters .facet,
.swiper-button-tr {
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#st_mega_menu_wrap .st_mega_menu,
.flex_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.horizontal_filters .facet {
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
#mobile_bar_bottom .mobile_bar_item,
#st_header #mobile_bar .search_widget_block,
.flex_child,
.flex_full .ml_level_0,
.horizontal_filters .facet_filter_box {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex_order_2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
  -ms-flex-order: 2;
}
.flex_order_3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
  -ms-flex-order: 3;
}
.rightbar_wrap {
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#leftbar,
#rightbar,
.flex_column,
.logo_box,
.pro_gallery_thumbs_vertical .swiper-wrapper,
.search_widget_3 .search_widget_btn,
.shopping_cart_style_0 .ajax_cart_bag {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.search_widget_3 .search_widget_btn,
.shopping_cart_style_0 .ajax_cart_bag {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.opener,
.slogan_horizon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: 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;
  box-pack: 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%;
}
#st_header {
  position: relative;
  z-index: 99;
}
#st_header .banner {
  background: #000;
  max-height: 100%;
}
#st_header .banner .row {
  margin: 0;
}
#st_header #header_primary_container {
  height: 92px;
}
#st_header #header_primary_row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
#st_header .logo_center #header_left,
#st_header .logo_center #header_right,
#st_header .logo_left #header_center {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
#st_header #header_center,
#st_header #header_left,
#st_header #header_right {
  padding-left: 0;
  padding-right: 0;
}
#st_header .shop_logo {
  display: block;
  width: 220px;
  margin-right: 20px;
  padding-top: 4px;
}
#st_header.stuck {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 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;
}
#top_bar {
  background: #387db7;
}
#header_primary_container.container-fluid #header_primary_row,
#top_bar_container.container-fluid #top_bar_row {
  padding-left: 20px;
  padding-right: 20px;
}
#header_primary,
#header_primary .wide_container {
  border-bottom-color: #d9d9d9;
}
#mobile_bar {
  display: none;
  left: 0;
  -webkit-transition: left 0.5s, right 0.5s;
  transition: left 0.5s, right 0.5s;
}
#mobile_bar .mobile_logo {
  display: flex;
  justify-content: center;
}
#mobile_bar.stuck {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 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_item,
.mobile_bar_tri.with_text .mobile_bar_tri_text {
  display: inline-block;
}
.mobile_bar_item {
  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;
}
.mobile_header_wrapper {
  display: none;
}
.use_mobile_header #mobile_bar {
  display: block;
}
.use_mobile_header #header_primary,
.use_mobile_header #top_bar,
.use_mobile_header #top_extra {
  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 #leftbar,
.mobile_device.use_mobile_header #rightbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-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;
}
body#index .transparent-header.header-container,
body#index .transparent-mobile-header.header-container {
  margin-bottom: 0;
}
.nav_bar .header_item {
  display: inline-block;
  height: 44px;
  line-height: 44px;
}
.nav_bar .header_item.st_shopping_cart {
  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.horizontal-s-fullheight .top_bar_item:before,
.nav_bar.vertical-s .top_bar_item:before {
  content: "";
  display: inline-block;
  width: 1px;
  font-size: 0;
  overflow: hidden;
  height: 8px;
  background: #8e8f9f;
  vertical-align: middle;
}
.nav_bar.horizontal-s-fullheight .top_bar_item .header_item,
.nav_bar.vertical-s .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: #3ab47b;
  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: 44px;
  vertical-align: top;
}
.nav_bar.space-s .top_bar_item:last-child {
  padding-right: 0;
}
.nav_bar.horizontal-s-fullheight .top_bar_item:first-child:before,
.nav_bar.horizontal-s .top_bar_item:first-child:before,
.nav_bar.vertical-s .top_bar_item:first-child:before {
  display: none;
}
.st-content,
.st-pusher {
  height: 100%;
}
.st-container,
.st-content,
.st-content-inner {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  right: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#st-content-inner-after,
#st-pusher-after {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  background: rgb(29 31 63 / 30%);
  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,
.side_close_left,
.side_close_right {
  display: none;
}
.open_bar_left .side_close_left,
.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 #1e1e3f;
  border-right: 0 solid #444;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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: #1e1e3f;
  color: #fff;
  line-height: 14px;
}
.open_bar_left,
.open_bar_right,
.open_column {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.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,
.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.sidebar_opened {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-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: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.open_bar_right #rightbar {
  right: 320px;
}
.open_bar_left #leftbar {
  left: 320px;
}
.rightbar_tri.active a.icon_wrap {
  background: #8e8f9f;
}
.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;
}
#header_primary .st_mega_menu_container,
.boxed_megamenu .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: 0;
  position: relative;
  display: inline-block;
}
.ma_item.ma_icon i,
.ma_level_0.ma_icon i,
.mo_ma_level_0.ma_icon i,
.mo_sub_a.ma_icon i,
.mv_item.ma_icon i {
  margin-right: 0;
}
.ma_item i,
.ma_level_0 i,
.mo_ma_level_0 i,
.mo_sub_a i,
.mv_item i {
  margin-right: 4px;
}
@media (max-width: 667px) {
	.ma_item i,
	.ma_level_0 i,
	.mo_ma_level_0 i,
	.mo_sub_a i,
	.mv_item i {
		margin-right: 0px;
	}
}
#st_mega_menu_wrap {
  display: block;
  margin-top: 0;
  border-bottom: none;
}
#header_primary #st_mega_menu_wrap,
.boxed_megamenu #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: #387db7;
  border-bottom-color: #387db7;
  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: #387db7;
}
#st_mega_menu_column_block .ma_level_0 {
  height: auto;
  line-height: normal;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s 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;
}
#header_primary_container,
#top_extra_container {
  position: relative;
  padding: 10px 0;
}
.st_mega_menu {
  margin-bottom: 0;
}
.ml_level_2:hover .is_parent_icon_v {
  display: none;
}
.ma_level_0,
.ml_level_2 a:hover .is_parent_icon_v {
  display: block;
}
.ma_level_0 {
  font-size: 1.333em;
  text-transform: uppercase;
  position: relative;
  color: #1e1e3f;
}
.ma_level_0:hover {
  color: #387db7;
  border-color: #387db7;
}
#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: 400;
  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%;
}
.mu_level_2 .granditem_0 > ul,
.stmenu_multi_level ul,
.stmenu_sub {
  display: none;
  position: absolute;
  background: #fff;
  font-weight: 400;
  -webkit-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: #fff;
  background: hsla(0, 0%, 100%, 0.95);
  position: fixed;
  top: 0;
  z-index: 210;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 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;
}
#top_extra .st_mega_menu_container.stuck,
.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;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
#stmobilemenu_tri span {
  font-size: 1.666em;
}
#stmobilemenu_tri {
  background: #8e8f9f;
  color: #fff;
  text-align: center;
}
#stmobilemenu_tri.active,
#stmobilemenu_tri:hover {
  color: #387db7;
}
.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;
}
.is_parent_icon,
.menu_a_wrap {
  position: relative;
}
.is_parent_icon {
  height: 7px;
  width: 7px;
  overflow: hidden;
  display: inline-block;
  background: #8e8f9f;
  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: 400;
  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;
}
#st_mega_menu_column_desktop .ma_level_0 .cate_label,
.mo_ma_level_0 .cate_label,
.mo_sub_a .cate_label,
.stmenu_sub .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_brand_div,
.mo_pro_div {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.mo_brand_div:last-child,
.mo_pro_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,
#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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.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_lg #st_ma_0,
#st_mega_menu_wrap .ml_level_0.menu_ver_open_md #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;
}
.stmenu_vertical.stmenu_vertical_box .mv_item {
  position: relative;
}
.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: #8e8f9f;
  padding: 5px;
}
.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,
.dropdown_wrap.open .dropdown_tri_in .arrow_down,
.toggle_btn .arrow_up,
.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;
}
.blockcart .dropdown_list {
  width: 380px;
}
.dropdown_list .dropdown_box {
  background: #f9f9f9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: -5px;
}
.dropdown_list .dropdown_list_ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.dropdown_list .dropdown_list_ul li {
  border-bottom: 1px solid #f2f2f2;
}
.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;
}
.dropdown_list .dropdown_list_ul li .dropdown_list_item:hover {
  background: #f7f7f7;
}
#nav_right .dropdown_list:before {
  margin-top:5px;
  left:23px !important;
  right:initial !important;
  }
#footer-bottom .dropdown_list {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}
#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: #387db7;
}
.dropdown_list:before {
  content: "";
  position: absolute;
  top: -1px;
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: #1e1e3f;
  left: 20px;
}
.dropdown_list.dropdown_right {
  left: auto;
  right: 0;
}
.dropdown_list.dropdown_right:before {
  left: auto;
  right: 20px;
}
#header_bottom .dropdown_list,
#header_right .dropdown_list,
#main_menu_widgets .dropdown_list,
#mobile_bar_right .dropdown_list,
#nav_right .dropdown_list,
.checkout_header_right .dropdown_list,
.pro_cart_right .dropdown_list,
.pro_name_right .dropdown_list,
.pro_price_right .dropdown_list {
  left: auto;
  right: 0;
}
#header_bottom .dropdown_list:before,
#header_right .dropdown_list:before,
#main_menu_widgets .dropdown_list:before,
#mobile_bar_right .dropdown_list:before,
#nav_right .dropdown_list:before,
.checkout_header_right .dropdown_list:before,
.pro_cart_right .dropdown_list:before,
.pro_name_right .dropdown_list:before,
.pro_price_right .dropdown_list:before {
  left: auto;
  right: 20px;
}
.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: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.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: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.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 .adveditor_image,
.hover_effect_1 .st_banner_block .st_banner_image {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hover_effect_1 .st_banner_block:hover .adveditor_image,
.hover_effect_1 .st_banner_block:hover .st_banner_image {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.8;
}
.hover_effect_1 .banner_box .banner_image_box {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hover_effect_1 .banner_box:hover .banner_image_box {
  -webkit-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;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transition: all 0.4s;
  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 .adveditor_image,
.hover_effect_4 .st_banner_block .st_banner_image {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hover_effect_4 .st_banner_block:hover .adveditor_image,
.hover_effect_4 .st_banner_block:hover .st_banner_image {
  opacity: 0.8;
}
.hover_effect_4 .banner_box .banner_image_box {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hover_effect_4 .banner_box:hover .banner_image_box {
  opacity: 0.8;
}
.st_owl_carousel_block {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.st_owl_carousel_block .st_owl_carousel_image {
  display: block;
  margin: 0 auto;
}
.owl-carousel-banner .st_owl_carousel_block img,
.st_owl_carousel_3 .st_owl_carousel_block img {
  background: #fff;
}
.owl-carousel-banner .st_owl_carousel_block:hover img,
.st_owl_carousel_3 .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;
}
.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 .st_swiper_banner .style_content,
.swiper_images_slider .style_content.curr_swiper {
  display: inline-block;
}
.swiper_images_slider .swiper-container {
  width: 100%;
}
.st_swiper_block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  display: block;
}
.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%;
  -webkit-box-sizing: border-box;
  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%;
}
.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 {
  -webkit-box-shadow: 0 0 2px red;
  box-shadow: 0 0 2px red;
}
.adveditor_middle {
  background: #464646;
}
.adveditor_source_code.form-control {
  height: 100px;
}
.style_content.layered_content {
  display: inline-block;
}
.adveditor_content .style_content {
  color: #fff;
}
.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 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,
.style_content p.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;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.grabbing {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4y2NgGHbgPxTjY+PWDAP42PgM+k8IwNRQZAg+A/5TYsB/UgBFBtDM/0QZQkxawGsI3QygLwAAbjZlqS88cqkAAAAASUVORK5CYII=)
      8 8,
    move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.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: #777;
  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: #777;
}
.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: #ccc;
}
.owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-prev {
  left: -100px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding-left: 6px;
}
.owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-next {
  right: -100px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding-right: 6px;
}
.owl-theme.owl-navigation-lr.owl-navigation_visible
  .owl-controls
  .owl-buttons
  .owl-prev,
.owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme.owl-navigation-lr.owl-navigation_visible
  .owl-controls
  .owl-buttons
  .owl-next,
.owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme.owl-navigation-lr.owl-navigation-circle
  .owl-controls
  .owl-buttons
  div,
.owl-theme.owl-navigation-lr.owl-navigation-rectangle
  .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-circle
  .owl-controls
  .owl-buttons
  div
  i,
.owl-theme.owl-navigation-lr.owl-navigation-rectangle
  .owl-controls
  .owl-buttons
  div
  i {
  height: 68px;
  line-height: 66px;
  width: 36px;
  top: auto;
  left: auto;
  margin-top: 0;
  position: static;
}
#thumbs_list
  .owl-theme.owl-navigation-lr.owl-navigation-circle
  .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,
.brands-itemslider
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle
  .owl-controls
  .owl-buttons
  div
  i {
  height: 48px;
  line-height: 48px;
  width: 26px;
}
.products_slider
  .owl-theme.owl-navigation-lr.owl-navigation-circle
  .owl-controls
  .owl-buttons
  div,
.products_slider
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle
  .owl-controls
  .owl-buttons
  div {
  top: 40%;
  background: #ccc;
}
#thumbs_list.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-rectangle
  .owl-controls
  .owl-buttons
  div,
.brands-itemslider.products_slider
  .owl-theme.owl-navigation-lr.owl-navigation-circle
  .owl-controls
  .owl-buttons
  div,
.brands-itemslider.products_slider
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle
  .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;
}
#thumbs_list
  .owl-theme.owl-navigation-lr.owl-navigation-circle
  .owl-controls
  .owl-buttons
  div
  i,
.brands-itemslider
  .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.owl-navigation_visible
  .owl-controls
  .owl-buttons
  .owl-prev,
.owl-theme.owl-navigation-lr.owl-navigation-circle:hover
  .owl-controls
  .owl-buttons
  .owl-prev {
  left: 10px;
}
.owl-theme.owl-navigation-lr.owl-navigation-circle.owl-navigation_visible
  .owl-controls
  .owl-buttons
  .owl-next,
.owl-theme.owl-navigation-lr.owl-navigation-circle:hover
  .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: #8e8f9f;
  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-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.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;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 20px;
}
.owl-item.loading {
  min-height: 60px;
  background: url(data:image/gif;base64,R0lGODlhEAAFAOMAALSytNze3PT29MTCxOzu7Pz+/Ly6vOTi5Pz6/MzKzAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQIBwAAACwAAAAAEAAFAAAEKbCcIEpBISCLD0oAYFhDOFxGCIYAIbCAQMCrUZXAiaRAUmSVC9AiyBQiACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQq8Kmw3jOEGIubYQCQbMUwFNdhOmHomeYiwMMRjkZ5XsxqKI7KJSPEEB4RACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQrsKhAWivnFItFGQBgbAGCBJdjKgnQHoxpMouMgMnYlGe6NpMFJ8OwMDKNCAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMOBTMImiPILwmGjzGABwrFAQQCdiD0sMOASbjZAQBmAygqIWKJwYO1GgdEqtqgJFCAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzEwsT09vR8eny0srRUUlTs7uzMysz8/vy8urw8Pjzk4uT8+vy0trTMzswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFL6DzBIiiOILgmGjjFABwEMpgGMO53AnDxBDH7UZADA0wGcFhw50ePBGJlaKdUooQACH5BAgHAAAALAAAAAAQAAUAhBweHJyanNze3PTy9Ly6vGRmZOzq7Pz6/DQ2NKyqrMzKzCQiJOTi5PT29MTCxOzu7Pz+/LSytAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUx4JEEBgQdgnCYKHMUAIAMkBNFzkncyhIvjsPt1ngMIwXfrHbLHXYRhYjESjVMjRQkBAAh+QQIBwAAACwAAAAAEAAFAIQEAgSMjozMyszk5uT09vRUUlS0srQcGhzc3tzs7uz8/vzEwsQEBgScnpz8+vy8urwcHhzk4uT08vQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMSDRBIOiOAjimGjkFABwSMpiGMv53AITAwvC7UZIDA0wWaJ2yzl2BoGIxEoRTISUIgQAIfkECAcAAAAsAAAAABAABQCEHB4clJaU1NLU7OrstLK09Pb0ZGZkNDY0rKqs3N7c9PL0zMrM/P78JCIknJqc7O7svLq8/Pr85OLkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVghDgDw0SCUJhRIkUGABwKgwQBckIEsTSyxkKBwykevZ4BSLPhEJEIzycKlBgFwWKFTSQYIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeAhBck0HcNwmIfgHBEAINC0FNFyMobxNA2ZgoArFAiJXi82q90Ki4OopxqVJpDHoIYVCCYhACH5BAgHAAAALAAAAAAQAAUAhFxaXLSytNze3MzKzPT29Hx6fLy6vGxqbOzu7Pz+/FxeXLS2tOTi5NTW1Pz6/IyOjLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0oAMtSJIQhkGYjsA4DwAcTlLIReIYQTAoMkADEQQgEL1ebEZw3Ga6RW8gCpROi8XqJBAkQgAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNOChOAMEDUlSQofAHAGCLAdUAEDBEomkRAigwIDDGR6SpCQWodlwugPPBxk9TKhEw9RwQUIAIfkECAcAAAAsAAAAABAABQCEHB4clJaUzM7M7O7stLK03N7c/Pr8zMrMnJ6c9Pb0vLq85ObkTEpM1NbU9PL0tLa05OLk/P78pKKkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTRg1AhJFDmS5JhGARlPEEhGxAAAExkKQRwyGWSBwy0GPp9ChjAYbrld72doHFanFDZRKERCACH5BAgHAAAALAAAAAAQAAUAgwQCBJSWlNze3PTy9LSytPz6/Ozu7MzKzDQyNOTi5PT29Ly6vPz+/AAAAAAAAAAAAAQtkCWhGBshDFtEKgdBLBYCAAhTLGIoEkZynonxEu5SmajK4gwBxWLIGCwKISMCACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlMzOzOzu7LSytNze3Pz6/MzKzJyenPT29Ly6vOTm5ExKTNTW1PTy9LS2tOTi5Pz+/KSipAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0YAQVSRQ5kuSYidBEB0EoJgMATGRIQfDIssHidlsser0Y4WGI2HA6RI8QKZBMKBX20DCEAAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNCDECA0EDUkymIOjHIokEWYBAAV0LAgSSAmZwXC7GQSISDKWoEFsOEhjoQyISKxU6eQ6hAAAIfkECAcAAAAsAAAAABAABQCEXFpctLK03N7czMrM9Pb0fHp8vLq8bGps7O7s/P78XF5ctLa05OLk1NbU/Pr8jI6MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVgwghEkhCGUSbIAjlDEBhmAQBF4hz3I8sIxO2GaAwVscDC4bABDice4JEQkEyExWKFCEAIIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeDkCNA0HcNwmEkgHY9hMOZSRMsEIQAQybJEIlIoEhQ9QCNmeE1suMNOGZkISCbUoDRpGSAhACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlNTS1Ozq7LSytPT29GRmZDQ2NKyqrNze3PTy9MzKzPz+/CQiJJyanOzu7Ly6vPz6/OTi5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzICMlBcNEglAyg4MUC0FAJhIECKMcAGDIsoHidlMsAA1kbFa7ISK7noGRIJkKgsWq9QwBACH5BAgHAAAALAAAAAAQAAUAhAQCBIyOjMzKzOTm5PT29FRSVLSytBwaHNze3Ozu7Pz+/MTCxAQGBJyenPz6/Ly6vBweHOTi5PTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoBIhhKI4COKYQ9A4gmE85iIvigQBQCHLCcLPQFjwAIzYrGQz4CQHXkGRKp2qLBchBAAh+QQIBwAAACwAAAAAEAAFAIQcHhycmpzc3tz08vS8urxkZmTs6uz8+vw0NjSsqqzMyswkIiTk4uT09vTEwsTs7uz8/vy0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFLyDECA0EHYJwmEaQNEoUEaYjO9CAAEAhy4bGLwIDLIyxWckWwel4BUiqdJqyXIcQACH5BAgHAAAALAAAAAAQAAUAhDw6PKSmpNze3MTCxPT29Hx6fLSytFRSVOzu7MzKzPz+/Ly6vDw+POTi5Pz6/LS2tMzOzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoNIIhKI4guCYSPA4iWEs5iAPCnEAQCHLCMLPQIDwAIyY4aWwGXA6ZEGRKp2qrAAxBAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMqDSCISiPILwmAkDPUMQICYkQ+cBAIYsJwRfgODY7WIBxsoWKCgIOp4iVTqlTIpEkxACACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQtsInDWivnFEuCKgqCOFYgBpcBAIMoLoyLMEcCJEk4ViaCMgbboJGpXIocTyECACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQt8DWy3jOEGLuCes4wHFYhFlcCAIcoCos7LMi6hgOzmQNqqIDBI1O5EDkOhSECADs=)
    no-repeat 50%;
}
.products_slider .owl-item.loading {
  background: none;
  min-height: none;
}
.products_slider .owl-item.loading .discount,
.products_slider .owl-item.loading .new,
.products_slider .owl-item.loading .on-sale {
  display: none;
}
.owl-item.loading .blog_image,
.owl-item.loading .fc_cat_image,
.owl-item.loading .product_img_link {
  min-height: 60px;
  background: url(data:image/gif;base64,R0lGODlhEAAFAOMAALSytNze3PT29MTCxOzu7Pz+/Ly6vOTi5Pz6/MzKzAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQIBwAAACwAAAAAEAAFAAAEKbCcIEpBISCLD0oAYFhDOFxGCIYAIbCAQMCrUZXAiaRAUmSVC9AiyBQiACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQq8Kmw3jOEGIubYQCQbMUwFNdhOmHomeYiwMMRjkZ5XsxqKI7KJSPEEB4RACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQrsKhAWivnFItFGQBgbAGCBJdjKgnQHoxpMouMgMnYlGe6NpMFJ8OwMDKNCAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMOBTMImiPILwmGjzGABwrFAQQCdiD0sMOASbjZAQBmAygqIWKJwYO1GgdEqtqgJFCAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzEwsT09vR8eny0srRUUlTs7uzMysz8/vy8urw8Pjzk4uT8+vy0trTMzswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFL6DzBIiiOILgmGjjFABwEMpgGMO53AnDxBDH7UZADA0wGcFhw50ePBGJlaKdUooQACH5BAgHAAAALAAAAAAQAAUAhBweHJyanNze3PTy9Ly6vGRmZOzq7Pz6/DQ2NKyqrMzKzCQiJOTi5PT29MTCxOzu7Pz+/LSytAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUx4JEEBgQdgnCYKHMUAIAMkBNFzkncyhIvjsPt1ngMIwXfrHbLHXYRhYjESjVMjRQkBAAh+QQIBwAAACwAAAAAEAAFAIQEAgSMjozMyszk5uT09vRUUlS0srQcGhzc3tzs7uz8/vzEwsQEBgScnpz8+vy8urwcHhzk4uT08vQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMSDRBIOiOAjimGjkFABwSMpiGMv53AITAwvC7UZIDA0wWaJ2yzl2BoGIxEoRTISUIgQAIfkECAcAAAAsAAAAABAABQCEHB4clJaU1NLU7OrstLK09Pb0ZGZkNDY0rKqs3N7c9PL0zMrM/P78JCIknJqc7O7svLq8/Pr85OLkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVghDgDw0SCUJhRIkUGABwKgwQBckIEsTSyxkKBwykevZ4BSLPhEJEIzycKlBgFwWKFTSQYIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeAhBck0HcNwmIfgHBEAINC0FNFyMobxNA2ZgoArFAiJXi82q90Ki4OopxqVJpDHoIYVCCYhACH5BAgHAAAALAAAAAAQAAUAhFxaXLSytNze3MzKzPT29Hx6fLy6vGxqbOzu7Pz+/FxeXLS2tOTi5NTW1Pz6/IyOjLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0oAMtSJIQhkGYjsA4DwAcTlLIReIYQTAoMkADEQQgEL1ebEZw3Ga6RW8gCpROi8XqJBAkQgAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNOChOAMEDUlSQofAHAGCLAdUAEDBEomkRAigwIDDGR6SpCQWodlwugPPBxk9TKhEw9RwQUIAIfkECAcAAAAsAAAAABAABQCEHB4clJaUzM7M7O7stLK03N7c/Pr8zMrMnJ6c9Pb0vLq85ObkTEpM1NbU9PL0tLa05OLk/P78pKKkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTRg1AhJFDmS5JhGARlPEEhGxAAAExkKQRwyGWSBwy0GPp9ChjAYbrld72doHFanFDZRKERCACH5BAgHAAAALAAAAAAQAAUAgwQCBJSWlNze3PTy9LSytPz6/Ozu7MzKzDQyNOTi5PT29Ly6vPz+/AAAAAAAAAAAAAQtkCWhGBshDFtEKgdBLBYCAAhTLGIoEkZynonxEu5SmajK4gwBxWLIGCwKISMCACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlMzOzOzu7LSytNze3Pz6/MzKzJyenPT29Ly6vOTm5ExKTNTW1PTy9LS2tOTi5Pz+/KSipAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0YAQVSRQ5kuSYidBEB0EoJgMATGRIQfDIssHidlsser0Y4WGI2HA6RI8QKZBMKBX20DCEAAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNCDECA0EDUkymIOjHIokEWYBAAV0LAgSSAmZwXC7GQSISDKWoEFsOEhjoQyISKxU6eQ6hAAAIfkECAcAAAAsAAAAABAABQCEXFpctLK03N7czMrM9Pb0fHp8vLq8bGps7O7s/P78XF5ctLa05OLk1NbU/Pr8jI6MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVgwghEkhCGUSbIAjlDEBhmAQBF4hz3I8sIxO2GaAwVscDC4bABDice4JEQkEyExWKFCEAIIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeDkCNA0HcNwmEkgHY9hMOZSRMsEIQAQybJEIlIoEhQ9QCNmeE1suMNOGZkISCbUoDRpGSAhACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlNTS1Ozq7LSytPT29GRmZDQ2NKyqrNze3PTy9MzKzPz+/CQiJJyanOzu7Ly6vPz6/OTi5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzICMlBcNEglAyg4MUC0FAJhIECKMcAGDIsoHidlMsAA1kbFa7ISK7noGRIJkKgsWq9QwBACH5BAgHAAAALAAAAAAQAAUAhAQCBIyOjMzKzOTm5PT29FRSVLSytBwaHNze3Ozu7Pz+/MTCxAQGBJyenPz6/Ly6vBweHOTi5PTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoBIhhKI4COKYQ9A4gmE85iIvigQBQCHLCcLPQFjwAIzYrGQz4CQHXkGRKp2qLBchBAAh+QQIBwAAACwAAAAAEAAFAIQcHhycmpzc3tz08vS8urxkZmTs6uz8+vw0NjSsqqzMyswkIiTk4uT09vTEwsTs7uz8/vy0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFLyDECA0EHYJwmEaQNEoUEaYjO9CAAEAhy4bGLwIDLIyxWckWwel4BUiqdJqyXIcQACH5BAgHAAAALAAAAAAQAAUAhDw6PKSmpNze3MTCxPT29Hx6fLSytFRSVOzu7MzKzPz+/Ly6vDw+POTi5Pz6/LS2tMzOzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoNIIhKI4guCYSPA4iWEs5iAPCnEAQCHLCMLPQIDwAIyY4aWwGXA6ZEGRKp2qrAAxBAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMqDSCISiPILwmAkDPUMQICYkQ+cBAIYsJwRfgODY7WIBxsoWKCgIOp4iVTqlTIpEkxACACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQtsInDWivnFEuCKgqCOFYgBpcBAIMoLoyLMEcCJEk4ViaCMgbboJGpXIocTyECACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQt8DWy3jOEGLuCes4wHFYhFlcCAIcoCos7LMi6hgOzmQNqqIDBI1O5EDkOhSECADs=)
    no-repeat 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 div,
.st_owl_carousel_text .text-center div.text_inner_box,
.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 {
  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 div,
.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 {
  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 div,
.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 {
  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-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;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.heading_color,
.page_heading,
.table-bordered thead th {
  color: #444;
}
.page_heading {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
}
.from_blcok .page_heading {
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 0;
}
.title_block {
  margin: 0 0 20px;
}
.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: 400;
  margin-bottom: 0;
}
.title_block .swiper-button-tr {
  margin-left: 6px;
  white-space: nowrap;
}
.title_block a.title_block_inner.selected,
.title_block a.title_block_inner:hover {
  color: #387db7;
}
#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: 0;
  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;
  box-align: 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: 0;
  border-bottom-style: solid;
}
.title_style_0 .title_block_inner {
  border-color: #b2b2b2;
  border-bottom-width: 0;
  border-bottom-style: solid;
  margin-bottom: 0;
}
.title_style_1 .flex_child,
.title_style_4 .flex_child {
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-color: #f4f5f6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.title_style_4 .flex_child {
  border-bottom-style: dashed;
}
.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;
  box-flex: 0;
  -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;
  box-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: 0;
}
.column_block .title_style_1 .flex_child,
.column_block .title_style_2 .flex_child {
  height: 0;
  border: none;
}
#home-page-tabs.title_block a,
#home-page-tabs.title_block h3,
.pc_slider_tabs.title_block a,
.pc_slider_tabs.title_block h3 {
  margin-right: 20px;
  border-bottom-color: transparent;
}
#home-page-tabs.title_block a.selected,
#home-page-tabs.title_block h3.selected,
.pc_slider_tabs.title_block a.selected,
.pc_slider_tabs.title_block h3.selected {
  border-bottom-color: #d9d9d9;
}
.s_title_block {
  font-weight: 400;
  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;
}
.breadcrumb_wrapper {
  /* border-bottom: 1px solid #f2f2f2; */
  /* border-top: 0 solid #f2f2f2; */
  padding: 8px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.breadcrumb_nav {
  background: none;
  margin: 0;
  padding: 0;
}
.breadcrumb_nav ul {
  margin-bottom: 0;
}
.breadcrumb_nav li,
.breadcrumb_nav ul {
  display: inline;
}
.breadcrumb_nav .navigation-pipe {
  margin: 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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.hover_fly .hover_fly_btn {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease, -webkit-box-flex 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease, -webkit-box-flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease;
  transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease,
    -webkit-box-flex 0.3s ease-in-out, -ms-flex 0.3s ease-in-out;
  -moz-transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease;
  -ms-transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease;
  -webkit-transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease;
  -o-transition: flex 0.3s ease-in-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, border-color 0.3s ease;
}
.hover_fly {
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
  z-index: 6;
  background: #ccc;
}
.bottom_hover_fly .hover_fly,
.hover_fly_static .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: #ccc;
  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;
  text-transform: initial;
}
.hover_fly .hover_fly_btn .hover_fly_btn_inner i {
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  margin-right: 0px;
}
.hover_fly .hover_fly_btn:hover {
  background-color: #8e8f9f;
  color: #fff;
}
.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;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hover_fly_0 .hover_fly_btn:first-child {
  -webkit-box-flex: 3;
  box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #8e8f9f;
  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;
  box-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;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ccc;
  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;
  box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #8e8f9f;
  color: #fff;
}
.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;
  box-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: 0;
  text-align: left;
}
.product_list.grid .pro_outer_box.blog_lr .pro_second_box,
.product_list.grid .pro_outer_box.blog_lr:hover .pro_second_box,
.products_sldier_swiper .pro_outer_box.blog_lr .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;
}
.act_box_cart .ajax_add_to_cart_button,
.act_box_cart .s_quantity_wanted,
.act_box_cart .view_button {
  margin-bottom: 6px;
}
.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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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;
}
.pro_img_hover_scale:hover {
  -webkit-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_img_link img.back-image,
.product_img_link img.front-image {
  display: inline-block;
  height: auto;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
}
.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;
  -webkit-transition: top 0.15s linear;
  transition: top 0.15s 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: #333;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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: #8e8f9f;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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;
  -webkit-box-shadow: 0 0 0 3px #444 inset;
  box-shadow: inset 0 0 0 3px #444;
}
.easy_icon_with_text_1_1:hover .easy_icon {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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;
  -webkit-box-shadow: 0 0 0 2px #444 inset;
  box-shadow: inset 0 0 0 2px #444;
  font-size: 1.333em;
}
.easycontent_s7:hover .easy_icon {
  color: #fff;
  background: #444;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.easy_icon_with_text_4_1 {
  padding-bottom: 0.375rem;
}
.easy_icon_with_text_4_1 .easy_icon {
  margin-right: 6px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0.875rem;
}
.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;
  -webkit-box-shadow: 0 0 0 3px #444 inset;
  box-shadow: inset 0 0 0 3px #444;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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_1_3 a .social_wrap,
.stsocial_2_1 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_1_3 a:hover .social_wrap,
.stsocial_2_1 a:hover .social_wrap,
.stsocial_2_3 a:hover .social_wrap {
  background: #8e8f9f;
}
.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:focus,
.sttab_block .nav-tabs .nav-link:hover {
  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 {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.sttab_block .tab-pane-body {
		width: initial;
	}
}
.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:focus,
.sttab_1_2 .nav-tabs .nav-link:hover,
.sttab_2_2 .nav-tabs .nav-link.active,
.sttab_2_2 .nav-tabs .nav-link:focus,
.sttab_2_2 .nav-tabs .nav-link:hover {
  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:focus,
.sttab_1_1 .nav-tabs .nav-link:hover {
  background: #f9f9f9;
}
.sttab_1_1 .tab-pane-body {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-top: none;
  padding-left: 10px;
  padding-right: 10px;
}
.sttab_1_2 .nav-tabs .nav-link {
  background: #f9f9f9;
}
.sttab_1_2 .nav-tabs .nav-link.active,
.sttab_1_2 .nav-tabs .nav-link:focus,
.sttab_1_2 .nav-tabs .nav-link:hover {
  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:focus,
.sttab_1_3 .nav-tabs .nav-link:hover,
.sttab_2_3 .nav-tabs .nav-link.active,
.sttab_2_3 .nav-tabs .nav-link:focus,
.sttab_2_3 .nav-tabs .nav-link:hover {
  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:focus,
.sttab_1_4 .nav-tabs .nav-link:hover,
.sttab_2_4 .nav-tabs .nav-link.active,
.sttab_2_4 .nav-tabs .nav-link:focus,
.sttab_2_4 .nav-tabs .nav-link:hover {
  border-color: #e54d26;
}
.sttab_2 .nav-tabs {
  /* border-bottom: 1px solid #f2f2f2; */
  background: #ffffff;
  margin: 0 -15px;
}
.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: #f9f9f9;
}
.sttab_2_1 .nav-tabs .nav-link.active,
.sttab_2_1 .nav-tabs .nav-link:focus,
.sttab_2_1 .nav-tabs .nav-link:hover {
  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:focus,
.sttab_2_1 .adveditor_middle .nav-tabs .nav-link:hover {
  background: #65c39e;
}
.sttab_2_2 .nav-tabs .nav-link {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #f9f9f9;
}
.sttab_2_2 .nav-tabs .nav-link.active,
.sttab_2_2 .nav-tabs .nav-link:focus,
.sttab_2_2 .nav-tabs .nav-link:hover {
  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:focus,
.checkout-step .sttab_2_1 .nav-tabs .nav-link:hover {
  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:focus,
.sttab_2_3 .nav-tabs .nav-link:hover {
  border-bottom-color: #1e1e3f;
  border-bottom-width: 3px;
}
.sttab_2_3 .nav-tabs.tab_lg .nav-link {
  padding: 1rem 0.375rem;
}
.sttab_3 .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-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_2 .nav-tabs .nav-link,
.sttab_3_3 .nav-tabs .nav-link {
  border-color: transparent;
  background: #f9f9f9;
}
.sttab_3_1 .nav-tabs .nav-link.active,
.sttab_3_1 .nav-tabs .nav-link:focus,
.sttab_3_1 .nav-tabs .nav-link:hover,
.sttab_3_2 .nav-tabs .nav-link.active,
.sttab_3_2 .nav-tabs .nav-link:focus,
.sttab_3_2 .nav-tabs .nav-link:hover,
.sttab_3_3 .nav-tabs .nav-link.active,
.sttab_3_3 .nav-tabs .nav-link:focus,
.sttab_3_3 .nav-tabs .nav-link:hover {
  background: #fff;
}
.sttab_3_1 .tab-pane-body,
.sttab_3_2 .tab-pane-body,
.sttab_3_3 .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:focus,
.sttab_3_2 .nav-tabs .nav-link:hover {
  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,
.acc_box .collapsed .acc_open {
  display: block;
}
.acc_box .collapsed .acc_close {
  display: none;
}
.stacc_1_1 .acc_header a {
  border: 1px solid #f9f9f9;
  border-radius: 4px;
}
.stacc_1_2 .acc_box {
  border-bottom: 1px solid #f9f9f9;
}
.stacc_1_2 .collapse {
  border-top: 1px solid #f9f9f9;
}
.stacc_1_2 .collapsed .acc_icon {
  background: #333;
}
.stacc_1_2 .acc_icon {
  background: #387db7;
  color: #fff;
}
.stacc_1_3 .acc_header a {
  background: #f9f9f9;
  padding: 0;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  box-direction: 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: #387db7;
  color: #fff;
}
.tab_style_1 .nav-link {
  font-weight: 700;
  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;
}
.sttext_item_image_inner {
  display: block;
  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_item_image_inner img {
  border: 1px solid #f2f2f2;
}
.sttext_2_3 .sttext_item_image_inner img,
.sttext_2_4 .sttext_item_image_inner img {
  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,
.color_000 a,
a.color_000 {
  color: #000;
}
.color_333,
.color_333 a,
a.color_333 {
  color: #333;
}
.color_444,
.color_444 a,
a.color_444 {
  color: #444;
}
.color_666,
.color_666 a,
.color_777,
.color_777 a,
.color_888,
.color_888 a,
a.color_666,
a.color_777,
a.color_888 {
  color: #8e8f9f;
}
.color_999,
.color_999 a,
a.color_999 {
  color: #8e8f9f;
}
.color_ccc,
.color_ccc a,
a.color_ccc {
  color: #ccc;
}
.color_fff,
.color_fff a,
a.color_fff {
  color: #fff;
}
.horizontal_filters_dropdown {
  display: block;
}
.st_show_on_mobile {
  display: none;
}
.mobile_device #st_mega_menu_column_mobile {
  display: block;
}
.mobile_device #st_mega_menu_column_desktop {
  display: none;
}
.mobile_device .st_show_on_mobile {
  display: block;
}
.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 {
  display: none;
}
.mobile_device .horizontal_filters_dropdown.show {
  display: block;
}
.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-title-mobile,
.mobile_device .horizontal_filters_dropdown .facet .collapse.show {
  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
  .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,
.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 {
  display: none;
}
.mobile_device
  .product_list.grid
  .ajax_block_product
  .hover_fly.mobile_hover_fly_show,
.mobile_device
  .products_slider
  .ajax_block_product
  .hover_fly.mobile_hover_fly_show {
  position: static;
}
.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,
.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 {
  display: inline-block !important;
}
.mobile_device
  .product_list.grid
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart,
.mobile_device
  .products_slider
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart {
  position: static;
}
.mobile_device
  .product_list.grid
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart
  .hover_fly_btn,
.mobile_device
  .products_slider
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart
  .hover_fly_btn {
  display: none;
}
.mobile_device
  .product_list.grid
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart
  .hover_fly_btn.ajax_add_to_cart_button,
.mobile_device
  .products_slider
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart
  .hover_fly_btn.ajax_add_to_cart_button {
  display: block;
  width: 100% !important;
  border-right: none;
}
.mobile_device
  .product_list.grid
  .ajax_block_product
  .hover_fly.mobile_hover_fly_cart
  .hover_fly_btn.ajax_add_to_cart_button
  span,
.mobile_device
  .products_slider
  .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,
.stuck_abs {
  position: absolute;
}
#horizontal_filters.stuck {
  background: hsla(0, 0%, 100%, 0.95);
}
.icon_wrap {
  background: #f2f2f2;
  color: #1e1e3f;
}
.icon_wrap.active,
.icon_wrap:hover,
a.icon_wrap.active,
a.icon_wrap:hover {
  background: #1e1e3f;
  color: #fff;
}
.icon_wrap.disabled,
a.icon_wrap.disabled {
  color: #ccc;
}
.icon_wrap.disabled:hover,
a.icon_wrap.disabled:hover {
  background: inherit;
  color: #ccc;
}
.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: #8e8f9f;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 2em;
  overflow: hidden;
}
.amount_circle {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: #1e1f3f;
  color: #fff;
  height: 16px;
  line-height: 18px;
  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: 30px;
  background: hsla(0, 0%, 100%, 0.6);
  color: #777;
  text-align: center;
  font-size: 1rem;
}
.layer_icon_wrap:hover {
  color: #777;
  background: hsla(0, 0%, 100%, 0.9);
}
#sidebar_box {
  position: relative;
}
#leftbar,
#rightbar {
  position: fixed;
  z-index: 110;
  right: 0;
  bottom: 40%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #444;
}
#sidebar_box .rightbar_wrap .icon_wrap {
  padding: 15px 0;
  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;
}
#switch_left_column_wrap,
#switch_right_column_wrap,
#to_top_wrap,
.rightbar_wrap {
  position: relative;
  z-index: 120;
}
.grower,
.opener {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.75rem;
  cursor: pointer;
}
.grower i,
.opener i {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 1.25rem;
}
.grower .plus_sign,
.opener .plus_sign {
  display: inline-block;
}
.grower .minus_sign,
.opener .minus_sign {
  display: none;
}
.grower:hover,
.opener:hover {
  background-color: #f2f2f2;
}
.grower.st_open .plus_sign,
.st_open .opener .plus_sign {
  display: none;
}
.grower.st_open .minus_sign,
.st_open .opener .minus_sign {
  display: inline-block;
}
#footer .opener,
#st_mega_menu_column_mobile .opener,
#st_mobile_menu .opener,
.mobile_nav_box .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;
}
#footer .opener:hover,
#st_mega_menu_column_mobile .opener:hover,
#st_mobile_menu .opener:hover,
.mobile_nav_box .opener:hover,
.mobile_tab_title .opener:hover {
  background-color: transparent;
}
#st_mega_menu_column_mobile .active > .menu_a_wrap .plus_sign,
#st_mobile_menu .active > .menu_a_wrap .plus_sign,
.mobile_nav_box .active > .menu_a_wrap .plus_sign {
  display: none;
}
#st_mega_menu_column_mobile .active > .menu_a_wrap .minus_sign,
#st_mobile_menu .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: 700;
}
.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;
}
.accordion_more_info .mobile_tab .tab-pane.product-tab-hide {
  display: none;
}
.brands_slider_item {
  display: block;
  border: 1px solid #d9d9d9;
}
.brands_slider_item .front-image {
  margin: 0 auto;
}
.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);
  }
  to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    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;
}
.small_cart_product_image {
  margin-right: 10px;
  margin-top: 4px;
  width: 70px;
  /* border: 1px solid #f2f2f2; */
}
.cart_body .cart_empty {
  padding: 10px;
}
.cart_body .small_cart_product_list {
  padding-top: 10px;
  margin-bottom: 0;
}
.cart_body .small_cart_sumary {
  border-top: 1px solid #f2f2f2;
  padding: 10px;
}
.cart_body .small_cart_btn {
  margin-left: 10px;
  margin-right: 10px;
}
.cart-content-btn .btn,
.shoppingcart-list .small_cart_btn {
  margin-bottom: 10px;
}
.base_list_line .line_item {
  /* border-bottom: 1px solid #1e1e3f; */
  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: dashed;
    border-bottom-color: #1e1e3f;
    border-width: 1px;
}
.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;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.ajax_cart_bag .amount_circle {
  left: auto;
  right: -8px;
  top: -8px;
}
.ajax_cart_bag .amount_circle.dozens {
  padding: 0 4px;
}
.ajax_cart_bag .icon_text {
  display: none;
}
.ajax_cart_bag .fto-glyph.icon_btn {
  display: block;
}
.cart_icon_item {
  display: inline-block;
  padding-left: 4px;
}
.cart_icon_item:last-child {
  padding-right: 4px;
}
.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_0 .ajax_cart_bag i {
  font-size: 1.333em;
  line-height: 110%;
}
.shopping_cart_style_0 .ajax_cart_bag .icon_text {
  display: block;
}
.shopping_cart_style_0 .ajax_cart_bag.cart_icon_item {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding-left: 2px;
  padding-right: 2px;
}
.shopping_cart_style_0 .cart_icon_item {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.shopping_cart_style_0 .cart_icon_item:last-child {
  border-right: 1px solid #e5e5e5;
}
.shopping_cart_style_2 .ajax_cart_bag .amount_circle,
.shopping_cart_style_3 .ajax_cart_bag .amount_circle {
  top: -4px;
}
.shopping_cart_style_2 .ajax_cart_bag i {
  font-size: 1.666em;
}
.shopping_cart_style_3 .ajax_cart_bag i {
  font-size: 1.333em;
}
.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 0 0 2px;
}
.dropdown_box .social_share_block .social_share_item {
  margin: 0 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;
  border: 1px solid #777;
  margin: 0 6px 6px 0;
}
.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;
}
#footer .st_news_letter_form,
#left_column .st_news_letter_form,
#right_column .st_news_letter_form {
  padding: 0;
}
.st_news_letter_form_inner {
  width: 360px;
  display: inline-block;
  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 .st_sticker_text {
  white-space: nowrap;
  display: inline-block;
  padding: 0 4px;
}
.st_sticker.st_sticker_static {
  position: static;
}
.pro_first_box .st_sticker.flag_1:before,
.pro_first_box .st_sticker.flag_2:before {
  content: "";
  border: 11px solid #387db7;
  display: inline-block;
  height: 22px;
  width: 11px;
  position: absolute;
}
.pro_first_box .st_sticker.flag_1:before {
  border-left: none;
  border-right-color: transparent;
  right: -11px;
}
.pro_first_box .st_sticker.flag_2:before {
  border-right: none;
  border-left-color: transparent;
  left: -11px;
}
.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;
}
.discount-amount,
.discount-percentage,
.price,
.regular-price {
  margin-right: 8px;
  white-space: nowrap;
}
.price {
  color: #1e1e3f;
}
.ajax_block_product .price {
  font-weight: 700;
  font-size: 1rem;
}
.regular-price {
  text-decoration: line-through;
  color: #8e8f9f;
}
.ajax_block_product .regular-price {
  font-size: 0.875rem;
}
.discount-amount,
.discount-percentage {
  color: #444;
  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,
.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: 0.7;
    margin: 6px 8px 0 0;
    font-weight: 700;
  }
}
@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:after,
.blockquote_1 > p:first-of-type:before {
  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;
}
.wishlist_item {
  margin: 8px 8px 0;
  width: 180px;
}
.dropdown_box_viewed {
  width: 300px;
  padding: 8px;
}
.search_widget_btn.btn {
  padding-left: 2px;
  padding-right: 2px;
  min-width: 34px;
  border-left: 1px solid #d9d9d9;
  margin-left: 0;
}
.search_widget_btn.btn i {
  margin-right: 2px;
  font-size: 1.5em;
}
.search_widget_btn .icon_text {
  display: none;
}
.search_widget_3 .search_widget_btn i {
  line-height: 110%;
}
.search_widget_3 .search_widget_btn .icon_text {
  display: block;
}
.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 embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object {
  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-bottom: 6px;
}
.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;
}
#blog_link_nav,
#blog_tags {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#comment_input p,
#comment_textarea {
  margin-bottom: 1.5em;
}
.st_comment_box {
  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;
}
#quantity_wanted,
.cart_quantity,
.pro_quantity {
  visibility: hidden;
}
.bootstrap-touchspin #quantity_wanted,
.bootstrap-touchspin .cart_quantity,
.bootstrap-touchspin .pro_quantity {
  visibility: inherit;
}
.countdown_wrap {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.9);
  color: #444;
  text-align: center;
  text-transform: uppercase;
}
.countdown_wrap.counting {
  visibility: visible;
}
.countdown_wrap.v_middle {
  bottom: 50%;
  margin-bottom: -33px;
}
.countdown_wrap .countdown_wrap_inner {
  display: table;
  width: 100%;
}
.hover_fly_static .countdown_wrap {
  bottom: 30px;
}
.hover_fly_static .countdown_wrap.v_middle {
  bottom: 50%;
}
.countdown_timer.countdown_style_0 .countdown_wrap_inner div {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 11px 0;
  border-right: 1px solid #fff;
}
.countdown_timer.countdown_style_0 .countdown_wrap_inner div:last-child {
  border-right: none;
}
.countdown_timer.countdown_style_0 .countdown_wrap_inner div span {
  display: block;
  height: 22px;
  line-height: 22px;
}
.countdown_timer.countdown_style_0
  .countdown_wrap_inner
  div
  span.countdown_number {
  font-size: 22px;
}
.countdown_timer.countdown_style_1 .countdown_wrap_inner div {
  height: 66px;
  line-height: 66px;
  font-size: 16px;
}
.countdown_timer.countdown_style_1 .countdown_wrap_inner div i {
  margin-right: 4px;
}
.countdown_wrap .countdown_title {
  height: 66px;
  line-height: 66px;
  font-size: 16px;
}
.product_list.grid .ajax_block_product:hover .countdown_wrap,
.products_slider .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: 700;
  margin-bottom: 6px;
}
.countdown_name {
  padding: 4px 0;
}
.mobile_logo {
  padding: 0 10px;
}
.product-price-and-shipping .st_sticker_block {
  display: inline-block;
}
#footer .wpb_content_element {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#footer .title_block.st_vc_title {
  border-bottom: none;
}
#footer .title_block.st_vc_title .flex_child {
  display: none;
}
#footer .footer_first_level_row > .vc_row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.bottom_pagination.only_one_page nav,
.hide_btn_text .btn_text,
.paginaton_sample.only_one_page {
  display: none;
}
.mini_name .btn_inline {
  margin-right: 0;
  margin-left: 0;
}
textarea#delivery_message,
textarea#gift_message {
  width: 100%;
}
.brands_slider_container .products_sldier_swiper {
  padding: 0;
  margin: 0;
}
.brands_slider_container .product_view_more_box {
  margin-top: 0;
}
.brands_slider_container
  .products_slider
  .swiper-button-lr.swiper-navigation_visible
  > .swiper-button-next,
.brands_slider_container .swiper-button-lr:hover > .swiper-button-next {
  right: 0;
}
.brands_slider_container
  .products_slider
  .swiper-button-lr.swiper-navigation_visible
  > .swiper-button-prev,
.brands_slider_container .swiper-button-lr:hover > .swiper-button-prev {
  left: 0;
}
.sticky_facet_title {
  display: none;
  margin-right: 6px;
}
.stuck .sticky_facet_title {
  display: inline-block;
}
.badge {
  font-size: inherit;
}
.autocomplete-suggestions {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5px;
}
.st-menu .autocomplete-suggestions {
  max-height: none;
}
.st_ps_speical_url_input {
  display: none !important;
}
#checkout-payment-step .modal {
  background: rgba(0, 0, 0, 0.2);
}
.js-mailalert > span {
  clear: both;
}
.js-mailalert > input {
  width: 200px;
}
.js-mailalert .gdpr_consent {
  clear: both;
  padding-top: 6px;
}
.category_blogs_container .blog_image {
  text-align: center;
}
.st_news_letter_box.text-2 .gdpr_consent.flex_container {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.st_news_letter_box.text-3 .gdpr_consent.flex_container {
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.st_news_letter_box.text-2 .gdpr_consent.flex_container .flex_child,
.st_news_letter_box.text-3 .gdpr_consent.flex_container .flex_child {
  -webkit-box-flex: none;
  box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.btn-primary {
  background-color: #387db7;
  color: #fff;
  border-color: #387db7;
}
@media (min-width: 992px) {
  #page_wrapper,
  .wide_container {
    max-width: 992px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-1,
  .stmenu_vertical .stmenu_vs.col-md-1 {
    width: 63px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-2,
  .stmenu_vertical .stmenu_vs.col-md-2 {
    width: 127px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-3,
  .stmenu_vertical .stmenu_vs.col-md-3 {
    width: 191px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-4,
  .stmenu_vertical .stmenu_vs.col-md-4 {
    width: 255px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-5,
  .stmenu_vertical .stmenu_vs.col-md-5 {
    width: 319px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-6,
  .stmenu_vertical .stmenu_vs.col-md-6 {
    width: 383px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-7,
  .stmenu_vertical .stmenu_vs.col-md-7 {
    width: 447px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-8,
  .stmenu_vertical .stmenu_vs.col-md-8 {
    width: 511px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-9,
  .stmenu_vertical .stmenu_vs.col-md-9 {
    width: 574px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-10,
  .stmenu_vertical .stmenu_vs.col-md-10 {
    width: 638px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-11,
  .stmenu_vertical .stmenu_vs.col-md-11 {
    width: 702px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-12,
  .stmenu_vertical .stmenu_vs.col-md-12 {
    width: 766px;
  }
}
@media only screen and (max-width: 991px) {
  .st_show_on_mobile {
    display: block;
  }
  .steasy_element_item.text-md-1,
  .text-md-1 {
    text-align: left;
  }
  .steasy_element_item.text-md-2,
  .text-md-2 {
    text-align: center;
  }
  .steasy_element_item.text-md-3,
  .text-md-3 {
    text-align: right;
  }
  .container {
    width: 100%;
  }
  .flex_box.flex_column_md,
  .flex_container.flex_column_md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex_column_md .flex_child,
  .flex_column_md .flex_child_md {
    width: 100%;
  }
  .checkout_left_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #body_wrapper {
    padding-bottom: 50px;
  }
  .slide_lr_column #left_column,
  .slide_lr_column #right_column {
    display: none;
  }
  .slide_lr_column #left_column.sidebar_opened,
  .slide_lr_column #right_column.sidebar_opened {
    bottom: 50px;
  }
  .mobile_header_wrapper {
    display: block;
  }
  .pro_img_hover_scale:hover {
    -webkit-transform: none;
    transform: none;
  }
  .st_image_layered_description {
    font-size: 10px;
  }
  .sortPagiBar .product-count {
    display: none;
  }
  .bottom-pagination-content {
    text-align: center;
  }
  .bottom-pagination-content .pagination,
  .bottom-pagination-content .product-count {
    float: none;
  }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
  .owl-theme.owl-navigation-lr.owl-navigation-circle
    .owl-controls
    .owl-buttons
    .owl-prev {
    left: 10px;
  }
  .owl-theme.owl-navigation-lr.owl-navigation-circle
    .owl-controls
    .owl-buttons
    .owl-next {
    right: 10px;
  }
  #bigpic_list_frame.owl-theme.owl-navigation-lr .owl-controls {
    display: none !important;
  }
  #header_bottom .top_bar_item,
  #header_left .top_bar_item,
  #header_top_right .top_bar_item {
    float: none;
  }
  .ac_results {
    display: none !important;
  }
  #st_mega_menu_column {
    display: none;
  }
  .st-menu {
    bottom: 50px;
  }
  body#checkout .st-menu {
    bottom: 0;
  }
  #sidebar_box {
    position: fixed;
    z-index: 110;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
  }
  #sidebar_box .rightbar_wrap a.icon_wrap {
    border: none;
    display: block;
    width: auto;
    text-align: center;
    height: 50px;
    padding: 6px 0;
  }
  #leftbar,
  #rightbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-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;
  }
  .icon_wrap .amount_circle {
    right: auto;
    left: 50%;
  }
  .rightbar_visi_1 {
    display: none;
  }
  .rightbar_visi_2 {
    display: block;
  }
  #switch_left_column_wrap,
  #switch_right_column_wrap {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .act_box .ajax_add_to_cart_button i,
  .act_box .view_button i {
    display: none;
  }
  #st_header.sticky_mh {
    padding-bottom: 60px;
  }
  #mobile_bar {
    display: block;
  }
  #header_primary,
  #top_bar,
  #top_extra {
    display: none;
  }
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 100px;
  }
  .footer_block_content {
    display: none;
  }
  .footer_block_content.keep_open {
    display: block;
  }
  .stlinkgroups_links_footer_bottom {
    display: inline-block;
  }
  .stlinkgroups_links_footer_bottom li {
    float: none;
    display: inline-block;
  }
  #footer .block {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  #footer .block,
  #footer .wpb_content_element {
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer .title_block {
    margin: 0 0 6px;
    padding: 10px 35px 10px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  #footer .title_block .grower,
  #footer .title_block .opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .row > .col-sm-12:last-child .title_block {
    margin-bottom: 0;
    border-bottom: none;
  }
  #footer .footer_block_content {
    padding-bottom: 10px;
  }
  #footer .st_open .title_block {
    border-bottom: none;
  }
  #footer .st_open .footer_block_content {
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
  #footer #footer_bottom_left,
  #footer #footer_bottom_right {
    float: none !important;
    text-align: center;
    padding: 6px 0;
  }
  #footer-secondary .footer_block:last-child .footer_block_content,
  #footer-secondary .footer_block:last-child .title_block,
  #footer-tertiary .footer_block:last-child .footer_block_content,
  #footer-tertiary .footer_block:last-child .title_block {
    border-bottom: none;
  }
  .mobile_tab .mobile_tab_title {
    display: block;
    cursor: pointer;
  }
  .mobile_tab .nav-tabs {
    display: none;
  }
  .mobile_tab .tab-content {
    border: none;
  }
  .mobile_tab .tab-content .tab-pane:last-child {
    border-bottom: none;
  }
  .mobile_tab .tab-pane {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile_tab .tab-pane .tab-pane-body {
    display: none;
  }
  .mobile_tab .tab-pane.st_open .tab-pane-body {
    display: block;
    padding-top: 8px;
    padding-bottom: 1em;
  }
  .horizontal_filters_dropdown,
  .mobile_tab .tab-pane.product-tab-hide {
    display: none;
  }
  .horizontal_filters_dropdown.show {
    display: block;
  }
  .horizontal_filters_dropdown .dropdown_tri {
    display: none;
  }
  .horizontal_filters_dropdown .dropdown_list {
    display: block;
    position: static;
  }
  .horizontal_filters_dropdown .facet {
    display: block;
    margin-right: 0;
  }
  .horizontal_filters_dropdown .facet-title-mobile {
    display: block;
  }
  .act_box_cart.add_show_on_mobile {
    display: block;
    visibility: visible;
  }
  .act_box_cart.add_hide_on_mobile {
    display: none;
  }
  .product_list.list .act_box_cart.add_hide_on_mobile {
    display: block;
    visibility: visible;
  }
  .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_hide,
  .product_list.grid
    .ajax_block_product
    .hover_fly_static
    .hover_fly.mobile_hover_fly_hide,
  .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_hide,
  .products_slider
    .ajax_block_product
    .hover_fly_static
    .hover_fly.mobile_hover_fly_hide {
    display: none;
  }
  .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_show,
  .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_show {
    position: static;
  }
  .product_list.grid
    .ajax_block_product
    .hover_fly.mobile_hover_fly_show.fly_1
    a.ajax_add_to_cart_button
    span,
  .product_list.grid
    .ajax_block_product
    .hover_fly.mobile_hover_fly_show.fly_1
    a.view_button
    span,
  .products_slider
    .ajax_block_product
    .hover_fly.mobile_hover_fly_show.fly_1
    a.ajax_add_to_cart_button
    span,
  .products_slider
    .ajax_block_product
    .hover_fly.mobile_hover_fly_show.fly_1
    a.view_button
    span {
    display: inline-block !important;
  }
  .product_list.grid .ajax_block_product .hover_fly.mobile_hover_fly_cart,
  .products_slider .ajax_block_product .hover_fly.mobile_hover_fly_cart {
    position: static;
  }
  .product_list.grid
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn,
  .products_slider
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn {
    display: none;
  }
  .product_list.grid
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn.ajax_add_to_cart_button,
  .products_slider
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn.ajax_add_to_cart_button {
    display: block;
    width: 100% !important;
    border-right: none;
  }
  .product_list.grid
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn.ajax_add_to_cart_button
    span,
  .products_slider
    .ajax_block_product
    .hover_fly.mobile_hover_fly_cart
    .hover_fly_btn.ajax_add_to_cart_button
    span {
    display: inline-block !important;
  }
  .moblie_flyout_buttons_show .countdown_wrap {
    bottom: 30px;
  }
  .moblie_flyout_buttons_show .countdown_wrap.v_middle {
    bottom: 50%;
  }
  .facet .collapse {
    display: none;
  }
  .facet .collapse.show {
    display: block;
  }
  .horizontal_filters .facet {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .horizontal_filters .facet .facet-title-mobile,
  .horizontal_filters .facet .facet_filter_box {
    width: 100%;
  }
  .news_letter_1 .st_news_letter_content {
    margin-bottom: 10px;
  }
  .sttext_banner_1_2 .sttext_banner_text {
    margin-bottom: 16px;
  }
  .pcomment_left {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_list.grid .product_list_item.first-item-of-tablet-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-tablet-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-tablet-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-tablet-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-tablet-line,
  .blog_row_list .first-item-of-tablet-line,
  .com_grid_view .first-item-of-tablet-line,
  .pro_itemlist .first-item-of-tablet-line,
  .subcate_grid_view .first-item-of-tablet-line {
    clear: both;
  }
  .pro_column_left {
    width: 40px;
  }
  .pro_column_right {
    margin-left: 50px;
  }
  form#searchbox input#search_query_block {
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .st_image_layered_description {
    font-size: 8px;
  }
  .flex_box.flex_column_sm,
  .flex_container.flex_column_sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .btn-mobile-full-width {
    width: 100%;
  }
  .width_90,
  .width_91,
  .width_92 {
    width: 95%;
  }
  .width_80,
  .width_81,
  .width_82 {
    width: 90%;
  }
  .width_70,
  .width_71,
  .width_72 {
    width: 85%;
  }
  .width_60,
  .width_61,
  .width_62 {
    width: 80%;
  }
  .width_50,
  .width_51,
  .width_52 {
    width: 75%;
  }
  .width_40,
  .width_41,
  .width_42 {
    width: 70%;
  }
  .width_30,
  .width_31,
  .width_32 {
    width: 65%;
  }
  .width_20,
  .width_21,
  .width_22 {
    width: 60%;
  }
  .width_10,
  .width_11,
  .width_12 {
    width: 50%;
  }
  ul.step li {
    float: none !important;
    margin: 0 auto;
    width: 80%;
  }
  ul.step li a,
  ul.step li span {
    display: block;
    border: 1px solid #ccc;
    border-bottom-width: 0;
  }
  ul.step li:last-child a,
  ul.step li:last-child span {
    border-bottom-width: 1px;
  }
  .product-quantity .qty_wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .product-quantity .add,
  .product-quantity .add_buy_now {
    display: block;
  }
  .pro_cart_block .product-quantity,
  .product-quantity #quantity_wanted {
    width: 100%;
  }
  #order-detail-content #cart_summary td {
    position: relative;
    width: 100% !important;
    float: left;
    text-align: left;
    white-space: normal;
  }
  #order-detail-content #cart_summary td.cart_avail {
    clear: both;
  }
  #order-detail-content #cart_summary td.cart_unit .price {
    text-align: left;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    clear: both;
  }
  #order-detail-content #cart_summary td.cart_delete {
    width: 100%;
    clear: both;
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
    top: -3px;
  }
  .delivery_options table td {
    width: 100% !important;
    text-align: left;
    white-space: normal;
  }
  .resp_table .resp_table:after,
  .resp_table .resp_table:before {
    content: " ";
    display: table;
  }
  .resp_table .resp_table:after {
    clear: both;
  }
  .resp_table > tbody > tr > td,
  .resp_table > tbody > tr > th,
  .resp_table > tfoot > tr > td,
  .resp_table > tfoot > tr > th,
  .resp_table > thead > tr > td,
  .resp_table > thead > tr > th {
    white-space: nowrap;
  }
  .resp_table td:before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    float: left;
  }
  .resp_table td.white_space_normal {
    white-space: normal;
  }
  .resp_table td .mobile_table_content {
    min-height: 16px;
    margin-left: 130px;
    text-align: left;
    border-bottom: none;
    white-space: normal;
  }
  .resp_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .resp_table table,
  .resp_table tbody,
  .resp_table td,
  .resp_table th,
  .resp_table thead,
  .resp_table tr {
    display: block;
  }
  .resp_table tr {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .resp_table.table-bordered > tbody > tr > td,
  .resp_table.table-bordered > tbody > tr > th,
  .resp_table.table-bordered > tfoot > tr > td,
  .resp_table.table-bordered > tfoot > tr > th,
  .resp_table.table-bordered > thead > tr > td,
  .resp_table.table-bordered > thead > tr > th {
    border: none;
    border-top: 1px solid #d6d4d4;
  }
  #cart_voucher,
  table#cart_summary_total {
    width: 100% !important;
    float: none;
  }
  .my_account_link.top_bar_item,
  .welcome.hidden_extra_small {
    display: none;
  }
  #footer #newsletter_block_left .newsletter-input {
    width: 160px !important;
    margin-bottom: 0;
  }
  .st_banner_block {
    margin-bottom: 20px;
  }
  .st_banner_1 .st_banner_block {
    text-align: center;
  }
  .product_link_nav.with_preview
    a#product_link_nav_next
    .product_link_nav_preview {
    right: 0;
    left: auto;
  }
  #new_comment_form .product .product_desc,
  #new_comment_form .product .product_name {
    margin-left: 0 !important;
  }
  #product_comments_block_tab div.comment .comment_author {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6px;
  }
  #product_comments_block_tab div.comment .comment_author .star_content {
    display: inline-block;
    vertical-align: top;
  }
  #product_comments_block_tab
    div.comment
    .comment_author
    .comment_author_infos {
    display: inline-block;
    margin-left: 6px;
  }
  #product_comments_block_tab
    div.comment
    .comment_author
    .comment_author_infos
    strong {
    display: inline-block;
  }
  #product_comments_block_tab div.comment .comment_actions,
  #product_comments_block_tab div.comment .comment_details {
    padding-left: 0;
    padding-right: 0;
  }
  .owl-carousel-banner,
  .st_swiper_banner {
    padding-top: 2em;
  }
  .carousel_banner_nbr_1 .st_owl_carousel_block,
  .st_swiper_banner_nbr_1 .swiper-slide {
    width: 100%;
  }
  .carousel_banner_nbr_3 .st_owl_carousel_block,
  .st_swiper_banner_nbr_3 .swiper-slide {
    float: left;
    width: 33.333%;
    padding-right: 1%;
    padding-left: 1%;
  }
  .carousel_banner_nbr_3 .st_owl_carousel_block:first-child,
  .st_swiper_banner_nbr_3 .swiper-slide:first-child {
    padding-right: 2%;
    padding-left: 0;
  }
  .carousel_banner_nbr_3 .st_owl_carousel_block:last-child,
  .st_swiper_banner_nbr_3 .swiper-slide:last-child {
    padding-right: 0;
    padding-left: 2%;
  }
  .carousel_banner_nbr_2 .st_owl_carousel_block,
  .carousel_banner_nbr_4 .st_owl_carousel_block,
  .carousel_banner_nbr_5 .st_owl_carousel_block,
  .carousel_banner_nbr_6 .st_owl_carousel_block {
    float: left;
    width: 50%;
  }
  .carousel_banner_nbr_2 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_4 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_5 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_6 .st_owl_carousel_block:nth-child(odd) {
    padding-right: 2%;
    clear: left;
  }
  .carousel_banner_nbr_2 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_4 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_5 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_6 .st_owl_carousel_block:nth-child(2n) {
    padding-left: 2%;
  }
  .st_swiper_banner_nbr_2 .swiper-slide,
  .st_swiper_banner_nbr_4 .swiper-slide,
  .st_swiper_banner_nbr_5 .swiper-slide,
  .st_swiper_banner_nbr_6 .swiper-slide {
    float: left;
    width: 50%;
  }
  .st_swiper_banner_nbr_2 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_4 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_5 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_6 .swiper-slide:nth-child(odd) {
    padding-right: 2%;
    clear: left;
  }
  .st_swiper_banner_nbr_2 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_4 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_5 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_6 .swiper-slide:nth-child(2n) {
    padding-left: 2%;
  }
  .blog_row_list .blog_image {
    float: none !important;
  }
  .blog_row_list .blog_info,
  .blog_row_list .blok_blog_short_content,
  .blog_row_list .s_title_block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .st_blog_comment_list .comment_child {
    padding-left: 20px;
  }
  #cmsinfo_block {
    border: none;
    margin-top: 10px;
  }
  #cmsinfo_block > div {
    padding-top: 20px;
  }
  table.table-product-discounts {
    width: 100%;
  }
  #stores .address-input {
    width: 100%;
    margin: 0 0 20px;
  }
  #stores #stores-table tbody td.name img {
    display: none;
  }
  #opc_account_choice .col-xs-12:first-child {
    margin-bottom: 2em;
  }
  .easyzoom.disable_easyzoom_on_mobile .easyzoom-flyout {
    display: none;
  }
  .easyzoom.is-ready.disable_easyzoom_on_mobile img {
    cursor: default;
  }
  .parallax_video_wrap .parallax_video_play {
    right: 1%;
    bottom: 1%;
  }
  .easycontent_s13 .easycontent_s13_left,
  .easycontent_s13 .easycontent_s13_right {
    text-align: center;
  }
  .box-cart-bottom #quantity_wanted_p {
    display: block;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .cart_quantity_button,
  .quantity_input_wrap,
  .s_quantity_input_wrap {
    display: block;
    width: 100%;
    padding: 0 33px;
  }
  .s_quantity_input_wrap {
    padding: 0 33px;
  }
  .itemlist_right .s_quantity_wanted {
    display: inline-block;
    margin-bottom: 0;
  }
  .s_quantity_wanted input {
    width: 32px;
  }
  .cart_quantity_down,
  .cart_quantity_up,
  .product_quantity_down,
  .product_quantity_up,
  .s_product_quantity_down,
  .s_product_quantity_up {
    height: 33px;
    line-height: 31px;
    width: 33px;
    font-size: 1.3em;
  }
  .cart_quantity_up,
  .product_quantity_up,
  .s_product_quantity_up {
    border-bottom-width: 1px;
  }
  .cart_quantity_down,
  .product_quantity_down,
  .s_product_quantity_down {
    left: 0;
    top: 0;
    right: auto;
    border-left-width: 1px;
    border-right-width: 0;
  }
  .box-cart-bottom #add_to_cart_wrap {
    display: block;
  }
  .box-info-product .exclusive {
    width: 100%;
  }
  .pb-center-column #buy_block label {
    display: block;
    width: auto;
    margin-bottom: 3px;
  }
  #attributes .attribute_list {
    display: block;
  }
  #attributes .attribute_list .form-control {
    max-width: none;
    width: 100%;
  }
  .product_list.list .blog_lr .pro_first_box {
    float: none;
  }
  .product_list.list .blog_lr .pro_second_box {
    margin-left: 0;
  }
  .product_list.list .ajax_block_product,
  .product_list.list .ajax_block_product:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .product_list.list .ajax_block_product .pro_first_box {
    float: none;
  }
  .product_list.list .ajax_block_product .pro_second_box {
    margin-left: 0 !important;
  }
  .product_list.grid .blog_lr .pro_first_box,
  .products_sldier_swiper .blog_lr .pro_first_box {
    float: none;
    margin-bottom: 10px;
  }
  .product_list.grid .blog_lr .pro_second_box,
  .products_sldier_swiper .blog_lr .pro_second_box {
    margin-left: 0;
  }
  #blockcart-modal .modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .page-order-confirmation #order-items {
    margin-bottom: 1.5rem;
  }
  .product_page_layout_1 .pro_cart_block .product-quantity,
  .product_page_layout_1 .product-add-to-cart .product-available,
  .product_page_layout_1 .product-description-short,
  .product_page_layout_1 .product-variants .product-variants-item {
    text-align: center;
  }
  .product_page_layout_1 .product-variants .product-variants-item ul {
    display: inline-block;
  }
  .product_page_layout_1 .pro_price_block,
  .product_page_layout_1 .product_name_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .product_page_layout_1 .product-variants .product-variants-item select {
    display: inline-block;
  }
  .product_page_layout_1 .pro_cart_block .btn-full-width,
  .product_page_layout_1 .product-quantity .qty_wrap,
  .product_page_layout_1 .product-variants .product-variants-item select {
    max-width: 380px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product_list.grid .product_list_item.first-item-of-mobile-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-mobile-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-mobile-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-mobile-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-mobile-line,
  .blog_row_list .first-item-of-mobile-line,
  .com_grid_view .first-item-of-mobile-line,
  .pro_itemlist .first-item-of-mobile-line,
  .subcate_grid_view .first-item-of-mobile-line {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .table td,
  .table th {
    padding: 4px;
  }
  .order-line .qty {
    margin-top: 10px;
  }
  .product_list.grid .product_list_item.first-item-of-portrait-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-portrait-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-portrait-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-portrait-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-portrait-line,
  .blog_row_list .first-item-of-portrait-line,
  .com_grid_view .first-item-of-portrait-line,
  .pro_itemlist .first-item-of-portrait-line,
  .subcate_grid_view .first-item-of-portrait-line {
    clear: both;
  }
  .content_sortPagiBar .display,
  .content_sortPagiBar .display_m,
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    display: none;
  }
  .carousel_banner_nbr_3 .st_owl_carousel_block {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .carousel_banner_nbr_3 .st_owl_carousel_block:first-child,
  .carousel_banner_nbr_3 .st_owl_carousel_block:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .carousel_banner_nbr_2 .st_owl_carousel_block,
  .carousel_banner_nbr_4 .st_owl_carousel_block,
  .carousel_banner_nbr_5 .st_owl_carousel_block,
  .carousel_banner_nbr_6 .st_owl_carousel_block {
    float: none;
    width: 100%;
  }
  .carousel_banner_nbr_2 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_2 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_4 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_4 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_5 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_5 .st_owl_carousel_block:nth-child(odd),
  .carousel_banner_nbr_6 .st_owl_carousel_block:nth-child(2n),
  .carousel_banner_nbr_6 .st_owl_carousel_block:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  .st_swiper_banner_nbr_3 .swiper-slide {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .st_swiper_banner_nbr_3 .swiper-slide:first-child,
  .st_swiper_banner_nbr_3 .swiper-slide:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .st_swiper_banner_nbr_2 .swiper-slide,
  .st_swiper_banner_nbr_4 .swiper-slide,
  .st_swiper_banner_nbr_5 .swiper-slide,
  .st_swiper_banner_nbr_6 .swiper-slide {
    float: none;
    width: 100%;
  }
  .st_swiper_banner_nbr_2 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_2 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_4 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_4 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_5 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_5 .swiper-slide:nth-child(odd),
  .st_swiper_banner_nbr_6 .swiper-slide:nth-child(2n),
  .st_swiper_banner_nbr_6 .swiper-slide:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  .layer_box {
    width: 280px;
    margin-left: -140px;
  }
  .layer_box .button-container .col-xxs-12:first-child {
    margin-bottom: 10px;
  }
  .st_blog_comment_list .comment_child {
    padding-left: 10px;
  }
  #cmsinfo_block > div {
    width: 100%;
    border-top: 1px solid #f2f2f2;
  }
  #footer #newsletter_block_left .newsletter-input {
    width: 110px !important;
  }
  .cart_navigation {
    text-align: center;
  }
  .cart_navigation .button-medium,
  .cart_navigation .pull-left,
  .cart_navigation .pull-right {
    float: none !important;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_list.grid .product_list_item.first-in-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-in-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-line,
  .blog_row_list .first-item-of-line,
  .com_grid_view .first-item-of-line,
  .pro_itemlist .first-item-of-line,
  .subcate_grid_view .first-item-of-line {
    clear: both;
  }
  .demo_product_pages {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    width: 1200px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .col-xl-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-xl-1-2 {
    right: 10%;
  }
  .pull-xl-1-5 {
    right: 12.5%;
  }
  .pull-xl-2-4 {
    right: 20%;
  }
  .push-xl-1-2 {
    left: 10%;
  }
  .push-xl-1-5 {
    left: 12.5%;
  }
  .push-xl-2-4 {
    left: 20%;
  }
  .offset-xl-1-2 {
    margin-left: 10%;
  }
  .offset-xl-1-5 {
    margin-left: 12.5%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .col-xl-10-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .pull-xl-10-8 {
    right: 90%;
  }
  .pull-xl-10-5 {
    right: 87.5%;
  }
  .pull-xl-9-6 {
    right: 80%;
  }
  .push-xl-10-8 {
    left: 90%;
  }
  .push-xl-10-5 {
    left: 87.5%;
  }
  .push-xl-9-6 {
    left: 80%;
  }
  .offset-xl-10-8 {
    margin-left: 90%;
  }
  .offset-xl-10-5 {
    margin-left: 87.5%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  #page_wrapper,
  .wide_container {
    max-width: 1200px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-1,
  .stmenu_vertical .stmenu_vs.col-md-1 {
    width: 76px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-2,
  .stmenu_vertical .stmenu_vs.col-md-2 {
    width: 153px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-3,
  .stmenu_vertical .stmenu_vs.col-md-3 {
    width: 230px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-4,
  .stmenu_vertical .stmenu_vs.col-md-4 {
    width: 307px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-5,
  .stmenu_vertical .stmenu_vs.col-md-5 {
    width: 384px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-6,
  .stmenu_vertical .stmenu_vs.col-md-6 {
    width: 461px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-7,
  .stmenu_vertical .stmenu_vs.col-md-7 {
    width: 538px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-8,
  .stmenu_vertical .stmenu_vs.col-md-8 {
    width: 615px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-9,
  .stmenu_vertical .stmenu_vs.col-md-9 {
    width: 691px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-10,
  .stmenu_vertical .stmenu_vs.col-md-10 {
    width: 768px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-11,
  .stmenu_vertical .stmenu_vs.col-md-11 {
    width: 845px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-12,
  .stmenu_vertical .stmenu_vs.col-md-12 {
    width: 922px;
  }
}
@media only screen and (min-width: 1200px) {
  #st_mega_menu_wrap .ma_level_0 {
    padding-left: 16px;
    padding-right: 16px;
  }
  body#index .menu_ver_open_lg .stmenu_vertical,
  body#index .stuck .menu_ver_open_lg.current .stmenu_vertical {
    display: block !important;
  }
  body#index .stuck .menu_ver_open_lg .stmenu_vertical {
    display: none !important;
  }
  #st_mega_menu_wrap .menu_ver_open_lg .ma_level_0 {
    z-index: 71;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .product_list.grid .product_list_item.first-item-of-desktop-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-desktop-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-desktop-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-desktop-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-desktop-line,
  .blog_row_list .first-item-of-desktop-line,
  .com_grid_view .first-item-of-desktop-line,
  .pro_itemlist .first-item-of-desktop-line,
  .subcate_grid_view .first-item-of-desktop-line {
    clear: both;
  }
  .owl-carousel-banner.carousel_banner_nbr_2 .st_owl_carousel_block {
    margin-bottom: 30px;
  }
  .owl-carousel-banner.carousel_banner_nbr_3 .st_owl_carousel_block {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    width: 1440px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xxl-0 {
    right: auto;
  }
  .pull-xxl-1 {
    right: 8.33333%;
  }
  .pull-xxl-2 {
    right: 16.66667%;
  }
  .pull-xxl-3 {
    right: 25%;
  }
  .pull-xxl-4 {
    right: 33.33333%;
  }
  .pull-xxl-5 {
    right: 41.66667%;
  }
  .pull-xxl-6 {
    right: 50%;
  }
  .pull-xxl-7 {
    right: 58.33333%;
  }
  .pull-xxl-8 {
    right: 66.66667%;
  }
  .pull-xxl-9 {
    right: 75%;
  }
  .pull-xxl-10 {
    right: 83.33333%;
  }
  .pull-xxl-11 {
    right: 91.66667%;
  }
  .pull-xxl-12 {
    right: 100%;
  }
  .push-xxl-0 {
    left: auto;
  }
  .push-xxl-1 {
    left: 8.33333%;
  }
  .push-xxl-2 {
    left: 16.66667%;
  }
  .push-xxl-3 {
    left: 25%;
  }
  .push-xxl-4 {
    left: 33.33333%;
  }
  .push-xxl-5 {
    left: 41.66667%;
  }
  .push-xxl-6 {
    left: 50%;
  }
  .push-xxl-7 {
    left: 58.33333%;
  }
  .push-xxl-8 {
    left: 66.66667%;
  }
  .push-xxl-9 {
    left: 75%;
  }
  .push-xxl-10 {
    left: 83.33333%;
  }
  .push-xxl-11 {
    left: 91.66667%;
  }
  .push-xxl-12 {
    left: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xxl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-xxl-1-2 {
    right: 10%;
  }
  .pull-xxl-1-5 {
    right: 12.5%;
  }
  .pull-xxl-2-4 {
    right: 20%;
  }
  .push-xxl-1-2 {
    left: 10%;
  }
  .push-xxl-1-5 {
    left: 12.5%;
  }
  .push-xxl-2-4 {
    left: 20%;
  }
  .offset-xxl-1-2 {
    margin-left: 10%;
  }
  .offset-xxl-1-5 {
    margin-left: 12.5%;
  }
  .offset-xxl-2-4 {
    margin-left: 20%;
  }
  .col-xxl-10-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xxl-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxl-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .pull-xxl-10-8 {
    right: 90%;
  }
  .pull-xxl-10-5 {
    right: 87.5%;
  }
  .pull-xxl-9-6 {
    right: 80%;
  }
  .push-xxl-10-8 {
    left: 90%;
  }
  .push-xxl-10-5 {
    left: 87.5%;
  }
  .push-xxl-9-6 {
    left: 80%;
  }
  .offset-xxl-10-8 {
    margin-left: 90%;
  }
  .offset-xxl-10-5 {
    margin-left: 87.5%;
  }
  .offset-xxl-9-6 {
    margin-left: 80%;
  }
  #page_wrapper,
  .wide_container {
    max-width: 1440px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-1,
  .stmenu_vertical .stmenu_vs.col-md-1 {
    width: 91px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-2,
  .stmenu_vertical .stmenu_vs.col-md-2 {
    width: 183px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-3,
  .stmenu_vertical .stmenu_vs.col-md-3 {
    width: 275px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-4,
  .stmenu_vertical .stmenu_vs.col-md-4 {
    width: 367px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-5,
  .stmenu_vertical .stmenu_vs.col-md-5 {
    width: 459px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-6,
  .stmenu_vertical .stmenu_vs.col-md-6 {
    width: 551px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-7,
  .stmenu_vertical .stmenu_vs.col-md-7 {
    width: 643px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-8,
  .stmenu_vertical .stmenu_vs.col-md-8 {
    width: 735px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-9,
  .stmenu_vertical .stmenu_vs.col-md-9 {
    width: 826px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-10,
  .stmenu_vertical .stmenu_vs.col-md-10 {
    width: 918px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-11,
  .stmenu_vertical .stmenu_vs.col-md-11 {
    width: 1010px;
  }
  #st_mega_menu_column_block .stmenu_sub.col-md-12,
  .stmenu_vertical .stmenu_vs.col-md-12 {
    width: 1102px;
  }
}
@media only screen and (min-width: 1440px) {
  body#index .menu_ver_open_xl .stmenu_vertical,
  body#index .stuck .menu_ver_open_xl.current .stmenu_vertical {
    display: block !important;
  }
  body#index .stuck .menu_ver_open_xl .stmenu_vertical {
    display: none !important;
  }
  #st_mega_menu_wrap .menu_ver_open_xl .ma_level_0 {
    z-index: 71;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .product_list.grid .product_list_item.first-item-of-large-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-large-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-large-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-large-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-large-line,
  .blog_row_list .first-item-of-large-line,
  .com_grid_view .first-item-of-large-line,
  .pro_itemlist .first-item-of-large-line,
  .subcate_grid_view .first-item-of-large-line {
    clear: both;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .col-fw {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-fw-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-fw-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-fw-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-fw-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fw-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-fw-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-fw-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fw-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-fw-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-fw-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fw-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-fw-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-fw-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-fw-0 {
    right: auto;
  }
  .pull-fw-1 {
    right: 8.33333%;
  }
  .pull-fw-2 {
    right: 16.66667%;
  }
  .pull-fw-3 {
    right: 25%;
  }
  .pull-fw-4 {
    right: 33.33333%;
  }
  .pull-fw-5 {
    right: 41.66667%;
  }
  .pull-fw-6 {
    right: 50%;
  }
  .pull-fw-7 {
    right: 58.33333%;
  }
  .pull-fw-8 {
    right: 66.66667%;
  }
  .pull-fw-9 {
    right: 75%;
  }
  .pull-fw-10 {
    right: 83.33333%;
  }
  .pull-fw-11 {
    right: 91.66667%;
  }
  .pull-fw-12 {
    right: 100%;
  }
  .push-fw-0 {
    left: auto;
  }
  .push-fw-1 {
    left: 8.33333%;
  }
  .push-fw-2 {
    left: 16.66667%;
  }
  .push-fw-3 {
    left: 25%;
  }
  .push-fw-4 {
    left: 33.33333%;
  }
  .push-fw-5 {
    left: 41.66667%;
  }
  .push-fw-6 {
    left: 50%;
  }
  .push-fw-7 {
    left: 58.33333%;
  }
  .push-fw-8 {
    left: 66.66667%;
  }
  .push-fw-9 {
    left: 75%;
  }
  .push-fw-10 {
    left: 83.33333%;
  }
  .push-fw-11 {
    left: 91.66667%;
  }
  .push-fw-12 {
    left: 100%;
  }
  .offset-fw-0 {
    margin-left: 0;
  }
  .offset-fw-1 {
    margin-left: 8.33333%;
  }
  .offset-fw-2 {
    margin-left: 16.66667%;
  }
  .offset-fw-3 {
    margin-left: 25%;
  }
  .offset-fw-4 {
    margin-left: 33.33333%;
  }
  .offset-fw-5 {
    margin-left: 41.66667%;
  }
  .offset-fw-6 {
    margin-left: 50%;
  }
  .offset-fw-7 {
    margin-left: 58.33333%;
  }
  .offset-fw-8 {
    margin-left: 66.66667%;
  }
  .offset-fw-9 {
    margin-left: 75%;
  }
  .offset-fw-10 {
    margin-left: 83.33333%;
  }
  .offset-fw-11 {
    margin-left: 91.66667%;
  }
  .col-fw-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-fw-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-fw-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pull-fw-1-2 {
    right: 10%;
  }
  .pull-fw-1-5 {
    right: 12.5%;
  }
  .pull-fw-2-4 {
    right: 20%;
  }
  .push-fw-1-2 {
    left: 10%;
  }
  .push-fw-1-5 {
    left: 12.5%;
  }
  .push-fw-2-4 {
    left: 20%;
  }
  .offset-fw-1-2 {
    margin-left: 10%;
  }
  .offset-fw-1-5 {
    margin-left: 12.5%;
  }
  .offset-fw-2-4 {
    margin-left: 20%;
  }
  .col-fw-10-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-fw-10-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-fw-9-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .pull-fw-10-8 {
    right: 90%;
  }
  .pull-fw-10-5 {
    right: 87.5%;
  }
  .pull-fw-9-6 {
    right: 80%;
  }
  .push-fw-10-8 {
    left: 90%;
  }
  .push-fw-10-5 {
    left: 87.5%;
  }
  .push-fw-9-6 {
    left: 80%;
  }
  .offset-fw-10-8 {
    margin-left: 90%;
  }
  .offset-fw-10-5 {
    margin-left: 87.5%;
  }
  .offset-fw-9-6 {
    margin-left: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .product_list.grid .product_list_item.first-item-of-screen-line {
    clear: both;
  }
  .product_list.grid .product_list_item.first-screen-line {
    border-top: none;
    padding-top: 0;
  }
  .pro_itemlist .ajax_block_product.first-item-of-screen-line {
    clear: both;
  }
  .pro_itemlist .ajax_block_product.first-screen-line {
    border-top: none;
  }
  .blog_list_grid .first-item-of-screen-line,
  .blog_row_list .first-item-of-screen-line,
  .com_grid_view .first-item-of-screen-line,
  .pro_itemlist .first-item-of-screen-line,
  .subcate_grid_view .first-item-of-screen-line {
    clear: both;
  }
  body#index .menu_ver_open_xxl .stmenu_vertical,
  body#index .stuck .menu_ver_open_xxl.current .stmenu_vertical {
    display: block !important;
  }
  body#index .stuck .menu_ver_open_xxl .stmenu_vertical {
    display: none !important;
  }
  #st_mega_menu_wrap .menu_ver_open_xxl .ma_level_0 {
    z-index: 71;
  }
}
.animation_enabled .st_animate {
  opacity: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.fast {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownLarge {
  -webkit-animation-name: fadeInDownLarge;
  animation-name: fadeInDownLarge;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}
#opal_manage_quantity_product {
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  font-size: 0.875rem;
  padding: 0 1rem;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #444;
}
.ls-container {
  clear: both;
  visibility: hidden;
  position: relative;
  max-width: 100%;
}
.ls-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  z-index: 30;
}
.ls-wp-fullwidth-container {
  width: 100%;
  position: relative;
}
.ls-wp-fullwidth-helper {
  position: absolute;
}
.ls-layers,
.ls-slide-backgrounds,
.ls-background-videos,
.ls-bg-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ls-wrapper {
  padding: 0 !important;
  visibility: visible !important;
  border: 0 !important;
  z-index: 1;
}
.ls-background-videos {
  z-index: 1;
}
.ls-bg-video-overlay {
  z-index: 21;
  background-repeat: repeat;
  background-position: center center;
}
.ls-slide-backgrounds {
  z-index: 2;
}
.ls-layers {
  z-index: 35;
}
.ls-parallax,
.ls-in-out,
.ls-z {
  position: absolute !important;
}
.ls-parallax,
.ls-z {
  width: 0 !important;
  height: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  display: block !important;
  overflow: visible !important;
}
.ls-in-out {
  display: none;
}
.ls-loop,
.ls-clip {
  position: absolute !important;
  display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-loop,
.ls-z {
  background: none !important;
}
.ls-parallax,
.ls-bg-wrap,
.ls-loop {
  margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer .ls-wrapper > .ls-bg {
  line-height: normal;
  white-space: nowrap;
  word-wrap: normal;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
  position: static !important;
  display: block !important;
  -o-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.ls-bg-wrap,
.ls-bg-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ls-bg-wrap {
  display: none;
}
.ls-bg-outer {
  overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
  cursor: pointer !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
  -o-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
}
.ls-gui-element {
  z-index: 40;
}
.ls-loading-container {
  position: absolute !important;
  display: none;
  left: 50% !important;
  top: 50% !important;
}
.ls-loading-indicator {
  margin: 0 auto;
}
.ls-bottom-slidebuttons {
  text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ls-below-thumbnails {
  display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none;
}
.ls-bottom-slidebuttons {
  position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative;
}
.ls-nothumb {
  text-align: center !important;
}
.ls-link,
.ls-link:hover {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.ls-link {
  display: none;
}
.ls-link-on-top {
  z-index: 999999 !important;
}
.ls-link,
.ls-wrapper > a > * {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden;
}
.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: 0.55;
  top: 0;
}
.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.65;
  display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
  box-sizing: border-box !important;
}
.ls-ct-half {
  border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
  position: absolute;
}
.ls-ct-left {
  left: 0;
}
.ls-ct-right {
  left: 50%;
}
.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0;
}
.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0;
}
.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-half {
  width: 200%;
  height: 100%;
}
.ls-ct-center {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 4px solid black;
  opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.ls-slidebar-container {
  margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
  position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
  position: absolute;
  left: 0;
  top: 0;
}
.ls-progressbar {
  width: 0;
  height: 100%;
  z-index: 1;
}
.ls-slidebar-slider-container {
  z-index: 2;
}
.ls-slidebar-slider {
  position: static !important;
  cursor: pointer;
}
.ls-slidebar {
  height: 10px;
  background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
  border-radius: 10px;
}
.ls-progressbar {
  background-color: #bbb;
}
.ls-slidebar-slider-container {
  top: 50%;
}
.ls-slidebar-slider {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #8e8f9f;
}
.ls-slidebar-light .ls-slidebar {
  height: 8px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
  border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
  background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
  top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #eee;
  border: 1px solid #bbb;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #8e8f9f;
}
.ls-tn {
  display: none !important;
}
.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0;
}
.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden;
}
.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0;
}
.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ls-thumbnail {
  position: relative;
  margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%;
}
.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative;
}
.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative;
}
.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
}
.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important;
}
.ls-touchscroll {
  overflow-x: auto !important;
}
.ls-shadow {
  display: none;
  position: absolute;
  z-index: 10 !important;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden;
}
.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.ls-media-layer {
  overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ls-videopreview {
  background-size: cover;
  background-position: center center;
}
.ls-videopreview {
  z-index: 1;
}
.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}
.ls-autoplay .ls-playvideo {
  display: none !important;
}
.ls-forcehide {
  display: none !important;
}
.ls-yourlogo {
  position: absolute;
  z-index: 50;
}
.ls-slide-transition-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
  text-align: left !important;
}
.ls-slide-transition-tile {
  position: relative;
  float: left;
}
.ls-slide-transition-tile img {
  visibility: visible;
  margin: 0 !important;
}
.ls-curtiles {
  overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-curtile,
.ls-nexttile {
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ls-nexttile {
  display: none;
}
.ls-3d-container {
  position: relative;
  overflow: visible !important;
  -ms-perspective: none !important;
  -moz-perspective: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
}
.ls-3d-box {
  position: absolute;
}
.ls-3d-box div {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #8e8f9f;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
  background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
  -ms-perspective: 1500px;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box,
.ls-3d-box div {
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ls-visible {
  overflow: visible !important;
}
.ls-unselectable {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-overflowx-hidden {
  overflow-x: hidden;
}
.ls-overflow-visible {
  overflow: visible !important;
}
.ls-overflowy-hidden {
  overflow-y: hidden;
}
.ls-hidden {
  width: 0px !important;
  height: 0px !important;
  position: absolute;
  left: -5000px;
  top: -5000px;
  z-index: -1;
  overflow: hidden !important;
  visibility: hidden !important;
  display: block !important;
}
.ls-slide {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  background: none;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
  position: absolute !important;
  white-space: nowrap;
}
.ls-fullscreen {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}
.ls-fullscreen .ls-container {
  background-color: black;
  margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: black;
  overflow: hidden !important;
  position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.ls-layer .split-item {
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: inherit;
  color: inherit;
}
html .ls-nav-prev,
body .ls-nav-prev,
#ls-global .ls-nav-prev,
html .ls-nav-next,
body .ls-nav-next,
#ls-global .ls-nav-next,
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img,
html .ls-bottom-nav-wrapper a,
body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html .ls-container .ls-fullscreen,
body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html .ls-thumbnail a,
body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
  transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0;
}
html .ls-wrapper > a,
body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html .ls-wrapper > p,
body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html .ls-wrapper > h1,
body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html .ls-wrapper > h2,
body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html .ls-wrapper > h3,
body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html .ls-wrapper > h4,
body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html .ls-wrapper > h5,
body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html .ls-wrapper > img,
body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html .ls-wrapper > div,
body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html .ls-wrapper > span,
body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html .ls-wrapper .ls-bg,
body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html .ls-wrapper .ls-layer,
body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html .ls-slide .ls-layer,
body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html .ls-slide a .ls-layer,
body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
  transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border-width: 0;
}
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *,
body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
  margin: 0;
}
html .ls-wp-container .ls-wrapper > a,
body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
  text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
  box-sizing: content-box !important;
}
html .ls-yourlogo,
body .ls-yourlogo,
#ls-global .ls-yourlogo {
  margin: 0;
}
html .ls-tn,
body .ls-tn,
#ls-global .ls-tn {
  display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
  line-height: 0;
  font-size: 0;
}
html .ls-container video,
body .ls-container video,
#ls-global .ls-container video {
  max-width: none !important;
}
html .ls-container,
body .ls-container,
#ls-global .ls-container,
html .ls-container .ls-slide-transition-wrapper,
body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html .ls-container .ls-slide-transition-wrapper *,
body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html .ls-container .ls-bottom-nav-wrapper *,
body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html .ls-container .ls-bottom-nav-wrapper span *,
body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html .ls-direction-fix,
body .ls-direction-fix,
#ls-global .ls-direction-fix {
  direction: ltr !important;
}
html .ls-container,
body .ls-container,
#ls-global .ls-container {
  float: none !important;
}
.ls-notification {
  position: relative;
  margin: 10px auto;
  padding: 10px 10px 15px 88px;
  border-radius: 5px;
  background: #de4528;
  color: white !important;
  font-family: "Open Sans", arial, sans-serif !important;
}
.ls-notification a {
  color: white !important;
  text-decoration: underline !important;
}
.ls-notification-logo {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 56px;
  height: 56px;
  font-size: 49px;
  line-height: 53px;
  border-radius: 56px;
  background-color: white;
  color: #de4528;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.ls-notification strong {
  color: white !important;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal !important;
}
.ls-notification span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: justify !important;
}
@media screen and (max-width: 767px) {
  .ls-container .ls-layers > .ls-hide-on-phone,
  .ls-container .ls-background-videos .ls-hide-on-phone video,
  .ls-container .ls-background-videos .ls-hide-on-phone audio,
  .ls-container .ls-background-videos .ls-hide-on-phone iframe {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ls-container .ls-layers > .ls-hide-on-tablet,
  .ls-container .ls-background-videos .ls-hide-on-tablet video,
  .ls-container .ls-background-videos .ls-hide-on-tablet audio,
  .ls-container .ls-background-videos .ls-hide-on-tablet iframe {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .ls-container .ls-layers > .ls-hide-on-desktop,
  .ls-container .ls-background-videos .ls-hide-on-desktop video,
  .ls-container .ls-background-videos .ls-hide-on-desktop audio,
  .ls-container .ls-background-videos .ls-hide-on-desktop iframe {
    display: none !important;
  }
}
.ls-container .ls-background-videos .ls-vpcontainer {
  z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
  background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
  position: relative;
  z-index: 20;
}
@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}
.product_img_link img.front-image,
.product_image img.front-image {
  top: 0;
}
.product_img_link img.back-image,
.product_image img.back-image {
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.pro_first_box.showhoverimage .product_img_link img.back-image,
.pro_first_box.showhoverimage .product_image img.back-image {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.ins_image_wrap {
  line-height: 150%;
  padding: 0;
}
.ins_image_box {
  display: block;
  position: relative;
}
.ins_image_box:hover .ins_external,
.ins_image_box:hover .ins_view_larger {
  display: block;
}
.ins_image_link.scaling:hover .ins_image,
.ins_image_link.scaling:hover .ins_force_square {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ins_image_link.scaling_down .ins_image,
.ins_image_link.scaling_down .ins_force_square {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ins_image_link.scaling_down:hover .ins_image,
.ins_image_link.scaling_down:hover .ins_force_square {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ins_image_link.scaling:hover .ins_force_square .ins_image,
.ins_image_link.scaling.scaling_down .ins_force_square .ins_image,
.ins_image_link.scaling_down:hover .ins_force_square .ins_image {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ins_image_link {
  display: block;
  position: relative;
  overflow: hidden;
}
.ins_image {
  max-width: 100%;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_image_layer {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_image_info {
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}
.ins_image_info:hover {
  background: rgba(0, 0, 0, 0.4);
}
.ins_image_info .ins_image_info_likes,
.ins_image_info .ins_image_info_comments,
.ins_image_info .ins_image_info_username,
.ins_image_info .ins_image_info_timestamp,
.ins_image_info .ins_image_info_desc {
  display: none;
}
.ins_image_info .ins_image_info_likes.show_default,
.ins_image_info .ins_image_info_comments.show_default,
.ins_image_info:hover .ins_image_info_likes,
.ins_image_info:hover .ins_image_info_comments {
  display: inline-block;
}
.ins_image_info .ins_image_info_username.show_default,
.ins_image_info .ins_image_info_timestamp.show_default,
.ins_image_info .ins_image_info_desc.show_default,
.ins_image_info:hover .ins_image_info_username,
.ins_image_info:hover .ins_image_info_timestamp,
.ins_image_info:hover .ins_image_info_desc {
  display: block;
}
.ins_image_info .ins_image_info_basic span {
  padding: 0 6px;
  font-size: 1.333em;
}
.ins_image_info_block .ins_image_info_basic span,
.ins_image_info_block .ins_image_info_timestamp {
  display: inline-block;
  padding-right: 6px;
}
.instagram_con {
  margin-bottom: 0;
}
.instagram_con.com_grid_view.row {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
.ins_image_info .ins_image_info_desc {
  margin-top: 1em;
}
.ins_imagetype,
.ins_view_larger {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 5;
  font-size: 1.5em;
}
.ins_imagetype {
  display: block;
}
.ins_videoicon {
  font-size: 2em;
}
.ins_view_larger {
  top: auto;
  bottom: 10px;
}
.ins_external {
  display: none;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 26px;
  z-index: 5;
  bottom: 0;
  color: #444;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.ins_external:hover {
  color: #444;
  background: #fff;
}
.ins_pro_c {
  display: inline-block;
  margin-right: 6px;
}
.ins_pro_c_v {
  font-weight: 700;
  margin-right: 4px;
  color: #444;
}
.instagram_block_footer .ins_pro_c {
  min-width: 60px;
  text-align: center;
  margin-right: 0;
}
.instagram_block_footer .ins_pro_c_v {
  display: block;
  margin-right: 0;
}
.instagram_block_footer .ins_pro_c_k {
  display: block;
  font-size: 0.833em;
}
.ins_profile_img,
.ins_fancy_profile_img,
.instagram_list {
  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;
  width: 100%;
  -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;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 8px;
}
.ins_fancy_profile_img {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.instagram_list {
  -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;
}
.ins_profile_img_left {
  display: none;
  width: 70px;
}
.ins_fancy_profile_img_left {
  display: none;
  width: 30px;
}
.ins_show_avatar .ins_profile_img_left,
.ins_show_avatar .ins_fancy_profile_img_left {
  display: block;
}
.ins_profile_img_right,
.ins_fancy_profile_img_right {
  padding: 0 6px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.instagram_list {
  margin: 0;
  text-align: center;
}
.instagram_list li {
  display: inline-block;
  padding: 6px;
}
.instagram_list img {
  width: 80px;
}
.ins_connecting {
  text-align: center;
}
.ins_spinner {
  display: none;
  margin: 20px auto;
  border-radius: 6px;
  background: #fff;
  height: 50px;
  width: 50px;
  background: url(data:image/gif;base64,R0lGODlhEAAFAOMAALSytNze3PT29MTCxOzu7Pz+/Ly6vOTi5Pz6/MzKzAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQIBwAAACwAAAAAEAAFAAAEKbCcIEpBISCLD0oAYFhDOFxGCIYAIbCAQMCrUZXAiaRAUmSVC9AiyBQiACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQq8Kmw3jOEGIubYQCQbMUwFNdhOmHomeYiwMMRjkZ5XsxqKI7KJSPEEB4RACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQrsKhAWivnFItFGQBgbAGCBJdjKgnQHoxpMouMgMnYlGe6NpMFJ8OwMDKNCAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMOBTMImiPILwmGjzGABwrFAQQCdiD0sMOASbjZAQBmAygqIWKJwYO1GgdEqtqgJFCAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzEwsT09vR8eny0srRUUlTs7uzMysz8/vy8urw8Pjzk4uT8+vy0trTMzswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFL6DzBIiiOILgmGjjFABwEMpgGMO53AnDxBDH7UZADA0wGcFhw50ePBGJlaKdUooQACH5BAgHAAAALAAAAAAQAAUAhBweHJyanNze3PTy9Ly6vGRmZOzq7Pz6/DQ2NKyqrMzKzCQiJOTi5PT29MTCxOzu7Pz+/LSytAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUx4JEEBgQdgnCYKHMUAIAMkBNFzkncyhIvjsPt1ngMIwXfrHbLHXYRhYjESjVMjRQkBAAh+QQIBwAAACwAAAAAEAAFAIQEAgSMjozMyszk5uT09vRUUlS0srQcGhzc3tzs7uz8/vzEwsQEBgScnpz8+vy8urwcHhzk4uT08vQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMSDRBIOiOAjimGjkFABwSMpiGMv53AITAwvC7UZIDA0wWaJ2yzl2BoGIxEoRTISUIgQAIfkECAcAAAAsAAAAABAABQCEHB4clJaU1NLU7OrstLK09Pb0ZGZkNDY0rKqs3N7c9PL0zMrM/P78JCIknJqc7O7svLq8/Pr85OLkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVghDgDw0SCUJhRIkUGABwKgwQBckIEsTSyxkKBwykevZ4BSLPhEJEIzycKlBgFwWKFTSQYIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeAhBck0HcNwmIfgHBEAINC0FNFyMobxNA2ZgoArFAiJXi82q90Ki4OopxqVJpDHoIYVCCYhACH5BAgHAAAALAAAAAAQAAUAhFxaXLSytNze3MzKzPT29Hx6fLy6vGxqbOzu7Pz+/FxeXLS2tOTi5NTW1Pz6/IyOjLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0oAMtSJIQhkGYjsA4DwAcTlLIReIYQTAoMkADEQQgEL1ebEZw3Ga6RW8gCpROi8XqJBAkQgAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNOChOAMEDUlSQofAHAGCLAdUAEDBEomkRAigwIDDGR6SpCQWodlwugPPBxk9TKhEw9RwQUIAIfkECAcAAAAsAAAAABAABQCEHB4clJaUzM7M7O7stLK03N7c/Pr8zMrMnJ6c9Pb0vLq85ObkTEpM1NbU9PL0tLa05OLk/P78pKKkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTRg1AhJFDmS5JhGARlPEEhGxAAAExkKQRwyGWSBwy0GPp9ChjAYbrld72doHFanFDZRKERCACH5BAgHAAAALAAAAAAQAAUAgwQCBJSWlNze3PTy9LSytPz6/Ozu7MzKzDQyNOTi5PT29Ly6vPz+/AAAAAAAAAAAAAQtkCWhGBshDFtEKgdBLBYCAAhTLGIoEkZynonxEu5SmajK4gwBxWLIGCwKISMCACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlMzOzOzu7LSytNze3Pz6/MzKzJyenPT29Ly6vOTm5ExKTNTW1PTy9LS2tOTi5Pz+/KSipAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0YAQVSRQ5kuSYidBEB0EoJgMATGRIQfDIssHidlsser0Y4WGI2HA6RI8QKZBMKBX20DCEAAAh+QQIBwAAACwAAAAAEAAFAIQ8OjykoqTc3tz08vS8urxkYmTs6uz8+vx0dnSsrqzMysyEhoTk4uT09vTEwsTs7uz8/vx8eny0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNCDECA0EDUkymIOjHIokEWYBAAV0LAgSSAmZwXC7GQSISDKWoEFsOEhjoQyISKxU6eQ6hAAAIfkECAcAAAAsAAAAABAABQCEXFpctLK03N7czMrM9Pb0fHp8vLq8bGps7O7s/P78XF5ctLa05OLk1NbU/Pr8jI6MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTVgwghEkhCGUSbIAjlDEBhmAQBF4hz3I8sIxO2GaAwVscDC4bABDice4JEQkEyExWKFCEAIIQAh+QQIBwAAACwAAAAAEAAFAIQ8OjykpqTc3tzExsT08vR0dnS0srT8+vxUUlTs7uzMzsyUkpS8urw8Pjzk4uTMysz09vR8eny0trT8/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNeDkCNA0HcNwmEkgHY9hMOZSRMsEIQAQybJEIlIoEhQ9QCNmeE1suMNOGZkISCbUoDRpGSAhACH5BAgHAAAALAAAAAAQAAUAhBweHJSWlNTS1Ozq7LSytPT29GRmZDQ2NKyqrNze3PTy9MzKzPz+/CQiJJyanOzu7Ly6vPz6/OTi5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzICMlBcNEglAyg4MUC0FAJhIECKMcAGDIsoHidlMsAA1kbFa7ISK7noGRIJkKgsWq9QwBACH5BAgHAAAALAAAAAAQAAUAhAQCBIyOjMzKzOTm5PT29FRSVLSytBwaHNze3Ozu7Pz+/MTCxAQGBJyenPz6/Ly6vBweHOTi5PTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoBIhhKI4COKYQ9A4gmE85iIvigQBQCHLCcLPQFjwAIzYrGQz4CQHXkGRKp2qLBchBAAh+QQIBwAAACwAAAAAEAAFAIQcHhycmpzc3tz08vS8urxkZmTs6uz8+vw0NjSsqqzMyswkIiTk4uT09vTEwsTs7uz8/vy0srQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFLyDECA0EHYJwmEaQNEoUEaYjO9CAAEAhy4bGLwIDLIyxWckWwel4BUiqdJqyXIcQACH5BAgHAAAALAAAAAAQAAUAhDw6PKSmpNze3MTCxPT29Hx6fLSytFRSVOzu7MzKzPz+/Ly6vDw+POTi5Pz6/LS2tMzOzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUxoNIIhKI4guCYSPA4iWEs5iAPCnEAQCHLCMLPQIDwAIyY4aWwGXA6ZEGRKp2qrAAxBAAh+QQIBwAAACwAAAAAEAAFAIRcWly0srTc3tzMysz09vS8vryMjoxsamy8urzs7uz8/vxcXly0trTk4uTU1tT8+vzEwsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMqDSCISiPILwmAkDPUMQICYkQ+cBAIYsJwRfgODY7WIBxsoWKCgIOp4iVTqlTIpEkxACACH5BAgHAAAALAAAAAAQAAUAg3R2dMTCxOTi5KSipPTy9Pz6/ISGhNze3LSytHx6fMzKzOzu7PT29Pz+/Ly6vAAAAAQtsInDWivnFEuCKgqCOFYgBpcBAIMoLoyLMEcCJEk4ViaCMgbboJGpXIocTyECACH5BAgHAAAALAAAAAAQAAUAg5SWlMzOzOzu7LSytNze3MTCxPz6/Ly6vOTm5JyenNTW1PT29LS2tOTi5MzKzPz+/AQt8DWy3jOEGLuCes4wHFYhFlcCAIcoCos7LMi6hgOzmQNqqIDBI1O5EDkOhSECADs=)
    no-repeat center center;
}
.ins_connecting .ins_spinner {
  display: inline-block;
}
.ins_ajax_error_box {
  display: none;
}
.ins_ajax_error .ins_ajax_error_box {
  display: inline-block;
}
.ins_profile_name {
  display: block;
  font-size: 1.166em;
  font-weight: 700;
  margin-bottom: 6px;
}
.ins_image_info_basic,
.ins_image_info_username,
.ins_image_info_timestamp,
.ins_image_info_desc {
  margin-bottom: 4px;
}
.ins_profile_counts {
  margin-bottom: 6px;
}
.ins_image_info_block {
  padding: 6px;
  background: #fff;
}
.ins_image_info_username {
  font-weight: 700;
}
.ins_extra_box {
  text-align: center;
  padding: 10px 0;
}
.ins_btn {
  padding: 6px 18px;
  font-size: 1.166em;
  color: #fff;
  background: #4ea1bf;
  border-radius: 4px;
  outline: 0;
}
.ins_profile_img_right a.ins_follow_btn {
  color: #fff;
}
.ins_btn:hover,
.ins_btn.ins_loading,
.ins_btn:active,
.ins_btn:focus,
.ins_profile_img_right a.ins_follow_btn:hover {
  background: #484848;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.ins_btn i,
.ins_fancy_info_item i {
  margin-right: 4px;
}
.ins_btn.disabled {
  background: #ccc;
  color: #fff;
}
.ins_load_more {
  display: none;
  max-width: 220px;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.ins_load_more.ins_has_more {
  display: inline-block;
}
.ins_ajax_error .ins_extra_box,
.ins_connecting .ins_extra_box {
  display: none;
}
.ins_follow_btn {
  display: inline-block;
}
.ins_fancy_info_item {
  margin-right: 6px;
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #ccc;
}
.ins_fancy_info_item:last-child {
  border-right: none;
}
.profile_picture img {
  border-radius: 4px;
  height: auto;
  max-width: 100%;
}
.ins_round_avatar .profile_picture img {
  border-radius: 918px;
}
.ins_round_avatar .profile_picture img {
  border-radius: 918px;
}
#ins_video_player {
  max-width: 100%;
  max-height: 98%;
}
.ins_fancy_nav {
  color: #fff;
  position: absolute;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 100px;
  top: 50%;
  margin-top: -20px;
  z-index: 8040;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}
.ins_fancy_nav:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  outline: none;
}
.ins_fancy_next {
  right: 0;
}
.ins_fancy_prev {
  left: 0;
}
.ins_fancy_profile_img_right a {
  font-weight: 700;
}
.ins_profile_img,
.ins_profile_counts {
  padding: 6px;
  margin: 0;
}
.ins_profile_counts {
  padding: 10px 6px;
}
.ins_fancy_box {
  color: #777;
}
.ins_fancy_box a,
.ins_profile_img_right a,
.ins_image_info_block a,
.ins_image_info_block .ins_image_info_username {
  color: #484848;
}
.ins_fancy_box a:hover,
.ins_profile_img_right a:hover,
.ins_image_info_block a:hover {
  color: #003569;
  text-decoration: underline;
}
.ins_force_square {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_image_info_desc {
  word-break: break-all;
}
.instagram_block_footer .collapse {
  display: block;
}
.instagram_footer_title {
  font-size: 1rem;
  line-height: 1.5;
}
.ins_apply_bg {
  background-attachment: fixed;
  background-position: center center;
}
.ins_image_info_timestamp {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .instagram_block_footer .collapse {
    display: none;
  }
  .instagram_block_footer .collapse.in {
    display: block;
  }
  .instagram_block_footer .title {
    padding: 0.625rem;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
  }
  .instagram_block_footer .title .collapse-icons .remove {
    display: none;
  }
  .instagram_block_footer .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
  }
  .instagram_block_footer .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
  }
  .instagram_block_footer .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
}
.st_pro_videos_box {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.pro_video_cover_invisible .pro_gallery_thumb,
.hightlight_curr_thumbs
  .pro_video_cover_invisible.clicked_thumb
  .pro_gallery_thumb,
.st_pro_videos_placeholder,
.st_pro_video_thumb_invisiable .thumb,
.st_pro_video_no_image_thumb {
  opacity: 0;
}
.pro_video_cover_invisible .pro_gallery_thumb_box {
  border: none;
}
.st_pro_video_btn:focus,
.video-js button:focus {
  outline: none;
}
.st_pro_videos.video-js {
  position: static;
}
.st_pro_video_btn {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  outline: none;
  border: none;
  background: transparent;
  text-align: center;
  padding: 0;
}
.st_pro_video_btn .vjs-icon-placeholder {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  border-radius: 100%;
  padding: 0;
  border: none;
  border-style: solid;
  border-width: 0;
  font-size: 30px;
}
.st_play_video_text {
  display: block;
}
.st_pro_video_btn.st_pro_video_stop {
  right: 10px;
  top: 10px;
  left: auto;
  bottom: auto;
}
.pro_gallery_thumbs_container .st_pro_video_play,
.st_pro_video_play_on_first_thumb,
.st_pro_video_play_icon {
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  bottom: auto;
}
.st_pro_video_btn .vjs-icon-placeholder:before {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  content: "\f101";
}
.st_pro_video_btn.st_pro_video_stop .vjs-icon-placeholder:before {
  content: "\f115";
}
.st_pro_video_play {
  position: absolute;
  z-index: 10;
}
.st_pro_video_flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.st_pro_videos_invisible {
  display: none;
}
.pro_popup_trigger.layer_icon_wrap.st_active.st_pro_videos_invisible {
  display: none;
}
.product-images > li.thumb-container {
  position: relative;
}
.st_pro_video_relative {
  position: relative;
}
.st_pro_video_layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.vjs-youtube-mobile .vjs-big-play-button {
  display: none !important;
}
.vjs-youtube-mobile .vjs-resize-manager {
  display: none !important;
}
.vjs-youtube .vjs-poster {
  display: none;
}
.st_pro_video_miaoshu {
  margin-bottom: 30px;
}
.st_pro_video_miaoshu .st_pro_videos_invisible {
  display: block;
}
.st_pro_video_miaoshu .st_pro_videos_box {
  position: relative;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause
  .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: relative;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js
  .vjs-progress-control:hover
  .vjs-progress-holder:focus
  .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
    top 0s;
}
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel
  .vjs-mute-control:hover
  ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
    top 1s 1s;
}
.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex
  .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen)
  .vjs-subtitles-button
  .vjs-audio-button {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}
.vjs-track-setting > select {
  margin-right: 5px;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
}
.video-js {
  font-size: 10px;
  color: #fff;
}
.video-js.vjs-big-play-centered .vjs-big-play-button {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 0.3em;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: transparent;
}
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: transparent;
}
.video-js .vjs-slider,
.video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.3);
}
.video-js .vjs-load-progress div {
  background-color: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAQAAAA11sPpAAAF40lEQVRo3u1Yv2/iTBBdB4nQQJEO6UtzFNeQkiYNQqJIRROldA1Id38ANCcdRZQCKVUqKxK9RXGRUqRIoEhBkShSaO6KRIp0nZurYqJYvplZ20DYXRswxenzjpSYH36M38zOzFvGwpbmWWxLCywFpsXxAwFcLpPLsCw3up7+xIqwKQLMp/Zu2tbZ67X9aD/C397vr3e7BL80dACqFb43fz25gvV6/XywLLgPmy8fPYwQZPJ25bZd3a2B6XB15Vo2B7/bjQ7NeSVf8XbL7rpF99MHK7pdAn9/eT6ICu3B1k8mby74VloA9a0En+LTeNDhsLmMVigfoT+mFNQ3k6B/fg6DhkdCblkVAzYMhUW7Iq7hLiUdSMPO9n79BLktRQIuuk+O66rpIH+1gqajv91IsGhd8Nl+VPk84+/9ApOm5BXavav2mfjdOuyPXdeYu5EvDmZ4r2Y/x/esM/JZBpzaY7TT9IWHxWUEsPNE6VMyJBsju73PWphoJQGP09VdyGhMOqgqQjI8hlkLN0ZRGCIxrE8W21EAs2r62HFEwEYAbAiA8Z5QYBEVxhwVxkIuExVqYNbC4NWEsMbM1eznNQqeCpiCh+nWFaSbIU23Nrx+GMmCF6Rb/fLjBjHmfDQWPB7COzdtANakwLihOcuNyFtaJ4a1gmKD+Cx3BlFrm+/v6IeM4aAIIRncZzMSLFYOy4a7sqrCGfhcNnGbtENhMWyO872p8nemcG4dpo8xhGFem5Qf5xcev1pox0vtYQg7A/R6KAljg7h1nPMLoiG06/EevcOhyyZv80PI60oAWYFXQ/LVsusnALsTrU8H0FuHrOX7zdfkbfb6/GLrMDrs3GQBYWwieP3yYcR9534+jDqD/76wKnwju9osBH7D7TqH58ZarAnvVNHXVeY3f9LMsh2tkNqDGlLltr0P/BeAgOzqE6c2M3HCD3hGo+w6Y+z82J2asRhne+2Dxbo2rEHiUyG5zPOBLxPAen++0Wy5ngb5+dnuYf/9uN5ffn9dNTPAU+uMg2KlaJBMqEGZNGm6xOa5kga523295mWzIqzC91TZqM8tUynudt9fXPCsFlqLrTPa2NE0SC5jPyIBpQjdg7pzpPoGX7B72P6jzPNtKp9BY1K3pucDZK8SsUMjIb+ewnsIbAIMmhG59X+iHAGf82qpAJmLQStKBhPHaQjH24cRlFXlXJH6803WmWuCmW06dG8dhkxCSERDqELlQzfmNDVV1VCI+VsRaDm+B01pAM8voLtIx1jQIGKZwNdQofOwY4Oilc/HIhZ5y7dslYDsjzVdxjJNEyKPayEeG5yKphIYN/Nihah40PdSjjsD1kztKYDxRKUtzAoevidHvEXKptrj7E0bDz/EKp9DlwREWTY7VXFMyhRZlpVLy9aFRPTH6WN5VngaZPRD5rNsPzoOENGS57HHcvkIfW4soT/6Y3aKoVOoJj50n1/g7q9E1h/pnpqImRMLzA3LrkU6aAIafH9TanFDQoGfDnYV3A4Jtn4JsMhvPvwcix8uNFH44pZoC7aL10jtsslpiCZuvAMylL58grDsK4Bqg3Xh/z2BOg6kWI+dpo81PZq4CaDRa1Qgi0emlt0fo69IAqmQbPRDSA8aJEELveoMOoP+GK0zqF/C45OvICCWViEcmuQNggPI6dS4DiFf88urkEDeaAXUHyRwyDQdchalTZ4kg7ba4XRw5g3HDSBx0OAp8qhEVjvxFp7S+xaXDtEklmiQRIMkGiTRIIJTNsfRpUPsGhqEr5pERKyhQfyj/1K8GmSat46ApjU0yHROE0mJlTXI7BjLDx9j0iAfPa7Fp0H8EOGqxKtBeKl0nJIbqwYpSTNibQ2iSwVkokESDZJokESD/K81CPB3yybMXdMm7BaQ/JXLQBq58Vm6B7ThI8cLy6GRsmrcsGRVBtxuAviWxRAycRg3AouWACfACXACnAAnwAlwApwAJ8D/IvDGBu+NSYWNiRu2ETnmidvTGJmeANpUGMMRQkySF5Bo/QXCLqo7X9YFpQAAAABJRU5ErkJggg==);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../../../js/jquery/plugins/fancybox/fancybox_loading.gif)
    center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent
    url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQY02MU4OHZwEAEYBxVSF+FAFsCCHtLteXdAAAAAElFTkSuQmCC);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.oa-features ul {
  list-style: none;
}
.oa-features ul li {
  float: left;
  margin-right: 10px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*input[type="checkbox"][value="118"] {
  background: url(/themes/transformer/assets/img/pict_black.png)
    no-repeat;
  height: 40px;
  width: 40px;
  background-size: 50%;
}
#PM_ASCriterionGroupCheckbox_1_18 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
#PM_ASCriterionGroupCheckbox_1_18 input {
  opacity: 0;
  width: 0;
  height: 0;
}*/
.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
}
.selectize-dropdown-header-close:hover {
  color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
  cursor: pointer;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: pointer;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f9f9f9;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
#top_bar .top_bar_item .header_item:hover {
  color: #387db7 !important;
}
.product_img_link:hover {
  border: 1px solid #1e1e3f;
}
.btn-opal-price.btn {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  height: 4em;
}
#st_header .search_widget_btn {
  background: none !important;
}
.search_results {
  border-radius: 25px;
}
.feature_23_BD {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaCcU2QkKSoyccCvGvHngbxZ45uXx4vu7PRS217C3tQox3GQ6l8+jZFNK4HR+M/i/4W8NTiyjuJNW1dmEaWOmr5zlzwASPlBzgYzu56Gsq98eeOdHsl17XfBUUPh8AGe3trzzr22XvKwwFZcfwjBHcgA1o/Dz4a+DvBk0cum2kj6qoIF1fndMAf7vAVfT5QDjrmvRmUMhVgCCMEHoabcVsIzPDOv6Z4m0eDU9Eu47qzmHDr1B7qw6gjuDWrXP8AhLwho/hJdQTQrb7NFe3JupIwxKqxAGFH8K8dO2fTAHQVLGFFFBOKACis+51W3hk2LmVgfm2chee5rQFABVOwAjluouhEpfHswB/nn8quVXnty7rJG/lzLwGxkEehHcUAPuYI7iIpKgZT69qwElvrKKQxPvgSQxgNzjBrb3XWMGOLd/eDnH1xj9KbJaA2D24YkkH5j3bOc/nTAjVdR8sHzLbd3BU/zzQ9zeQqDLaCQd2ifP6EZqeyn8+AFuJF+V19GqwaQGbHrNoykszIR2ZT/SqUlxd6qxS2Uw23QueM/j/QVYNlDcatMWGUUKWXsW//AFfzrWVVVQqgBRwAO1MCjFpcMdk9uC3z43OOpxV8DAAoopAFFFFABRRRQBXmtUeTzEZo5em9Dyfr2NNEd2OBPCR6mI5/9CoooAlt4VhQgEszHczHqTUtFFABRRRQB//Z);
  background-repeat: no-repeat;
}
.feature_23_BG {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaKbISFJXk44rm2OoagGYlvIDbSseB+mefzoA2LrVLeA7ATLJ0CJyaia8vIkE01oBB3VWy6j1qPTUsIHAUMk/8A03GG/Dt+Va3UYoAjt547iISRMGU96lqC1tYrbf5K7Q7biKnoAKKKCcUAFFea+LPjJ4a0HVRptsbnV7uNwLr7Am9LRSyrukfoOWAwM88HGRXpQp2aAKp2AEct1F0IlLgezAH+efyq5Vee3Luskb+XMvAbGQR6EdxSAfcwR3ERSZAyn17VgJLfWUUhiffAkhjAbnGDW3uusYMcW7+8HOPrjH6U2S0BsHtwxJIPzHu2c5/OmBGq6j5YPmW27uCp/nmh7m8hUGW0Eg7tE+f0Iqeyn8+AFuJF+V19GqxSAxrvxJp1lp9zeXckkUNtG0smYyxCqCTgDOeBXgep+JvHPxpu30/wbbT6F4S3eXPfTEq0wzzuYe3/ACzTP+02Dx71c6Xa6je3cN1Ests0YWWJh8r7gQQfUY6j3rWtraC1t44LWGOGCNQqRxqFVQOgAHAFUmkI870X4P8Ah/Svh9d+FoGnUXwQ3l/HtWeVlYMCCQQqgjheQAT1JJPpCKFRVyTgYyTk0tFJtvcYUUUUgCiiigCvNao8nmIWjl6b0PX69jTRHdjgTwkepiOf/QqKKAJbeFYUIBLMx3Mx6k1LRRQAUUUUAf/Z);
  background-repeat: no-repeat;
}
.feature_23_FA {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaKgv3ljs53t03zKjFFP8TY4H514f4S+IfjXxTp8t1J4Qlu7G3uWtriWxuUiYMuNwWCQ7ieR/HTUb6iue03WqW8B2AmWToETk1E15eRIJprQCDuqtl1HrXKeGPGvhWe9jspZJ9J1hulnrERtpjzjC7vlb/gBNd7wRihqwyO3njuIhJEwZT3qWoLW1itt/krtDtuIqekAUUUE4oAKKz7nVbeGTYuZWB+bZyF57mtAUABrhfhvBFper+MtIHySx6u98qEYzFcIjqw9t4lX6oa7quc8SeG31G9t9U0q9bTNbtl2R3SxiRZI85MUyZG9M84yCDypGTlrsBb8UeHNJ8UaTLp2uWUV3ayAjDryh/vKeqn3FfM9lrXxH+H+i6rPpN4uo+GtP1SXS4hdgStGUfaGHQhSSFwDgEEYHf6HW68Y+S0EmlaN5+Aq3S30nl+7mMx7h67Nxz03DrVXUfA8M/w0vfCyXDvJPDI32qThmuGcy+acf8ATU7sD6VcZW3EZlvb/FQ6ZDKdQ8JfbWUF4JrScqp9N6yc/wDfNR3vi3x1oEEb614Kh1OFRme50S+8wqP9mF0DH8zXSfD/AMR/8JF4fjkul8nVrU/ZtQtmGGguF4cEeh6g9wRXS8VLfdDPM/DXxu8F65MluLy6sLx5BEtve27KxYnAGV3LknjGc110k95qrlLZTDbdC54z+P8AQV5pH4C0fX/jprt/IjfZdNWzupYY/lR7whipJHooDEdy4J6nPtKqqqFUAKOAB2pysthK5Ri0uGOye3Bb58bnHU4q+BgAUUVAwooooAKKKKAOa1vwhZahqn9q2VxeaTrG0I19YOFeRR0WRWDJIBn+JSR2IqqNN8bx/IniTQ5IxwHm0WQyY9ytyFJ+ige1FFO7A2PDOgwaDZTRRSzXFxczNc3NzOQZJ5WwCxxgDgAAAAAAAdK16KKQBRRRQB//2Q==);
  background-repeat: no-repeat;
}
.feature_mini_23_BD {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaCcU2QkKSoyccCvGvHngbxZ45uXx4vu7PRS217C3tQox3GQ6l8+jZFNK4HR+M/i/4W8NTiyjuJNW1dmEaWOmr5zlzwASPlBzgYzu56Gsq98eeOdHsl17XfBUUPh8AGe3trzzr22XvKwwFZcfwjBHcgA1o/Dz4a+DvBk0cum2kj6qoIF1fndMAf7vAVfT5QDjrmvRmUMhVgCCMEHoabcVsIzPDOv6Z4m0eDU9Eu47qzmHDr1B7qw6gjuDWrXP8AhLwho/hJdQTQrb7NFe3JupIwxKqxAGFH8K8dO2fTAHQVLGFFFBOKACis+51W3hk2LmVgfm2chee5rQFABVOwAjluouhEpfHswB/nn8quVXnty7rJG/lzLwGxkEehHcUAPuYI7iIpKgZT69qwElvrKKQxPvgSQxgNzjBrb3XWMGOLd/eDnH1xj9KbJaA2D24YkkH5j3bOc/nTAjVdR8sHzLbd3BU/zzQ9zeQqDLaCQd2ifP6EZqeyn8+AFuJF+V19GqwaQGbHrNoykszIR2ZT/SqUlxd6qxS2Uw23QueM/j/QVYNlDcatMWGUUKWXsW//AFfzrWVVVQqgBRwAO1MCjFpcMdk9uC3z43OOpxV8DAAoopAFFFFABRRRQBXmtUeTzEZo5em9Dyfr2NNEd2OBPCR6mI5/9CoooAlt4VhQgEszHczHqTUtFFABRRRQB//Z);
  background-repeat: no-repeat;
}
.feature_mini_23_BG {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaKbISFJXk44rm2OoagGYlvIDbSseB+mefzoA2LrVLeA7ATLJ0CJyaia8vIkE01oBB3VWy6j1qPTUsIHAUMk/8A03GG/Dt+Va3UYoAjt547iISRMGU96lqC1tYrbf5K7Q7biKnoAKKKCcUAFFea+LPjJ4a0HVRptsbnV7uNwLr7Am9LRSyrukfoOWAwM88HGRXpQp2aAKp2AEct1F0IlLgezAH+efyq5Vee3Luskb+XMvAbGQR6EdxSAfcwR3ERSZAyn17VgJLfWUUhiffAkhjAbnGDW3uusYMcW7+8HOPrjH6U2S0BsHtwxJIPzHu2c5/OmBGq6j5YPmW27uCp/nmh7m8hUGW0Eg7tE+f0Iqeyn8+AFuJF+V19GqxSAxrvxJp1lp9zeXckkUNtG0smYyxCqCTgDOeBXgep+JvHPxpu30/wbbT6F4S3eXPfTEq0wzzuYe3/ACzTP+02Dx71c6Xa6je3cN1Ests0YWWJh8r7gQQfUY6j3rWtraC1t44LWGOGCNQqRxqFVQOgAHAFUmkI870X4P8Ah/Svh9d+FoGnUXwQ3l/HtWeVlYMCCQQqgjheQAT1JJPpCKFRVyTgYyTk0tFJtvcYUUUUgCiiigCvNao8nmIWjl6b0PX69jTRHdjgTwkepiOf/QqKKAJbeFYUIBLMx3Mx6k1LRRQAUUUUAf/Z);
  background-repeat: no-repeat;
}
.feature_mini_23_FA {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QCARXhpZgAASUkqAAgAAAAFABIBAwABAAAAAQAAABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAAGmHBAABAAAAWgAAAAAAAABgAAAAAQAAAGAAAAABAAAAAgACoAQAAQAAAFAAAAADoAQAAQAAACgAAAAAAAAA/+ELjGh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLycgeDp4bXB0az0nSW1hZ2U6OkV4aWZUb29sIDEwLjEwJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+SXZheWxvPC9wZGY6QXV0aG9yPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczp4bXA9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8nPgogIDx4bXA6Q3JlYXRvclRvb2w+Q2FudmE8L3htcDpDcmVhdG9yVG9vbD4KIDwvcmRmOkRlc2NyaXB0aW9uPgo8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSd3Jz8+/9sAQwAGBAUGBQQGBgUGBwcGCAoQCgoJCQoUDg8MEBcUGBgXFBYWGh0lHxobIxwWFiAsICMmJykqKRkfLTAtKDAlKCko/9sAQwEHBwcKCAoTCgoTKBoWGigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgo/8AAEQgAKABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+qaKgv3ljs53t03zKjFFP8TY4H514f4S+IfjXxTp8t1J4Qlu7G3uWtriWxuUiYMuNwWCQ7ieR/HTUb6iue03WqW8B2AmWToETk1E15eRIJprQCDuqtl1HrXKeGPGvhWe9jspZJ9J1hulnrERtpjzjC7vlb/gBNd7wRihqwyO3njuIhJEwZT3qWoLW1itt/krtDtuIqekAUUUE4oAKKz7nVbeGTYuZWB+bZyF57mtAUABrhfhvBFper+MtIHySx6u98qEYzFcIjqw9t4lX6oa7quc8SeG31G9t9U0q9bTNbtl2R3SxiRZI85MUyZG9M84yCDypGTlrsBb8UeHNJ8UaTLp2uWUV3ayAjDryh/vKeqn3FfM9lrXxH+H+i6rPpN4uo+GtP1SXS4hdgStGUfaGHQhSSFwDgEEYHf6HW68Y+S0EmlaN5+Aq3S30nl+7mMx7h67Nxz03DrVXUfA8M/w0vfCyXDvJPDI32qThmuGcy+acf8ATU7sD6VcZW3EZlvb/FQ6ZDKdQ8JfbWUF4JrScqp9N6yc/wDfNR3vi3x1oEEb614Kh1OFRme50S+8wqP9mF0DH8zXSfD/AMR/8JF4fjkul8nVrU/ZtQtmGGguF4cEeh6g9wRXS8VLfdDPM/DXxu8F65MluLy6sLx5BEtve27KxYnAGV3LknjGc110k95qrlLZTDbdC54z+P8AQV5pH4C0fX/jprt/IjfZdNWzupYY/lR7whipJHooDEdy4J6nPtKqqqFUAKOAB2pysthK5Ri0uGOye3Bb58bnHU4q+BgAUUVAwooooAKKKKAOa1vwhZahqn9q2VxeaTrG0I19YOFeRR0WRWDJIBn+JSR2IqqNN8bx/IniTQ5IxwHm0WQyY9ytyFJ+ige1FFO7A2PDOgwaDZTRRSzXFxczNc3NzOQZJ5WwCxxgDgAAAAAAAdK16KKQBRRRQB//2Q==);
  background-repeat: no-repeat;
}
.input-group-addon {
  display: none;
}
.myopalHead {
  width: 200px;
  height: 45px;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  color: #46bce9;
}
.myopalHead:hover {
  background-image: url(/img/OpalMyLabHorizontal2.png);
  width: 200px;
  height: 40px;
  background-size: 100%;
  background-position: center;
  color: transparent !important;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.btn-opal-price.btn {
	margin-top: 0px !important;
}
#st_header .search_widget_btn.btn {
	border: none !important;
}
.hover_fly_btn_inner {
text-transform: initial;
}
button.btn.btn-less-padding.st_news_letter_submit.link_color {
	border: none;
	background: none;
	color: #1e1e3f;
}
span.input-group-btn {
	border: none;
}
.product-oa-features.oa-features.clearfix {
	margin-bottom: 10px;
}
.input-group-btn.opal_display_price {
	border: none;
}
.form-control.opal_quantity {
	border: 1px solid #1e1e3f;
}
#page_banner_container_1 .breadcrumb_nav a:hover {
	color: #1e1e3f !important;
}
button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-up {
	background: none;
	border: 1px solid #1e1e3f;
}
button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-down {
	background: none;
	border: 1px solid #1e1e3f;
}
input.js-cart-line-product-quantity.cart_quantity {
	border-top: 1px solid #1e1e3f;
	border-bottom: 1px solid #1e1e3f;
	color: #1e1e3f;
	font-weight: 700;
}
.heading_color.fs_lg.font-weight-bold {
	text-transform: uppercase;
}
.step-title.flex_container {
	display: flex;
	align-items: center;
}
img.pro_gallery_item.swiper-lazy.swiper-lazy-loaded {
	cursor: auto;
}
input.cart_quantity.cart_quantity {
	border-top: 1px solid #1e1e3f;
	border-bottom: 1px solid #1e1e3f;
	height: 34px;
}
.input-group.js-parent-focus.input-group-with-border {
	border: 1px solid #1e1e3f;
}
i.fto-eye-off {
	color: white;
}
label.required {
	margin-top: 10px;
	margin-bottom: 0px;
}
span.price {
	margin: 0;
}
#index input.product-message {
	width: 100%;
}
.psgdpr_consent_message.flex_child {
	color: #8e8f9f;
}
.sthomenew_container.block .products_slider .swiper-button:hover, .sthomenew_container.block .swiper-button-tr .swiper-button:hover {
	background-color: #387db7 !important;
}
.sthomenew_container.products_container .title_block_inner:hover {
	color: #387db7 !important;
}
span.cart-summary-v.price.font-weight-bold {
	margin-right: 8px;
}
span.product-quantity.mar_r4 {
	margin-right: 0.25rem;
	font-weight: bold;
}
.price.mar_r4 {
	font-weight: 100 !important;
}
.swiper-button-disabled {
  background: #f9f9f9 !important;
}
.bootstrap-filestyle.input-group {
	width: 30%;
}

/*  centter image of tpl first in mintyUrlAagregator  */ 
#module-mintyUrlAgregator-campaign .pro_first_box .back-image {
  left: 40px;
}