html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/*Missing */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*Missing */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  /*font-family: inherit; // 1*/
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: #fff; }

input,
button,
select,
textarea {
  /*font-family: inherit;*/
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #333;
  text-decoration: none; }
  a:hover, a:focus {
    color: #515151;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #fff; }

.text-danger {
  color: #fff; }

.text-success {
  color: #fff; }

.text-info {
  color: #fff; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px; }

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

h1 small, .h1 small {
  font-size: 23px; }

h2 small, .h2 small {
  font-size: 17px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

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

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre.prettyprint {
    margin-bottom: 18px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  header .row #header_logo,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  
  .col-sm-4,
  header .row #header_logo {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; }
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; }
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d6d4d4; }
  .table .table {
    background-color: #fff; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control:-moz-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  outline: none; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-right: 5px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #fff; }

.has-warning .form-control {
  border-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #fe9126; }

.has-error .help-block,
.has-error .control-label {
  color: #fff; }

.has-error .form-control {
  border-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f3515c; }

.has-success .help-block,
.has-success .control-label {
  color: #fff; }

.has-success .form-control {
  border-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #55c65e; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546; }

.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1; }

.btn-link {
  color: #333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #515151;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }


.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }

.btn-default .caret {
  border-top-color: #333; }

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.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:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.btn-toolbar:after {
  clear: both; }

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

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-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-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.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-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .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 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #55c65e;
  border-color: #48b151;
  color: #fff; }
  .alert-success hr {
    border-top-color: #419f49; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #5192f3;
  border-color: #4b80c3;
  color: #fff; }
  .alert-info hr {
    border-top-color: #3d73b7; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #fe9126;
  border-color: #e4752b;
  color: #fff; }
  .alert-warning hr {
    border-top-color: #da681c; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f3515c;
  border-color: #d4323d;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #c32933; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

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

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #46a74e; }
  .progress-striped .progress-bar-success {
    background-image: _linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent...); }

.progress-bar-info {
  background-color: #5192f3; }
  .progress-striped .progress-bar-info {
    background-image: _linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent...); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: _linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent...); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: _linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent...); }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.affix {
  position: fixed; }

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

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }
  tr.visible-xs.visible-sm {
    display: table-row !important; }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }
  tr.visible-xs.visible-md {
    display: table-row !important; }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }
  tr.visible-xs.visible-lg {
    display: table-row !important; }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }

.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }
  tr.visible-sm.visible-xs {
    display: table-row !important; }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }
  tr.visible-sm.visible-md {
    display: table-row !important; }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }
  tr.visible-sm.visible-lg {
    display: table-row !important; }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }

.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }
  tr.visible-md.visible-xs {
    display: table-row !important; }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }
  tr.visible-md.visible-sm {
    display: table-row !important; }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }
  tr.visible-md.visible-lg {
    display: table-row !important; }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }

.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }
  tr.visible-lg.visible-xs {
    display: table-row !important; }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }
  tr.visible-lg.visible-sm {
    display: table-row !important; }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }
  tr.visible-lg.visible-md {
    display: table-row !important; }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  tr.hidden-xs {
    display: none !important; }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }
  tr.hidden-xs.hidden-sm {
    display: none !important; }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }
  tr.hidden-xs.hidden-md {
    display: none !important; }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }
  tr.hidden-xs.hidden-lg {
    display: none !important; }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }

.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }
  tr.hidden-sm.hidden-xs {
    display: none !important; }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  tr.hidden-sm {
    display: none !important; }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }
  tr.hidden-sm.hidden-md {
    display: none !important; }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }
  tr.hidden-sm.hidden-lg {
    display: none !important; }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }

.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }
  tr.hidden-md.hidden-xs {
    display: none !important; }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }
  tr.hidden-md.hidden-sm {
    display: none !important; }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  tr.hidden-md {
    display: none !important; }
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }
  tr.hidden-md.hidden-lg {
    display: none !important; }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }

.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }
  tr.hidden-lg.hidden-xs {
    display: none !important; }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }
  tr.hidden-lg.hidden-sm {
    display: none !important; }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }
  tr.hidden-lg.hidden-md {
    display: none !important; }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }
  tr.hidden-lg {
    display: none !important; }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }

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

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; }
  .hidden-print {
    display: none !important; }
  tr.hidden-print {
    display: none !important; }
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

.lines {
  display: inline-block;
  width: 2.3rem;
  height: 0.32857rem;
  background: #333;
  border-radius: 0.16429rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 2.3rem;
    height: 0.32857rem;
    background: #333;
    border-radius: 0.16429rem;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.16429rem center;
    transform-origin: 0.16429rem center; }
  .lines:before {
    top: 0.575rem; }
  .lines:after {
    top: -0.575rem; }

.lines-button:hover {
  opacity: 1; }
  .lines-button:hover .lines:before {
    top: 0.65714rem; }
  .lines-button:hover .lines:after {
    top: -0.65714rem; }

.navicon-button {
  top: -3px;
  position: relative;
  display: inline-block;
  padding: 1.15rem 1.15rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: white;
  float: left;
  /*&:hover {
      opacity: 1;
      
      .navicon:before { top: -($navicon-size/3.5); }
      .navicon:after { top: $navicon-size/3.5; }
    }*/ }

.navicon {
  display: inline-block;
  width: 2.3rem;
  height: 0.32857rem;
  background: #333;
  border-radius: 0.16429rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative; }
  .navicon:before, .navicon:after {
    display: inline-block;
    width: 2.3rem;
    height: 0.32857rem;
    background: #333;
    border-radius: 0.16429rem;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    content: '';
    -webkit-transform-origin: 0.16429rem center;
    transform-origin: 0.16429rem center; }
  .navicon:before {
    top: -0.575rem; }
  .navicon:after {
    top: 0.575rem; }

.open.navicon-button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }
  .open.navicon-button .navicon:before, .open.navicon-button .navicon:after {
    top: 0;
    width: 1.91667rem; }
  .open.navicon-button .navicon:before {
    -webkit-transform: rotate3d(0, 0, 1, -35deg);
    transform: rotate3d(0, 0, 1, -35deg); }
  .open.navicon-button .navicon:after {
    -webkit-transform: rotate3d(0, 0, 1, 35deg);
    transform: rotate3d(0, 0, 1, 35deg); }

.close.navicon {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .close.navicon:before, .close.navicon:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 2.3rem; }
  .close.navicon:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .close.navicon:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

#menu_overlay.menu_revealed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9998; }

#mobile_menu_wrapper,
#mobile_language_wrapper {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 60px;
  width: 300px;
  height: calc(100vh - 60px);
  z-index: 9998;
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  #mobile_menu_wrapper.menu_revealed,
  #mobile_language_wrapper.menu_revealed {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #mobile_menu_wrapper .menu_body,
  #mobile_language_wrapper .menu_body {
    color: #333;
    overflow: auto;
    height: calc(100vh - 140px); }
    #mobile_menu_wrapper .menu_body ul.transition-left,
    #mobile_language_wrapper .menu_body ul.transition-left {
      -webkit-animation: slide-left 0.2s ease;
      animation: slide-left 0.2s ease; }
    #mobile_menu_wrapper .menu_body ul.transition-right,
    #mobile_language_wrapper .menu_body ul.transition-right {
      -webkit-animation: slide-right 0.2s ease;
      animation: slide-right 0.2s ease; }
    #mobile_menu_wrapper .menu_body .menu_back,
    #mobile_language_wrapper .menu_body .menu_back {
      background-color: #e5e5e5;
      border-radius: 3px; }
      #mobile_menu_wrapper .menu_body .menu_back a,
      #mobile_language_wrapper .menu_body .menu_back a {
        color: #333;
        border-bottom: none !important; }
      #mobile_menu_wrapper .menu_body .menu_back span,
      #mobile_language_wrapper .menu_body .menu_back span {
        color: #333; }
        #mobile_menu_wrapper .menu_body .menu_back span:after,
        #mobile_language_wrapper .menu_body .menu_back span:after {
          float: left !important;
          content: 'c' !important;
          top: 2px;
          position: relative; }
    #mobile_menu_wrapper .menu_body span.menu-plus:after,
    #mobile_language_wrapper .menu_body span.menu-plus:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      float: right;
      font-size: 12px;
      padding: 15px 5px 20px 30px; }
    #mobile_menu_wrapper .menu_body span.menu-minus:after,
    #mobile_language_wrapper .menu_body span.menu-minus:after {
      content: "\f053" !important; }
    #mobile_menu_wrapper .menu_body > ul.mobilemenu li,
    #mobile_language_wrapper .menu_body > ul.mobilemenu li {
      padding: 0 10px;
      margin: 0; }
      #mobile_menu_wrapper .menu_body > ul.mobilemenu li a,
      #mobile_language_wrapper .menu_body > ul.mobilemenu li a {
        font-weight: 600;
        font-size: 14px; }
      #mobile_menu_wrapper .menu_body > ul.mobilemenu li.cat_homepage, #mobile_menu_wrapper .menu_body > ul.mobilemenu li.active,
      #mobile_language_wrapper .menu_body > ul.mobilemenu li.cat_homepage,
      #mobile_language_wrapper .menu_body > ul.mobilemenu li.active {
        background-color: #f2f2f2; }
      #mobile_menu_wrapper .menu_body > ul.mobilemenu li.cat_13,
      #mobile_language_wrapper .menu_body > ul.mobilemenu li.cat_13 {
        padding: 0 10px; }
      #mobile_menu_wrapper .menu_body > ul.mobilemenu li > a,
      #mobile_language_wrapper .menu_body > ul.mobilemenu li > a {
        border-bottom: 2px solid #f2f2f2; }
  #mobile_menu_wrapper .menu_footer,
  #mobile_language_wrapper .menu_footer {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #f2f2f2;
    color: #333;
    bottom: 0; }
    #mobile_menu_wrapper .menu_footer .contact_container,
    #mobile_language_wrapper .menu_footer .contact_container {
      padding: 11px 15px; }
    #mobile_menu_wrapper .menu_footer .login_container,
    #mobile_language_wrapper .menu_footer .login_container {
      padding: 11px 15px;
      display: block;
      border-bottom: 1px solid #ddd; }
    #mobile_menu_wrapper .menu_footer .login_container a, #mobile_menu_wrapper .menu_footer .contact_container a,
    #mobile_language_wrapper .menu_footer .login_container a,
    #mobile_language_wrapper .menu_footer .contact_container a {
      font-weight: 900;
      font-size: 14px; }
    #mobile_menu_wrapper .menu_footer .copyright_container,
    #mobile_language_wrapper .menu_footer .copyright_container {
      font-weight: 400;
      padding: 5px 15px;
      font-size: 12px;
      background-color: #e5e5e5; }

#mobile_header_wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d6d4d4;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #mobile_header_wrapper #mobile_left_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mobile_header_wrapper #mobile_left_wrapper i {
      padding: 10px;
      padding-right: 15px;
      font-size: 18px; }
    #mobile_header_wrapper #mobile_left_wrapper #mobile_logo img {
      max-height: 25px !important; }
  #mobile_header_wrapper #mobile_right_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mobile_header_wrapper #mobile_right_wrapper i {
      padding-right: 13px;
      cursor: pointer;
      font-size: 18px;
      position: relative;
      color: #333; }
    #mobile_header_wrapper #mobile_right_wrapper i.fa.fa-user {
      padding-right: 10px; }

#mc_button {
  position: relative; }
  #mc_button .menu-cart-badge-mobile {
    background-color: #0061aa;
    height: 15px;
    width: 15px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    top: -5px;
    left: 20px; }

#mobile_search_wrapper {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 9997; }
  #mobile_search_wrapper #searchbox {
    padding: 10px; }
    #mobile_search_wrapper #searchbox input {
      padding: 20px;
      font-size: 16px;
      -webkit-box-shadow: 0 0 5px #999;
      box-shadow: 0 0 5px #999;
      background-color: #fff;
      color: #333; }
  #mobile_search_wrapper.search_revealed {
    -webkit-transform: translateY(130px);
    transform: translateY(130px); }

@media (max-width: 992px) {
  .posHeader {
    display: none !important; }
  #mobile_header_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #page {
    margin-top: 60px; } }

@media (min-width: 992px) {
  .posHeader {
    display: block !important; }
  #mobile_header_wrapper {
    display: none !important; } }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(350px);
    transform: translateX(350px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(350px);
    transform: translateX(350px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .mobilemenu ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%; }
  .mobilemenu li {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    position: relative; }
    .mobilemenu li.level0.last {
      margin-bottom: 20px; }
    .mobilemenu li div {
      padding: 20px;
      background: #aef;
      display: block;
      clear: both;
      float: left;
      width: 350px; }
  .mobilemenu a {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    line-height: 25px;
    padding: 10px;
    text-decoration: none; }
  .mobilemenu li a.selected, .mobilemenu a:hover {
    color: #999; }
  .mobilemenu li ul li {
    font-size: 0.9em; }
  .mobilemenu ul a {
    padding-left: 25px; }
  .mobilemenu ul ul a {
    padding-left: 40px; }
  .mobilemenu ul ul ul a {
    padding-left: 55px; }
  .mobilemenu ul ul ul ul a {
    padding-left: 70px; }
  .mobilemenu ul ul ul ul ul a {
    padding-left: 85px; }
  .mobilemenu span.head {
    position: absolute;
    right: 20px;
    top: 7px; }
    .mobilemenu span.head a {
      color: #333333;
      display: block;
      height: 15px;
      padding: 0;
      width: 15px;
      border: 0; }
  .mobilemenu .CLOSE a:before {
    content: "\f067";
    font-family: fontawesome;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px; }
  .mobilemenu .OPEN a:before {
    content: "\f068";
    font-family: fontawesome;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px; }

/*Test filter menu*/
@media (max-width: 767px) {
  #category #left_column, #manufacturer #left_column {
    position: fixed;
    background-color: white;
    z-index: 9999;
    padding-top: 15px;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    width: 300px;
    overflow: auto;
    height: 100vh;
    -webkit-transform: translate3d(-310px, 0px, 0px);
    transform: translate3d(-310px, 0px, 0px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .sidebar-unreveal {
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; }
  #category #left_column .block_content, #manufacturer #left_column .block_content {
    display: block !important; }
  p.title_block:after {
    content: "" !important; }
  .btn-cart-fix {
    -webkit-transition: none !important;
    transition: none !important; }
  .btn-cart-fix-append {
    position: absolute !important;
    color: #1c1c1b;
    background-color: #ae252f;
    padding: 15px !important;
    top: -80px;
    right: 15px; }
    .btn-cart-fix-append i {
      margin: 0 !important; }
  .pos_logo {
    text-align: left !important;
    padding: 10px 15px 0 !important; }
  .sidebar-unreveal-back {
    background-color: rgba(28, 28, 27, 0.6);
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    content: " ";
    left: 0;
    z-index: 9998; } }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

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

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-balance-scale:before {
  content: "\f24e"; }

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

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

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

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

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

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

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

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

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

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

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

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

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

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

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

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

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

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

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

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

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

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

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

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

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-git:before {
  content: "\f1d3"; }

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

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

.fa-heading:before {
  content: "\f1dc"; }

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

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

.fa-headset:before {
  content: "\f590"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

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

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-line:before {
  content: "\f3c0"; }

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

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

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

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

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

.fa-php:before {
  content: "\f457"; }

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

.fa-share-alt:before {
  content: "\f1e0"; }

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

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

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

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

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

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

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

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

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

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

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

.fa-subway:before {
  content: "\f239"; }

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

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

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

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

.fa-trash-alt:before {
  content: "\f2ed"; }

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

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

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

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

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

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

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

.fa-untappd:before {
  content: "\f405"; }

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

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

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

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

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

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

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

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

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

.fa-y-combinator:before {
  content: "\f23b"; }

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

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

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

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("./../fonts/fontawesome/fa-solid-900.eot");
  src: url("./../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("./../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("./../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("./../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
	 * Header and footer styles
	 */
  /*
	 * Body styles
	 */ }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dbdbdb; }
    table.dataTable thead th:active,
    table.dataTable thead td:active {
      outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #dbdbdb; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    float: right; }
  table.dataTable thead .sorting:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    float: right; }
  table.dataTable thead .sorting_asc:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    float: right; }
  table.dataTable thead .sorting_desc:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    float: right; }
  table.dataTable tbody tr {
    background-color: #ffffff; }
    table.dataTable tbody tr.selected {
      background-color: #B0BED9; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td,
  table.dataTable.display tbody th,
  table.dataTable.display tbody td {
    border-top: 1px solid #ddd; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td,
  table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd,
  table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
    table.dataTable.stripe tbody tr.odd.selected,
    table.dataTable.display tbody tr.odd.selected {
      background-color: #acbad4; }
  table.dataTable.hover tbody tr:hover,
  table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6; }
    table.dataTable.hover tbody tr:hover.selected,
    table.dataTable.display tbody tr:hover.selected {
      background-color: #aab7d1; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.odd > .sorting_1,
  table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2,
  table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3,
  table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1,
  table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2,
  table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3,
  table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1; }
  table.dataTable.display tbody tr.even > .sorting_1,
  table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa; }
  table.dataTable.display tbody tr.even > .sorting_2,
  table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc; }
  table.dataTable.display tbody tr.even > .sorting_3,
  table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe; }
  table.dataTable.display tbody tr.even.selected > .sorting_1,
  table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.even.selected > .sorting_2,
  table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3,
  table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1,
  table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2,
  table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec; }
  table.dataTable.display tbody tr:hover > .sorting_3,
  table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1,
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2,
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3,
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb; }
  table.dataTable.no-footer {
    border: 1px solid #dbdbdb; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left; }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em; }
  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #333;
      border: 1px solid transparent;
      border-radius: 2px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333;
        border: 1px solid #979797;
        background-color: white;
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* FF3.6+ */
        /* IE10+ */
        /* Opera 11.10+ */
        background: _linear-gradient_legacy(compact(to bottom), white 0%, #dcdcdc 100%...);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white;
        border: 1px solid #111;
        background-color: #585858;
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* FF3.6+ */
        /* IE10+ */
        /* Opera 11.10+ */
        background: _linear-gradient_legacy(compact(to bottom), #585858 0%, #111 100%...);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: #2b2b2b;
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* FF3.6+ */
        /* IE10+ */
        /* Opera 11.10+ */
        background: _linear-gradient_legacy(compact(to bottom), #2b2b2b 0%, #0c0c0c 100%...);
        /* W3C */
        -webkit-box-shadow: inset 0 0 3px #111;
        box-shadow: inset 0 0 3px #111; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: _linear-gradient_legacy(compact(to right), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%...); }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #333; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
        vertical-align: middle; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dbdbdb; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid white;
  border-radius: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Font Awesome 5 Free";
  line-height: 20px;
  font-weight: bold;
  content: '\f067';
  background-color: #0463ab; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '\f068';
  background-color: #0463ab;
  color: #fff; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }
  table.dataTable > tbody > tr.child:hover {
    background: transparent !important; }
  table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    table.dataTable > tbody > tr.child ul.dtr-details > li {
      border-bottom: 1px solid #efefef;
      padding: 0.5em 0; }
      table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
        padding-top: 0; }
      table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
        border-bottom: none; }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold; }

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }
  div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }
  div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em; }
  div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12; }
    div.dtr-modal div.dtr-modal-close:hover {
      background-color: #eaeaea; }
  div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/fontawesome/fa-brands-400.eot");
  src: url("./../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("./../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("./../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("./../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

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

[data-icon]:before {
  font-family: "gastrofactory" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="gastro-"]:before,
[class*=" gastro-"]:before {
  font-family: "gastrofactory" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gastro-uvodna-stranka:before {
  content: "\61"; }

.gastro-historia-detail-objednavky:before {
  content: "\62"; }

.gastro-faktury:before {
  content: "\63"; }

.gastro-dobropisy:before {
  content: "\64"; }

.gastro-bonus-klub:before {
  content: "\65"; }

.gastro-adresy:before {
  content: "\66"; }

.gastro-osobne-udaje:before {
  content: "\67"; }

.gastro-odhlasit-sa:before {
  content: "\68"; }

.gastro-vzorka:before {
  content: "\69"; }

.gastro-kocky:before {
  content: "\6a"; }

.gastro-vzorka-footer:before {
  content: "\6b"; }

.gastro-rozbalit:before {
  content: "\6c"; }

.gastro-zbalit:before {
  content: "\6d"; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a:hover {
  text-decoration: none; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none; }

.asd_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

/* @media only screen and (min-width: 1200px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
} */
body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777;
  font-family: "Poppins"; }
  body.content_only {
    background: none;
    min-width: 0px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a, span, html, div {
  font-family: "Poppins"; }

.to_up a.backtotop {
  background-color: #777;
  width: 45px;
  height: 45px;
  bottom: 90px;
  right: 28px;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
  .to_up a.backtotop:hover {
    background: #0061aa;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .to_up a.backtotop i {
    font-size: 17px;
    line-height: 45px;
    margin: 0;
    color: #fff;
    padding: 0; }

.hidden-top {
  display: none !important; }

body#index .columns-container {
  width: 100%;
  padding: 0 15px; }

body#index #breadcrumbs_wrapper {
  display: none; }

#cms #breadcrumbs_wrapper {
  margin-bottom: 15px; }

#cms,
#module-xipblog-single {
  /**
	 * SWIPER FOR JSCOMPOSER
	 */ }
  #cms [id^="vc_products_"] li,
  #cms [id^="vc_image_slider_"] li,
  #module-xipblog-single [id^="vc_products_"] li,
  #module-xipblog-single [id^="vc_image_slider_"] li {
    list-style: none;
    border: 1px solid transparent; }
    #cms [id^="vc_products_"] li:hover,
    #cms [id^="vc_image_slider_"] li:hover,
    #module-xipblog-single [id^="vc_products_"] li:hover,
    #module-xipblog-single [id^="vc_image_slider_"] li:hover {
      border-color: #ddd; }
  #cms [id^="vc_products_"].swiper-container.vc-smart-single-product-products-grid,
  #cms [id^="vc_image_slider_"].swiper-container.vc-smart-single-product-products-grid,
  #module-xipblog-single [id^="vc_products_"].swiper-container.vc-smart-single-product-products-grid,
  #module-xipblog-single [id^="vc_image_slider_"].swiper-container.vc-smart-single-product-products-grid {
    width: 100%; }
  #cms [id^="vc_products_"] .swiper-button-next,
  #cms [id^="vc_products_"] .swiper-container-rtl .swiper-button-prev,
  #cms [id^="vc_products_"] .swiper-button-prev,
  #cms [id^="vc_products_"] .swiper-container-rtl .swiper-button-next,
  #cms [id^="vc_image_slider_"] .swiper-button-next,
  #cms [id^="vc_image_slider_"] .swiper-container-rtl .swiper-button-prev,
  #cms [id^="vc_image_slider_"] .swiper-button-prev,
  #cms [id^="vc_image_slider_"] .swiper-container-rtl .swiper-button-next,
  #module-xipblog-single [id^="vc_products_"] .swiper-button-next,
  #module-xipblog-single [id^="vc_products_"] .swiper-container-rtl .swiper-button-prev,
  #module-xipblog-single [id^="vc_products_"] .swiper-button-prev,
  #module-xipblog-single [id^="vc_products_"] .swiper-container-rtl .swiper-button-next,
  #module-xipblog-single [id^="vc_image_slider_"] .swiper-button-next,
  #module-xipblog-single [id^="vc_image_slider_"] .swiper-container-rtl .swiper-button-prev,
  #module-xipblog-single [id^="vc_image_slider_"] .swiper-button-prev,
  #module-xipblog-single [id^="vc_image_slider_"] .swiper-container-rtl .swiper-button-next {
    background-image: none !important; }
  #cms [id^="vc_image_slider_"].swiper-container-vertical .swiper-container,
  #module-xipblog-single [id^="vc_image_slider_"].swiper-container-vertical .swiper-container {
    width: 100%;
    height: 100%; }
  #cms [id^="vc_image_slider_"].swiper-container-vertical .swiper-slide,
  #module-xipblog-single [id^="vc_image_slider_"].swiper-container-vertical .swiper-slide {
    /* Center slide text vertically */
    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; }
  @media screen and (min-width: 1200px) {
    #cms .nb-row-5,
    #module-xipblog-single .nb-row-5 {
      width: 20%; } }
  #cms .nb-row-5.first-in-line,
  #module-xipblog-single .nb-row-5.first-in-line {
    clear: none; }
    @media screen and (max-width: 1200px) {
      #cms .nb-row-5.first-in-line,
      #module-xipblog-single .nb-row-5.first-in-line {
        clear: left; } }

textarea {
  resize: none; }

.asdata-contact-header .phone-icon img {
  width: 100%;
  max-width: 110px !important; }

#header {
  z-index: 5003; }

#header .header-wrapper {
  padding: 25px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*> div{
			&:last-child{
				width: 25%;
			}
		}*/
  /*> #block_top_menu{
			width: 75%;
		}*/ }
  #header .header-wrapper #header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header .header-wrapper #header_logo > a {
      margin: auto; }
    #header .header-wrapper #header_logo img {
      width: 100%;
      min-width: 250px;
      max-width: 280px; }
      @media screen and (max-width: 768px) {
        #header .header-wrapper #header_logo img {
          min-width: none; } }
  #header .header-wrapper #search_block_top {
    width: 45%;
    padding: 0 10px; }

#header .asdata-menu-contact {
  /*border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;*/ }
  #header .asdata-menu-contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.columns-container {
  background: #fff; }
  .columns-container .swiper-wrapper {
    height: auto !important; }
  .columns-container .homeslider-container {
    height: auto !important; }
  .columns-container .wrapper-row {
    max-width: 1200px;
    margin: auto; }

body#index .wrapper-row {
  max-width: 100%; }

#columns {
  overflow: visible;
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #columns {
      padding-bottom: 10px; } }

#index .tab-content {
  margin-top: 35px;
  margin-bottom: 34px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #index .tab-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #index .tab-content .swiper-slide {
    height: auto !important; }
  #index .tab-content .tab-pane {
    display: none; }
    #index .tab-content .tab-pane.active {
      display: block; }

header {
  z-index: 1;
  position: relative;
  background: #fff; }
  header .banner {
    background: black;
    max-height: 100%; }
    header .banner .row {
      margin: 0px; }
  header .nav {
    background: black; }
    header .nav .row {
      margin: 0px; }
    header .nav nav {
      width: 100%; }
  header .row {
    position: relative; }
    header .row > .container {
      position: relative; }
    header .row #header_logo {
      padding-top: 15px; }
      @media (max-width: 992px) {
        header .row #header_logo {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        header .row #header_logo {
          padding-top: 15px; }
          header .row #header_logo img {
            margin: 0 auto; } }
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
      float: right; } }

.ie8 #header #header_logo {
  width: 350px; }

.store_table {
  border: none !important; }
  .store_table .store-small {
    background: whitesmoke; }
  .store_table .store-image img {
    width: auto;
    min-width: 100px; }
  .store_table .logo {
    vertical-align: top;
    padding: 0 !important;
    margin: 0 !important; }
    .store_table .logo .store-image {
      max-width: 300px; }
      .store_table .logo .store-image img {
        width: auto;
        height: 165px; }
  .store_table .store-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 159px;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 30px; }
    .store_table .store-title img {
      width: 100%; }
    .store_table .store-title span {
      margin-top: 5px;
      font-size: 14px;
      font-weight: 500;
      color: #0d7fd6; }
  .store_table td {
    border: none !important; }
  .store_table .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 27px; }
    .store_table .address .name {
      font-weight: bold; }
  .store_table .mail_inf {
    vertical-align: top;
    padding-top: 27px; }
    .store_table .mail_inf:before {
      content: " ";
      background-image: url(https://gastrofactory.eu/img/mail2.png);
      float: right;
      width: 30px;
      height: 30px; }
  .store_table .store-hours p {
    margin: 0; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .store_table .logo .store-image img {
    width: 100% !important;
    height: auto !important; } }

@media screen and (max-width: 1300px) {
  .store-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 159px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .store-title img {
      width: auto; }
    .store-title span {
      margin-top: 5px;
      font-size: 14px;
      font-weight: 500;
      color: #0d7fd6; } }

@media screen and (max-width: 768px) {
  #stores .selector3 {
    display: none; }
  .store_table {
    margin-bottom: 0px !important; }
    .store_table .store-title {
      padding-left: 0 !important; }
    .store_table td {
      padding: 15px !important; }
    .store_table .store-small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 15px; }
    .store_table .logo .store-image {
      max-width: unset; }
      .store_table .logo .store-image img {
        width: 100% !important;
        height: auto !important; }
    .store_table .mail_inf {
      display: none; } }

#center_column .swiper-container .swiper-button-next:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  color: #0061aa;
  width: 46px;
  height: 46px;
  display: none; }

#center_column .swiper-container .swiper-button-prev:before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  color: #0061aa;
  width: 46px;
  height: 46px;
  display: none; }

#center_column .swiper-container:hover .swiper-button-next:before {
  display: block; }

#center_column .swiper-container:hover .swiper-button-prev:before {
  display: block; }

#center_column .page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

.swiper-button-prev, .swiper-button-next {
  font-size: 50px; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
      font-size: 30px; } }

.asdata-angle-left {
  left: 20px !important; }

.asdata-angle-right {
  right: 40px !important; }

#blocknewproducts .swiper-button-next, #blocknewproducts .swiper-container-rtl .swiper-button-prev, #blocknewproducts .swiper-button-prev, #blocknewproducts .swiper-container-rtl .swiper-button-next {
  background-image: none !important; }

p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  text-align: center; }

p.info-account {
  margin: -4px 0 24px 0;
  text-align: center; }

.dark {
  color: #333 !important; }

.main-page-indent {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .main-page-indent {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.alert {
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .alert {
      margin-top: 20px; } }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left;
    margin-right: 5px; }
  .alert.alert-danger:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left; }
  .alert.alert-gift {
    line-height: 24px; }
    .alert.alert-gift img {
      max-width: 24px;
      margin-top: -6px; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  color: #eee;
  background: #0061aa;
  border-radius: 4px; }

label {
  color: #333; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  font-weight: bold;
  color: #fff;
  background: #908f8f;
  cursor: pointer;
  white-space: normal;
  text-align: left; }

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none; }

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px; }

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
  background-position: left -100px; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  border: 1px solid #cccccc;
  color: #999999;
  background: #cccccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }

.button.button-small {
  font: 500 15px/18px "Poppins";
  color: #fff;
  background: #333;
  padding: 0;
  padding: 3px 8px 3px 8px; }
  .button.button-small i {
    vertical-align: 0px;
    margin-right: 0px; }
    .button.button-small i.right {
      margin-right: 0;
      margin-left: 5px; }
  .button.button-small:hover {
    background: #0061aa;
    border-color: #303030 #303030 #666666 #444444; }

.button.button-medium {
  font-size: 17px;
  /* line-height: 21px; */
  color: #fff;
  /* padding: 0; */
  /* font-weight: bold; */
  /* background: #196f28; */
  padding: 5px 10px 3px 12px;
  /* -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); */
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
  /* padding: 0.5rem 1.25rem; */
  background: #0061aa; }
  .button.button-medium i.left {
    font-size: 24px;
    vertical-align: -2px;
    margin: -4px 10px 0 0;
    display: inline-block; }
    @media (max-width: 480px) {
      .button.button-medium i.left {
        margin-right: 5px; } }
  .button.button-medium i.right {
    margin-right: 0;
    margin-left: 9px; }
    @media (max-width: 480px) {
      .button.button-medium i.right {
        margin-left: 5px; } }
  @media (max-width: 480px) {
    .button.button-medium {
      font-size: 15px;
      padding-left: 15px;
      margin-top: 15px; } }
  .button.button-medium:hover {
    background: #007edd; }

.button.button-medium-a {
  font-size: 17px;
  border-radius: 5px;
  color: #fff;
  padding: 10px 17px 10px 0;
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
  background: #0061aa; }
  .button.button-medium-a i.left {
    font-size: 24px;
    vertical-align: -2px;
    margin: -4px 10px 0 0;
    display: inline-block; }
    @media (max-width: 480px) {
      .button.button-medium-a i.left {
        margin-right: 5px; } }
  .button.button-medium-a i.right {
    margin-right: 0;
    margin-left: 9px; }
    @media (max-width: 480px) {
      .button.button-medium-a i.right {
        margin-left: 5px; } }
  @media (max-width: 480px) {
    .button.button-medium-a {
      font-size: 15px;
      padding-left: 7px; } }
  .button.button-medium-a:hover {
    background: #007edd; }

.button.button-medium.exclusive {
  border-color: #007edd;
  margin: 15px; }
  .button.button-medium.exclusive:hover {
    background: #007edd; }

.link-button {
  font-weight: bold; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 16px;
  color: #c0c0c0;
  padding: 0;
  border: 1px solid;
  border-radius: 0; }
  .btn.button-plus span,
  .btn.button-minus span {
    display: block;
    width: 14px;
    height: 14px;
    background: #222; }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #333; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      -webkit-filter: none;
      filter: none;
      background: #0061aa; }

.cart_quantity_up span:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  color: #fff; }

.cart_quantity_down span:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  color: #fff; }

.cart_quantity_up,
.cart_quantity_down {
  font-size: 14px;
  line-height: 14px;
  color: #c0c0c0;
  border-radius: 0; }
  .cart_quantity_up span,
  .cart_quantity_down span {
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 6px 6px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .cart_quantity_up:hover,
  .cart_quantity_down:hover {
    color: #333; }
    .cart_quantity_up:hover span,
    .cart_quantity_down:hover span {
      -webkit-filter: none;
      filter: none;
      background: #0061aa; }

.button.exclusive-medium {
  font-size: 17px;
  padding: 0;
  line-height: 21px;
  color: #fff;
  font-weight: bold; }
  .button.exclusive-medium span {
    border: 1px solid;
    border-color: #fff;
    display: block;
    padding: 9px 10px 11px 10px;
    background: #f7f7f7; }
    @media (max-width: 480px) {
      .button.exclusive-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px; } }

.button.ajax_add_to_cart_button {
  /* 	font: 700 17px / 21px $font-family;
	color: $button-text-color;

	padding: 0; */
  background: #0061aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  font-family: "Poppins";
  outline: none;
  font-size: 13px;
  font-weight: 500; }
  .button.ajax_add_to_cart_button span {
    background: #0061aa;
    padding: 10px 14px;
    display: block; }
  .button.ajax_add_to_cart_button:hover span {
    -webkit-filter: none;
    filter: none;
    background: #0084bf; }

.button.lnk_view {
  font: 700 17px/21px "Poppins";
  color: #fff; }
  .button.lnk_view:hover {
    background: #807e7e; }

.form-control {
  padding: 3px 5px;
  height: 27px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    color: #333;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

#my-account .footer_links, #identity .footer_links, #history .footer_links, #addresses .footer_links, #address .footer_links, #order-slip .footer_links {
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    #my-account .footer_links, #identity .footer_links, #history .footer_links, #addresses .footer_links, #address .footer_links, #order-slip .footer_links {
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    #my-account .footer_links .button.button-small, #identity .footer_links .button.button-small, #history .footer_links .button.button-small, #addresses .footer_links .button.button-small, #address .footer_links .button.button-small, #order-slip .footer_links .button.button-small {
      margin-top: 20px;
      margin-bottom: 10px; } }

.product-name {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 107.7%;
  margin: 0px;
  min-height: 28px; }
  .product-name a {
    /*font-size: 17px;
		line-height: 23px;
		color: $product-name-color;*/ }
    .product-name a:hover {
      color: #515151; }
    @media (max-width: 768px) {
      .product-name a {
        font-size: 14px; } }
    .product-name a img {
      max-width: 32px; }

.price {
  white-space: nowrap;
  font-size: 15px;
  /* line-height: 1.8667em; */
  color: #222;
  font-weight: 400;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 1200px) {
    .price {
      font-size: 13px; } }

.price.product-price {
  font-family: "Poppins";
  color: #333;
  font-size: 133%;
  font-weight: 500; }

.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #f13340; }

.price-percent-reduction {
  background: #f13340;
  border: 1px solid #d02a2c;
  font: 600 21px/24px "Poppins", sans-serif;
  color: #fff;
  padding: 0 5px 0 3px;
  display: inline-block; }
  .price-percent-reduction.small {
    font: 700 14px/17px "Poppins";
    padding: 1px 6px; }

.labels {
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .labels {
      font-size: 10px;
      height: 30px;
      width: 30px; } }
  .labels.new-label {
    left: 0px;
    background: #0061aa; }
  .labels.sale-label {
    right: 30px;
    padding: 10px;
    display: none !important;
    background: #f13340; }

.product_img_link {
  position: relative;
  display: block; }
  .product_img_link img {
    margin: 0 auto; }

#index .product_img_link img {
  margin: 0 auto; }

.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .box p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    @media screen and (max-width: 768px) {
      .box.box-small #submitReorder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }
  .box .std {
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .box .std {
        padding: 0; } }
    .box .std #opc_account_form .clearfix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .box .std #opc_account_form .clearfix label {
        display: inline-block;
        margin-bottom: 5px;
        font-family: "Poppins";
        width: 30%;
        color: #888;
        padding: 0 20px;
        text-align: right;
        font-weight: normal; }
    .box .std #opc_account_form .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .box .std #opc_account_form .form-group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .box .std #opc_account_form .form-group label {
        display: inline-block;
        margin-bottom: 5px;
        font-family: "Poppins";
        width: 50%;
        color: #888;
        padding: 0;
        text-align: left;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .box .std #opc_account_form .form-group label {
            width: 100%;
            padding: 0;
            text-align: left; } }
    .box .std .clearfix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .box .std .clearfix label {
        display: inline-block;
        margin-bottom: 5px;
        font-family: "Poppins";
        width: 30%;
        color: #888;
        padding: 0 20px;
        text-align: right;
        font-weight: normal; }
    .box .std .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .box .std .form-group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .box .std .form-group label {
        display: inline-block;
        margin-bottom: 5px;
        font-family: "Poppins";
        width: 30%;
        color: #888;
        padding: 0 20px;
        text-align: right;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .box .std .form-group label {
            width: 100%;
            padding: 0;
            text-align: left; } }

.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    border: 1px solid #d6d4d4;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.block-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-size: 184.612%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .block-title {
      text-align: center; } }

#home-page-tabs {
  border: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 0 0 -18px; } }
  @media screen and (max-width: 768px) {
    #home-page-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #home-page-tabs > li {
    margin-bottom: 0;
    float: left; }
    @media (min-width: 991px) {
      #home-page-tabs > li {
        margin: 0 0px 0 9px;
        padding: 0 0px 0 9px; } }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%;
        margin: 5px; } }
    #home-page-tabs > li a {
      font: 600 21px/24px "Poppins", sans-serif;
      text-transform: uppercase;
      border: none;
      font-family: "Poppins";
      font-size: 93%;
      display: initial;
      position: relative;
      border-radius: 3px;
      -webkit-transition: 0.3s all ease 0s;
      transition: 0.3s all ease 0s;
      color: #888; }
      @media (min-width: 768px) {
        #home-page-tabs > li a {
          padding: 1px 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-page-tabs > li a {
          padding: 10px 10px; } }
      @media (max-width: 768px) {
        #home-page-tabs > li a {
          display: block;
          text-align: center; } }
    #home-page-tabs > li:first-child {
      border: none; }
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    background: black;
    color: #fff; }
    @media (min-width: 768px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: -9px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: 0px 0; } }

.block_asdata_products_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1280px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .block_asdata_products_block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .block_asdata_products_block .block {
    margin-bottom: 30px;
    padding: 0 60px;
    width: 33.33333%; }
    @media screen and (max-width: 768px) {
      .block_asdata_products_block .block {
        width: 100%;
        overflow: hidden;
        padding: 0; } }
    .block_asdata_products_block .block li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .block_asdata_products_block .block li .product_img {
        margin: 0 15px 0 0;
        position: relative;
        border: 1px solid #e5e5e5; }
      @media screen and (max-width: 768px) {
        .block_asdata_products_block .block li p {
          display: block;
          width: 100%;
          margin: 25px 0 9px; } }
      .block_asdata_products_block .block li p a {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 107.7%;
        margin: 0px;
        min-height: 28px; }
        .block_asdata_products_block .block li p a a:hover {
          color: #0061aa;
          text-decoration: none;
          outline: none; }
        .block_asdata_products_block .block li p a .price {
          margin: 15px 0 0 0;
          font-family: "Poppins";
          color: #333333;
          font-size: 133%;
          font-weight: 500; }
    @media (max-width: 767px) {
      .block_asdata_products_block .block .block_content {
        margin-bottom: 20px; }
        .block_asdata_products_block .block .block_content img {
          width: 100%; } }

.block .title_block,
.block h4 {
  padding: 0 0 10px;
  font-size: 154%;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #222;
  font-family: "Poppins"; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block .title_block,
    .block h4 {
      position: relative; }
      .block .title_block:after,
      .block h4:after {
        display: block;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        top: 15px;
        height: 36px;
        width: 36px;
        font-size: 26px;
        font-weight: normal; }
      .block .title_block.active:after,
      .block h4.active:after {
        content: "w"; } }

.block .list-block {
  margin-top: -8px; }
  @media (max-width: 767px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
      content: "f";
      display: inline;
      font-family: "Font Awesome 5 Free";
      color: #333;
      padding-right: 8px; }
    .block .list-block li a:hover {
      color: #333;
      font-weight: bold; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 767px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }

.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4; }
  .block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    .block .products-block li .product-content h5 {
      position: relative;
      top: -11px; }

.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px; }

.block .products-block .product-description {
  margin-bottom: 14px; }

.block .products-block .price-percent-reduction {
  font: 700 14px/17px "Poppins";
  padding: 1px 6px; }

.page-heading {
  font: 600 18px/22px "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  color: #222;
  font-size: 24px; }
  .page-heading span.heading-counter {
    font: bold 13px/22px "Poppins";
    float: right;
    color: #333;
    text-transform: none;
    margin-bottom: 10px;
    display: none; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .item_inner_scope {
    margin-top: 20px; } }

.page-subheading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #555454;
  font-size: 18px;
  padding: 5px 0px 15px;
  line-height: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #d6d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

h3.page-product-heading {
  color: #555454;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #d6d4d4;
  height: 65px; }
  @media screen and (max-width: 768px) {
    ul.footer_links {
      padding: 0;
      height: 0; } }
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }

.content_sortPagiBar .sortPagiBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  background: #FAFAFA;
  margin-bottom: 30px; }
  .content_sortPagiBar .sortPagiBar.clearfix::before {
    display: none; }
  @media screen and (max-width: 768px) {
    .content_sortPagiBar .sortPagiBar {
      margin: 10px 0;
      padding: 10px; } }
  .content_sortPagiBar .sortPagiBar .selector1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 50%;
    float: left; }
    @media (max-width: 991px) {
      .content_sortPagiBar .sortPagiBar #productsSortForm select {
        margin-left: 10px; } }
  .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left; }
    @media screen and (max-width: 768px) {
      .content_sortPagiBar .sortPagiBar .nbrItemPage {
        padding: 0 0 20px 0px;
        display: none; } }
    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 59px;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage .selector1 > span {
      white-space: nowrap;
      font-weight: 400;
      font-size: 13px;
      color: #333; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    margin: 0 5px; }
  .content_sortPagiBar .sortPagiBar label {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin: 0; }
  .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none; }
  .content_sortPagiBar .sortPagiBar .product-count {
    float: left;
    padding-top: 0;
    margin: 0 10px;
    line-height: 32px;
    color: #444;
    font-size: 93%;
    text-align: inherit !important;
    display: none; }
    @media screen and (max-width: 768px) {
      .content_sortPagiBar .sortPagiBar .product-count {
        margin: 10px 10px; } }

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    cursor: pointer; }
    .content_sortPagiBar .display li#grid,
    .content_sortPagiBar .display_m li#grid {
      margin-right: 5px; }
    .content_sortPagiBar .display li#list,
    .content_sortPagiBar .display_m li#list {
      margin-right: 10px; }
    @media (max-width: 768px) {
      .content_sortPagiBar .display li,
      .content_sortPagiBar .display_m li {
        display: none; } }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: #e1e0e0;
      font-size: 20px;
      display: inline-block;
      cursor: pointer; }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        font-size: 20px;
        line-height: 20px;
        color: #000; }
      .content_sortPagiBar .display li a:hover,
      .content_sortPagiBar .display_m li a:hover {
        display: unset; }
        .content_sortPagiBar .display li a:hover i,
        .content_sortPagiBar .display_m li a:hover i {
          text-align: center;
          display: inline-block;
          cursor: pointer;
          color: #0061aa; }
    .content_sortPagiBar .display li.selected,
    .content_sortPagiBar .display_m li.selected {
      border-color: #0061aa; }
      .content_sortPagiBar .display li.selected a,
      .content_sortPagiBar .display_m li.selected a {
        cursor: default;
        width: 100%;
        height: 100%; }
      .content_sortPagiBar .display li.selected i,
      .content_sortPagiBar .display_m li.selected i {
        line-height: 20px;
        cursor: pointer;
        color: #0061aa; }
    .content_sortPagiBar .display li.display-title,
    .content_sortPagiBar .display_m li.display-title {
      font-weight: bold;
      color: #333;
      padding: 7px 6px 0 0; }

.top-pagination-content,
.bottom-pagination-content,
#pagination {
  text-align: center; }
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination,
  #pagination div.pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination,
      #pagination div.pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .top-pagination-content div.pagination button,
        .bottom-pagination-content div.pagination button,
        #pagination div.pagination button {
          display: none; } }
    .top-pagination-content div.pagination .showall .button.exclusive-medium,
    .bottom-pagination-content div.pagination .showall .button.exclusive-medium,
    #pagination div.pagination .showall .button.exclusive-medium {
      color: black; }
    .top-pagination-content div.pagination .showall .btn span,
    .bottom-pagination-content div.pagination .showall .btn span,
    #pagination div.pagination .showall .btn span {
      font-size: 13px;
      padding: 5px 10px;
      line-height: normal; }
  .top-pagination-content ul.pagination,
  .bottom-pagination-content ul.pagination,
  #pagination ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-pagination-content ul.pagination li,
    .bottom-pagination-content ul.pagination li,
    #pagination ul.pagination li {
      display: inline-block; }
      .top-pagination-content ul.pagination li > a,
      .top-pagination-content ul.pagination li > span,
      .bottom-pagination-content ul.pagination li > a,
      .bottom-pagination-content ul.pagination li > span,
      #pagination ul.pagination li > a,
      #pagination ul.pagination li > span {
        border: none;
        background: #eeeeee;
        margin: 0 2px;
        padding: 0;
        font-weight: bold;
        display: block; }
        .top-pagination-content ul.pagination li > a span,
        .top-pagination-content ul.pagination li > span span,
        .bottom-pagination-content ul.pagination li > a span,
        .bottom-pagination-content ul.pagination li > span span,
        #pagination ul.pagination li > a span,
        #pagination ul.pagination li > span span {
          padding: 2px 8px;
          display: block; }
      .top-pagination-content ul.pagination li > a:hover span,
      .bottom-pagination-content ul.pagination li > a:hover span,
      #pagination ul.pagination li > a:hover span {
        background: #0061aa;
        color: #fff; }
      .top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_next,
      #pagination ul.pagination li.pagination_previous,
      #pagination ul.pagination li.pagination_next {
        color: #000;
        font-weight: bold; }
        .top-pagination-content ul.pagination li.pagination_previous > a,
        .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a,
        .top-pagination-content ul.pagination li.pagination_next > span,
        .bottom-pagination-content ul.pagination li.pagination_previous > a,
        .bottom-pagination-content ul.pagination li.pagination_previous > span,
        .bottom-pagination-content ul.pagination li.pagination_next > a,
        .bottom-pagination-content ul.pagination li.pagination_next > span,
        #pagination ul.pagination li.pagination_previous > a,
        #pagination ul.pagination li.pagination_previous > span,
        #pagination ul.pagination li.pagination_next > a,
        #pagination ul.pagination li.pagination_next > span {
          border: none;
          background: none;
          display: block;
          padding: 4px 0; }
          .top-pagination-content ul.pagination li.pagination_previous > a span,
          .top-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span,
          .top-pagination-content ul.pagination li.pagination_next > span span,
          .bottom-pagination-content ul.pagination li.pagination_previous > a span,
          .bottom-pagination-content ul.pagination li.pagination_previous > span span,
          .bottom-pagination-content ul.pagination li.pagination_next > a span,
          .bottom-pagination-content ul.pagination li.pagination_next > span span,
          #pagination ul.pagination li.pagination_previous > a span,
          #pagination ul.pagination li.pagination_previous > span span,
          #pagination ul.pagination li.pagination_next > a span,
          #pagination ul.pagination li.pagination_next > span span {
            border: none;
            padding: 0;
            background: none; }
            .top-pagination-content ul.pagination li.pagination_previous > a span b,
            .top-pagination-content ul.pagination li.pagination_previous > span span b, .top-pagination-content ul.pagination li.pagination_next > a span b,
            .top-pagination-content ul.pagination li.pagination_next > span span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > a span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > span span b,
            .bottom-pagination-content ul.pagination li.pagination_next > a span b,
            .bottom-pagination-content ul.pagination li.pagination_next > span span b,
            #pagination ul.pagination li.pagination_previous > a span b,
            #pagination ul.pagination li.pagination_previous > span span b,
            #pagination ul.pagination li.pagination_next > a span b,
            #pagination ul.pagination li.pagination_next > span span b {
              font-weight: bold; }
      .top-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_previous,
      #pagination ul.pagination li.pagination_previous {
        margin-right: 10px; }
      .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_next,
      #pagination ul.pagination li.pagination_next {
        margin-left: 10px; }
      .top-pagination-content ul.pagination li.active > span,
      .bottom-pagination-content ul.pagination li.active > span,
      #pagination ul.pagination li.active > span {
        color: #333;
        border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; }
        .top-pagination-content ul.pagination li.active > span span,
        .bottom-pagination-content ul.pagination li.active > span span,
        #pagination ul.pagination li.active > span span {
          background: #0061aa;
          color: #fff; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form,
  #pagination .compare-form {
    float: right; }
    @media (max-width: 479px) {
      .top-pagination-content .compare-form,
      .bottom-pagination-content .compare-form,
      #pagination .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both; } }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count,
  #pagination .product-count {
    float: left;
    padding-top: 0;
    margin: 0 10px;
    line-height: 32px;
    color: #444;
    font-size: 93%;
    text-align: inherit !important;
    padding: 11px 0 0 0;
    float: left; }
    @media (max-width: 991px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count,
      #pagination .product-count {
        clear: left; } }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }
  #page .rte em {
    font-style: italic !important; }
  #page .rte .sluzby_title h1 {
    color: #333; }
  #page .rte .sluzby_title h4 {
    font-size: 19px;
    color: #605c5c;
    font-weight: 400;
    margin-bottom: 20px !important; }
  #page .rte .colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #page .rte .colum .sluzby_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0; }
      @media screen and (max-width: 992px) {
        #page .rte .colum .sluzby_box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
      #page .rte .colum .sluzby_box img {
        margin: 4px 0 17px;
        max-width: 500px !important;
        min-width: 500px !important;
        height: auto; }
        @media screen and (max-width: 768px) {
          #page .rte .colum .sluzby_box img {
            max-width: 100% !important;
            min-width: 100% !important;
            margin-top: unset; } }
      #page .rte .colum .sluzby_box .text {
        margin-right: 100px; }
        @media screen and (max-width: 768px) {
          #page .rte .colum .sluzby_box .text {
            margin-right: unset; } }
        #page .rte .colum .sluzby_box .text p {
          line-height: 1.6 !important; }
        #page .rte .colum .sluzby_box .text strong {
          font-size: 30px;
          line-height: normal;
          font-weight: 400;
          color: #333; }
        #page .rte .colum .sluzby_box .text .slogan {
          font-size: 22px;
          font-weight: bold;
          color: #333; }
        #page .rte .colum .sluzby_box .text .popis {
          font-size: 14px;
          text-align: justify; }
        #page .rte .colum .sluzby_box .text .s_btn {
          margin-top: 45px; }
          @media screen and (max-width: 768px) {
            #page .rte .colum .sluzby_box .text .s_btn {
              margin-top: 20px; } }
      #page .rte .colum .sluzby_box a {
        background: #0061aa;
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        height: 40px;
        line-height: 38px;
        margin-top: 10px;
        font-family: "Poppins";
        outline: none;
        font-size: 15px;
        font-weight: 500; }
    #page .rte .colum .sluzby_box:last-child {
      border-bottom: none; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333; }

.header-container {
  background: #fff; }

/*  BREADCRUMB */
#breadcrumbs_wrapper {
  color: #888;
  line-height: 30px;
  margin: 0;
  font-family: "Poppins";
  /*border-bottom: 1px solid #dbdbdb;*/
  /*padding: 10px 0;*/ }
  #breadcrumbs_wrapper .breadcrumb {
    margin: auto;
    max-width: 1250px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0; }
    #breadcrumbs_wrapper .breadcrumb .navigation-pipe {
      margin: 0 5px;
      font-weight: 600;
      color: #0061aa;
      font-size: 14px;
      vertical-align: middle; }
    #breadcrumbs_wrapper .breadcrumb li {
      display: inline-block;
      font-size: 11px; }
      #breadcrumbs_wrapper .breadcrumb li a:hover {
        color: #333; }
      #breadcrumbs_wrapper .breadcrumb li a span {
        display: block; }
      #breadcrumbs_wrapper .breadcrumb li a span::first-letter {
        text-transform: uppercase !important; }

.ie8 .breadcrumb {
  min-height: 1px; }
  .ie8 .breadcrumb a:after {
    display: none; }
  .ie8 .breadcrumb .navigation-pipe {
    width: 20px; }

#asdata-id {
  background: #000; }
  #asdata-id .item_box ul {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #asdata-id .item_box ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #asdata-id .item_box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 31px 0 27px;
      width: 100%;
      position: relative;
      overflow: hidden;
      margin: 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      #asdata-id .item_box ul li i {
        font-size: 35px;
        color: #fff;
        margin-right: 15px; }
    #asdata-id .item_box ul .text {
      padding: 0;
      display: inline-block;
      vertical-align: top; }
      #asdata-id .item_box ul .text a {
        font-size: 100%;
        font-weight: 500;
        color: #fff;
        margin: 1px 0 0 0;
        display: block;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
      #asdata-id .item_box ul .text a:hover {
        opacity: 0.8; }
      #asdata-id .item_box ul .text p {
        color: #fff;
        margin: 0;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
      #asdata-id .item_box ul .text p:hover {
        opacity: 0.8; }

.footer-container {
  background-color: #fff; }
  .footer-container .container {
    padding-bottom: 0; }
  .footer-container .footer_info_bar {
    background: #EEEEEE;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-container #footer {
    color: #777777; }
    .footer-container #footer .row {
      position: relative; }
      @media (max-width: 992px) {
        .footer-container #footer .row {
          padding: 0 10px; } }
    .footer-container #footer ul.row {
      position: static; }
    .footer-container #footer .footer-block {
      margin-top: 45px; }
      @media (max-width: 767px) {
        .footer-container #footer .footer-block {
          margin-top: 0;
          padding: 0; } }
    .footer-container #footer a {
      color: #888; }
    .footer-container #footer .swiper-container {
      height: 200px; }
    .footer-container #footer #block_various_links_footer a:hover {
      color: #0061aa;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .footer-container #footer #block_various_links_footer a:hover:before {
        margin-right: 5px;
        width: 3px;
        background: #0061aa;
        display: inline-block;
        height: 3px;
        border-radius: 50%;
        content: '';
        position: relative;
        top: -4px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .footer-container #footer h4 {
      font-family: "Poppins";
      font-weight: 600;
      position: relative;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 138.461%;
      color: #222;
      cursor: pointer; }
      @media (max-width: 767px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; }
          .footer-container #footer h4:after {
            display: block;
            content: "\f055";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: 0;
            top: 1px; }
          .footer-container #footer h4.active:after {
            content: "\f056"; } }
    .footer-container #footer ul li {
      font-family: "Poppins";
      padding: 0;
      position: relative;
      margin: 0 0 5px;
      color: #888;
      font-size: 93%;
      font-weight: 400; }
    @media screen and (max-width: 768px) {
      .footer-container #footer ul.toggle-footer {
        display: none; } }
    @media (max-width: 767px) {
      .footer-container #footer #block_contact_infos {
        border: none; } }
    .footer-container #footer #block_contact_infos > div {
      padding: 0 0 0 5px; }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos > div {
          padding-left: 0; } }
      .footer-container #footer #block_contact_infos > div ul li {
        padding: 0 0 7px 4px;
        overflow: hidden;
        line-height: 30px;
        color: #444;
        margin: 0 3px; }
        .footer-container #footer #block_contact_infos > div ul li > span,
        .footer-container #footer #block_contact_infos > div ul li > span a {
          color: #888; }
          .footer-container #footer #block_contact_infos > div ul li > span:hover,
          .footer-container #footer #block_contact_infos > div ul li > span a:hover {
            color: #0061aa;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
        .footer-container #footer #block_contact_infos > div ul li i {
          color: #0061aa;
          font-size: 16px;
          text-align: center;
          margin: 2px 13px 0 0;
          float: left;
          padding-bottom: 8px; }
      @media screen and (max-width: 768px) {
        .footer-container #footer #block_contact_infos > div ul.toggle-footer {
          display: none; } }
    .footer-container #footer .insta_box,
    .footer-container #footer .facebook_box {
      width: 30%;
      display: block;
      overflow: hidden;
      padding-top: 50px;
      float: right; }
      @media screen and (max-width: 768px) {
        .footer-container #footer .insta_box,
        .footer-container #footer .facebook_box {
          float: left;
          width: 100%;
          padding-top: 0; } }
      .footer-container #footer .insta_box h4::after,
      .footer-container #footer .facebook_box h4::after {
        display: none; }
      .footer-container #footer .insta_box .picture_goupe .img-responsive,
      .footer-container #footer .facebook_box .picture_goupe .img-responsive {
        padding: 0;
        width: 90px;
        height: 90px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 8px; }
        @media screen and (max-width: 768px) {
          .footer-container #footer .insta_box .picture_goupe .img-responsive,
          .footer-container #footer .facebook_box .picture_goupe .img-responsive {
            padding: 3px;
            margin-bottom: 0; } }
    .footer-container #footer .insta_box {
      padding-top: 25px; }
    .footer-container #footer .blockcategories_footer {
      clear: left; }
    .footer-container #footer #social_block {
      float: left;
      width: 50%;
      padding: 22px 15px 0 15px; }
      @media (max-width: 767px) {
        .footer-container #footer #social_block {
          width: 100%;
          float: left;
          padding-top: 5px; } }
      .footer-container #footer #social_block ul {
        float: right; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block ul {
            float: none; } }
        .footer-container #footer #social_block ul li {
          float: left;
          width: 40px;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
          .footer-container #footer #social_block ul li a {
            display: inline-block;
            color: #908f8f;
            font-size: 28px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
            .footer-container #footer #social_block ul li a span {
              display: none; }
            .footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "Font Awesome 5 Free";
              vertical-align: -5px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .footer-container #footer #social_block ul li a:hover {
              color: #fff; }
          .footer-container #footer #social_block ul li.facebook a:before {
            content: "a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "F"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "s"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "G"; }
          .footer-container #footer #social_block ul li.google-plus a:before {
            content: "b"; }
          .footer-container #footer #social_block ul li.pinterest a:before {
            content: "c"; }
          .footer-container #footer #social_block ul li.vimeo a:before {
            content: "\f194"; }
          .footer-container #footer #social_block ul li.instagram a:before {
            content: "d"; }
      .footer-container #footer #social_block h4 {
        float: right;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block h4 {
            display: none;
            text-align: center; } }
    .footer-container #footer .bottom-footer {
      position: absolute;
      bottom: -55px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .footer-container #footer .bottom-footer {
          bottom: -100px;
          left: 0;
          right: 0; } }
      .footer-container #footer .bottom-footer div {
        border-top: 1px dashed #ebebeb;
        padding: 10px; }

#reinsurance_block {
  clear: both !important; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc;
  padding-left: 15px; }

.rte ol {
  list-style-type: decimal;
  padding-left: 15px; }

.block_hidden_only_for_screen {
  display: none; }

.cart_navigation {
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .cart_navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cart_navigation .button-medium {
    float: right;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px; }
    .cart_navigation .button-medium span {
      border-radius: 4px;
      padding: 11px 15px 10px 15px; }
      @media (max-width: 992px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
    .cart_navigation .button-medium i.right {
      font-size: 25px;
      line-height: 25px;
      vertical-align: -4px;
      margin-left: 6px; }
  .cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    margin: 9px 0 0 0; }
    @media screen and (max-width: 768px) {
      .cart_navigation .button-exclusive {
        margin: 20px 0; } }
    .cart_navigation .button-exclusive i {
      color: #777777;
      margin-right: 8px; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      color: #515151;
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  width: 40px;
  margin: 0 5px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px;
    text-align: center !important; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    text-align: center !important;
    padding: 5px; }

.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

.asd_customized_item .cart_unit {
  display: none; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

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

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

@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: left; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      /* width: 33%; */
      text-align: right;
      /* min-height: 70px; */
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right; }
    #order-detail-content #cart_summary td.cart_quantity {
      /* width: 33%;
						min-height: 70px; */
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        /* display: block; */ }
      #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      /* 	width: 33%;
						min-height: 70px; */
      text-align: right; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      right: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }

@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }

.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Poppins", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset h4 {
      margin-top: 0;
      padding-top: 0; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 270px;
      padding: 10px 15px;
      height: 40px;
      color: #888;
      border: 1px solid #eee;
      font-size: 12px;
      line-height: 26px;
      background: #fff;
      border-radius: 4px 0 0 4px; }
    .cart_voucher fieldset [name='submitAddDiscount'] {
      margin: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      border-radius: 0 4px 4px 0;
      height: 40px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #333; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #515151; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }

.addresses {
  /* #address_invoice_form {
			a.button.button-small{
				font: 500 15px/18px "Poppins";
				color: #fff;
				background: #333;
				padding: 0;
				padding: 3px 8px 3px 8px;
				border-radius: 0;
				margin-top: 45px;
				@media screen and (max-width: $break-small) {
					margin-top: 0;
				}
				i{
					display: none;
				}
			}
		} */ }
  .addresses .select label,
  .addresses .selector,
  .addresses .addresses .address_select {
    clear: both;
    float: left; }
  .addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("../../../img/loader.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px; }
  .addresses .checkbox.addressesAreEquals {
    clear: both;
    margin: 15px 0 25px 0;
    height: 15PX; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  font-weight: normal;
  cursor: pointer; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td,
      #order-opc .delivery_option > div > table.resume td {
        font-size: 12px; }
        #order .delivery_option > div > table.resume td.delivery_option_radio,
        #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
          width: 54px;
          padding-left: 0;
          padding-right: 0;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #order .delivery_option > div > table.resume td.delivery_option_radio input,
            #order-opc .delivery_option > div > table.resume td.delivery_option_radio input {
              margin: 3px; } }
        #order .delivery_option > div > table.resume td.delivery_option_logo,
        #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
          width: 97px;
          padding-left: 21px; }
          @media screen and (max-width: 768px) {
            #order .delivery_option > div > table.resume td.delivery_option_logo,
            #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
              width: 100%;
              padding-left: 0; } }
          @media screen and (max-width: 768px) {
            #order .delivery_option > div > table.resume td.delivery_option_logo .order_carrier_logo,
            #order-opc .delivery_option > div > table.resume td.delivery_option_logo .order_carrier_logo {
              margin: 0 13px; } }
        #order .delivery_option > div > table.resume td.delivery_option_price,
        #order-opc .delivery_option > div > table.resume td.delivery_option_price {
          width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #333; }
  .order_carrier_content .checkbox input {
    margin-top: 2px;
    height: 15px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 5px; }
  p.payment_module:hover {
    border-color: #0061aa; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb; }
      @media screen and (max-width: 768px) {
        p.payment_module a.bankwire {
          background: url(../img/bankwire.png) 15px 80px no-repeat #fbfbfb; } }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; }
      @media screen and (max-width: 768px) {
        p.payment_module a.cheque {
          background: url(../img/cheque.png) 15px 70px no-repeat #fbfbfb; } }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb; }
      @media screen and (max-width: 768px) {
        p.payment_module a.cash {
          background: url(../img/cash.png) 15px 70px no-repeat #fbfbfb; } }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: none;
      content: "f";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "Font Awesome 5 Free";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #333; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #777; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.not-displayable {
  display: none; }

/*
	#address, */
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  border: 1px solid #d6d4d4;
  line-height: 23px;
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 0 25px;
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #identity .box,
    #account-creation_form .box,
    #new_account_form .box,
    #opc_account_form .box,
    #authentication .box {
      padding-bottom: 30px;
      margin-top: 20px; } }

#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
  font-family: "Poppins";
  padding-left: 120px; }
  @media screen and (max-width: 768px) {
    #identity p.required,
    #account-creation_form p.required,
    #new_account_form p.required,
    #opc_account_form p.required,
    #authentication p.required {
      padding-left: 0; } }

#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }

#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px; }
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: unset; }
    #identity .form-group .form-control#adress_alias,
    #account-creation_form .form-group .form-control#adress_alias,
    #new_account_form .form-group .form-control#adress_alias,
    #opc_account_form .form-group .form-control#adress_alias,
    #authentication .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }

#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
  display: none; }
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }

#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    #identity #center_column .footer_links,
    #authentication #center_column .footer_links,
    #order-opc #center_column .footer_links {
      padding-top: 0; } }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

#password {
  padding-top: 0;
  border: none; }
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: "Poppins"; }
  #instant_search_results a.close:hover {
    color: #515151; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }

#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #515151; }

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }

#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }

@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }

@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }

#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }

#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }

@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Poppins", sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Poppins", sans-serif;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  margin-top: 20px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #ef8743; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 6px no-repeat #fff1f2; }

.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 6px no-repeat #ddf9e1; }

.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    float: left; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }

.fancybox-skin {
  background: #fff !important; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: white;
  border-radius: 50px; }
  .fancybox-skin .fancybox-close:hover {
    color: #515151; }
  .fancybox-skin .fancybox-close:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free"; }

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  height: 344px;
  padding-right: 29px;
  padding-left: 29px; }
  @media (max-width: 991px) {
    #facebook_block,
    #cmsinfo_block {
      min-height: 354px;
      height: 354px;
      padding-left: 13px;
      padding-right: 13px; } }
  @media (max-width: 767px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%;
      min-height: 1px; } }

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Poppins", sans-serif;
  color: #6f6d6d; }
  @media (max-width: 991px) {
    #facebook_block h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    #facebook_block h4 {
      padding-top: 20px !important; } }
  @media (max-width: 768px) {
    #facebook_block h4 {
      font-size: 16px; } }

#facebook_block .facebook-fanbox {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px; }

#cmsinfo_block {
  border-left: 1px solid #d9d9d9; }
  @media (max-width: 767px) {
    #cmsinfo_block {
      border: none;
      margin-top: 10px; } }
  #cmsinfo_block > div {
    padding: 35px 10px 0 0; }
    @media (max-width: 767px) {
      #cmsinfo_block > div {
        padding-top: 20px; } }
    @media (max-width: 479px) {
      #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9; } }
  #cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px; }
    @media (max-width: 479px) {
      #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px; } }
  #cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    background: #6f6d6d;
    border-radius: 100px; }
    @media (max-width: 991px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Poppins", sans-serif;
    color: #6f6d6d; }
    @media (max-width: 1199px) {
      #cmsinfo_block h3 {
        font-size: 18px; } }
  #cmsinfo_block ul li {
    padding-bottom: 22px; }
    @media (max-width: 1199px) {
      #cmsinfo_block ul li {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      #cmsinfo_block ul li {
        padding-bottom: 0; } }
  #cmsinfo_block p em {
    background: none;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic; }

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px; }

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }

#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }

#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

#product_comparison td.compare_extra_information {
  padding: 10px; }

#product_comparison #social-share-compare {
  margin-bottom: 50px; }

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }

.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }
  .btn-facebook:hover i {
    color: white; }

.btn-twitter i {
  color: #00aaf0; }

.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }

.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }
  .btn-google-plus:hover i {
    color: white; }

.btn-pinterest i {
  color: #ce1f21; }

.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
  .btn-pinterest:hover i {
    color: white; }

.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

@media (max-width: 992px) {
  header {
    padding-bottom: 0; }
    header .nav, header .desktop-header {
      display: none; }
  #breadcrumbs_wrapper {
    display: none; }
  #columns {
    padding-top: 0; } }

i#open_filter {
  display: none; }

#category i#open_filter,
#manufacturer i#open_filter {
  display: block; }

table#order-list td.history_state span.label {
  font-family: "Poppins";
  color: #eee; }

#block-order-detail table.detail_step_by_step td span.label {
  font-family: "Poppins";
  color: #fff; }

#identity ul.footer_links {
  padding-left: 265px; }
  @media screen and (max-width: 768px) {
    #identity ul.footer_links {
      padding-left: 0; } }

/*footer jj*/
.underSlider {
  background: #474747;
  color: #fff;
  padding: 30px 0px; }

.underSlider .textLabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins"; }
  @media (max-width: 768px) {
    .underSlider .textLabels {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.underSlider .textLabels .textLabel {
  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;
  font-size: 14px;
  font-family: "Poppins"; }
  @media (max-width: 768px) {
    .underSlider .textLabels .textLabel:not(:last-child) {
      padding-bottom: 15px; } }

.underSlider .textLabels .textLabel div {
  padding-left: 20px; }

.underSlider .textLabels .textLabel div p {
  font-weight: bold;
  margin: 0 0 5px; }

.underSlider .textLabels .textLabel i {
  color: #fdd879;
  font-size: 45px; }

@media (max-width: 768px) {
  #myDiv .asd_group_2 {
    float: unset; } }

.country_restriction_popup .fancybox-skin {
  width: 40vw !important;
  height: auto !important;
  padding-bottom: 15px !important; }

.country_restriction_popup .restrict_second_image {
  height: 100%; }

.country_restriction_popup #firs_div_restrict {
  height: 100%; }

.country_restriction_popup .fancybox-inner {
  width: 100% !important;
  height: 100% !important; }

.country_restriction_popup .fancybox-outer {
  height: 100%; }

.country_restriction_popup .restrict_p_text h1 {
  font-family: "Poppins";
  line-height: 22px;
  margin: 10% 5% 10% 5%; }

.country_restriction_popup .restrict_p_text p {
  margin: 10% 5% 10% 5%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  height: 100%;
  vertical-align: middle; }

.country_restriction_popup .restrict_p_text p a:hover {
  text-decoration: underline; }

@media (max-width: 1000px) {
  .country_restriction_popup .fancybox-skin {
    width: 60vw !important; } }

@media (max-width: 700px) {
  .country_restriction_popup .fancybox-skin {
    width: 90vw !important; } }

@media (max-width: 500px) {
  .country_restriction_popup .fancybox-skin {
    height: 70vh !important; }
  .country_restriction_popup .restrict_second_image {
    display: none; } }

@media (max-width: 430px) {
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    /* width: 284px !important ; */ }
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .country_restriction_popup {
    width: 90% !important; }
  #myDiv .asd_group_2 {
    float: unset; } }

.country_restriction_popup #firs_div_restrict {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%; }

.country_restriction_popup #firs_div_restrict img {
  width: 250px;
  height: 100%; }

.country_restriction_popup {
  width: 50% !important;
  left: 25%  !important; }

.country_restriction_popup .fancybox-inner {
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 1400px) {
  .country_restriction_popup .fancybox-skin {
    width: 60vw !important; } }

@media (max-width: 1000px) {
  .country_restriction_popup .fancybox-skin {
    width: 65vw !important; }
  .country_restriction_popup {
    width: 65% !important;
    left: 25% !important; } }

@media (max-width: 910px) {
  .country_restriction_popup {
    width: 70% !important;
    left: 15% !important; } }

@media (max-width: 750px) {
  .country_restriction_popup #firs_div_restrict {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .country_restriction_popup #firs_div_restrict div:first-child {
    text-align: center; } }

@media (max-width: 650px) {
  .country_restriction_popup {
    width: 90% !important;
    left: 20% !important; } }

@media (max-width: 429px) {
  .country_restriction_popup {
    width: 90% !important; } }

#contact #center_column form .submit {
  margin-top: 362px; }

.required.dni span {
  margin-left: 5px; }

#myDiv h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px; }

#mColorPicker .fancybox-overlay .fancybox-wrap .fancybox-skin {
  padding: 30px !important; }

.asd_group_4 .form-group button {
  font-size: 17px; }

.fancybox-skin {
  padding: 40px !important; }

#mColorPicker .fancybox-overlay .fancybox-opened {
  width: 50%; }

.addText .icon.icon-plus, .addImg .icon.icon-plus {
  margin-right: 5px; }

.ndkackFieldItem .fieldPane {
  padding-left: 10px; }

#asdata_painting_field {
  padding-left: 10px; }

.cart_gravirovanie_img {
  width: 100%;
  display: block; }

#myDiv .asd_group_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  width: 100%; }
  #myDiv .asd_group_1 :nth-child(3) {
    width: 45%;
    margin-right: 5%; }
  #myDiv .asd_group_1 :nth-child(4) {
    width: 45%; }

#myDiv .asd_group_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  width: 100%; }
  #myDiv .asd_group_2 :nth-child(1) {
    width: 45%;
    margin-right: 5%; }
    #myDiv .asd_group_2 :nth-child(1) input {
      width: 100%; }
  #myDiv .asd_group_2 :nth-child(2) {
    width: 45%; }
    #myDiv .asd_group_2 :nth-child(2) input {
      width: 100%; }

@media (max-width: 850px) {
  #mColorPicker .fancybox-overlay .fancybox-wrap {
    width: 50% !important; } }

@media (max-width: 850px) {
  .fancybox-opened {
    width: 50% !important; } }

@media (max-width: 600px) {
  .fancybox-opened {
    width: 80% !important; } }

@media (max-width: 850px) {
  .fancybox-inner {
    width: 100% !important; } }

#create-account_form .btn.btn-default.button-medium-a .pb-left-column .product_images {
  border: none !important; }

.content_scene_cat {
  border-top: none !important; }

#slider_row {
  margin: 0; }
  #slider_row #top_column {
    padding: 0; }

#best-sellers_block_right .block_content a img {
  height: auto;
  max-width: 100%;
  min-width: 80px;
  width: auto; }
  @media (min-width: 1200px) {
    #best-sellers_block_right .block_content a img {
      max-width: 80px; } }

#best-sellers_block_right .block_content.inspiration_image img {
  max-width: 100%; }

#asd_subcategory a {
  display: block;
  padding: 9px;
  border: 1px solid #d6d4d4; }

.man_block .title {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #0061aa;
  margin-bottom: 50px;
  padding-bottom: 30px; }

.man_block .title span {
  background-color: #0061aa;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: 60px;
  display: block;
  width: 65px;
  height: 65px;
  margin: auto;
  padding-top: 23px; }

#asd_sub_cat .man_block .znacky_block.manufacturers_cols_list li:hover #asd_subcategory a {
  border: 5px solid #333;
  padding: 5px; }

#asd_sub_cat ul li {
  float: left;
  height: 202px;
  text-align: center; }

#asd_subcategory a img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.man_block h5 {
  margin-top: 12px;
  margin-bottom: 12px; }

.znacky_block {
  height: 100%; }

.znacky_block .lnk_img {
  font: 600 18px/22px "Poppins", sans-serif;
  color: #555454;
  text-transform: uppercase; }

.man_block ul .man_highlighted {
  color: #0061aa;
  font-weight: 900;
  font-size: 20px; }

.cat_18:nth-child(1) ul li:last-child a {
  color: #0061aa !important; }

.cat_18:nth-child(1) ul li:last-child a:hover {
  color: #fff !important; }

.toggle_trigger {
  float: right;
  padding: 0 10px;
  cursor: pointer;
  vertical-align: unset;
  margin-top: 15px; }

#footer #newsletter_block_left .form-group button[name="submitNewsletter"] {
  margin: 0; }

@media (max-width: 767px) {
  #footer #newsletter_block_left .newsletter_text p {
    font-family: "Poppins";
    margin: 0px 0 10px !important;
    font-size: 108%; }
  #homepage-slider {
    padding-top: 0px !important; }
  #index .home_blog_post_area {
    margin: 0 -15px 10px !important;
    padding: 0px 0 !important;
    padding-top: 15px !important;
    margin: 0 -15px 0px !important; }
  #best-sellers_block_right .title_block {
    margin-top: 20px !important;
    padding-bottom: 0px !important; }
  #footer #newsletter_block_left .form-group .form-control {
    width: calc(100% - 55px) !important; }
  #footer #newsletter_block_left .form-group {
    padding: 0 0px 0 0 !important; }
  .block_asdata_products_block .block {
    margin-bottom: 0px !important; }
  #best-sellers_block_right .block_content a img {
    max-width: 100% !important;
    max-height: 100% !important; }
  #block_contact_infos .kontakt_name {
    /*display: none;*/ }
    #block_contact_infos .kontakt_name:after {
      display: none !important; }
  #footer #newsletter_block_left .form-group .form-control {
    width: 100% !important; }
  #footer #newsletter_block_left .form-group button[name="submitNewsletter"] {
    margin: 0; }
  #asd_sub_cat ul li {
    width: 50%; }
    #asd_sub_cat ul li #asd_subcategory a img {
      max-width: 100%; } }

@media (max-width: 500px) {
  #newsletter_block_left .block_content form .form-group {
    height: 100px; }
    #newsletter_block_left .block_content form .form-group input {
      width: 100% !important; } }

@media (max-width: 450px) {
  #mobile_logo img {
    max-width: 80%; } }

#mobile_logo img {
  min-width: 120px;
  width: 100%; }

@media (max-width: 350px) {
  #newsletter_block_left .block_content form .form-group {
    height: 100px; }
    #newsletter_block_left .block_content form .form-group input {
      width: 100% !important; }
  #footer #newsletter_block_left .form-group .form-control {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0% !important; }
  #footer #newsletter_block_left .newsletter-input {
    max-width: unset !important; } }

.obrazok2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#product_list li:hover .obrazok2 {
  opacity: 1; }

#product_list li:hover .obrazok1 {
  opacity: 0;
  visibility: hidden; }

#product_list li {
  border: 1px solid transparent; }

#product_list li:hover {
  border-color: #dddddd; }

body#index .wrap_product {
  display: none !important; }

.asd-center {
  text-align: center;
  margin-top: 20px; }

#bonus-club .border-text {
  border: 1px solid #dbdbdb;
  max-width: 450px;
  padding: 15px; }

#bonus-club #center_column {
  padding-top: 15px; }
  @media screen and (max-width: 768px) {
    #bonus-club #center_column img {
      width: 100%; } }

.cms-9 #center_column {
  color: #333; }
  .cms-9 #center_column img {
    width: 100%; }
  .cms-9 #center_column .col-md-6 div {
    position: relative; }
    .cms-9 #center_column .col-md-6 div > p {
      position: absolute;
      top: 43%;
      right: 0;
      background: #ccccccbd;
      font-size: 25px;
      padding: 20px; }
  .cms-9 #center_column .col-md-6 a {
    background: #0061aa;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    height: 40px;
    line-height: 38px;
    margin-top: 10px;
    font-family: "Poppins";
    outline: none;
    font-size: 15px;
    font-weight: 500; }

.footer-container #asdata-id .textLabel > div p:hover {
  color: #5f9ac5; }

.home_blog_post_area .swiper-pagination-bullets {
  bottom: -5px !important; }

.underSlider .textLabels .textLabel i.gastro-vzorka {
  font-size: 43px; }
  .underSlider .textLabels .textLabel i.gastro-vzorka:before {
    position: relative;
    top: 2px; }

ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    ul.step {
      border-radius: 4px; } }
  ul.step li {
    float: left;
    width: 25%;
    text-align: left; }
    @media (max-width: 767px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px; } }
    ul.step li a,
    ul.step li span,
    ul.step li.step_current span,
    ul.step li.step_current_end span {
      display: block;
      padding: 10px 20px;
      color: #333;
      font-size: 17px;
      line-height: 21px;
      font-weight: normal;
      position: relative; }
      @media (max-width: 992px) {
        ul.step li a,
        ul.step li span,
        ul.step li.step_current span,
        ul.step li.step_current_end span {
          font-size: 15px; } }
      ul.step li a:focus,
      ul.step li span:focus,
      ul.step li.step_current span:focus,
      ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first span,
    ul.step li.first a {
      z-index: 5;
      /* 	padding-left: 13px !important; */ }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    ul.step li.step_current {
      font-weight: bold;
      background: #0077d0; }
      ul.step li.step_current span {
        color: #fff;
        position: relative; }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #f5f5f5; }
      ul.step li.step_todo span {
        display: block;
        color: #333;
        position: relative; }
    ul.step li.step_done {
      background: #0061aa; }
      ul.step li.step_done a {
        color: #fff; }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 768px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }

#order .page-heading {
  text-align: left; }

#order .cart_navigation .button-medium {
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  padding: 15px 17px;
  font-weight: normal; }
  #order .cart_navigation .button-medium span {
    font-size: 16px;
    line-height: 1.5;
    padding: 11px 15px 10px 15px; }
    #order .cart_navigation .button-medium span i {
      margin-left: 10px; }

#order .box {
  border: none;
  background: #f5f5f5;
  padding: 15px 30px;
  border-radius: 4px;
  color: #333; }
  #order .box .page-subheading {
    border-bottom: 2px solid #c4c4c4;
    margin-top: 0; }
    #order .box .page-subheading span {
      margin-left: 5px; }

#order #cart_summary {
  border: none;
  background: #f5f5f5;
  padding: 15px 30px 15px 30px;
  border-collapse: unset; }
  #order #cart_summary td, #order #cart_summary tr, #order #cart_summary th {
    border: none;
    background: #f5f5f5;
    text-align: left; }
  #order #cart_summary .cart_total_price, #order #cart_summary .cart_total, #order #cart_summary tfoot .price {
    text-align: right; }
  #order #cart_summary tr th {
    font-weight: bold; }
  #order #cart_summary .cart_avail span, #order #cart_summary .cart_product span {
    background: #0061aa;
    border-radius: 4px;
    color: #fff; }
  #order #cart_summary thead th {
    padding: 7px 8px 9px 0px; }
  @media (max-width: 992px) {
    #order #cart_summary tbody tr {
      border-bottom: 2px solid #c4c4c4; } }
  #order #cart_summary tbody td {
    padding: 7px 8px 9px 0px;
    border-bottom: 2px solid #c4c4c4; }
    @media (max-width: 992px) {
      #order #cart_summary tbody td {
        border: none; } }
    #order #cart_summary tbody td.cart_product {
      padding: 7px;
      width: 137px;
      text-align: left; }
      @media (max-width: 992px) {
        #order #cart_summary tbody td.cart_product {
          width: 100%;
          text-align: center; } }
    #order #cart_summary tbody td.cart_unit {
      text-align: left; }
      @media (max-width: 992px) {
        #order #cart_summary tbody td.cart_unit {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #order #cart_summary tbody td.cart_unit .price span {
        display: inline-block;
        margin-left: 10px; }
        #order #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
          display: inline-block; }
        #order #cart_summary tbody td.cart_unit .price span.old-price {
          text-decoration: line-through; }
    #order #cart_summary tbody td.cart_description {
      width: 30%; }
      @media (max-width: 992px) {
        #order #cart_summary tbody td.cart_description {
          width: 100%; } }
      #order #cart_summary tbody td.cart_description small {
        display: block;
        padding: 5px 0 0 0; }
    @media (max-width: 992px) {
      #order #cart_summary tbody td.cart_avail {
        width: 100%;
        display: block; } }
    #order #cart_summary tbody td.cart_avail span {
      white-space: nowrap; }
    @media (max-width: 992px) {
      #order #cart_summary tbody td.cart_quantity {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none; } }
    #order #cart_summary tbody td.cart_delete {
      width: 10%;
      text-align: center; }
      @media (max-width: 992px) {
        #order #cart_summary tbody td.cart_delete {
          top: 30px; } }
    #order #cart_summary tbody td.cart_total {
      width: 10%; }
      @media (max-width: 992px) {
        #order #cart_summary tbody td.cart_total {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    #order #cart_summary tbody td .price-discount {
      font-size: 15px;
      color: #222;
      font-weight: 400;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 1200px) {
        #order #cart_summary tbody td .price-discount {
          font-size: 13px; } }
  #order #cart_summary tfoot td {
    padding: 0px; }
  #order #cart_summary tfoot td:not(.price) {
    font-weight: bold;
    color: #333; }
  #order #cart_summary tfoot :nth-child(1) {
    /*td:not(:nth-child(1)){
							padding-top: 30px;
							padding-bottom: 0px;
						}*/ }
  #order #cart_summary tfoot .cart_total_price td {
    padding-top: 20px;
    padding-bottom: 10px; }
  #order #cart_summary tfoot td.text-right {
    font-weight: bold;
    color: #333; }
  #order #cart_summary tfoot td.price {
    text-align: right; }
  #order #cart_summary tfoot td.total_price_container span {
    font: 600 18px/22px "Poppins", sans-serif;
    color: #333;
    text-transform: uppercase; }
  #order #cart_summary tfoot td#total_price_container {
    font: bold 21px/25px "Poppins", sans-serif;
    color: #333; }
  #order #cart_summary .cart_quantity_button {
    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; }
    @media (max-width: 992px) {
      #order #cart_summary .cart_quantity_button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  #order #cart_summary .cart_quantity_up span::after {
    content: ""; }
  #order #cart_summary .cart_quantity_down span::after {
    content: ""; }
  #order #cart_summary .cart_quantity_up,
  #order #cart_summary .cart_quantity_down {
    color: #c0c0c0;
    float: none;
    background: #333;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px; }
    #order #cart_summary .cart_quantity_up i,
    #order #cart_summary .cart_quantity_down i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      line-height: 16px; }
    #order #cart_summary .cart_quantity_up:hover,
    #order #cart_summary .cart_quantity_down:hover {
      color: #333; }
      #order #cart_summary .cart_quantity_up:hover span,
      #order #cart_summary .cart_quantity_down:hover span {
        -webkit-filter: none;
        filter: none;
        background: #0061aa; }

@media (max-width: 992px) {
  #order .order_delivery .address {
    text-align: center; } }

#order .addresses .adress_select > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*align-items: end;*/
  margin-bottom: 30px; }
  @media (max-width: 405px) {
    #order .addresses .adress_select > div > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #order .addresses .adress_select > div > div .asd_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px; }
  #order .addresses .adress_select > div > div label {
    margin-right: 15px;
    margin-top: 5px; }
  #order .addresses .adress_select > div > div select {
    width: 100%;
    border-radius: 4px;
    border: none;
    background: #f5f5f5;
    color: #333;
    margin-right: 15px; }
  #order .addresses .adress_select > div > div .address_add {
    margin-bottom: 0; }

#order .addresses .button-small {
  background: #0061aa;
  border-radius: 4px;
  font-weight: normal;
  font-size: 13px;
  padding: 5px 15px; }

#order .addresses #address_delivery .button-small, #order .addresses #address_invoice .button-small {
  display: none; }

#order .addresses #ordermsg textarea {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.14); }

#order input[type="checkbox"]:checked {
  background: #0061aa; }

#order .order_carrier_content {
  background: #fff;
  padding: 0; }
  #order .order_carrier_content .delivery_options_address {
    margin: 20px 0;
    padding: 30px 0;
    border: 1px solid #dddddd;
    border-left: none;
    border-right: none; }
  #order .order_carrier_content .box {
    background: #fff;
    padding: 0; }
  #order .order_carrier_content .delivery_options .delivery_option {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px; }
    #order .order_carrier_content .delivery_options .delivery_option table {
      border: none; }
      @media (max-width: 992px) {
        #order .order_carrier_content .delivery_options .delivery_option table tr {
          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;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #order .order_carrier_content .delivery_options .delivery_option table td {
        border: none; }
        @media (max-width: 992px) {
          #order .order_carrier_content .delivery_options .delivery_option table td {
            text-align: center; } }
      #order .order_carrier_content .delivery_options .delivery_option table .checked_carrier {
        background: #0061aa;
        color: #fff; }
        #order .order_carrier_content .delivery_options .delivery_option table .checked_carrier .order_carrier_logo {
          -webkit-filter: invert(100%);
          filter: invert(100%); }
      #order .order_carrier_content .delivery_options .delivery_option table:hover {
        background: #0061aa;
        color: #fff; }
        #order .order_carrier_content .delivery_options .delivery_option table:hover .order_carrier_logo {
          -webkit-filter: invert(100%);
          filter: invert(100%); }
      #order .order_carrier_content .delivery_options .delivery_option table .order_carrier_logo {
        max-width: 100px;
        max-height: 100px; }
    #order .order_carrier_content .delivery_options .delivery_option .delivery_option_radio {
      display: none; }
    #order .order_carrier_content .delivery_options .delivery_option .delivery_option_desc {
      padding: 0;
      font-size: 16px; }
    #order .order_carrier_content .delivery_options .delivery_option .delivery_option_price {
      font-size: 16px; }
  #order .order_carrier_content .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      #order .order_carrier_content .checkbox {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }

#order .paiement_block tfoot .text-right {
  text-align: right !important; }

#order .banks_block, #order .cards_block {
  display: none; }

#order p.payment_module a:before {
  content: "";
  width: 130px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 992px) {
    #order p.payment_module a:before {
      padding: 33px 40px 34px 80px; } }

#order p.payment_module a.predfaktura:before {
  background: url(../img/platba_splatnost-01.svg);
  background-repeat: no-repeat;
  background-position: 22px 18px;
  background-size: 90px; }
  @media (max-width: 992px) {
    #order p.payment_module a.predfaktura:before {
      background-position: 10px 18px; } }

#order p.payment_module a.trustpay_bw:before {
  background: url("../img/trust_pay.png");
  background-repeat: no-repeat;
  background-position: 16px 4px;
  background-size: 100px; }
  @media (max-width: 992px) {
    #order p.payment_module a.trustpay_bw:before {
      background-position: -15px -4px; } }

#order p.payment_module a.trustpay_tc:before {
  background: url("../img/trust_card.png");
  background-repeat: no-repeat;
  background-position: 16px 4px;
  background-size: 100px; }
  @media (max-width: 992px) {
    #order p.payment_module a.trustpay_tc:before {
      background-position: -15px -4px; } }

#order p.payment_module a.ecardvub:before {
  background: url("../img/ecardvub.png");
  background-repeat: no-repeat;
  background-position: 16px -2px;
  background-size: 100px; }
  @media (max-width: 992px) {
    #order p.payment_module a.ecardvub:before {
      background-position: -6px 6px;
      background-size: 90px; } }

#order p.payment_module.paypal a:before {
  background: url("../img/paypal_logo.svg");
  background-repeat: no-repeat;
  background-position: 26px 2px;
  background-size: 90px; }
  @media (max-width: 992px) {
    #order p.payment_module.paypal a:before {
      background-position: -20px 32px;
      background-size: 90px; } }

#order p.payment_module a.bankwire:before {
  background: url("../img/prevod_na_ucet.png");
  background-repeat: no-repeat;
  background-position: 22px 4px;
  background-size: 90px; }
  @media (max-width: 992px) {
    #order p.payment_module a.bankwire:before {
      background-position: 0 10px;
      background-size: 80px; } }

#order p.payment_module a:after {
  display: block;
  content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #777; }

#order p.payment_module a {
  border: none;
  background: none;
  padding: 33px 40px 34px 140px; }
  @media (max-width: 992px) {
    #order p.payment_module a {
      padding: 33px 40px 34px 80px; } }
  #order p.payment_module a span {
    font-weight: normal; }
  #order p.payment_module a:hover {
    background-color: #0061aa;
    color: #fff; }
    #order p.payment_module a:hover span {
      color: #fff; }
    #order p.payment_module a:hover::after {
      color: #fff; }
    #order p.payment_module a:hover::before {
      -webkit-filter: invert(100%);
      filter: invert(100%); }

#address h4 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 0px; }

#address h1 {
  border: none;
  text-transform: none; }

#address .box {
  border: 1.5px solid #d7d7d7;
  line-height: 23px;
  background: white;
  padding: 0 25px;
  /* max-width: 640px; */
  margin: 0 auto;
  /* .bottom{
					position: relative;
					bottom: 0;
					left: 0;
				} */ }
  @media screen and (max-width: 768px) {
    #address .box {
      padding-bottom: 30px;
      margin-top: 20px; } }
  #address .box .std .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px; }
    #address .box .std .form-group label {
      text-align: left;
      padding-left: 0;
      width: 100%;
      font-size: 12px; }
    #address .box .std .form-group input, #address .box .std .form-group select {
      border: none;
      border-bottom: 1px solid #dddddd;
      color: #333; }
      #address .box .std .form-group input:not(#phone_mobile), #address .box .std .form-group select:not(#phone_mobile) {
        padding-left: 0; }
  #address .box textarea {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #ddd;
    max-width: unset !important; }
  #address .box .flex-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 992px) {
      #address .box .flex-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #address .box .flex-address p {
      text-align: left;
      padding: 0; }
    #address .box .flex-address button {
      border-radius: 5px;
      margin-bottom: 3px;
      text-transform: unset;
      margin-left: 10px;
      /* @media (max-width: $screen-md){
							width: 100%;
						} */ }
    @media (max-width: 992px) {
      #address .box .flex-address .submit2 {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

#address p.required {
  color: #f13340;
  margin: 25px 0 25px 0;
  font-family: "Poppins"; }
  @media screen and (max-width: 768px) {
    #address p.required {
      padding-left: 0; } }

#address p.inline-infos {
  color: red; }

#address .form-group {
  margin-bottom: 4px; }
  #address .form-group .form-control {
    max-width: 100%; }
    #address .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #address .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }

#address .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
  display: none; }
  #address .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

.page_product_box_zero_div_asd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page_product_box_zero_div_asd .page_product_box_first_div_asd {
    white-space: nowrap;
    vertical-align: middle; }
    .page_product_box_zero_div_asd .page_product_box_first_div_asd h3 {
      margin: 0 0 0px;
      height: 100%;
      vertical-align: middle;
      margin-top: 10px;
      line-height: 38px; }
  .page_product_box_zero_div_asd .page_product_box_second_div_asd {
    white-space: nowrap; }
    .page_product_box_zero_div_asd .page_product_box_second_div_asd .hidden {
      display: none; }

@media (max-width: 768px) {
  .page_product_box_zero_div_asd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page_product_box_zero_div_asd .child2 {
      display: none; }
    .page_product_box_zero_div_asd h3 {
      text-align: center; }
    .page_product_box_zero_div_asd .page_product_box_second_div_asd {
      text-align: center; } }

.child2 {
  /* Firefox */
  -webkit-box-flex: 5.0;
  /* Safari and Chrome */
  -ms-flex: 9.0;
  /* Internet Explorer 10 */
  box-flex: 9.0;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.between {
  border: 1px solid #e5e5e5;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  vertical-align: middle;
  margin-top: 26px; }

#productscategory_list {
  max-height: 420px;
  overflow: hidden; }

#button_box_first, #button_box_second, .button-medium, .button-small {
  background: #0061aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 38px;
  font-family: "Poppins";
  outline: none;
  font-weight: 500;
  margin: 10px 0;
  line-height: 33px !important; }
  #button_box_first i, #button_box_second i, .button-medium i, .button-small i {
    font-size: 12px;
    margin-right: 5px; }

.asd_product_restriction_wrapper {
  clear: both;
  background: #0060a9;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  .asd_product_restriction_wrapper i {
    padding: 0 15px 0 10px;
    font-size: 25px; }
  .asd_product_restriction_wrapper p {
    margin-bottom: 0px !important; }
  .asd_product_restriction_wrapper a {
    color: #dfdfdf;
    text-decoration: underline; }
    .asd_product_restriction_wrapper a:hover {
      color: #fff;
      text-decoration: none; }

.carrier_delay_text {
  font-size: 14px; }

#layered_form {
  /* Track */
  /* Handle */ }
  #layered_form ::-webkit-scrollbar {
    width: 10px; }
  #layered_form ::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 2px grey; */
    border: 1px solid #EEEEEE;
    border-radius: 10px; }
  #layered_form ::-webkit-scrollbar-thumb {
    background: #EEEEEE;
    border-radius: 10px; }
  #layered_form .layered_subtitle {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px; }

.asdata_authOr {
  margin: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  .asdata_authOr:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .asdata_authOr > span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px; }

.submit2.bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

.asdAddressHeader {
  font-size: 11px;
  color: #807e7e;
  text-transform: uppercase;
  font-weight: bold; }

.asdAddressStrong {
  color: #000;
  font-size: 18px;
  margin: 4px 0px; }

@media (min-width: 767px) and (max-width: 1000px) {
  .block_asdata_products_block .block {
    padding: 0 10px !important; }
  #layered_block_left ul li label {
    display: contents; } }

@media (max-width: 1000px) {
  #contact #center_column form .submit {
    margin-top: 0px; } }

/*Payment modules styling*/
.other_payments, .order-history-btn {
  background: #0061aa;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase; }
  .other_payments:hover, .order-history-btn:hover {
    color: #fff;
    background: #0077d0; }
  .other_payments:focus, .order-history-btn:focus {
    color: #fff;
    background: #0077d0; }
  @media screen and (max-width: 768px) {
    .other_payments, .order-history-btn {
      margin-top: 20px;
      display: block;
      margin: 15px 0; } }

form[name="submit_order"] h3.page-subheading, .order-created h3.page-subheading {
  border: none;
  padding: 0; }

@media screen and (max-width: 768px) {
  form[name="submit_order"] .box p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.payment-first-row {
  border-bottom: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
  padding: 15px 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .payment-first-row {
      -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; } }

.cart_nav_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.submit_order_div {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 768px) and (max-width: 1200px) {
  .pb-center-column .name-row .badge picture img {
    max-width: 90px  !important; }
  .pb-center-column .name-row h1 {
    max-width: 71% !important; }
  .pb-center-column .name-row .badge {
    margin-left: 0px !important; } }

@media (min-width: 768px) and (max-width: 1000px) {
  #order #cart_summary tbody td.cart_unit {
    display: table-cell; }
  #order #cart_summary tbody td.cart_avail {
    display: table-cell; }
  #order #cart_summary tbody td.cart_quantity {
    display: table-cell; }
  #order #cart_summary tbody td.cart_total {
    display: table-cell; }
  #order #cart_summary thead th {
    text-align: center; } }

@media (max-width: 768px) {
  #order .address_delivery label {
    width: 100%; }
  #order .address_delivery #id_address_delivery {
    margin: 0 auto; }
  #id_address_delivery {
    width: 100%; } }

@media (max-width: 1200px) {
  #my-account ul.myaccount-link-list li {
    width: 30% !important; }
  #my-account .myaccount-link-list {
    width: 100% !important; } }

@media (max-width: 1000px) {
  #order .delivery_option_logo {
    padding: 0px !important; } }

@media (min-width: 1000px) {
  .swiper-container-android .picture_goupe {
    padding: 5px; } }

@media (min-width: 768px) and (max-width: 1000px) {
  .swiper-container-android .picture_goupe {
    padding: 2.5px; } }

@media (min-width: 1200px) and (max-width: 1270px) {
  #breadcrumbs_wrapper .breadcrumb {
    padding: 5px 15px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #breadcrumbs_wrapper .breadcrumb {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px; }
  #header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit; } }

.addresses_confirm {
  padding: 3px 13px !important; }

.homeslider-container video {
  width: 100%; }

.delivery_option_price {
  font-size: 20px; }
  .delivery_option_price .carrier_tax {
    font-size: 12px;
    display: block; }

.btn-cart-grey {
  padding: 15px 20px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  text-align: center !important; }
  .btn-cart-grey:hover {
    background-color: #969696; }
  .btn-cart-grey i {
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    display: inline-block !important; }

.btn-cart-blue {
  margin: 0 !important;
  padding: 15px 20px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-align: center !important; }
  .btn-cart-blue i {
    font-size: 15px;
    margin-left: 10px; }

#header_logo_country a {
  max-width: 420px;
  display: block;
  margin: 85px auto 20px auto; }
  @media (max-width: 768px) {
    #header_logo_country a {
      margin: 0 auto; } }

.cms-austria .distributors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .cms-austria .distributors {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cms-austria .distributors > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    border-right: 1px solid #ccc;
    margin-top: 100px; }
    @media (max-width: 768px) {
      .cms-austria .distributors > div {
        text-align: center;
        display: block;
        border-bottom: 1px solid #ccc;
        margin-top: 20px; } }
    .cms-austria .distributors > div:nth-child(3) {
      border: none; }
    .cms-austria .distributors > div .col-md-12, .cms-austria .distributors > div .col-md-6 {
      height: 120px;
      font-size: 12px; }
      @media (max-width: 768px) {
        .cms-austria .distributors > div .col-md-12, .cms-austria .distributors > div .col-md-6 {
          text-align: center;
          height: auto; } }
    .cms-austria .distributors > div > .row {
      margin: 0 auto;
      display: block;
      width: 100%; }
    .cms-austria .distributors > div .col-md-12 {
      position: relative; }
      .cms-austria .distributors > div .col-md-12 img {
        bottom: 15px;
        width: 100px;
        position: absolute; }
        @media (max-width: 768px) {
          .cms-austria .distributors > div .col-md-12 img {
            margin: 10px auto !important;
            height: auto;
            position: relative; } }

.fancybox-inner .cta-button-splash {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .fancybox-inner .cta-button-splash {
      bottom: 35px; } }
  .fancybox-inner .cta-button-splash span {
    background: #692983;
    padding: 8px 25px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    border-radius: 10px; }
    .fancybox-inner .cta-button-splash span:hover {
      background: #8332a4; }
    @media screen and (max-width: 768px) {
      .fancybox-inner .cta-button-splash span {
        font-size: 20px; } }

#popup-akcia {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
  @media screen and (max-width: 768px) {
    #popup-akcia {
      width: 90vw; } }
  @media screen and (max-width: 768px) {
    #popup-akcia .img img {
      width: 100%; } }

#popup-akcia h2 {
  margin: 25px 0px; }

#popup-akcia h2 b {
  color: #6ebd44;
  font-weight: 600 !important; }

#popup-akcia .popup-content {
  display: inline-block;
  background: #fff;
  height: 100%;
  max-width: 550px;
  text-align: center; }

.popup-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px; }

.popup-akcia-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  display: none; }

.fancybox-skin {
  padding: 0 !important;
  margin: 0 !important; }

.fancybox-close {
  background: url("https://gastrofactory.eu/themes/asdata_blank_theme/img/popup/close_icon.png") !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  top: 10px !important;
  right: 10px !important; }

.fancybox-close::after {
  display: none !important; }

.fancybox-video {
  display: none; }

.fancybox-outer a.fancybox-nav {
  outline: 0;
  height: 34px !important;
  top: calc(50% - 17px) !important; }

.fancybox-outer video {
  margin-bottom: -5px; }

.asd_video_comp {
  position: relative; }
  .asd_video_comp .play-icon {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 20px);
    font-size: 48px; }
    .asd_video_comp .play-icon .fa {
      color: rgba(0, 0, 0, 0.6); }

.gift-title {
  font-weight: normal;
  color: #0061aa; }
  .gift-title i {
    margin-right: 5px; }

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

.cart-gift-products {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .cart-gift-products {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .cart-gift-products .gift-product {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(20% - 40px);
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px -20px black;
    box-shadow: 0px 0px 20px -20px black;
    text-align: center;
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: 10px; }
    @media (max-width: 992px) {
      .cart-gift-products .gift-product {
        width: calc(30% - 40px); } }
    @media (max-width: 767px) {
      .cart-gift-products .gift-product {
        width: calc(50% - 40px); } }
    @media (max-width: 500px) {
      .cart-gift-products .gift-product {
        width: 100%; } }
    .cart-gift-products .gift-product.nog .head {
      margin-top: 8px; }
      .cart-gift-products .gift-product.nog .head .control {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .cart-gift-products .gift-product.nog .image {
      margin-top: 0; }
    .cart-gift-products .gift-product .head {
      width: 100%; }
      .cart-gift-products .gift-product .head .control {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        .cart-gift-products .gift-product .head .control .icon {
          max-width: 32px; }
      .cart-gift-products .gift-product .head .image {
        max-width: 117px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: -15px; }
      .cart-gift-products .gift-product .head input[type="radio"] {
        margin: 0; }
    .cart-gift-products .gift-product .text {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .cart-gift-products .gift-product .text .name,
      .cart-gift-products .gift-product .text .title,
      .cart-gift-products .gift-product .text .price {
        display: block; }
      .cart-gift-products .gift-product .text .name {
        font-weight: normal; }
      .cart-gift-products .gift-product .text .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        margin: 10px 0; }
      .cart-gift-products .gift-product .text .price {
        color: #0077d0; }

#gift-loader {
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #gift-loader i {
    color: #fff;
    font-size: 48px; }

.bonus-text {
  font-size: 16px;
  color: #000; }
  .bonus-text p {
    line-height: 24px !important; }
  .bonus-text h2 {
    margin-bottom: 25px;
    font-size: 24px; }

.bonus-feature {
  background-color: #0060a9;
  color: #fff;
  font-size: 16px;
  padding: 30px 40px;
  border-radius: 10px; }
  .bonus-feature a {
    color: #fff;
    text-decoration: underline; }
    .bonus-feature a:hover {
      text-decoration: none; }
  .bonus-feature h3 {
    font-size: 18px !important;
    margin: 0 0 30px !important;
    font-weight: bold; }
  .bonus-feature ul {
    padding: 0; }
    .bonus-feature ul li {
      list-style-type: none;
      line-height: 2.3;
      font-weight: lighter; }
      .bonus-feature ul li:before {
        content: '';
        background-image: url("https://gastrofactory.eu/modules/jscomposer/uploads/CMS/bonus-club/odrazka_sola.png");
        background-size: cover;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px; }

.bonus-table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .bonus-table thead tr {
    border-collapse: separate; }
    .bonus-table thead tr th {
      background-color: #0060a9;
      color: #fff;
      border: 1px solid #fff; }
      .bonus-table thead tr th:not(:last-child) {
        border-right: 0; }
      .bonus-table thead tr th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .bonus-table thead tr th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
  .bonus-table tbody tr {
    border-collapse: separate; }
    .bonus-table tbody tr td {
      border: 1px solid #d6d4d4; }
      .bonus-table tbody tr td:not(:last-child) {
        border-right: 0; }
      .bonus-table tbody tr td:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .bonus-table tbody tr td:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }

.heading-logged {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500; }
  .heading-logged img {
    display: block;
    margin: 4px 0 37px; }

.bonus-preview {
  background: url("https://gastrofactory.eu/modules/jscomposer/uploads/CMS/bonus-club/background.jpg");
  background-size: cover;
  width: 100%;
  color: #fff;
  margin: 10px 0 25px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .bonus-preview .progressbar {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 25px 25px 55px;
    width: 100%; }
    .bonus-preview .progressbar .bonus-flex {
      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;
      width: 100%;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      padding: 0; }
      .bonus-preview .progressbar .bonus-flex > div {
        width: 25%; }
      .bonus-preview .progressbar .bonus-flex .bonus-centered {
        position: relative; }
        .bonus-preview .progressbar .bonus-flex .bonus-centered:before {
          content: '';
          width: 2px;
          height: 40px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 22px;
          z-index: 9; }
    .bonus-preview .progressbar .bonus-detail {
      width: 100%;
      position: relative; }
      .bonus-preview .progressbar .bonus-detail .tooltip {
        opacity: 1; }
        .bonus-preview .progressbar .bonus-detail .tooltip .tooltip-arrow {
          border-bottom-color: #0060a9;
          margin-left: -10px;
          border-width: 0 10px 10px;
          top: -4px; }
        .bonus-preview .progressbar .bonus-detail .tooltip .tooltip-inner {
          background-color: #0060a9;
          padding: 8px 12px;
          font-size: 16px;
          width: 100px !important; }
          @media (max-width: 991px) {
            .bonus-preview .progressbar .bonus-detail .tooltip .tooltip-inner {
              font-size: 14px; } }
    .bonus-preview .progressbar .bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .bonus-preview .progressbar .bar > span {
        margin: 2px 0 0;
        width: 40px;
        font-weight: bold; }
        .bonus-preview .progressbar .bar > span:last-child {
          text-align: right; }
      .bonus-preview .progressbar .bar > div {
        width: 100%; }
    .bonus-preview .progressbar .progress {
      overflow: initial;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.3); }
      @media (max-width: 991px) {
        .bonus-preview .progressbar .progress {
          height: 14px; } }
      .bonus-preview .progressbar .progress .progress-bar {
        border-radius: 6px;
        position: relative; }
        .bonus-preview .progressbar .progress .progress-bar::after {
          content: '';
          background-image: url("https://gastrofactory.eu/modules/jscomposer/uploads/CMS/bonus-club/circle.png");
          background-size: cover;
          display: inline-block;
          width: 40px;
          height: 40px;
          right: -20px;
          top: -11px;
          position: absolute;
          z-index: 10; }
          @media (max-width: 991px) {
            .bonus-preview .progressbar .progress .progress-bar::after {
              width: 30px;
              height: 30px;
              right: -10px;
              top: -8px; } }
  .bonus-preview h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    width: 40%;
    padding: 25px; }
    @media (max-width: 1200px) {
      .bonus-preview h2 {
        width: 50%; } }
    @media (max-width: 992px) {
      .bonus-preview h2 {
        width: 70%;
        font-size: 28px;
        line-height: 38px; } }
    @media (max-width: 660px) {
      .bonus-preview h2 {
        width: 90%; } }

.bonus-button {
  margin-top: 25px;
  width: 100%;
  text-align: center; }
  .bonus-button .btn-bonus {
    background: #0061aa;
    color: #fff;
    border: none;
    padding: 0 20px !important;
    line-height: 33px !important;
    font-family: "Poppins";
    border-radius: 5px !important;
    outline: none;
    font-weight: 500 !important;
    margin: 10px 0; }
    .bonus-button .btn-bonus:hover {
      color: #fff; }

body#order .paiement_block #order-detail-content {
  display: none !important; }

/* PASMIK #10419 */
.paiement_block #order-detail-content {
  display: none; }

.module-bankwire-payment #cart_summary thead th,
.module-ecardvub-payment #cart_summary thead th,
.module-paypal-validation #cart_summary thead th {
  font-weight: bold; }

.module-bankwire-payment .table#cart_summary thead:first-child tr:first-child th .module-ecardvub-payment .table#cart_summary thead:first-child tr:first-child th,
.module-paypal-validation .table#cart_summary thead:first-child tr:first-child th {
  border: 0; }

.module-bankwire-payment .table#cart_summary tbody tr.product-line td,
.module-ecardvub-payment .table#cart_summary tbody tr.product-line td,
.module-paypal-validation .table#cart_summary thead:first-child tr:first-child th {
  border-top: 0;
  /* border-bottom: 1px solid #d6d4d4; */ }

.module-bankwire-payment .table#cart_summary thead tr th,
.module-ecardvub-payment .table#cart_summary thead tr th {
  border-bottom: 0; }

#cart_summary tfoot tr td {
  border: 0; }

.module-bankwire-payment #cart_summary tbody, .module-ecardvub-payment #cart_summary tbody, .module-paypal-validation #cart_summary tbody {
  border-bottom: 2px solid #d6d4d4; }

.module-bankwire-payment #cart_summary td, .module-ecardvub-payment #cart_summary td, .module-paypal-validation #cart_summary td {
  color: #000; }

.availability-icon-container {
  text-align: center;
  margin-top: 9px; }
  .availability-icon-container .availability-icon {
    /*width: 16px;
	    height: 16px;
	    display: inline-block;
	    border-radius: 50%;
	    color: #d8aa24;
	    text-align: center;
	    line-height: 17px;
	    font-size: 8px;*/ }
    .availability-icon-container .availability-icon.available {
      color: #00a900; }
    .availability-icon-container .availability-icon.unavailable {
      color: #d8aa24; }

.feature-value-description {
  color: #0061aa;
  margin-left: 5px;
  display: inline-block; }

.tooltip-inner {
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  border-radius: 5px; }

.tooltip-arrow {
  opacity: 0.8; }

#blocknewproducts {
  opacity: 0; }

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px; }
  .footer-social-icons a {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 20px; }
  .footer-social-icons .facebook {
    background: transparent url("../img/social-icons/facebook-dark.svg") no-repeat; }
    .footer-social-icons .facebook:hover {
      background: transparent url("../img/social-icons/facebook-color.svg") no-repeat; }
  .footer-social-icons .instagram {
    background: transparent url("../img/social-icons/instagram-dark.svg") no-repeat; }
    .footer-social-icons .instagram:hover {
      background: transparent url("../img/social-icons/instagram-color.svg") no-repeat; }
  .footer-social-icons .tiktok {
    background: transparent url("../img/social-icons/tiktok-dark.svg") no-repeat; }
    .footer-social-icons .tiktok:hover {
      background: transparent url("../img/social-icons/tiktok-color.svg") no-repeat; }
  .footer-social-icons .video {
    background: transparent url("../img/social-icons/video-dark.svg") no-repeat; }
    .footer-social-icons .video:hover {
      background: transparent url("../img/social-icons/video-color.svg") no-repeat; }
    @media (max-width: 767px) {
      .footer-social-icons .video {
        margin-right: 0; } }
