@charset "UTF-8";
/*!
 * BIG FISH ScaleUI
 * based on Bootstrap v4.x
 */
.flex-row {
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1442px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

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

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

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

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

@viewport {
  width: device-width; }

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #474b53;
  background-color: #fff; }

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #2e91d2;
  text-decoration: none; }
  a:focus {
    color: #1f5988;
    text-decoration: none; }
  @media (hover: hover) {
    a:hover {
      color: #1f5988;
      text-decoration: none; } }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

body {
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #1f5988; }

h1 {
  font-size: 1.857em; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 1.857em; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.5rem; }

.h4 {
  font-size: 1.3rem; }

.h5 {
  font-size: 1.1rem; }

.h6 {
  font-size: 1rem; }

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

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

.display-2 {
  font-size: 5.5rem;
  font-weight: 400; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 600; }

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

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

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

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

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

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

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

.dl-horizontal {
  margin-right: -28px;
  margin-left: -28px; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  outline: none;
  -moz-outline-style: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #ff7e00; }

h1 {
  line-height: 1.2;
  font-weight: 400; }

h2 {
  font-weight: 600; }

h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .05rem; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.fa-angle-top,
.fa-angle-right,
.fa-angle-down,
.fa-angle-left {
  font-size: 1.5rem !important; }

.product-list-description ul {
  padding: revert;
  margin: revert;
  list-style: revert; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img, body.akcio_lista .carousel-inner > .carousel-item > img,
body.akcio_lista .carousel-inner > .carousel-item > a > img,
body.fooldal .carousel-inner > .carousel-item > img,
body.fooldal .carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

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

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

.figure {
  display: inline-block; }

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

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

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 400px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 640px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 800px) {
    .container {
      max-width: 780px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1442px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -14px;
  margin-right: -14px; }
  .row::after {
    content: "";
    display: table;
    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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .row-9 .col-xs-1, .row-9 .col-xs-2, .row-9 .col-xs-3, .row-9 .col-xs-4, .row-9 .col-xs-5, .row-9 .col-xs-6, .row-9 .col-xs-7, .row-9 .col-xs-8, .row-9 .col-xs-9, .row-9 .col-sm-1, .row-9 .col-sm-2, .row-9 .col-sm-3, .row-9 .col-sm-4, .row-9 .col-sm-5, .row-9 .col-sm-6, .row-9 .col-sm-7, .row-9 .col-sm-8, .row-9 .col-sm-9, .row-9 .col-md-1, .row-9 .col-md-2, .row-9 .col-md-3, .row-9 .col-md-4, .row-9 .col-md-5, .row-9 .col-md-6, .row-9 .col-md-7, .row-9 .col-md-8, .row-9 .col-md-9, .row-9 .col-lg-1, .row-9 .col-lg-2, .row-9 .col-lg-3, .row-9 .col-lg-4, .row-9 .col-lg-5, .row-9 .col-lg-6, .row-9 .col-lg-7, .row-9 .col-lg-8, .row-9 .col-lg-9, .row-9 .col-xl-1, .row-9 .col-xl-2, .row-9 .col-xl-3, .row-9 .col-xl-4, .row-9 .col-xl-5, .row-9 .col-xl-6, .row-9 .col-xl-7, .row-9 .col-xl-8, .row-9 .col-xl-9, .row-9 .col-xxl-1, .row-9 .col-xxl-2, .row-9 .col-xxl-3, .row-9 .col-xxl-4, .row-9 .col-xxl-5, .row-9 .col-xxl-6, .row-9 .col-xxl-7, .row-9 .col-xxl-8, .row-9 .col-xxl-9 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px; }

.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, .row-9 .col-xs-1, .row-9 .col-xs-2, .row-9 .col-xs-3, .row-9 .col-xs-4, .row-9 .col-xs-5, .row-9 .col-xs-6, .row-9 .col-xs-7, .row-9 .col-xs-8, .row-9 .col-xs-9 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 400px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .row-9 .col-sm-1, .row-9 .col-sm-2, .row-9 .col-sm-3, .row-9 .col-sm-4, .row-9 .col-sm-5, .row-9 .col-sm-6, .row-9 .col-sm-7, .row-9 .col-sm-8, .row-9 .col-sm-9 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 640px) {
  .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, .row-9 .col-md-1, .row-9 .col-md-2, .row-9 .col-md-3, .row-9 .col-md-4, .row-9 .col-md-5, .row-9 .col-md-6, .row-9 .col-md-7, .row-9 .col-md-8, .row-9 .col-md-9 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 800px) {
  .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, .row-9 .col-lg-1, .row-9 .col-lg-2, .row-9 .col-lg-3, .row-9 .col-lg-4, .row-9 .col-lg-5, .row-9 .col-lg-6, .row-9 .col-lg-7, .row-9 .col-lg-8, .row-9 .col-lg-9 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .row-9 .col-xl-1, .row-9 .col-xl-2, .row-9 .col-xl-3, .row-9 .col-xl-4, .row-9 .col-xl-5, .row-9 .col-xl-6, .row-9 .col-xl-7, .row-9 .col-xl-8, .row-9 .col-xl-9 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1442px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .row-9 .col-xxl-1, .row-9 .col-xxl-2, .row-9 .col-xxl-3, .row-9 .col-xxl-4, .row-9 .col-xxl-5, .row-9 .col-xxl-6, .row-9 .col-xxl-7, .row-9 .col-xxl-8, .row-9 .col-xxl-9 {
    float: left; }
  .col-xxl-1 {
    width: 8.3333333333%; }
  .col-xxl-2 {
    width: 16.6666666667%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-4 {
    width: 33.3333333333%; }
  .col-xxl-5 {
    width: 41.6666666667%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-7 {
    width: 58.3333333333%; }
  .col-xxl-8 {
    width: 66.6666666667%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-10 {
    width: 83.3333333333%; }
  .col-xxl-11 {
    width: 91.6666666667%; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.3333333333%; }
  .col-xxl-pull-2 {
    right: 16.6666666667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.3333333333%; }
  .col-xxl-pull-5 {
    right: 41.6666666667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.3333333333%; }
  .col-xxl-pull-8 {
    right: 66.6666666667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.3333333333%; }
  .col-xxl-pull-11 {
    right: 91.6666666667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.3333333333%; }
  .col-xxl-push-2 {
    left: 16.6666666667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.3333333333%; }
  .col-xxl-push-5 {
    left: 41.6666666667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.3333333333%; }
  .col-xxl-push-8 {
    left: 66.6666666667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.3333333333%; }
  .col-xxl-push-11 {
    left: 91.6666666667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

.no-gutter > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

@media (hover: hover) {
  .table-hover tbody tr:hover {
    background-color: #f5f5f5; } }

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

@media (hover: hover) {
  .table-hover .table-active:hover {
    background-color: #e8e8e8; }
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
      background-color: #e8e8e8; } }

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

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

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-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; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

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

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

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

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #62cc3d; }

.has-success .form-control {
  border-color: #62cc3d; }

.has-success .input-group-addon {
  color: #62cc3d;
  border-color: #62cc3d;
  background-color: #e5f6df; }

.has-success .form-control-feedback {
  color: #62cc3d; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #db4a39; }

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

.has-warning .input-group-addon {
  color: #db4a39;
  border-color: #db4a39;
  background-color: #fae8e6; }

.has-warning .form-control-feedback {
  color: #db4a39; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg=="); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #dd4b39; }

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

.has-danger .input-group-addon {
  color: #dd4b39;
  border-color: #dd4b39;
  background-color: #fbe9e7; }

.has-danger .form-control-feedback {
  color: #dd4b39; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 400px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-control-clear {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-clear .form-control-clear {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4="); }

.checkbox {
  margin-bottom: 0; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"] + label {
    margin: .3rem 0;
    font-size: 0.9rem;
    line-height: 1rem; }
  .checkbox input[type="checkbox"] + label i {
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    text-indent: -9999px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 1px 0 1px 3px;
    margin: 1px .8rem 1px 1px; }
  .checkbox input[type="checkbox"]:checked + label i {
    background: #ff7e00;
    padding-top: 2px;
    border: none;
    color: #fff;
    text-indent: 0; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .btn:hover {
      text-decoration: none; } }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #ff7e00;
  border-color: #0275d8; }
  @media (hover: hover) {
    .btn-primary:hover {
      color: #fff;
      background-color: #cc6500;
      border-color: #01549b; } }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cc6500;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc6500;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a85300;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #ff7e00;
    border-color: #0275d8; }
  @media (hover: hover) {
    .btn-primary.disabled:hover, .btn-primary:disabled:hover {
      background-color: #ff7e00;
      border-color: #0275d8; } }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  @media (hover: hover) {
    .btn-secondary:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; } }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  @media (hover: hover) {
    .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
      background-color: #fff;
      border-color: #ccc; } }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  @media (hover: hover) {
    .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #2aabd2; } }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  @media (hover: hover) {
    .btn-info.disabled:hover, .btn-info:disabled:hover {
      background-color: #5bc0de;
      border-color: #5bc0de; } }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  @media (hover: hover) {
    .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #419641; } }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  @media (hover: hover) {
    .btn-success.disabled:hover, .btn-success:disabled:hover {
      background-color: #5cb85c;
      border-color: #5cb85c; } }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  @media (hover: hover) {
    .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #eb9316; } }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  @media (hover: hover) {
    .btn-warning.disabled:hover, .btn-warning:disabled:hover {
      background-color: #f0ad4e;
      border-color: #f0ad4e; } }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  @media (hover: hover) {
    .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #c12e2a; } }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  @media (hover: hover) {
    .btn-danger.disabled:hover, .btn-danger:disabled:hover {
      background-color: #d9534f;
      border-color: #d9534f; } }

.btn-primary-outline {
  color: #ff7e00;
  background-image: none;
  background-color: transparent;
  border-color: #ff7e00; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ff7e00;
    border-color: #ff7e00; }
  @media (hover: hover) {
    .btn-primary-outline:hover {
      color: #fff;
      background-color: #ff7e00;
      border-color: #ff7e00; } }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #ffb266; }
  @media (hover: hover) {
    .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
      border-color: #ffb266; } }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  @media (hover: hover) {
    .btn-secondary-outline:hover {
      color: #fff;
      background-color: #ccc;
      border-color: #ccc; } }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  @media (hover: hover) {
    .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
      border-color: white; } }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  @media (hover: hover) {
    .btn-info-outline:hover {
      color: #fff;
      background-color: #5bc0de;
      border-color: #5bc0de; } }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  @media (hover: hover) {
    .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
      border-color: #b0e1ef; } }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  @media (hover: hover) {
    .btn-success-outline:hover {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c; } }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  @media (hover: hover) {
    .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
      border-color: #a3d7a3; } }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  @media (hover: hover) {
    .btn-warning-outline:hover {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e; } }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  @media (hover: hover) {
    .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
      border-color: #f8d9ac; } }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  @media (hover: hover) {
    .btn-danger-outline:hover {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f; } }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  @media (hover: hover) {
    .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
      border-color: #eba5a3; } }

.btn-link {
  font-weight: normal;
  color: #2e91d2;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  @media (hover: hover) {
    .btn-link:hover {
      border-color: transparent; } }
  .btn-link:focus {
    color: #1f5988;
    text-decoration: none;
    background-color: transparent; }
  @media (hover: hover) {
    .btn-link:hover {
      color: #1f5988;
      text-decoration: none;
      background-color: transparent; } }
  .btn-link:disabled:focus {
    color: #818a91;
    text-decoration: none; }
  @media (hover: hover) {
    .btn-link:disabled:hover {
      color: #818a91;
      text-decoration: none; } }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

button,
input[type=button],
input[type=submit] {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff7e00;
  padding: .75rem 1rem .75rem;
  min-height: 2.85rem;
  line-height: 1rem;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: .02rem;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  button i,
  input[type=button] i,
  input[type=submit] i {
    margin: 0 .8rem -.5rem 0;
    font-style: normal;
    font-family: 'FontAwesome Regular', 'FontAwesome'; }
    button i.after,
    input[type=button] i.after,
    input[type=submit] i.after {
      margin: 0 0 -.5rem .8rem; }
    button i.bigger,
    input[type=button] i.bigger,
    input[type=submit] i.bigger {
      font-size: 1.4rem !important; }
  button:hover,
  input[type=button]:hover,
  input[type=submit]:hover {
    background: #474b53; }
  button.btn-gray,
  input[type=button].btn-gray,
  input[type=submit].btn-gray {
    background: #474b53; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #393C45;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus {
    color: #2d3037;
    text-decoration: none;
    background-color: #f5f5f5; }
  @media (hover: hover) {
    .dropdown-item:hover {
      color: #2d3037;
      text-decoration: none;
      background-color: #f5f5f5; } }
  .dropdown-item.active, .dropdown-item.active:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff7e00;
    outline: 0; }
  @media (hover: hover) {
    .dropdown-item.active:hover {
      color: #fff;
      text-decoration: none;
      background-color: #ff7e00;
      outline: 0; } }
  .dropdown-item.disabled, .dropdown-item.disabled:focus {
    color: #8c8e94; }
  @media (hover: hover) {
    .dropdown-item.disabled:hover {
      color: #8c8e94; } }
  .dropdown-item.disabled:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }
  @media (hover: hover) {
    .dropdown-item.disabled:hover {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; } }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #8c8e94;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    @media (hover: hover) {
      .btn-group > .btn:hover,
      .btn-group-vertical > .btn:hover {
        z-index: 2; } }

.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 {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  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: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active {
      z-index: 3; }
    @media (hover: hover) {
      .input-group .form-control:hover {
        z-index: 3; } }

.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: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.2rem;
    border-radius: 0.3rem; }
  .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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

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

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

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

.nav-link {
  display: inline-block; }
  .nav-link:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .nav-link:hover {
      text-decoration: none; } }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }
    @media (hover: hover) {
      .nav-link.disabled:hover {
        color: #818a91;
        cursor: not-allowed;
        background-color: transparent; } }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus {
      border-color: #eceeef #eceeef #ddd; }
    @media (hover: hover) {
      .nav-tabs .nav-link:hover {
        border-color: #eceeef #eceeef #ddd; } }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
    @media (hover: hover) {
      .nav-tabs .nav-link.disabled:hover {
        color: #818a91;
        background-color: transparent;
        border-color: transparent; } }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  @media (hover: hover) {
    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-item.open .nav-link:hover {
      color: #55595c;
      background-color: #fff;
      border-color: #ddd #ddd transparent; } }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus {
  color: #fff;
  cursor: default;
  background-color: #ff7e00; }

@media (hover: hover) {
  .nav-pills .nav-link.active:hover,
  .nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #ff7e00; } }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.header-top-navigation .nav-item {
  font-size: 0.9rem; }
  .header-top-navigation .nav-item .nav-link {
    color: #8c8e94; }

.header-top-navigation .user-menu ul {
  float: right; }

.nav-tabs {
  border-bottom: none;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .nav-tabs .nav-item .nav-link {
    height: 3rem;
    padding: .45rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    border-top: .25rem solid transparent;
    border-radius: 0;
    background: #f4f4f4;
    color: #8c8e94; }
    .nav-tabs .nav-item .nav-link.active {
      background: none;
      color: #ff7e00;
      border-top: 0.25rem solid #ff7e00; }
  @media (max-width: 799px) {
    .nav-tabs .nav-item .nav-link {
      padding: .45rem 1rem; } }

.tab-content {
  margin-top: 1rem; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 400px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 400px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 400px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 400px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.2rem; }
  .navbar-brand:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .navbar-brand:hover {
      text-decoration: none; } }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.2rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .navbar-toggler:hover {
      text-decoration: none; } }

@media (min-width: 400px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 640px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 800px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.8); }
  @media (hover: hover) {
    .navbar-light .navbar-brand:hover {
      color: rgba(0, 0, 0, 0.8); } }

.navbar-light .navbar-nav .nav-link {
  color: white; }
  .navbar-light .navbar-nav .nav-link:focus {
    color: yellow; }
  @media (hover: hover) {
    .navbar-light .navbar-nav .nav-link:hover {
      color: yellow; } }

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

@media (hover: hover) {
  .navbar-light .navbar-nav .open > .nav-link:hover,
  .navbar-light .navbar-nav .active > .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.open:hover,
  .navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8); } }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus {
    color: white; }
  @media (hover: hover) {
    .navbar-dark .navbar-brand:hover {
      color: white; } }

.navbar-dark .navbar-nav .nav-link {
  color: #1f5988; }
  .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  @media (hover: hover) {
    .navbar-dark .navbar-nav .nav-link:hover {
      color: rgba(255, 255, 255, 0.75); } }

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

@media (hover: hover) {
  .navbar-dark .navbar-nav .open > .nav-link:hover,
  .navbar-dark .navbar-nav .active > .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.open:hover,
  .navbar-dark .navbar-nav .nav-link.active:hover {
    color: white; } }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

#header-navigation .navbar-toggler {
  border-radius: 0; }

#header-navigation .navbar-toggler.hamburger {
  position: relative !important;
  padding: 0; }
  #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav {
    width: 100%; }
    #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item {
      width: 100% !important;
      padding: .5rem; }
      #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item .nav-link {
        padding: 0.5rem !important;
        margin: 0 !important; }
        #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item .nav-link .logo-in-menu {
          margin: .5rem; }
      #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item .dropdown-item {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
        #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item .dropdown-item:hover .submenu {
          display: block !important; }
        #header-navigation .navbar-toggler.hamburger .navbar-main .navbar-nav .nav-item .dropdown-item .submenu {
          position: relative !important;
          top: 0;
          left: 0;
          width: 100%;
          margin: 0; }

#header-navigation .navigation {
  background: #1f5988;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #header-navigation .navigation .navbar-main {
    padding: 0; }
    #header-navigation .navigation .navbar-main .nav-item {
      padding: 0 3rem; }
      #header-navigation .navigation .navbar-main .nav-item:first-child {
        width: 25%; }
    #header-navigation .navigation .navbar-main .navbar-nav {
      float: left;
      white-space: nowrap; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item {
        float: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center;
        border: none;
        border-right: 1px solid #4c7aa0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.1rem; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link {
          position: relative;
          padding: 0 2rem;
          line-height: 36px;
          color: #f5f5f7; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
            border: none; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link:hover, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link:active {
            background-color: #2874b2; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link:hover .logo-in-menu .logo-accent, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link:active .logo-in-menu .logo-accent {
              color: #f5f5f7; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.open {
          background-color: #2874b2; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.show .dropdown-menu {
          display: block !important; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-item:last-child {
          border-right: none; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable.reorder {
          display: none; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more {
          position: relative;
          border-right: none;
          max-width: 4rem; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more a {
            font-weight: 400; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more a:hover, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more a:active {
              background-color: transparent;
              color: #474b53; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more .dropdown-menu {
            position: absolute; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu {
          left: auto;
          top: 100%;
          right: 0;
          width: auto;
          padding: 0;
          margin: 0;
          position: static; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item {
            width: auto;
            padding: 0;
            margin: 0;
            float: none;
            text-align: left;
            border-right: none;
            display: block; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link {
              color: #0c2335;
              border-bottom: 1px solid #f4f4f4;
              background-color: #f5f5f7;
              padding: 0 2rem;
              margin: 0;
              display: block;
              min-width: 223px; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link:focus, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link:hover, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link.active {
                background-color: #f4f4f4; }
                #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link:focus i.more, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link:hover i.more, #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link.active i.more {
                  color: #ff7e00; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item.last a.nav-link {
              border-bottom: none; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item {
          padding: 0;
          margin: 0;
          border-right: none;
          min-width: 238px; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item.open {
            background-color: transparent; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link {
            background-color: #474b53;
            margin: 0 0 0 1.1rem;
            padding: 0;
            display: block;
            text-align: left;
            position: relative;
            z-index: 10; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link i.hamburger {
              margin: 0 .9rem 0 1.1rem;
              color: #ff7e00;
              font-size: 1.5rem; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link i.more {
              position: absolute;
              right: 0;
              font-size: 0.9rem;
              margin: .9rem 1rem 0; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link:hover, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link:active {
              background-color: #ff7e00; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link:hover i.hamburger, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link:active i.hamburger {
                color: #f5f5f7; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu {
            left: 0;
            right: auto;
            padding: 0 0 0 1px;
            margin: 0;
            z-index: 5;
            position: static; }
            #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item {
              width: 25%;
              padding: 0 1rem;
              font-weight: 600;
              font-size: 0.9rem; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item i {
                width: 40px;
                height: 1.2rem;
                text-align: center;
                font-size: 1.2rem;
                color: #bfc3c8; }
                #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item i.more {
                  float: right;
                  margin: .67rem 0 0;
                  width: 3rem; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:first-child {
                margin-top: 36px; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link {
                padding: 0;
                margin: 0; }
                #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link:focus, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link:hover, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link.active {
                  background-color: #f4f4f4;
                  color: #ff7e00; }
                  #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link:focus i, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link:hover i, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item a.nav-link.active i {
                    color: #ff7e00; }
              #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:focus, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:hover {
                background-color: transparent; }
                #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:focus a.nav-link, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:hover a.nav-link {
                  background-color: #f4f4f4;
                  color: #ff7e00; }
                  #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:focus a.nav-link i, #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:hover a.nav-link i {
                    color: #ff7e00; }
  #header-navigation .navigation.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
    #header-navigation .navigation.sticky .menu-in-menu {
      display: none !important; }
    #header-navigation .navigation.sticky .logo-in-menu {
      display: block !important;
      visibility: visible;
      opacity: 1; }
  @media (max-width: 799px) {
    #header-navigation .navigation.navigation {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 800; }
      #header-navigation .navigation.navigation .container {
        max-width: initial; }
        #header-navigation .navigation.navigation .container > .row .row {
          margin: 0 !important; }
        #header-navigation .navigation.navigation .container > .row > div {
          margin: 0;
          padding: 0; }
      #header-navigation .navigation.navigation .navbar-main .navbar-nav {
        width: 100%;
        border-bottom: 0.5rem solid #474b53; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .home-item {
          width: 100%; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item.cart-menu-item {
          display: block;
          width: 100%; }
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item.cart-menu-item button {
            width: 100%; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu {
          position: relative;
          width: 100%;
          margin: 0;
          left: 0;
          padding: 0;
          background-color: #fff;
          float: none; }
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu ul {
            display: none; }
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item {
            padding: 0; }
            #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link {
              color: #474b53;
              padding: .5rem 4rem;
              border-bottom: 1px solid #f4f4f4;
              margin: 0;
              font-size: 1rem; }
              #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link:active, #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link:hover {
                background-color: #f4f4f4; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .dropdown-menu {
          position: relative;
          display: block;
          width: 100%; }
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .dropdown-menu .nav-item {
            width: 100% !important;
            padding: 0; }
      #header-navigation .navigation.navigation .hamburger {
        background-color: #474b53;
        margin: 0;
        padding: .48rem 1rem;
        display: block;
        text-align: left;
        min-width: 224px;
        width: 100%; }
        #header-navigation .navigation.navigation .hamburger .logo-in-menu {
          display: block !important;
          visibility: visible;
          opacity: 1;
          top: .6rem; }
        #header-navigation .navigation.navigation .hamburger .more {
          position: absolute;
          top: .8rem;
          right: 1rem; }
      #header-navigation .navigation.navigation .nav-item.reorder, #header-navigation .navigation.navigation .nav-item.reorderable {
        width: 100% !important;
        padding: 0;
        display: block !important;
        text-align: left; }
        #header-navigation .navigation.navigation .nav-item.reorder .nav-link, #header-navigation .navigation.navigation .nav-item.reorderable .nav-link {
          padding: 0 0 0 3rem !important; }
      #header-navigation .navigation.navigation .nav-item.reorder-more {
        display: none; }
      #header-navigation .navigation.navigation .nav-item .nav-link {
        padding: 0 !important;
        margin: 0 !important; }
        #header-navigation .navigation.navigation .nav-item .nav-link .logo-in-menu {
          margin: .5rem; }
      #header-navigation .navigation.navigation .nav-item .nav-item {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
        #header-navigation .navigation.navigation .nav-item .nav-item:hover .submenu {
          display: block !important; }
        #header-navigation .navigation.navigation .nav-item .nav-item .nav-link {
          margin: 0 !important; }
          #header-navigation .navigation.navigation .nav-item .nav-item .nav-link .logo-in-menu {
            margin: .5rem; }
        #header-navigation .navigation.navigation .nav-item .nav-item .submenu {
          position: relative !important;
          top: 0;
          left: 0;
          width: 100%;
          margin: 0; } }

#header-navigation .hidden {
  display: none !important; }

@media (max-width: 799px) {
  #header-navigation {
    min-height: 40px; } }

.navbar {
  padding: 0 1rem; }

.megamenu {
  position: fixed !important;
  top: 2.9rem;
  left: 23%;
  width: 75%;
  background-color: #17395b;
  padding: 1.05rem 2rem;
  margin: 0 0 0 -1rem;
  font-size: 0.9rem;
  display: none;
  z-index: 990; }
  .megamenu .megamenu-item {
    color: #f5f5f7;
    font-weight: 500; }
    .megamenu .megamenu-item .megamenu-item-link {
      color: #ff7e00;
      margin: 1rem 0 .45rem 0;
      display: block; }
    .megamenu .megamenu-item .megamenu-subitem {
      text-transform: none;
      font-size: 0.9rem;
      color: #f5f5f7; }
      .megamenu .megamenu-item .megamenu-subitem .megamenu-subitem-link {
        color: #f5f5f7;
        text-transform: none;
        line-height: 1.5rem; }
      .megamenu .megamenu-item .megamenu-subitem.nav-more {
        display: none; }
  @media (max-width: 799px) {
    .megamenu {
      position: relative !important;
      top: 0 !important; } }

.dropdown-menu {
  width: 100%;
  height: auto;
  border: none; }
  @media (max-width: 799px) {
    .dropdown-menu {
      height: auto; } }
  .dropdown-menu .nav-item:focus > .megamenu, .dropdown-menu .nav-item:hover > .megamenu {
    display: block !important; }

body.mobile .dropdown-menu .nav-item:focus > .megamenu, body.mobile .dropdown-menu .nav-item:hover > .megamenu {
  top: 0; }

body.desktop #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu {
  height: auto; }
  body.desktop #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .megamenu {
    opacity: 0;
    visibility: hidden;
    display: block; }
  body.desktop #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:focus .megamenu, body.desktop #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:hover .megamenu {
    top: 100%;
    left: 25%;
    opacity: 1;
    visibility: visible; }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }

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

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

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

@media (hover: hover) {
  .card-link:hover {
    text-decoration: none; } }

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-primary {
  background-color: #ff7e00;
  border-color: #ff7e00; }

.card-success {
  background-color: #62cc3d;
  border-color: #62cc3d; }

.card-info {
  background-color: #2e91d2;
  border-color: #2e91d2; }

.card-warning {
  background-color: #db4a39;
  border-color: #db4a39; }

.card-danger {
  background-color: #dd4b39;
  border-color: #dd4b39; }

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

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

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

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

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

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

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus {
  color: #fff; }

@media (hover: hover) {
  .card-inverse .card-link:hover {
    color: #fff; } }

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

.card-img {
  border-radius: 0.25rem; }

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

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

@media (min-width: 400px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 400px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

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

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #2e91d2;
      content: "⟩"; }
  .breadcrumb > .active {
    color: #8c8e94; }

ul.breadcrumb {
  padding: 0 0 1.8rem;
  font-size: 0.9rem;
  margin: -.3rem 0 0 0; }
  ul.breadcrumb a {
    color: #474b53; }
    ul.breadcrumb a:hover {
      color: #ff7e00; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff7e00;
    border-color: #ff7e00; }
  @media (hover: hover) {
    .page-item.active .page-link:hover {
      z-index: 2;
      color: #fff;
      cursor: default;
      background-color: #ff7e00;
      border-color: #ff7e00; } }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
  @media (hover: hover) {
    .page-item.disabled .page-link:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; } }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }
  @media (hover: hover) {
    .page-link:hover {
      color: #014c8c;
      background-color: #eceeef;
      border-color: #ddd; } }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.3333333333; }

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

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5; }

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

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

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eceeef; }
    @media (hover: hover) {
      .pager li > a:hover {
        text-decoration: none;
        background-color: #eceeef; } }
  .pager .disabled > a, .pager .disabled > a:focus {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }
  @media (hover: hover) {
    .pager .disabled > a:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: #fff; } }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

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

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

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

@media (hover: hover) {
  a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; } }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus {
    background-color: #687077; }
  @media (hover: hover) {
    .label-default[href]:hover {
      background-color: #687077; } }

.label-primary {
  background-color: #ff7e00; }
  .label-primary[href]:focus {
    background-color: #cc6500; }
  @media (hover: hover) {
    .label-primary[href]:hover {
      background-color: #cc6500; } }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus {
    background-color: #449d44; }
  @media (hover: hover) {
    .label-success[href]:hover {
      background-color: #449d44; } }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus {
    background-color: #31b0d5; }
  @media (hover: hover) {
    .label-info[href]:hover {
      background-color: #31b0d5; } }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus {
    background-color: #ec971f; }
  @media (hover: hover) {
    .label-warning[href]:hover {
      background-color: #ec971f; } }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus {
    background-color: #c9302c; }
  @media (hover: hover) {
    .label-danger[href]:hover {
      background-color: #c9302c; } }

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

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

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

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

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

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

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

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

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none; }
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

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

.progress-striped[value]::-moz-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: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

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

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

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }
  @media (hover: hover) {
    a.list-group-item:hover,
    button.list-group-item:hover {
      color: #555;
      text-decoration: none;
      background-color: #f5f5f5; } }

.list-group-item.disabled, .list-group-item.disabled:focus {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #818a91; }

@media (hover: hover) {
  .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled:hover .list-group-item-text {
      color: #818a91; } }

.list-group-item.active, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #a8d6fe; }

@media (hover: hover) {
  .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active:hover .list-group-item-text {
      color: #a8d6fe; } }

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

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

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

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

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

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

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

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

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

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

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

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

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

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1f5988; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.9; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 400px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 640px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.85rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #deeaf2; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #deeaf2; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #deeaf2; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #deeaf2; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #deeaf2;
  border-radius: 0.25rem; }

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0; }

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

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

.popover-arrow {
  border-width: 11px; }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.7; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  @media (hover: hover) {
    .carousel-control:hover {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9; } }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 400px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

@media (min-width: 1442px) {
  .pull-xxl-left {
    float: left !important; }
  .pull-xxl-right {
    float: right !important; }
  .pull-xxl-none {
    float: none !important; } }

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

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

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #818a91; }

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

a.text-primary:focus {
  color: #cc6500; }

@media (hover: hover) {
  a.text-primary:hover {
    color: #cc6500; } }

.text-success {
  color: #62cc3d !important; }

a.text-success:focus {
  color: #4da92d; }

@media (hover: hover) {
  a.text-success:hover {
    color: #4da92d; } }

.text-info {
  color: #2e91d2 !important; }

a.text-info:focus {
  color: #2474a9; }

@media (hover: hover) {
  a.text-info:hover {
    color: #2474a9; } }

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

a.text-warning:focus {
  color: #be3323; }

@media (hover: hover) {
  a.text-warning:hover {
    color: #be3323; } }

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

a.text-danger:focus {
  color: #c23321; }

@media (hover: hover) {
  a.text-danger:hover {
    color: #c23321; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

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

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

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

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

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

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

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

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

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

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-9 {
  margin-left: -14px;
  margin-right: -14px; }
  .row-9::after {
    content: "";
    display: table;
    clear: both; }
  .row-9 .col-xs-1, .row-9 .col-xs-2, .row-9 .col-xs-3, .row-9 .col-xs-4, .row-9 .col-xs-5, .row-9 .col-xs-6, .row-9 .col-xs-7, .row-9 .col-xs-8, .row-9 .col-xs-9, .row-9 .col-xs-10, .row-9 .col-xs-11, .row-9 .col-xs-12, .row-9 .col-sm-1, .row-9 .col-sm-2, .row-9 .col-sm-3, .row-9 .col-sm-4, .row-9 .col-sm-5, .row-9 .col-sm-6, .row-9 .col-sm-7, .row-9 .col-sm-8, .row-9 .col-sm-9, .row-9 .col-sm-10, .row-9 .col-sm-11, .row-9 .col-sm-12, .row-9 .col-md-1, .row-9 .col-md-2, .row-9 .col-md-3, .row-9 .col-md-4, .row-9 .col-md-5, .row-9 .col-md-6, .row-9 .col-md-7, .row-9 .col-md-8, .row-9 .col-md-9, .row-9 .col-md-10, .row-9 .col-md-11, .row-9 .col-md-12, .row-9 .col-lg-1, .row-9 .col-lg-2, .row-9 .col-lg-3, .row-9 .col-lg-4, .row-9 .col-lg-5, .row-9 .col-lg-6, .row-9 .col-lg-7, .row-9 .col-lg-8, .row-9 .col-lg-9, .row-9 .col-lg-10, .row-9 .col-lg-11, .row-9 .col-lg-12, .row-9 .col-xl-1, .row-9 .col-xl-2, .row-9 .col-xl-3, .row-9 .col-xl-4, .row-9 .col-xl-5, .row-9 .col-xl-6, .row-9 .col-xl-7, .row-9 .col-xl-8, .row-9 .col-xl-9, .row-9 .col-xl-10, .row-9 .col-xl-11, .row-9 .col-xl-12, .row-9 .col-xxl-1, .row-9 .col-xxl-2, .row-9 .col-xxl-3, .row-9 .col-xxl-4, .row-9 .col-xxl-5, .row-9 .col-xxl-6, .row-9 .col-xxl-7, .row-9 .col-xxl-8, .row-9 .col-xxl-9, .row-9 .col-xxl-10, .row-9 .col-xxl-11, .row-9 .col-xxl-12, .row-9 .col-xs-1, .row-9 .col-xs-2, .row-9 .col-xs-3, .row-9 .col-xs-4, .row-9 .col-xs-5, .row-9 .col-xs-6, .row-9 .col-xs-7, .row-9 .col-xs-8, .row-9 .col-xs-9, .row-9 .col-sm-1, .row-9 .col-sm-2, .row-9 .col-sm-3, .row-9 .col-sm-4, .row-9 .col-sm-5, .row-9 .col-sm-6, .row-9 .col-sm-7, .row-9 .col-sm-8, .row-9 .col-sm-9, .row-9 .col-md-1, .row-9 .col-md-2, .row-9 .col-md-3, .row-9 .col-md-4, .row-9 .col-md-5, .row-9 .col-md-6, .row-9 .col-md-7, .row-9 .col-md-8, .row-9 .col-md-9, .row-9 .col-lg-1, .row-9 .col-lg-2, .row-9 .col-lg-3, .row-9 .col-lg-4, .row-9 .col-lg-5, .row-9 .col-lg-6, .row-9 .col-lg-7, .row-9 .col-lg-8, .row-9 .col-lg-9, .row-9 .col-xl-1, .row-9 .col-xl-2, .row-9 .col-xl-3, .row-9 .col-xl-4, .row-9 .col-xl-5, .row-9 .col-xl-6, .row-9 .col-xl-7, .row-9 .col-xl-8, .row-9 .col-xl-9, .row-9 .col-xxl-1, .row-9 .col-xxl-2, .row-9 .col-xxl-3, .row-9 .col-xxl-4, .row-9 .col-xxl-5, .row-9 .col-xxl-6, .row-9 .col-xxl-7, .row-9 .col-xxl-8, .row-9 .col-xxl-9 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
  .row-9 .col-xs-10, .row-9 .col-xs-11, .row-9 .col-xs-12, .row-9 .col-xs-1, .row-9 .col-xs-2, .row-9 .col-xs-3, .row-9 .col-xs-4, .row-9 .col-xs-5, .row-9 .col-xs-6, .row-9 .col-xs-7, .row-9 .col-xs-8, .row-9 .col-xs-9 {
    float: left; }
  .row-9 .col-xs-1 {
    width: 11.1111111111%; }
  .row-9 .col-xs-2 {
    width: 22.2222222222%; }
  .row-9 .col-xs-3 {
    width: 33.3333333333%; }
  .row-9 .col-xs-4 {
    width: 44.4444444444%; }
  .row-9 .col-xs-5 {
    width: 55.5555555556%; }
  .row-9 .col-xs-6 {
    width: 66.6666666667%; }
  .row-9 .col-xs-7 {
    width: 77.7777777778%; }
  .row-9 .col-xs-8 {
    width: 88.8888888889%; }
  .row-9 .col-xs-9 {
    width: 100%; }
  .row-9 .col-xs-pull-0 {
    right: auto; }
  .row-9 .col-xs-pull-1 {
    right: 11.1111111111%; }
  .row-9 .col-xs-pull-2 {
    right: 22.2222222222%; }
  .row-9 .col-xs-pull-3 {
    right: 33.3333333333%; }
  .row-9 .col-xs-pull-4 {
    right: 44.4444444444%; }
  .row-9 .col-xs-pull-5 {
    right: 55.5555555556%; }
  .row-9 .col-xs-pull-6 {
    right: 66.6666666667%; }
  .row-9 .col-xs-pull-7 {
    right: 77.7777777778%; }
  .row-9 .col-xs-pull-8 {
    right: 88.8888888889%; }
  .row-9 .col-xs-pull-9 {
    right: 100%; }
  .row-9 .col-xs-push-0 {
    left: auto; }
  .row-9 .col-xs-push-1 {
    left: 11.1111111111%; }
  .row-9 .col-xs-push-2 {
    left: 22.2222222222%; }
  .row-9 .col-xs-push-3 {
    left: 33.3333333333%; }
  .row-9 .col-xs-push-4 {
    left: 44.4444444444%; }
  .row-9 .col-xs-push-5 {
    left: 55.5555555556%; }
  .row-9 .col-xs-push-6 {
    left: 66.6666666667%; }
  .row-9 .col-xs-push-7 {
    left: 77.7777777778%; }
  .row-9 .col-xs-push-8 {
    left: 88.8888888889%; }
  .row-9 .col-xs-push-9 {
    left: 100%; }
  .row-9 .col-xs-offset-0 {
    margin-left: 0%; }
  .row-9 .col-xs-offset-1 {
    margin-left: 11.1111111111%; }
  .row-9 .col-xs-offset-2 {
    margin-left: 22.2222222222%; }
  .row-9 .col-xs-offset-3 {
    margin-left: 33.3333333333%; }
  .row-9 .col-xs-offset-4 {
    margin-left: 44.4444444444%; }
  .row-9 .col-xs-offset-5 {
    margin-left: 55.5555555556%; }
  .row-9 .col-xs-offset-6 {
    margin-left: 66.6666666667%; }
  .row-9 .col-xs-offset-7 {
    margin-left: 77.7777777778%; }
  .row-9 .col-xs-offset-8 {
    margin-left: 88.8888888889%; }
  .row-9 .col-xs-offset-9 {
    margin-left: 100%; }
  @media (min-width: 400px) {
    .row-9 .col-sm-10, .row-9 .col-sm-11, .row-9 .col-sm-12, .row-9 .col-sm-1, .row-9 .col-sm-2, .row-9 .col-sm-3, .row-9 .col-sm-4, .row-9 .col-sm-5, .row-9 .col-sm-6, .row-9 .col-sm-7, .row-9 .col-sm-8, .row-9 .col-sm-9 {
      float: left; }
    .row-9 .col-sm-1 {
      width: 11.1111111111%; }
    .row-9 .col-sm-2 {
      width: 22.2222222222%; }
    .row-9 .col-sm-3 {
      width: 33.3333333333%; }
    .row-9 .col-sm-4 {
      width: 44.4444444444%; }
    .row-9 .col-sm-5 {
      width: 55.5555555556%; }
    .row-9 .col-sm-6 {
      width: 66.6666666667%; }
    .row-9 .col-sm-7 {
      width: 77.7777777778%; }
    .row-9 .col-sm-8 {
      width: 88.8888888889%; }
    .row-9 .col-sm-9 {
      width: 100%; }
    .row-9 .col-sm-pull-0 {
      right: auto; }
    .row-9 .col-sm-pull-1 {
      right: 11.1111111111%; }
    .row-9 .col-sm-pull-2 {
      right: 22.2222222222%; }
    .row-9 .col-sm-pull-3 {
      right: 33.3333333333%; }
    .row-9 .col-sm-pull-4 {
      right: 44.4444444444%; }
    .row-9 .col-sm-pull-5 {
      right: 55.5555555556%; }
    .row-9 .col-sm-pull-6 {
      right: 66.6666666667%; }
    .row-9 .col-sm-pull-7 {
      right: 77.7777777778%; }
    .row-9 .col-sm-pull-8 {
      right: 88.8888888889%; }
    .row-9 .col-sm-pull-9 {
      right: 100%; }
    .row-9 .col-sm-push-0 {
      left: auto; }
    .row-9 .col-sm-push-1 {
      left: 11.1111111111%; }
    .row-9 .col-sm-push-2 {
      left: 22.2222222222%; }
    .row-9 .col-sm-push-3 {
      left: 33.3333333333%; }
    .row-9 .col-sm-push-4 {
      left: 44.4444444444%; }
    .row-9 .col-sm-push-5 {
      left: 55.5555555556%; }
    .row-9 .col-sm-push-6 {
      left: 66.6666666667%; }
    .row-9 .col-sm-push-7 {
      left: 77.7777777778%; }
    .row-9 .col-sm-push-8 {
      left: 88.8888888889%; }
    .row-9 .col-sm-push-9 {
      left: 100%; }
    .row-9 .col-sm-offset-0 {
      margin-left: 0%; }
    .row-9 .col-sm-offset-1 {
      margin-left: 11.1111111111%; }
    .row-9 .col-sm-offset-2 {
      margin-left: 22.2222222222%; }
    .row-9 .col-sm-offset-3 {
      margin-left: 33.3333333333%; }
    .row-9 .col-sm-offset-4 {
      margin-left: 44.4444444444%; }
    .row-9 .col-sm-offset-5 {
      margin-left: 55.5555555556%; }
    .row-9 .col-sm-offset-6 {
      margin-left: 66.6666666667%; }
    .row-9 .col-sm-offset-7 {
      margin-left: 77.7777777778%; }
    .row-9 .col-sm-offset-8 {
      margin-left: 88.8888888889%; }
    .row-9 .col-sm-offset-9 {
      margin-left: 100%; } }
  @media (min-width: 640px) {
    .row-9 .col-md-10, .row-9 .col-md-11, .row-9 .col-md-12, .row-9 .col-md-1, .row-9 .col-md-2, .row-9 .col-md-3, .row-9 .col-md-4, .row-9 .col-md-5, .row-9 .col-md-6, .row-9 .col-md-7, .row-9 .col-md-8, .row-9 .col-md-9 {
      float: left; }
    .row-9 .col-md-1 {
      width: 11.1111111111%; }
    .row-9 .col-md-2 {
      width: 22.2222222222%; }
    .row-9 .col-md-3 {
      width: 33.3333333333%; }
    .row-9 .col-md-4 {
      width: 44.4444444444%; }
    .row-9 .col-md-5 {
      width: 55.5555555556%; }
    .row-9 .col-md-6 {
      width: 66.6666666667%; }
    .row-9 .col-md-7 {
      width: 77.7777777778%; }
    .row-9 .col-md-8 {
      width: 88.8888888889%; }
    .row-9 .col-md-9 {
      width: 100%; }
    .row-9 .col-md-pull-0 {
      right: auto; }
    .row-9 .col-md-pull-1 {
      right: 11.1111111111%; }
    .row-9 .col-md-pull-2 {
      right: 22.2222222222%; }
    .row-9 .col-md-pull-3 {
      right: 33.3333333333%; }
    .row-9 .col-md-pull-4 {
      right: 44.4444444444%; }
    .row-9 .col-md-pull-5 {
      right: 55.5555555556%; }
    .row-9 .col-md-pull-6 {
      right: 66.6666666667%; }
    .row-9 .col-md-pull-7 {
      right: 77.7777777778%; }
    .row-9 .col-md-pull-8 {
      right: 88.8888888889%; }
    .row-9 .col-md-pull-9 {
      right: 100%; }
    .row-9 .col-md-push-0 {
      left: auto; }
    .row-9 .col-md-push-1 {
      left: 11.1111111111%; }
    .row-9 .col-md-push-2 {
      left: 22.2222222222%; }
    .row-9 .col-md-push-3 {
      left: 33.3333333333%; }
    .row-9 .col-md-push-4 {
      left: 44.4444444444%; }
    .row-9 .col-md-push-5 {
      left: 55.5555555556%; }
    .row-9 .col-md-push-6 {
      left: 66.6666666667%; }
    .row-9 .col-md-push-7 {
      left: 77.7777777778%; }
    .row-9 .col-md-push-8 {
      left: 88.8888888889%; }
    .row-9 .col-md-push-9 {
      left: 100%; }
    .row-9 .col-md-offset-0 {
      margin-left: 0%; }
    .row-9 .col-md-offset-1 {
      margin-left: 11.1111111111%; }
    .row-9 .col-md-offset-2 {
      margin-left: 22.2222222222%; }
    .row-9 .col-md-offset-3 {
      margin-left: 33.3333333333%; }
    .row-9 .col-md-offset-4 {
      margin-left: 44.4444444444%; }
    .row-9 .col-md-offset-5 {
      margin-left: 55.5555555556%; }
    .row-9 .col-md-offset-6 {
      margin-left: 66.6666666667%; }
    .row-9 .col-md-offset-7 {
      margin-left: 77.7777777778%; }
    .row-9 .col-md-offset-8 {
      margin-left: 88.8888888889%; }
    .row-9 .col-md-offset-9 {
      margin-left: 100%; } }
  @media (min-width: 800px) {
    .row-9 .col-lg-10, .row-9 .col-lg-11, .row-9 .col-lg-12, .row-9 .col-lg-1, .row-9 .col-lg-2, .row-9 .col-lg-3, .row-9 .col-lg-4, .row-9 .col-lg-5, .row-9 .col-lg-6, .row-9 .col-lg-7, .row-9 .col-lg-8, .row-9 .col-lg-9 {
      float: left; }
    .row-9 .col-lg-1 {
      width: 11.1111111111%; }
    .row-9 .col-lg-2 {
      width: 22.2222222222%; }
    .row-9 .col-lg-3 {
      width: 33.3333333333%; }
    .row-9 .col-lg-4 {
      width: 44.4444444444%; }
    .row-9 .col-lg-5 {
      width: 55.5555555556%; }
    .row-9 .col-lg-6 {
      width: 66.6666666667%; }
    .row-9 .col-lg-7 {
      width: 77.7777777778%; }
    .row-9 .col-lg-8 {
      width: 88.8888888889%; }
    .row-9 .col-lg-9 {
      width: 100%; }
    .row-9 .col-lg-pull-0 {
      right: auto; }
    .row-9 .col-lg-pull-1 {
      right: 11.1111111111%; }
    .row-9 .col-lg-pull-2 {
      right: 22.2222222222%; }
    .row-9 .col-lg-pull-3 {
      right: 33.3333333333%; }
    .row-9 .col-lg-pull-4 {
      right: 44.4444444444%; }
    .row-9 .col-lg-pull-5 {
      right: 55.5555555556%; }
    .row-9 .col-lg-pull-6 {
      right: 66.6666666667%; }
    .row-9 .col-lg-pull-7 {
      right: 77.7777777778%; }
    .row-9 .col-lg-pull-8 {
      right: 88.8888888889%; }
    .row-9 .col-lg-pull-9 {
      right: 100%; }
    .row-9 .col-lg-push-0 {
      left: auto; }
    .row-9 .col-lg-push-1 {
      left: 11.1111111111%; }
    .row-9 .col-lg-push-2 {
      left: 22.2222222222%; }
    .row-9 .col-lg-push-3 {
      left: 33.3333333333%; }
    .row-9 .col-lg-push-4 {
      left: 44.4444444444%; }
    .row-9 .col-lg-push-5 {
      left: 55.5555555556%; }
    .row-9 .col-lg-push-6 {
      left: 66.6666666667%; }
    .row-9 .col-lg-push-7 {
      left: 77.7777777778%; }
    .row-9 .col-lg-push-8 {
      left: 88.8888888889%; }
    .row-9 .col-lg-push-9 {
      left: 100%; }
    .row-9 .col-lg-offset-0 {
      margin-left: 0%; }
    .row-9 .col-lg-offset-1 {
      margin-left: 11.1111111111%; }
    .row-9 .col-lg-offset-2 {
      margin-left: 22.2222222222%; }
    .row-9 .col-lg-offset-3 {
      margin-left: 33.3333333333%; }
    .row-9 .col-lg-offset-4 {
      margin-left: 44.4444444444%; }
    .row-9 .col-lg-offset-5 {
      margin-left: 55.5555555556%; }
    .row-9 .col-lg-offset-6 {
      margin-left: 66.6666666667%; }
    .row-9 .col-lg-offset-7 {
      margin-left: 77.7777777778%; }
    .row-9 .col-lg-offset-8 {
      margin-left: 88.8888888889%; }
    .row-9 .col-lg-offset-9 {
      margin-left: 100%; } }
  @media (min-width: 1280px) {
    .row-9 .col-xl-10, .row-9 .col-xl-11, .row-9 .col-xl-12, .row-9 .col-xl-1, .row-9 .col-xl-2, .row-9 .col-xl-3, .row-9 .col-xl-4, .row-9 .col-xl-5, .row-9 .col-xl-6, .row-9 .col-xl-7, .row-9 .col-xl-8, .row-9 .col-xl-9 {
      float: left; }
    .row-9 .col-xl-1 {
      width: 11.1111111111%; }
    .row-9 .col-xl-2 {
      width: 22.2222222222%; }
    .row-9 .col-xl-3 {
      width: 33.3333333333%; }
    .row-9 .col-xl-4 {
      width: 44.4444444444%; }
    .row-9 .col-xl-5 {
      width: 55.5555555556%; }
    .row-9 .col-xl-6 {
      width: 66.6666666667%; }
    .row-9 .col-xl-7 {
      width: 77.7777777778%; }
    .row-9 .col-xl-8 {
      width: 88.8888888889%; }
    .row-9 .col-xl-9 {
      width: 100%; }
    .row-9 .col-xl-pull-0 {
      right: auto; }
    .row-9 .col-xl-pull-1 {
      right: 11.1111111111%; }
    .row-9 .col-xl-pull-2 {
      right: 22.2222222222%; }
    .row-9 .col-xl-pull-3 {
      right: 33.3333333333%; }
    .row-9 .col-xl-pull-4 {
      right: 44.4444444444%; }
    .row-9 .col-xl-pull-5 {
      right: 55.5555555556%; }
    .row-9 .col-xl-pull-6 {
      right: 66.6666666667%; }
    .row-9 .col-xl-pull-7 {
      right: 77.7777777778%; }
    .row-9 .col-xl-pull-8 {
      right: 88.8888888889%; }
    .row-9 .col-xl-pull-9 {
      right: 100%; }
    .row-9 .col-xl-push-0 {
      left: auto; }
    .row-9 .col-xl-push-1 {
      left: 11.1111111111%; }
    .row-9 .col-xl-push-2 {
      left: 22.2222222222%; }
    .row-9 .col-xl-push-3 {
      left: 33.3333333333%; }
    .row-9 .col-xl-push-4 {
      left: 44.4444444444%; }
    .row-9 .col-xl-push-5 {
      left: 55.5555555556%; }
    .row-9 .col-xl-push-6 {
      left: 66.6666666667%; }
    .row-9 .col-xl-push-7 {
      left: 77.7777777778%; }
    .row-9 .col-xl-push-8 {
      left: 88.8888888889%; }
    .row-9 .col-xl-push-9 {
      left: 100%; }
    .row-9 .col-xl-offset-0 {
      margin-left: 0%; }
    .row-9 .col-xl-offset-1 {
      margin-left: 11.1111111111%; }
    .row-9 .col-xl-offset-2 {
      margin-left: 22.2222222222%; }
    .row-9 .col-xl-offset-3 {
      margin-left: 33.3333333333%; }
    .row-9 .col-xl-offset-4 {
      margin-left: 44.4444444444%; }
    .row-9 .col-xl-offset-5 {
      margin-left: 55.5555555556%; }
    .row-9 .col-xl-offset-6 {
      margin-left: 66.6666666667%; }
    .row-9 .col-xl-offset-7 {
      margin-left: 77.7777777778%; }
    .row-9 .col-xl-offset-8 {
      margin-left: 88.8888888889%; }
    .row-9 .col-xl-offset-9 {
      margin-left: 100%; } }
  @media (min-width: 1442px) {
    .row-9 .col-xxl-10, .row-9 .col-xxl-11, .row-9 .col-xxl-12, .row-9 .col-xxl-1, .row-9 .col-xxl-2, .row-9 .col-xxl-3, .row-9 .col-xxl-4, .row-9 .col-xxl-5, .row-9 .col-xxl-6, .row-9 .col-xxl-7, .row-9 .col-xxl-8, .row-9 .col-xxl-9 {
      float: left; }
    .row-9 .col-xxl-1 {
      width: 11.1111111111%; }
    .row-9 .col-xxl-2 {
      width: 22.2222222222%; }
    .row-9 .col-xxl-3 {
      width: 33.3333333333%; }
    .row-9 .col-xxl-4 {
      width: 44.4444444444%; }
    .row-9 .col-xxl-5 {
      width: 55.5555555556%; }
    .row-9 .col-xxl-6 {
      width: 66.6666666667%; }
    .row-9 .col-xxl-7 {
      width: 77.7777777778%; }
    .row-9 .col-xxl-8 {
      width: 88.8888888889%; }
    .row-9 .col-xxl-9 {
      width: 100%; }
    .row-9 .col-xxl-pull-0 {
      right: auto; }
    .row-9 .col-xxl-pull-1 {
      right: 11.1111111111%; }
    .row-9 .col-xxl-pull-2 {
      right: 22.2222222222%; }
    .row-9 .col-xxl-pull-3 {
      right: 33.3333333333%; }
    .row-9 .col-xxl-pull-4 {
      right: 44.4444444444%; }
    .row-9 .col-xxl-pull-5 {
      right: 55.5555555556%; }
    .row-9 .col-xxl-pull-6 {
      right: 66.6666666667%; }
    .row-9 .col-xxl-pull-7 {
      right: 77.7777777778%; }
    .row-9 .col-xxl-pull-8 {
      right: 88.8888888889%; }
    .row-9 .col-xxl-pull-9 {
      right: 100%; }
    .row-9 .col-xxl-push-0 {
      left: auto; }
    .row-9 .col-xxl-push-1 {
      left: 11.1111111111%; }
    .row-9 .col-xxl-push-2 {
      left: 22.2222222222%; }
    .row-9 .col-xxl-push-3 {
      left: 33.3333333333%; }
    .row-9 .col-xxl-push-4 {
      left: 44.4444444444%; }
    .row-9 .col-xxl-push-5 {
      left: 55.5555555556%; }
    .row-9 .col-xxl-push-6 {
      left: 66.6666666667%; }
    .row-9 .col-xxl-push-7 {
      left: 77.7777777778%; }
    .row-9 .col-xxl-push-8 {
      left: 88.8888888889%; }
    .row-9 .col-xxl-push-9 {
      left: 100%; }
    .row-9 .col-xxl-offset-0 {
      margin-left: 0%; }
    .row-9 .col-xxl-offset-1 {
      margin-left: 11.1111111111%; }
    .row-9 .col-xxl-offset-2 {
      margin-left: 22.2222222222%; }
    .row-9 .col-xxl-offset-3 {
      margin-left: 33.3333333333%; }
    .row-9 .col-xxl-offset-4 {
      margin-left: 44.4444444444%; }
    .row-9 .col-xxl-offset-5 {
      margin-left: 55.5555555556%; }
    .row-9 .col-xxl-offset-6 {
      margin-left: 66.6666666667%; }
    .row-9 .col-xxl-offset-7 {
      margin-left: 77.7777777778%; }
    .row-9 .col-xxl-offset-8 {
      margin-left: 88.8888888889%; }
    .row-9 .col-xxl-offset-9 {
      margin-left: 100%; } }

.region-header {
  background: #f4f4f4;
  z-index: 1000;
  position: relative; }

.region-content {
  position: relative;
  margin: 0; }
  .region-content > .container {
    padding-top: 20px; }
  .region-content .row {
    position: relative; }
    .region-content .row > div {
      position: static; }

.product-wrapper {
  margin-bottom: 1rem; }
  .product-wrapper .col-grid {
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    -ms-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    .product-wrapper .col-grid.fadein {
      opacity: 1; }
    .product-wrapper .col-grid.fadeout {
      opacity: 0; }
  .product-wrapper.product-deal-vert .col-grid {
    float: left; }
  .product-wrapper.product-list .col-grid {
    width: 100% !important; }
  .product-wrapper.product-double-list .col-grid {
    width: 50% !important; }
  @media (max-width: 399px) {
    .product-wrapper.product-deal-vert .col-grid {
      width: 50% !important; }
    .product-wrapper.product-list .col-grid {
      width: 100% !important; } }

.region-footer {
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  min-height: 14rem;
  background: #474b53;
  color: #f5f5f7;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 300; }
  .region-footer h4 {
    color: #f5f5f7;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600; }

.region-filters.open {
  display: block !important;
  position: absolute;
  top: 20px;
  background: #f5f5f7;
  padding: 1rem;
  z-index: 1000;
  margin-left: -1rem;
  margin-top: -20px; }

@media (max-width: 1279px) {
  .region-filters {
    display: none !important; } }

@media (max-width: 639px) {
  .region-filters.open {
    width: 100%; } }

body.show-home-menu.desktop .home-item .dropdown-menu {
  display: block !important; }

body.show-home-menu.desktop .home-item > .nav-link > i.more {
  display: none; }

.container-block {
  border-top: 1px solid #f4f4f4;
  margin-top: 3rem; }
  .container-block .container-title {
    position: relative;
    margin-bottom: 1.2rem; }
    .container-block .container-title .title {
      margin-top: -1rem;
      padding: 0 1rem 0 0;
      display: table;
      font-size: 1.1rem;
      color: #8c8e94;
      text-transform: uppercase;
      background: #ffffff; }
    .container-block .container-title .summarize {
      padding: 0 0 0 1rem;
      display: table;
      font-size: 0.9rem;
      color: #8c8e94;
      line-height: 1rem;
      background: #ffffff;
      position: absolute;
      bottom: 0;
      right: 0; }
      .container-block .container-title .summarize .value {
        display: inline;
        background: #bfc3c8;
        padding: 0 .4rem;
        color: #ffffff; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393C45;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .overlay.active {
    opacity: .5;
    visibility: visible; }

.page-title {
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: -.8rem; }
  .page-title a {
    display: inline-block;
    color: #8c8e94;
    border-right: 1px solid #bfc3c8; }
    .page-title a:last-child {
      border-right: none; }
  .page-title i {
    font-size: 1.5rem;
    padding: 0 .5rem; }
  .page-title .sort-icons {
    position: absolute;
    right: 0;
    bottom: 0; }

.tags {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.15rem;
  font-size: 0.85em; }
  .tags li {
    margin: 0 .15rem 0 0;
    padding: 0;
    display: inline; }
    .tags li a {
      color: #8c8e94;
      padding: .2rem .7rem .4rem .7rem;
      background: #f4f4f4; }
      .tags li a:hover {
        background: #ff7e00;
        color: #ffffff; }

.region-filters .filter h3 {
  margin: 0.4rem 0 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }

.region-filters .close {
  position: absolute;
  top: -1rem;
  right: .5rem; }

#filter-list a {
  color: #474b53; }
  #filter-list a:hover, #filter-list a:active {
    color: #ff7e00; }

#filter-list .panel {
  padding: .5rem 0;
  border-top: 1px solid #f4f4f4;
  font-size: 0.9rem; }
  #filter-list .panel > a {
    text-transform: uppercase;
    font-weight: 600; }

#filter-list .sub-items {
  padding: .5rem 0; }

#filter-list .panel-collapse {
  padding: 0; }
  #filter-list .panel-collapse a {
    padding: .2rem 0 .2rem 2rem;
    display: inherit;
    font-weight: 400; }

#filter-list .tags li {
  padding: .2rem .5rem;
  margin-right: .5rem;
  background: #f4f4f4;
  font-size: 0.85em; }
  #filter-list .tags li i {
    margin-left: 1rem;
    color: #ff7e00; }

.demo-section {
  margin: 50px 0; }

.header-top-navigation {
  z-index: 1010;
  position: relative;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd; }

.head-content {
  min-height: 5rem;
  padding: 1.5rem 1rem 1.5rem;
  z-index: 1010;
  position: relative;
  background: #f4f4f4; }

.site-logo a {
  text-transform: uppercase;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: #ff7e00;
  line-height: 2.5rem;
  margin-left: .9rem;
  letter-spacing: .01rem; }
  .site-logo a img {
    width: 200px;
    margin-top: 6px; }
  .site-logo a .logo-accent {
    color: #474b53;
    font-weight: 900; }

.logo-in-menu {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .logo-in-menu.site-logo {
    position: absolute;
    top: 0;
    left: 4rem;
    z-index: 900;
    font-size: 26px;
    color: #f5f5f7; }
    .logo-in-menu.site-logo .logo-accent {
      color: #ff7e00; }

.search-input {
  border: 1px solid #bfc3c8;
  padding: 0 4.8rem 0 1rem;
  line-height: 2.75rem;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: .02rem;
  width: 100%; }

.search-button {
  margin: 0;
  padding-top: .7rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  background: #474b53; }
  .search-button:hover {
    background: #ff7e00; }
  .search-button i {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.2rem; }

.search-wrapper .search-form .search-button {
  background: none;
  margin: 0 -1rem 0 0; }

.search-wrapper.head-stickable {
  display: none;
  position: absolute;
  top: 0;
  right: 104px;
  margin: 0;
  padding: 0 1rem 0 0; }
  .search-wrapper.head-stickable.sticky {
    display: block; }
    .search-wrapper.head-stickable.sticky .hidden-lg-down {
      display: none !important; }

body.mobile .search-wrapper .search-form .search-button {
  margin: 0 2rem 0 0; }

.search-input-wrapper {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: .8rem 1rem;
  background: #8c8e94; }
  .search-input-wrapper input {
    width: 100%;
    border: none;
    outline: none; }
  .search-input-wrapper .search-button {
    top: .8rem;
    background: #8c8e94; }

body.mobile .search-input-wrapper.open {
  display: block; }

.hamburger-etc .search-wrapper {
  right: 54px; }
  .hamburger-etc .search-wrapper button {
    padding: 1.07rem 1rem 1.07rem 1.5rem; }

.cart-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  top: -12rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .cart-panel.active {
    opacity: 1;
    visibility: visible;
    top: 11.1rem; }
  .cart-panel .cart-content {
    background: #f4f4f4;
    padding: 1rem; }
  .cart-panel .cart-body {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -1rem;
    padding-right: 1rem; }
  .cart-panel .cart-info {
    background: #ffffff;
    border: 1px solid #bfc3c8;
    padding: 1rem 0;
    margin: 1rem 0;
    font-size: 0.9rem; }
    .cart-panel .cart-info .row {
      padding: .2rem 0; }
    .cart-panel .cart-info .accent {
      font-weight: 600;
      font-size: 1.1rem; }
    .cart-panel .cart-info .hilight {
      color: #ff7e00; }
  .cart-panel .product .product-details .price {
    line-height: 1.5rem; }
  .cart-panel .details {
    margin: 1rem 0; }
  .cart-panel .counts {
    text-align: center; }
  @media (min-height: 800px) {
    .cart-panel.head-stickable.sticky {
      position: fixed;
      top: 36px; } }

.btn-go-checkout {
  float: right; }
  .btn-go-checkout i.after {
    margin-top: -.3rem; }

body.mobile * {
  -webkit-overflow-scrolling: touch; }

body.mobile .cart-panel.head-stickable.sticky {
  top: 40px; }

.cart-wrapper {
  text-align: right; }
  .cart-wrapper .cart-button {
    width: 100%; }
  .cart-wrapper.head-stickable {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 1rem 0 0; }
    .cart-wrapper.head-stickable.sticky {
      display: block; }
      .cart-wrapper.head-stickable.sticky .hidden-lg-down {
        display: none !important; }

.hamburger-etc .cart-wrapper {
  padding-right: 0; }
  .hamburger-etc .cart-wrapper button {
    padding: 0rem 1rem 0rem 1.5rem;
    height: 3.3rem; }

.cart-button {
  text-transform: none;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1rem; }
  .cart-button .icon-cart {
    width: 24px;
    margin: 0px 10px 0 0;
    float: left; }
  .cart-button #cartNotEmpty {
    padding: 0 10px;
    display: block;
    float: left;
    top: 4px;
    position: relative; }
    .cart-button #cartNotEmpty i {
      margin: -4px 0 0 .8rem;
      float: right; }
  .cart-button .count,
  .cart-button .price {
    font-size: 1.1rem;
    font-weight: 600; }
  .cart-button .text,
  .cart-button .suffix {
    font-size: 0.9rem; }

/**
 * general definitions
 */
/**
 * the product
 */
.product {
  position: relative; }
  .product h3 {
    text-transform: inherit;
    letter-spacing: inherit; }
  .product .product-image {
    position: relative; }
    .product .product-image .image img {
      width: 100%;
      -moz-transition: filter, 0.2s;
      -o-transition: filter, 0.2s;
      -webkit-transition: filter, 0.2s;
      -ms-transition: filter, 0.2s;
      transition: filter, 0.2s; }
    .product .product-image .carousel-control {
      bottom: 15px; }
    .product .product-image .hot-deal-label {
      position: absolute;
      left: -.6rem;
      bottom: 2rem;
      font-size: 1.8em;
      line-height: 1.8rem;
      padding: .5rem .8rem;
      background: #ff7e00;
      border-bottom: 1px solid #a85300;
      color: #474b53; }
      .product .product-image .hot-deal-label .value {
        font-weight: 700; }
      .product .product-image .hot-deal-label .before {
        position: absolute;
        bottom: -.35rem;
        left: 0;
        width: .4rem;
        height: .1rem;
        border-top: 0.3rem solid #994c00;
        border-left: .6rem solid transparent; }
      .product .product-image .hot-deal-label .after-shadow {
        position: absolute;
        top: 0;
        right: -.75rem;
        width: .7rem;
        height: 2rem;
        border-top: 36px solid #a85300;
        border-right: .7rem solid transparent; }
      .product .product-image .hot-deal-label .after {
        position: absolute;
        top: 0;
        right: -.7rem;
        width: .7rem;
        height: 2rem;
        border-top: 36px solid #ff7e00;
        border-right: .7rem solid transparent; }
    .product .product-image a.product-link:hover .image img {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); }
    .product .product-image .product-image-top-badges {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 2.5em;
      background: rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      padding: 0 .5rem;
      -moz-transition: filter, 0.2s;
      -o-transition: filter, 0.2s;
      -webkit-transition: filter, 0.2s;
      -ms-transition: filter, 0.2s;
      transition: filter, 0.2s; }
      .product .product-image .product-image-top-badges ul {
        text-align: right; }
        .product .product-image .product-image-top-badges ul li {
          display: inline-block;
          margin: 0 .5rem; }
          .product .product-image .product-image-top-badges ul li a {
            color: #f5f5f7;
            font-size: 1.5rem;
            padding: .2rem;
            display: inline-block; }
            .product .product-image .product-image-top-badges ul li a:hover {
              color: #ff7e00; }
    .product .product-image .product-image-top-badges:hover,
    .product .product-image a.product-link:hover + .product-image-top-badges {
      opacity: 1;
      visibility: visible; }
  .product .product-details {
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .product .product-details .rate {
      font-family: 'FontAwesome Regular', 'FontAwesome';
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem; }
      .product .product-details .rate .star {
        color: #bfc3c8; }
        .product .product-details .rate .star.active {
          color: #ff7e00; }
    .product .product-details .price {
      line-height: 2.15rem; }
      .product .product-details .price .value {
        font-weight: 700;
        font-style: normal;
        font-size: 2.5em;
        color: #ff7e00; }
      .product .product-details .price .currency {
        font-weight: 700;
        font-style: normal;
        font-size: 2.5em;
        color: #ff7e00; }
      .product .product-details .price.price-orig {
        margin: 1.15rem 0 0 0; }
        .product .product-details .price.price-orig .value {
          font-weight: 400;
          font-size: 0.9rem;
          line-height: .9rem;
          color: #8c8e94; }
        .product .product-details .price.price-orig .currency {
          font-weight: 400;
          font-size: 0.9rem;
          line-height: .9rem;
          color: #8c8e94; }
    .product .product-details .price-sum .value {
      font-weight: 700;
      font-style: normal;
      font-size: 2.5em;
      color: #474b53; }
    .product .product-details .price-sum .currency {
      font-weight: 700;
      font-style: normal;
      font-size: 2.5em;
      color: #474b53; }
    .product .product-details .price-sum.price-orig .value {
      font-weight: 400;
      font-size: 1rem;
      color: #8c8e94; }
    .product .product-details .price-sum.price-orig .currency {
      font-weight: 400;
      font-size: 1rem;
      color: #8c8e94; }
    .product .product-details .add-to-cart {
      margin: .8rem 0 0 0; }
    .product .product-details .stock-info {
      position: absolute;
      bottom: .4rem;
      right: 35.5%;
      line-height: 2rem; }
      .product .product-details .stock-info i {
        font-size: 2rem;
        float: left;
        margin: 0 6px 0; }
      .product .product-details .stock-info .value {
        font-weight: 300;
        font-size: 1rem;
        text-transform: uppercase; }
    .product .product-details .details-more {
      display: none; }
  .product.product-details {
    padding: 36px 1rem 0; }
  @media (max-width: 799px) {
    .product #cofidis-wrapper {
      margin-bottom: 1rem; } }

.product-list-row {
  margin-top: 18px; }

.choose-button {
  margin-top: 8px; }

/**
 * vertical product panel
 */
.product-deal-vert .row-9 .col-xs-9,
.product-deal-vert .row-9 .col-sm-9,
.product-deal-vert .row-9 .col-md-9,
.product-deal-vert .row-9 .col-lg-9,
.product-deal-vert .row-9 .col-xl-9 {
  width: 100% !important; }

.product-deal-vert .product .product-details {
  position: relative;
  height: 9rem;
  margin-bottom: 1rem; }
  .product-deal-vert .product .product-details .product-details-wrapper {
    background: #f4f4f4;
    padding: .8rem;
    position: relative;
    z-index: 10;
    margin: 0; }
    .product-deal-vert .product .product-details .product-details-wrapper .title {
      font-size: 1rem;
      font-weight: 700;
      max-height: 2em;
      overflow: hidden; }
    .product-deal-vert .product .product-details .product-details-wrapper .tags {
      margin: .5rem 0 .5rem; }
      .product-deal-vert .product .product-details .product-details-wrapper .tags li {
        margin: 0 .3rem 0 0;
        padding: 0; }
        .product-deal-vert .product .product-details .product-details-wrapper .tags li a {
          color: #474b53;
          background: none;
          padding: 0; }
    .product-deal-vert .product .product-details .product-details-wrapper .rate {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .product-deal-vert .product .product-details .product-details-wrapper .price .value {
      font-size: 1.8em; }
    .product-deal-vert .product .product-details .product-details-wrapper .price .currency {
      font-size: 1.8em; }
    .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig {
      opacity: 0;
      visibility: hidden;
      height: 0;
      margin: 0; }
      .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig .value {
        font-size: 1rem; }
      .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig .currency {
        font-size: 1rem; }
    .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart {
      opacity: 0;
      visibility: hidden;
      height: 0;
      position: absolute;
      bottom: 3.5rem;
      right: .8rem; }
      .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart i {
        margin: 0; }
      .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart span.title {
        display: none; }
    .product-deal-vert .product .product-details .product-details-wrapper .stock-info {
      opacity: 0;
      visibility: hidden;
      height: 0;
      bottom: 1rem;
      right: auto;
      left: .2rem; }
    .product-deal-vert .product .product-details .product-details-wrapper .details-more {
      position: absolute;
      bottom: 1.6rem;
      right: 1rem;
      display: block; }
      .product-deal-vert .product .product-details .product-details-wrapper .details-more p {
        line-height: .45rem;
        margin: 0;
        padding: 0;
        font-size: 2rem;
        color: #bfc3c8; }
    .product-deal-vert .product .product-details .product-details-wrapper:hover {
      padding-bottom: 3rem; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .rate {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .price.price-orig {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin: 0; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .add-to-cart {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .stock-info {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .details-more {
        display: none; }

@media (max-width: 799px) {
  .product-deal-vert .product .hot-deal-label {
    position: absolute;
    left: -.3rem;
    bottom: 1rem;
    font-size: 0.9rem;
    line-height: .9rem;
    padding: .5rem .4rem;
    background: #ff7e00;
    border-bottom: 1px solid #a85300; }
    .product-deal-vert .product .hot-deal-label .before {
      position: absolute;
      bottom: -.2rem;
      left: 0;
      width: .2rem;
      height: .05rem;
      border-top: 0.15rem solid #994c00;
      border-left: .3rem solid transparent; }
    .product-deal-vert .product .hot-deal-label .after-shadow {
      position: absolute;
      top: 0;
      right: -.375rem;
      width: .35rem;
      height: 1rem;
      border-top: 1.4rem solid #a85300;
      border-right: .35rem solid transparent; }
    .product-deal-vert .product .hot-deal-label .after {
      position: absolute;
      top: 0;
      right: -.35rem;
      width: .35rem;
      height: 1rem;
      border-top: 1.4rem solid #ff7e00;
      border-right: .35rem solid transparent; }
  .product-deal-vert .product .product-details .product-details-wrapper .price .value {
    font-size: 1.2rem; }
  .product-deal-vert .product .product-details .product-details-wrapper .price .currency {
    font-size: 1.2rem; }
  .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig {
    display: none; }
    .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig .value {
      font-size: 1rem; }
    .product-deal-vert .product .product-details .product-details-wrapper .price.price-orig .currency {
      font-size: 1rem; } }

/**
 * horizontal product panels
 */
.product-list .row-9 {
  position: relative; }
  .product-list .row-9 .col-image {
    width: 22%;
    float: left;
    padding-right: 0; }
  .product-list .row-9 .col-details {
    width: 78%;
    right: 0;
    position: absolute;
    height: 100%; }

@media (max-width: 799px) {
  .product-list .row-9 .col-image {
    width: 28%;
    padding-right: 0; }
  .product-list .row-9 .col-details {
    width: 72%; } }

.product-list .product {
  background: #f4f4f4;
  margin-bottom: 2rem; }
  .product-list .product .product-image-top-badges ul {
    text-align: center; }
  .product-list .product .product-details {
    position: relative;
    height: 100%; }
    .product-list .product .product-details .product-details-wrapper {
      padding: .8rem .8rem .8rem 0;
      height: 100%;
      z-index: 10;
      -moz-transition: height 0.2s;
      -o-transition: height 0.2s;
      -webkit-transition: height 0.2s;
      -ms-transition: height 0.2s;
      transition: height 0.2s; }
      .product-list .product .product-details .product-details-wrapper .title {
        font-size: 1.1rem;
        font-weight: 700; }
      .product-list .product .product-details .product-details-wrapper .tags {
        margin: .5rem 0 .5rem; }
        .product-list .product .product-details .product-details-wrapper .tags li {
          margin: 0 .3rem 0 0;
          padding: 0; }
          .product-list .product .product-details .product-details-wrapper .tags li a {
            color: #474b53;
            background: none;
            padding: 0; }
      .product-list .product .product-details .product-details-wrapper .rate {
        position: absolute;
        top: 40%; }
      .product-list .product .product-details .product-details-wrapper .price {
        position: absolute;
        bottom: 1rem; }
        .product-list .product .product-details .product-details-wrapper .price .value {
          font-size: 1.8em; }
        .product-list .product .product-details .product-details-wrapper .price .currency {
          font-size: 1.8em; }
        .product-list .product .product-details .product-details-wrapper .price.price-orig {
          bottom: 3.5rem; }
          .product-list .product .product-details .product-details-wrapper .price.price-orig .value {
            font-size: 1rem; }
          .product-list .product .product-details .product-details-wrapper .price.price-orig .currency {
            font-size: 1rem; }
      .product-list .product .product-details .product-details-wrapper .add-to-cart {
        position: absolute;
        bottom: 1rem;
        right: .8rem; }
      .product-list .product .product-details .product-details-wrapper .stock-info {
        position: absolute;
        bottom: 1.4rem;
        right: 30%; }
      .product-list .product .product-details .product-details-wrapper .details-more {
        display: none; }
  @media (max-width: 799px) {
    .product-list .product .product-details .product-details-wrapper .stock-info {
      right: 25%; }
      .product-list .product .product-details .product-details-wrapper .stock-info .value {
        display: none; }
    .product-list .product .product-details .product-details-wrapper .add-to-cart i {
      margin: 0; }
    .product-list .product .product-details .product-details-wrapper .add-to-cart .title {
      display: none; } }
  @media (max-width: 479px) {
    .product-list .product .hot-deal-label {
      position: absolute;
      left: -.3rem;
      bottom: 1rem;
      font-size: 0.9rem;
      line-height: .9rem;
      padding: .5rem .4rem;
      background: #ff7e00;
      border-bottom: 1px solid #a85300; }
      .product-list .product .hot-deal-label .before {
        position: absolute;
        bottom: -.2rem;
        left: 0;
        width: .2rem;
        height: .05rem;
        border-top: 0.15rem solid #994c00;
        border-left: .3rem solid transparent; }
      .product-list .product .hot-deal-label .after-shadow {
        position: absolute;
        top: 0;
        right: -.375rem;
        width: .35rem;
        height: 1rem;
        border-top: 1.4rem solid #a85300;
        border-right: .35rem solid transparent; }
      .product-list .product .hot-deal-label .after {
        position: absolute;
        top: 0;
        right: -.35rem;
        width: .35rem;
        height: 1rem;
        border-top: 1.4rem solid #ff7e00;
        border-right: .35rem solid transparent; }
    .product-list .product .product-details {
      position: relative;
      font-size: 0.9rem;
      padding: .5rem .5rem .5rem 0;
      margin: 0;
      height: 100%; }
      .product-list .product .product-details .product-details-wrapper {
        padding: 0; }
        .product-list .product .product-details .product-details-wrapper .title {
          font-size: 0.9rem;
          font-weight: 700; }
        .product-list .product .product-details .product-details-wrapper .rate {
          position: absolute;
          top: 40%; }
        .product-list .product .product-details .product-details-wrapper .price {
          font-size: 1rem;
          height: 1rem;
          position: relative;
          bottom: auto; }
          .product-list .product .product-details .product-details-wrapper .price .value {
            font-size: 1rem; }
          .product-list .product .product-details .product-details-wrapper .price .currency {
            font-size: 1rem; }
        .product-list .product .product-details .product-details-wrapper .stock-info {
          display: none; }
        .product-list .product .product-details .product-details-wrapper .add-to-cart {
          display: none; } }

/**
 * vertical product panel
 */
.product-sidebar {
  margin-bottom: 1.5rem; }
  .product-sidebar .row-9 .col-lg-4 {
    width: 33.33%;
    padding-right: 0; }
  .product-sidebar .row-9 .col-lg-5 {
    width: 66.66%; }
  .product-sidebar .product {
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s; }
    .product-sidebar .product:hover {
      background: #f4f4f4; }
    .product-sidebar .product .product-image-top-badges {
      display: none; }
    .product-sidebar .product .hot-deal-label {
      position: absolute;
      left: -.3rem;
      bottom: 1rem;
      font-size: 0.9rem;
      line-height: .9rem;
      padding: .5rem .4rem;
      background: #ff7e00;
      border-bottom: 1px solid #a85300; }
      .product-sidebar .product .hot-deal-label .before {
        position: absolute;
        bottom: -.2rem;
        left: 0;
        width: .2rem;
        height: .05rem;
        border-top: 0.15rem solid #994c00;
        border-left: .3rem solid transparent; }
      .product-sidebar .product .hot-deal-label .after-shadow {
        position: absolute;
        top: 0;
        right: -.375rem;
        width: .35rem;
        height: 1rem;
        border-top: 1.4rem solid #a85300;
        border-right: .35rem solid transparent; }
      .product-sidebar .product .hot-deal-label .after {
        position: absolute;
        top: 0;
        right: -.35rem;
        width: .35rem;
        height: 1rem;
        border-top: 1.4rem solid #ff7e00;
        border-right: .35rem solid transparent; }
    .product-sidebar .product .product-details {
      position: relative;
      font-size: 0.9rem;
      padding: .5rem .5rem .5rem 0;
      margin: 0; }
      .product-sidebar .product .product-details .title {
        font-size: 0.9rem;
        font-weight: 700;
        max-height: 2em; }
      .product-sidebar .product .product-details .price {
        font-size: 1rem;
        height: 1rem; }
        .product-sidebar .product .product-details .price .value {
          font-size: 1rem; }
        .product-sidebar .product .product-details .price .currency {
          font-size: 1rem; }

/**
 * vertical product panel
 */
.product-cart {
  margin-top: .6rem;
  margin-bottom: .6rem; }
  .product-cart .row-9 .col-lg-4 {
    width: 33.33%;
    padding-right: 0; }
  .product-cart .row-9 .col-lg-5 {
    width: 66.66%; }
  .product-cart .product .product-details {
    position: relative;
    font-size: 0.9rem;
    padding: .5rem 0;
    margin: 0; }
    .product-cart .product .product-details .title {
      font-size: 0.9rem;
      font-weight: 700; }
    .product-cart .product .product-details .details {
      padding-right: 1rem; }
    .product-cart .product .product-details .price {
      font-size: 1.1rem; }
      .product-cart .product .product-details .price .value {
        font-size: 1.1rem; }
      .product-cart .product .product-details .price .currency {
        font-size: 1.1rem; }
    .product-cart .product .product-details .price-sum {
      font-size: 1.1rem; }
      .product-cart .product .product-details .price-sum .value {
        font-size: 1.1rem; }
      .product-cart .product .product-details .price-sum .currency {
        font-weight: 700;
        font-size: 1.1rem; }
    .product-cart .product .product-details i {
      font-size: 1.8em; }
    .product-cart .product .product-details .subitems label {
      width: 80%; }
    .product-cart .product .product-details .subitems .item {
      display: inline-block;
      width: 60%; }
    .product-cart .product .product-details .subitems .price {
      display: inline-block;
      width: 30%; }
    .product-cart .product .product-details .subitems input[type=checkbox]:checked + label {
      font-weight: 700; }

.cofidis-button {
  background-color: #EF193B;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
  width: 100%; }

.cofidis-button span {
  font-size: 12px; }

.cofidis-button img {
  margin-right: 5px; }

#phone_info {
  padding: .5rem 1rem;
  column-gap: 1rem;
  align-items: center;
  display: flex; }

@media (max-width: 799px) {
  .cofidis-button img {
    width: auto !important; }
  #add-to-cart-desktop {
    margin-bottom: 1rem; }
  #phone_info {
    flex-direction: column;
    align-items: start; } }

@media (max-width: 1279px) {
  .deal-title {
    margin-top: 1rem; } }

body {
  font-weight: normal; }

*:focus {
  outline: none !important; }

body .articleContent {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

a {
  font-weight: 700; }
  a:focus {
    color: #1f5988;
    text-decoration: none; }
  @media (hover: hover) {
    a:hover {
      color: #1f5988;
      text-decoration: none; } }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:hover {
    color: #17395b; }

.strong {
  font-weight: 700; }

.normal {
  font-weight: normal; }

.light {
  font-weight: normal; }

h1 {
  font-weight: 700; }

h2 {
  font-weight: 600; }

h4 {
  letter-spacing: inherit; }

.icon-ugyfelszolgalat {
  width: 28px !important;
  float: left;
  margin-right: 5%; }

.icon-szallitas {
  display: block;
  float: left;
  margin: 0 16px 0 8px;
  width: 55px !important; }

.icon-cart {
  width: 24px !important;
  height: 21px !important;
  margin: -6px 10px 0 0; }

.icon-add-to-cart {
  width: 20px !important;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 5px; }
  @media (max-width: 799px) {
    .icon-add-to-cart {
      margin-right: 0; } }

.icon-engedmeny {
  width: 18px !important;
  margin: 0 6px 3px 0; }

.icon-plus {
  width: 21px !important;
  height: 21px;
  margin-right: 7px; }

.icon-minus {
  width: 21px !important;
  height: 21px;
  margin-left: 7px; }

.icon-trash {
  margin-left: 7px;
  width: 18px !important;
  height: 18px; }

.icon-postapont {
  border: none; }

.icon-supershop {
  width: 120px !important; }

.icon-profile-supershop {
  float: left;
  margin-right: 10px;
  margin-left: 15px; }
  .icon-profile-supershop img {
    height: 58px; }

.supershop-balance .icon-profile-supershop {
  width: 118px !important; }

.icon-info-white {
  width: 14px !important;
  height: 14px;
  margin: 0 6px 3px 0; }

.icon-engedmeny2 {
  height: 14px; }

.icon-search {
  height: 22px; }

.icon-tel svg,
.icon-mail svg {
  width: 20px !important;
  height: 20px; }

.icon-lock {
  margin-right: 5px; }

.product .product-details .product-details-wrapper .details .supershop-banner .logo .icon-supershop-banner {
  max-width: 68px;
  max-height: 34px; }

.icon-supershop-multiplier-badge {
  width: 91px !important;
  height: 45px !important; }

@media (max-width: 399px) {
  .add-to-cart.row .col-xs-12 {
    width: 100%; }
    .add-to-cart.row .col-xs-12:first-child {
      padding-left: 0; }
    .add-to-cart.row .col-xs-12:last-child {
      padding-right: 0; } }

@media (min-width: 640px) {
  .add-to-cart.row .col-md-6 {
    width: 50%; }
    .add-to-cart.row .col-md-6:first-child {
      padding-left: 0; }
    .add-to-cart.row .col-md-6:last-child {
      padding-right: 0; } }

.input-text {
  line-height: 30px;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #d5d6d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-group label {
  width: 100%;
  font-weight: 700; }

.form-group select {
  height: 32px;
  width: 100%; }

.custom-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-bottom: 1.5rem;
  cursor: pointer; }
  .custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .custom-checkbox .custom-control-indicator {
    position: absolute;
    top: -.3rem;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 18px;
    background-size: 18px;
    border: 1px solid #d5d6d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-image: url(/images/redesign2016/svg/icon-check.svg); }

.transparent {
  border: none !important;
  background: transparent !important; }

.form-control-feedback {
  display: none; }

.has-danger label {
  color: #dd4b39; }

.has-danger .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.has-danger .form-control-feedback {
  display: block;
  background: #dd4b39;
  color: #fff;
  padding: 0 1rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px; }

.form-feedback {
  position: relative; }
  @media (max-width: 399px) {
    .form-feedback {
      margin-bottom: 1rem; } }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.btn-link,
button,
input[type=button],
input[type=submit], .add-to-cart > a.enquire {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff7e00;
  padding: .45rem 1rem .45rem;
  min-height: 34px;
  line-height: 1rem;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .02rem;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .btn-link i,
  button i,
  input[type=button] i,
  input[type=submit] i, .add-to-cart > a.enquire i {
    position: relative;
    display: inline-block;
    margin: -.6rem .8rem -.5rem 0;
    font-style: normal;
    font-family: 'FontAwesome Regular', 'FontAwesome', sans-serif; }
    .btn-link i.after,
    button i.after,
    input[type=button] i.after,
    input[type=submit] i.after, .add-to-cart > a.enquire i.after {
      margin: 0 0 -.5rem .8rem; }
    .btn-link i.bigger,
    button i.bigger,
    input[type=button] i.bigger,
    input[type=submit] i.bigger, .add-to-cart > a.enquire i.bigger {
      font-size: 1.4rem !important; }
  .btn-link:hover,
  button:hover,
  input[type=button]:hover,
  input[type=submit]:hover, .add-to-cart > a.enquire:hover {
    background: #474b53;
    color: #ffffff; }
  .btn-link.btn-gray,
  button.btn-gray,
  input[type=button].btn-gray,
  input[type=submit].btn-gray, .add-to-cart > a.enquire.btn-gray {
    background: #474b53; }

.add-to-cart > a.enquire {
  min-height: auto;
  display: inline-block; }

img.add-to-cart {
  width: 20px; }

.btn-primary, .btn-primary:visited {
  color: #fff;
  border-color: #ff7e00; }

.btn-primary:hover {
  border-color: #474b53;
  background: #474b53; }

.btn-login-facebook {
  background: #3b5998;
  text-transform: none;
  width: 100%;
  min-height: 32px; }

.btn-login-google {
  background: #dd4b39;
  text-transform: none;
  width: 100%; }
  .btn-login-google span:last-child {
    padding-left: 10px !important; }

.btn-login-facebook span,
.btn-login-google span {
  padding-left: 0;
  padding-right: 0; }
  .btn-login-facebook span i,
  .btn-login-google span i {
    font-size: 1.3rem;
    position: relative;
    top: 1px;
    left: -4px; }
  @media (max-width: 799px) {
    .btn-login-facebook span,
    .btn-login-google span {
      font-size: .9rem;
      line-height: .9rem; }
      .btn-login-facebook span i,
      .btn-login-google span i {
        font-size: 1.2rem; } }

.btn-login-forgotten {
  cursor: pointer; }
  @media (max-width: 639px) {
    .btn-login-forgotten {
      text-align: center; } }
  .btn-login-forgotten:hover {
    color: #2e91d2; }

.btn-cart-close {
  float: none; }

.btn-go-checkout {
  float: none; }
  @media (max-width: 399px) {
    .btn-go-checkout {
      margin-top: 10px; } }

body.mobile #NewsletterSubscribeBoxForm input[name="hirlevel-submit"] {
  margin-top: 10px; }

@media (max-width: 399px) {
  body.mobile .btn-large-size {
    padding: 1rem;
    line-height: 1.5rem; } }

@media (max-width: 639px) {
  body.mobile .btn-block-sm-down {
    width: 100%; } }

@media (max-width: 799px) {
  body.mobile .btn-block-md-down {
    width: 100%; } }

.btn-erdeklodes {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }
  .btn-erdeklodes:active, .btn-erdeklodes:focus {
    background-color: #ff7e00;
    border-color: #ff7e00; }

.header-top-navigation .nav-item {
  padding: 0 .65rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 -1px 0 0 !important; }

.header-top-navigation .secondary-menu .nav-item .nav-link {
  color: #474b53;
  font-weight: normal; }

.nav-tabs {
  border-bottom: none;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #2e91d2; }
  .nav-tabs .nav-item .nav-link {
    height: 2.7rem;
    margin-top: .3rem;
    padding: .45rem 2rem;
    text-transform: none;
    font-weight: normal;
    font-size: 1.1rem;
    border: none;
    border-top: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #f5f5f7;
    color: #8c8e94; }
    .nav-tabs .nav-item .nav-link:hover {
      background: #deeaf2;
      margin-top: .15rem;
      height: 2.85rem; }
    .nav-tabs .nav-item .nav-link.active {
      background: #2e91d2;
      color: #f5f5f7;
      border-top: none;
      height: 3rem;
      margin-top: 0;
      padding-top: .6rem; }
    @media (max-width: 320px) {
      .nav-tabs .nav-item .nav-link {
        height: 2.2rem !important; }
        .nav-tabs .nav-item .nav-link.active {
          height: 2.5rem !important; } }
    @media (max-width: 639px) {
      .nav-tabs .nav-item .nav-link {
        font-size: .8rem !important; } }
  .nav-tabs .nav-item + .nav-item {
    border-bottom: 1px solid #2e91d2; }
  @media (max-width: 799px) {
    .nav-tabs .nav-item .nav-link {
      padding: .45rem .65rem; } }

#header-navigation {
  /*	button,
	input[type=button],
	input[type=submit] {
		height: $main-menu-height !important;
	}*/ }
  #header-navigation .navigation .navbar-main .navbar-nav {
    width: 100%; }
    #header-navigation .navigation .navbar-main .navbar-nav .nav-item {
      font-size: 1rem;
      font-weight: normal;
      float: left;
      text-transform: none; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link {
        font-weight: normal;
        padding: 0 1rem;
        line-height: 36px; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item .nav-link img.svg {
          width: 20px !important;
          max-height: 36px;
          text-align: center !important;
          vertical-align: middle;
          margin: 0 10px;
          display: inline-block; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link {
        background: #2e91d2;
        margin: 0; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link i.more {
          margin: .6rem 1rem 0; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item a.nav-link i.hamburger {
          color: #f5f5f7;
          vertical-align: text-top; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu {
        padding: 0; }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item {
          text-transform: none;
          font-weight: 600;
          margin-left: -1px; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item .nav-link {
            background-color: #fff;
            border-right: 1px solid #f4f4f4;
            border-left: 1px solid #f4f4f4; }
          #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item:first-child {
            margin-top: 0; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu {
        top: 35px; }

@media (min-width: 800px) and (max-width: 1279px) {
  #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu {
    position: absolute !important; } }
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item .dropdown-menu .nav-item a.nav-link {
          min-width: 224px; }
  @media (max-width: 799px) {
    #header-navigation .navigation.navigation {
      height: 40px; }
      #header-navigation .navigation.navigation .hamburger {
        color: #f4f4f4;
        padding: .40rem 1rem;
        background: #f4f4f4 url(/images/redesign2016/svg/icon-hamburger-close.svg?2) no-repeat 18px center;
        background-size: 20px 18px; }
        #header-navigation .navigation.navigation .hamburger.collapsed {
          background-image: url(/images/redesign2016/svg/icon-hamburger.svg?2); }
      #header-navigation .navigation.navigation .hamburger-etc .search-wrapper button {
        padding: .6rem 3.4rem 1.07rem 1.5rem; }
      #header-navigation .navigation.navigation .navbar-main .navbar-nav {
        width: 100%;
        border-bottom: 0.5rem solid #474b53; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .home-item {
          width: 100%; }
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item {
          background: #fff; } }
      @media (max-width: 799px) and (max-width: 799px) {
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item {
          border-right: none;
          border-left: none; } }
      @media (max-width: 799px) and (max-width: 799px) {
        #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item a.nav-link {
          border-right: none;
          border-left: none;
          padding-left: 6px !important; } }
  @media (max-width: 799px) {
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item.cart-menu-item {
            display: block;
            width: 100%; }
            #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item.cart-menu-item button {
              width: 100%; }
          #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu {
            position: relative;
            width: 100%;
            margin: 0;
            left: 0;
            padding: 1rem;
            background-color: #ffffff;
            float: none; }
            #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu ul {
              display: block; }
            #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link {
              color: #474b53;
              padding: .5rem 4rem;
              border-bottom: 1px solid #f4f4f4;
              margin: 0;
              font-size: 1rem; }
              #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link:active, #header-navigation .navigation.navigation .navbar-main .navbar-nav .nav-item .megamenu .megamenu-item .megamenu-item-link:hover {
                background-color: #f4f4f4; } }

.show-home-menu #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item .dropdown-menu .nav-item .nav-link {
  border-left: none;
  border-right: none;
  min-width: 224px; }

.megamenu {
  position: absolute;
  top: 2.9rem;
  left: 23%;
  width: 75%;
  background-color: #fff;
  padding: 1.6rem 2rem 1.05rem 2rem;
  margin: 0 0 0 -1rem;
  font-size: 0.9rem;
  display: none;
  z-index: 990;
  border: 1px solid #f4f4f4;
  overflow-y: scroll;
  height: auto;
  max-height: 90vh; }
  @media (min-width: 800px) {
    .megamenu {
      -webkit-box-shadow: 0 19px 50px -30px #1f5988;
      -moz-box-shadow: 0 19px 50px -30px #1f5988;
      box-shadow: 0 19px 50px -30px #1f5988; } }
  @media (max-width: 799px) {
    .megamenu {
      width: 100% !important; } }
  .megamenu .show-all-items {
    padding: 1rem 0;
    text-transform: uppercase; }
    .megamenu .show-all-items .show-all-items-link {
      display: inherit;
      line-height: 1.2rem;
      white-space: normal; }
      .megamenu .show-all-items .show-all-items-link:hover {
        color: #ff7e00; }
  .megamenu .megamenu-panel {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%; }
    @media (min-width: 800px) {
      .megamenu .megamenu-panel {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1280px) {
      .megamenu .megamenu-panel {
        grid-template-columns: repeat(4, 1fr); } }
  .megamenu .submenu-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 20px; }
  .megamenu .submenu-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 6px; }
  .megamenu .titles-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    white-space: normal; }
  .megamenu .submenu-title {
    font-weight: bold; }
  .megamenu .submenu-link {
    font-size: .85rem;
    font-weight: normal; }
    .megamenu .submenu-link:hover {
      color: #ff7e00; }
  .megamenu .nested-submenu-link {
    color: #1f5988;
    font-weight: normal; }
    .megamenu .nested-submenu-link:hover {
      color: #ff7e00; }

@media (max-width: 799px) {
  #header-navigation button,
  #header-navigation input[type=button],
  #header-navigation input[type=submit] {
    height: 40px; }
  #header-navigation .navigation .navbar-main .navbar-toggler {
    height: 40px; }
  #header-navigation .navigation .navbar-main .navbar-nav {
    padding-bottom: 20px;
    background-color: #fff; }
    #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item {
      padding-bottom: 20px; }
    #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorder-more {
      display: none !important; }
    #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable {
      float: left;
      width: 50% !important; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable a {
        background-color: #1f5988;
        color: #f5f5f7;
        line-height: 50px;
        margin: 5px !important;
        text-align: center;
        height: 50px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; } }
      @media (max-width: 799px) and (max-width: 639px) {
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable a {
          line-height: normal;
          display: flex;
          justify-content: center;
          align-items: center; } }

@media (max-width: 799px) {
        #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable a:hover {
          background-color: #2874b2; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable:nth-child(odd) a {
        margin-right: 18px !important; }
      #header-navigation .navigation .navbar-main .navbar-nav .nav-item.reorderable:nth-child(even) a {
        margin-left: 18px !important; } }

body.mobile .dropdown-menu .nav-item:focus > .megamenu, body.mobile .dropdown-menu .nav-item:hover > .megamenu {
  display: none !important; }

body.mobile .dropdown-menu .nav-item.in a.nav-link {
  background-color: #f4f4f4;
  color: #ff7e00; }
  body.mobile .dropdown-menu .nav-item.in a.nav-link i {
    color: #ff7e00; }

body.mobile .dropdown-menu .nav-item.in > .megamenu {
  display: block !important;
  top: 0; }

.navbar.user-menu {
  text-align: right; }
  .navbar.user-menu .dropdown-toggle:after {
    display: none; }
  .navbar.user-menu .nav-item {
    padding-top: .425rem;
    padding-bottom: .425rem;
    display: inline-block;
    color: #17395b;
    margin-left: -3px !important;
    vertical-align: top; }
    .navbar.user-menu .nav-item .nav-link {
      color: #0c2335;
      font-weight: normal;
      display: block;
      font-size: .9rem; }
  .navbar.user-menu i.svg {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    height: 18px;
    width: 18px; }
    .navbar.user-menu i.svg img.svg {
      height: 18px; }
  .navbar.user-menu .dropdown-menu {
    width: auto;
    left: auto;
    right: 1rem;
    border: none;
    margin: 1px 0 0;
    padding: 0; }
    .navbar.user-menu .dropdown-menu .nav-item {
      background: #fff;
      line-height: 2rem;
      display: list-item;
      border-bottom: 1px solid #e0e1e3;
      padding: 0; }
      .navbar.user-menu .dropdown-menu .nav-item a.nav-link {
        padding: .2rem 1rem;
        display: block; }
        .navbar.user-menu .dropdown-menu .nav-item a.nav-link:focus, .navbar.user-menu .dropdown-menu .nav-item a.nav-link:hover, .navbar.user-menu .dropdown-menu .nav-item a.nav-link.active {
          color: #ff7e00;
          background-color: #f4f4f4; }
          .navbar.user-menu .dropdown-menu .nav-item a.nav-link:focus i, .navbar.user-menu .dropdown-menu .nav-item a.nav-link:hover i, .navbar.user-menu .dropdown-menu .nav-item a.nav-link.active i {
            color: #ff7e00; }

#header-navigation .navbar.user-menu.copy-user-menu .dropdown-menu {
  right: 0;
  margin: 0;
  width: 210px; }
  @media (max-width: 320px) {
    #header-navigation .navbar.user-menu.copy-user-menu .dropdown-menu {
      right: -14px; } }
  #header-navigation .navbar.user-menu.copy-user-menu .dropdown-menu .nav-item {
    width: auto !important;
    padding: 0 !important; }
    #header-navigation .navbar.user-menu.copy-user-menu .dropdown-menu .nav-item .nav-link {
      padding: .2rem 1rem !important; }

.hamburger-etc .profile-wrapper.head-stickable {
  display: none;
  position: absolute;
  top: 0;
  right: 124px;
  margin: 0;
  padding: 0 20px 0 0;
  width: 40px !important; }
  .hamburger-etc .profile-wrapper.head-stickable.sticky {
    display: block; }

.hamburger-etc .profile-wrapper .profile-button {
  height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
  display: block;
  position: relative; }
  .hamburger-etc .profile-wrapper .profile-button::after {
    display: none !important; }
  .hamburger-etc .profile-wrapper .profile-button i.svg {
    position: absolute;
    top: 7px;
    left: 7px; }
    .hamburger-etc .profile-wrapper .profile-button i.svg img.svg {
      width: 23px;
      height: 23px; }

html.forcetouch #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item.open .hamburger::before,
html.touchevents #header-navigation .navigation .navbar-main .navbar-nav .nav-item.home-item.open .hamburger::before {
  content: "";
  background: url(/images/redesign2016/svg/icon-modal-close.svg) no-repeat left center;
  background-size: 16px;
  width: 18px;
  height: 21px;
  display: block; }

@media (max-width: 399px) {
  #header-navigation {
    height: 40px; }
    #header-navigation button {
      height: 40px !important; }
  .hamburger-etc .profile-wrapper .profile-button {
    height: 46px !important; } }

body.desktop #theDropdownMenu {
  width: 224px;
  top: 144px;
  height: 0;
  position: absolute !important;
  padding: 0 0 0 1px;
  margin: 0 0 0 14px;
  left: 1px !important;
  border: none; }
  body.desktop #theDropdownMenu .megamenu {
    opacity: 0;
    visibility: hidden;
    display: block; }
  body.desktop #theDropdownMenu .nav-item {
    line-height: 2rem;
    display: list-item;
    border-bottom: 1px solid #e0e1e3;
    padding: 0; }
    body.desktop #theDropdownMenu .nav-item .nested-submenu-item {
      line-height: 21px;
      margin-bottom: .5em; }
    body.desktop #theDropdownMenu .nav-item a.nav-link {
      font-weight: normal;
      font-size: .9rem;
      color: #0c2335;
      padding: .2rem 1rem;
      display: block; }
      body.desktop #theDropdownMenu .nav-item a.nav-link:focus, body.desktop #theDropdownMenu .nav-item a.nav-link:hover, body.desktop #theDropdownMenu .nav-item a.nav-link.active {
        color: #ff7e00;
        background-color: #f4f4f4; }
        body.desktop #theDropdownMenu .nav-item a.nav-link:focus i, body.desktop #theDropdownMenu .nav-item a.nav-link:hover i, body.desktop #theDropdownMenu .nav-item a.nav-link.active i {
          color: #ff7e00; }
      body.desktop #theDropdownMenu .nav-item a.nav-link img {
        height: 18px;
        width: 18px; }
        body.desktop #theDropdownMenu .nav-item a.nav-link img.svg {
          width: 20px !important;
          max-height: 36px;
          text-align: center !important;
          vertical-align: middle;
          margin: 0 10px;
          display: inline-block; }
      body.desktop #theDropdownMenu .nav-item a.nav-link i.more {
        color: #bfc3c8;
        float: right;
        margin: .25rem 0 0; }
    body.desktop #theDropdownMenu .nav-item:focus .megamenu, body.desktop #theDropdownMenu .nav-item:hover .megamenu {
      top: 100%;
      left: 25%;
      opacity: 1;
      visibility: visible; }
    body.desktop #theDropdownMenu .nav-item:first-child {
      margin-top: 0; }

body.desktop > #theDropdownMenu {
  display: block; }
  body.desktop > #theDropdownMenu .nav-item {
    border-bottom: none; }
    body.desktop > #theDropdownMenu .nav-item a.nav-link {
      border-bottom: 1px solid #f4f4f4;
      padding: 0 1.2rem 0 0;
      line-height: 36px; }
      body.desktop > #theDropdownMenu .nav-item a.nav-link i {
        margin: .5rem 0 0 !important; }

ul.breadcrumb {
  padding: 0 0 20px; }
  @media (max-width: 799px) {
    ul.breadcrumb {
      white-space: nowrap;
      padding-bottom: 10px;
      margin-bottom: 10px;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative; }
      ul.breadcrumb::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px; }
      ul.breadcrumb::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }
  @media (max-width: 799px) {
    ul.breadcrumb > li {
      float: none;
      white-space: nowrap;
      display: inline-block; } }
  ul.breadcrumb > li a {
    font-weight: normal; }
  ul.breadcrumb > li:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105"; }
  ul.breadcrumb > li:first-child:before {
    content: ""; }

.page-link.page-separate {
  border-top: none;
  border-bottom: none; }
  .page-link.page-separate:focus {
    color: #0275d8;
    background-color: #fff;
    border-color: #ddd; }
  @media (hover: hover) {
    .page-link.page-separate:hover {
      color: #0275d8;
      background-color: #fff;
      border-color: #ddd; } }

.brand-image {
  width: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; }
  @media (min-width: 1280px) {
    .brand-image {
      height: 250px; } }
  .brand-image > img {
    max-width: 100%; }

.brand-title h1 {
  font-size: 1.3rem;
  color: #ff7e00;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e1e3;
  width: 100%;
  display: inline-flex !important; }

.brand-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e0e1e3;
  margin-right: -1px;
  margin-bottom: -1px; }
  .brand-image-wrapper:hover img {
    filter: brightness(1.1); }
  @media (min-width: 1280px) {
    .brand-image-wrapper {
      width: 16.6666666667% !important; } }

.top-brands-container {
  margin-bottom: 16px; }

.brand-name-wrapper {
  display: none; }

@media (max-width: 768px) {
  .brand-image-wrapper {
    display: none; }
  .brand-name-wrapper {
    display: block; } }

.carousel-slider-container {
  position: relative;
  padding: 15px 40px; }
  .carousel-slider-container > div {
    opacity: 0; }
  .carousel-slider-container > div.owl-loaded,
  .carousel-slider-container > div.owl-loaded + div {
    opacity: 1; }
  @media (min-width: 1280px) {
    .carousel-slider-container .owl-carousel .owl-item {
      height: auto !important; } }
  .carousel-slider-container .owl-nav .owl-prev {
    left: 0 !important; }
  .carousel-slider-container .owl-nav .owl-next {
    right: 0 !important; }
  .carousel-slider-container .owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin-bottom: -14px; }
    .carousel-slider-container .owl-carousel .owl-stage-outer {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
          object-fit: contain; }
        .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item > a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item > a .slider-item-img {
              height: 150px;
              width: 100%;
              object-fit: contain;
              margin-left: 0;
              transform: translate(0); }
          .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item .item-title {
            margin-top: 10px;
            text-transform: uppercase;
            color: #2e91d2;
            font-weight: bold;
            text-align: center; }
          .carousel-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item:hover a img {
            filter: brightness(1.1); }
  .carousel-slider-container .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2; }
    .carousel-slider-container .owl-nav .owl-prev,
    .carousel-slider-container .owl-nav .owl-next {
      position: absolute; }
    .carousel-slider-container .owl-nav .owl-prev {
      left: 10px; }
    .carousel-slider-container .owl-nav .owl-next {
      right: 10px; }

#appOverlayMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 0;
  height: 0;
  background-color: #222222; }

#appOverlayMessage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2010;
  width: auto;
  height: auto;
  background-color: transparent; }

.overlayMessage,
.overlayWarningMessage,
.overlayErrorMessage {
  font-size: 12px;
  padding: 20px 50px;
  background-color: #DEDBDC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  border: solid 1px #DFDCDD; }

.overlayWarningMessage {
  color: #FFFFFF;
  background-color: #F2A400;
  border-color: #FFFFFF; }

.overlayErrorMessage {
  color: #FFFFFF;
  background-color: #CC0000;
  border-color: #FFFFFF; }

#appProcessPanel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2005;
  width: auto;
  height: auto;
  background-color: transparent; }

#appProcessPanel .processMessageContainer {
  background-color: #000000;
  padding: 10px 20px 20px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  border: solid 4px #FFFFFF; }

#appProcessPanel .processMessage {
  background: #000000 url(/images/ajax-loader.gif) center bottom no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 10px 42px 10px; }

#appProcessPanelMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2004;
  width: 0;
  height: 0;
  background-color: #FFFFFF; }

.key-features {
  width: 100%;
  background-color: #f4f4f4;
  padding: 1rem;
  font-size: 11px;
  text-align: left; }
  @media (max-width: 639px) {
    .key-features {
      padding: 0.5rem 1rem; } }
  .key-features .section-title {
    font-size: 1.3rem;
    color: #ff7e00;
    font-family: 'Oswald', sans-serif; }
  .key-features .key-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 1rem;
    border: 1px solid #f4f4f4; }
    .key-features .key-feature:hover {
      background: #fff;
      border: 1px solid #e0e1e3;
      -webkit-box-shadow: 0 18px 39px -33px #1f5988;
      -moz-box-shadow: 0 18px 39px -33px #1f5988;
      box-shadow: 0 18px 39px -33px #1f5988; }
    .key-features .key-feature .banner-logo {
      height: 45px;
      width: auto;
      vertical-align: middle;
      margin-bottom: 12px; }
    .key-features .key-feature .banner-title {
      text-transform: uppercase;
      color: #1f5988;
      font-weight: bold; }
      @media (max-width: 639px) {
        .key-features .key-feature .banner-title {
          font-size: 10px; } }
    .key-features .key-feature .banner-title,
    .key-features .key-feature .banner-comment {
      padding: 0;
      margin: 0;
      display: block; }
    .key-features .key-feature .banner-comment {
      font-size: 12px;
      font-weight: normal;
      color: #474b53; }
      @media (max-width: 639px) {
        .key-features .key-feature .banner-comment {
          display: none; } }
    .key-features .key-feature.supershop-panel .icon-key-feature, .key-features .key-feature.szallitas-panel .icon-key-feature {
      max-width: 70px;
      max-height: 70px; }
    @media (max-width: 639px) {
      .key-features .key-feature.supershop-panel .icon-key-feature, .key-features .key-feature.szallitas-panel .icon-key-feature {
        max-width: 50px;
        max-height: 50px; } }

.blog-section {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px; }
  .blog-section .title-and-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .blog-section .title-and-nav .title {
      margin-bottom: 0; }
  .blog-section .articles-container {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr); }

@media (min-width: 640px) and (max-width: 1279px) {
  .blog-section .articles-container .card1 {
    grid-area: card1; }
  .blog-section .articles-container .card2 {
    grid-area: card2; }
  .blog-section .articles-container .card3 {
    grid-area: card3; }
  .blog-section .articles-container .card4 {
    grid-area: card4; }
  .blog-section .articles-container .card5 {
    grid-area: card5; } }

@media (min-width: 640px) and (max-width: 799px) {
  .blog-section .articles-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: 'card1 card1' 'card2 card3' 'card4 card5'; } }

@media (min-width: 800px) and (max-width: 1279px) {
  .blog-section .articles-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: 'card1 card1 card1 card2 card2 card2' 'card3 card3 card4 card4 card5 card5'; } }
    @media (min-width: 1280px) {
      .blog-section .articles-container {
        grid-template-columns: repeat(5, 1fr); } }
    .blog-section .articles-container .thumbnail {
      width: 100%;
      height: 160px;
      object-fit: cover; }
    .blog-section .articles-container .article-title {
      margin-top: 12px;
      font-size: 12px;
      text-transform: uppercase; }

.modal-content {
  position: relative; }
  .modal-content button.close {
    background: url(/images/redesign2016/svg/icon-modal-close.svg) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    color: white;
    opacity: 1;
    z-index: 1;
    top: 13px;
    right: 13px;
    position: absolute; }
    .modal-content button.close * {
      display: none; }

.modal-ok .modal-content,
.modal-error .modal-content {
  font-size: 12px;
  color: #1f5988; }
  .modal-ok .modal-content .modal-header,
  .modal-ok .modal-content .modal-body,
  .modal-ok .modal-content .modal-footer,
  .modal-error .modal-content .modal-header,
  .modal-error .modal-content .modal-body,
  .modal-error .modal-content .modal-footer {
    padding: 24px;
    color: #1f5988; }
  .modal-ok .modal-content .modal-header,
  .modal-error .modal-content .modal-header {
    font-size: 1rem; }
  .modal-ok .modal-content .table,
  .modal-error .modal-content .table {
    margin-bottom: 0; }

.modal-ok .modal-content .message {
  color: #62cc3d;
  font-weight: bold;
  margin-left: 20px; }
  .modal-ok .modal-content .message a {
    color: #62cc3d; }

.modal-error .modal-content .message {
  color: #db4a39;
  font-weight: bold;
  margin-left: 20px; }
  .modal-error .modal-content .message a {
    color: #db4a39; }

@media (min-width: 400px) {
  .modal-login .modal-dialog {
    width: 100%;
    max-width: 380px; } }

@media (min-width: 640px) {
  .modal-login .modal-md {
    width: 100%;
    max-width: 620px; } }

@media (min-width: 800px) {
  .modal-login .modal-dialog {
    width: 100%;
    max-width: 780px; }
  .modal-login #member-register {
    border-left: solid 1px #ccc; } }

.modal-login .modal-content {
  font-size: 12px;
  color: #1f5988; }
  .modal-login .modal-content .modal-body {
    padding: 0 1rem;
    color: #1f5988; }
    .modal-login .modal-content .modal-body #modal-login-reg-scroll {
      text-decoration: underline;
      cursor: pointer; }
  .modal-login .modal-content .title {
    background: #2e91d2;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.4rem;
    font-weight: 700; }
  .modal-login .modal-content .content {
    padding: 1.5rem; }
  .modal-login .modal-content .custom-control-indicator {
    top: 0; }
  @media (min-width: 400px) {
    .modal-login .modal-content #modal-login-button-container > div:first-child {
      padding-right: 8px !important; }
    .modal-login .modal-content #modal-login-button-container > div:last-child {
      padding-left: 8px !important; } }
  @media (max-width: 580px) {
    .modal-login .modal-content #modal-login-button-container > div:last-child {
      margin-top: 10px; } }

.modal-login .forgotten-password-container {
  padding-left: 10px;
  padding-right: 0;
  line-height: 34px; }

.modal-newsletter-subscribe {
  font-size: 12px;
  padding: 0;
  color: #1f5988; }
  .modal-newsletter-subscribe .title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    background: #2e91d2;
    color: #fff;
    padding: .6rem 1rem;
    font-size: 1.5rem;
    font-weight: 700; }
  .modal-newsletter-subscribe .content {
    padding: 1.5rem; }
    .modal-newsletter-subscribe .content label {
      font-weight: bold;
      font-size: 1rem; }
      .modal-newsletter-subscribe .content label.has-danger + input {
        color: #a94442; }
    .modal-newsletter-subscribe .content .row {
      margin-bottom: 15px; }
      .modal-newsletter-subscribe .content .row:last-child {
        margin-bottom: 0; }

@media (min-width: 400px) {
  .modal-dialog {
    width: 400px; } }

@media (min-width: 640px) {
  .modal-dialog {
    width: 640px; } }

@media (min-width: 800px) {
  .modal-dialog {
    width: 800px; } }

body.modal-open {
  padding-right: 0 !important;
  overflow-y: auto; }

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

.tooltip-button {
  position: absolute;
  left: .8rem;
  top: .5rem;
  cursor: pointer; }
  .tooltip-button.supershop-tooltip {
    left: inherit;
    top: inherit;
    position: static;
    float: right;
    margin-left: 0.3rem; }
  .tooltip-button.tooltip-inline-button {
    left: inherit;
    top: inherit;
    position: static;
    display: inline-block;
    margin-left: 0.3rem; }

.static {
  position: relative;
  top: 0;
  left: 0;
  width: 22px;
  height: 1rem;
  float: left; }
  .static .tooltip-button {
    left: inherit;
    top: inherit; }

.tooltip-content {
  display: none; }

.tooltip.in {
  opacity: 1; }

.tooltip-inner {
  color: #17395b;
  padding: .5rem; }

.szallitasi_mod .tooltip-inner,
.fizetesi_mod .tooltip-inner {
  text-align: left; }

body.fooldal .owl-stage-outer, body.fooldal .owl-stage {
  height: 100%; }

body.fooldal .owl-stage-outer {
  width: 100vw; }

body.fooldal .owl-item,
body.fooldal .carousel-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

@media (min-width: 800px) {
  body.fooldal .carousel-with-sidebar-container,
  body.fooldal .carousel-item > img {
    height: 261px; }
  body.fooldal #front-carousel,
  body.fooldal .owl-carousel,
  body.fooldal .owl-stage-outer,
  body.fooldal .owl-item {
    width: 751px; } }

@media (min-width: 1280px) {
  body.fooldal .front-carousel-wrapper {
    height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  body.fooldal .owl-carousel .owl-item {
    overflow: hidden;
    padding-bottom: 13px; }
    body.fooldal .owl-carousel .owl-item a img {
      width: 100%;
      margin-left: 50%;
      transform: translateX(-50%); }
  body.fooldal .carousel-with-sidebar-container,
  body.fooldal .carousel-item > img {
    height: 272px;
    object-fit: cover; }
  body.fooldal #front-carousel,
  body.fooldal .owl-carousel,
  body.fooldal .owl-stage-outer,
  body.fooldal .owl-item {
    width: 786px; }
  body.fooldal .front-carousel-sidebar {
    width: 240px; } }

@media (min-width: 1442px) {
  body.fooldal .carousel-with-sidebar-container,
  body.fooldal .carousel-item > img {
    height: 330px; }
  body.fooldal #front-carousel,
  body.fooldal .owl-carousel,
  body.fooldal .owl-stage-outer,
  body.fooldal .owl-item {
    width: 948px; }
  body.fooldal .front-carousel-sidebar {
    width: 240px; } }

body.akcio_lista .carousel-with-sidebar-container,
body.fooldal .carousel-with-sidebar-container {
  height: auto;
  display: flex;
  flex-direction: row; }
  body.akcio_lista .carousel-with-sidebar-container #front-carousel,
  body.fooldal .carousel-with-sidebar-container #front-carousel {
    position: relative;
    z-index: 1; }
    body.akcio_lista .carousel-with-sidebar-container #front-carousel .carousel-control,
    body.fooldal .carousel-with-sidebar-container #front-carousel .carousel-control {
      visibility: hidden;
      z-index: 11;
      opacity: 0.6; }
      body.akcio_lista .carousel-with-sidebar-container #front-carousel .carousel-control .icon-prev,
      body.akcio_lista .carousel-with-sidebar-container #front-carousel .carousel-control .icon-next,
      body.fooldal .carousel-with-sidebar-container #front-carousel .carousel-control .icon-prev,
      body.fooldal .carousel-with-sidebar-container #front-carousel .carousel-control .icon-next {
        background-color: #17395b;
        width: 35px;
        height: 35px;
        display: block; }
      body.akcio_lista .carousel-with-sidebar-container #front-carousel .carousel-control:hover,
      body.fooldal .carousel-with-sidebar-container #front-carousel .carousel-control:hover {
        opacity: 1; }
    body.akcio_lista .carousel-with-sidebar-container #front-carousel:hover .carousel-control,
    body.fooldal .carousel-with-sidebar-container #front-carousel:hover .carousel-control {
      visibility: visible; }
  body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar,
  body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar {
    display: none;
    padding: 10px;
    font-size: 12px; }
    body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container,
    body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: start; }
      body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon,
      body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        text-align: left; }
        body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon .left-pointing-icon,
        body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon .left-pointing-icon {
          color: #1f5988;
          font-weight: bold;
          visibility: hidden; }
          body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon .left-pointing-icon.sidebar-active-icon,
          body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon .left-pointing-icon.sidebar-active-icon {
            visibility: initial; }
        body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a,
        body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a {
          margin: 5px 0;
          color: #0c2335;
          font-weight: normal;
          transition: all 0.5ms; }
          body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a:hover,
          body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a:hover {
            font-weight: bold;
            color: #1f5988; }
          body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a.sidebar-active-title,
          body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .titles-container .title-with-icon a.sidebar-active-title {
            font-weight: bold; }
    body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .button,
    body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .button {
      display: block;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      background: #2e91d2;
      font-weight: bold;
      font-size: 0.9rem;
      width: 100%;
      padding: 5px 10px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .button:hover,
      body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .button:hover {
        background: #1f5988;
        color: #ffffff; }
    @media (min-width: 1280px) {
      body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar .button,
      body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar .button {
        padding: 15px 10px; } }
  @media (min-width: 1280px) {
    body.akcio_lista .carousel-with-sidebar-container .front-carousel-sidebar,
    body.fooldal .carousel-with-sidebar-container .front-carousel-sidebar {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

body.akcio_lista .indexCarousel,
body.fooldal .indexCarousel {
  height: 100%; }
  body.akcio_lista .indexCarousel .carousel-actions,
  body.fooldal .indexCarousel .carousel-actions {
    position: absolute;
    right: 5%;
    bottom: 7%; }

body.akcio_lista .load-height,
body.fooldal .load-height {
  min-height: 200px; }

body.akcio_lista .carousel-inner,
body.fooldal .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  body.akcio_lista .carousel-inner > .carousel-item,
  body.fooldal .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    body.akcio_lista .carousel-inner > .carousel-item > img,
    body.akcio_lista .carousel-inner > .carousel-item > a > img,
    body.fooldal .carousel-inner > .carousel-item > img,
    body.fooldal .carousel-inner > .carousel-item > a > img {
      line-height: 1;
      width: 100%; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      body.akcio_lista .carousel-inner > .carousel-item,
      body.fooldal .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        body.akcio_lista .carousel-inner > .carousel-item.next, body.akcio_lista .carousel-inner > .carousel-item.active.right,
        body.fooldal .carousel-inner > .carousel-item.next,
        body.fooldal .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        body.akcio_lista .carousel-inner > .carousel-item.prev, body.akcio_lista .carousel-inner > .carousel-item.active.left,
        body.fooldal .carousel-inner > .carousel-item.prev,
        body.fooldal .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        body.akcio_lista .carousel-inner > .carousel-item.next.left, body.akcio_lista .carousel-inner > .carousel-item.prev.right, body.akcio_lista .carousel-inner > .carousel-item.active,
        body.fooldal .carousel-inner > .carousel-item.next.left,
        body.fooldal .carousel-inner > .carousel-item.prev.right,
        body.fooldal .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  body.akcio_lista .carousel-inner > .active,
  body.akcio_lista .carousel-inner > .next,
  body.akcio_lista .carousel-inner > .prev,
  body.fooldal .carousel-inner > .active,
  body.fooldal .carousel-inner > .next,
  body.fooldal .carousel-inner > .prev {
    display: block; }
  body.akcio_lista .carousel-inner > .active,
  body.fooldal .carousel-inner > .active {
    left: 0; }
  body.akcio_lista .carousel-inner > .next,
  body.akcio_lista .carousel-inner > .prev,
  body.fooldal .carousel-inner > .next,
  body.fooldal .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  body.akcio_lista .carousel-inner > .next,
  body.fooldal .carousel-inner > .next {
    left: 100%; }
  body.akcio_lista .carousel-inner > .prev,
  body.fooldal .carousel-inner > .prev {
    left: -100%; }
  body.akcio_lista .carousel-inner > .next.left,
  body.akcio_lista .carousel-inner > .prev.right,
  body.fooldal .carousel-inner > .next.left,
  body.fooldal .carousel-inner > .prev.right {
    left: 0; }
  body.akcio_lista .carousel-inner > .active.left,
  body.fooldal .carousel-inner > .active.left {
    left: -100%; }
  body.akcio_lista .carousel-inner > .active.right,
  body.fooldal .carousel-inner > .active.right {
    left: 100%; }

body.akcio_lista .carousel-control,
body.fooldal .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none !important;
  opacity: 0.7; }
  body.akcio_lista .carousel-control.left,
  body.fooldal .carousel-control.left {
    background: transparent; }
  body.akcio_lista .carousel-control.right,
  body.fooldal .carousel-control.right {
    background: transparent !important;
    right: 0;
    left: auto;
    background: transparent; }
  body.akcio_lista .carousel-control:focus,
  body.fooldal .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1; }
  @media (hover: hover) {
    body.akcio_lista .carousel-control:hover,
    body.fooldal .carousel-control:hover {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 1; } }
  body.akcio_lista .carousel-control .icon-prev,
  body.akcio_lista .carousel-control .icon-next,
  body.fooldal .carousel-control .icon-prev,
  body.fooldal .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
    font-weight: bold; }
  body.akcio_lista .carousel-control .icon-prev,
  body.fooldal .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  body.akcio_lista .carousel-control .icon-next,
  body.fooldal .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  body.akcio_lista .carousel-control .icon-prev,
  body.fooldal .carousel-control .icon-prev {
    background: url(/images/redesign2016/svg/icon-left-arrow.svg) center center no-repeat; }
    body.akcio_lista .carousel-control .icon-prev::before,
    body.fooldal .carousel-control .icon-prev::before {
      content: ""; }
  body.akcio_lista .carousel-control .icon-next,
  body.fooldal .carousel-control .icon-next {
    background: url(/images/redesign2016/svg/icon-right-arrow.svg) center center no-repeat; }
    body.akcio_lista .carousel-control .icon-next::before,
    body.fooldal .carousel-control .icon-next::before {
      content: ""; }

body.akcio_lista .discount-carousel-indicators,
body.fooldal .discount-carousel-indicators {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
  padding: 5px !important; }

body.akcio_lista .discount-front-carousel .carousel-inner > a > img,
body.fooldal .discount-front-carousel .carousel-inner > a > img {
  object-fit: contain; }

@media (min-width: 800px) {
  body.akcio_lista .discount-front-carousel .carousel-inner > a > img,
  body.fooldal .discount-front-carousel .carousel-inner > a > img {
    height: 400px; } }

@media (max-width: 1279px) {
  body.akcio_lista .discount-front-carousel .carousel-inner > a > img,
  body.fooldal .discount-front-carousel .carousel-inner > a > img {
    height: 250px; } }

@media (max-width: 639px) {
  body.akcio_lista .discount-front-carousel .carousel-inner > a > img,
  body.fooldal .discount-front-carousel .carousel-inner > a > img {
    height: 150px; } }

body.akcio_lista .carousel-indicators,
body.fooldal .carousel-indicators {
  left: 7%;
  width: 50%;
  margin-left: 0;
  margin-bottom: 0;
  bottom: 7%;
  text-align: left; }
  body.akcio_lista .carousel-indicators li,
  body.fooldal .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px; }
  body.akcio_lista .carousel-indicators .active,
  body.fooldal .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #fff; }

body.akcio_lista .carousel-caption,
body.fooldal .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  body.akcio_lista .carousel-caption .btn,
  body.fooldal .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 640px) {
  body.akcio_lista .carousel-control .icon-prev,
  body.akcio_lista .carousel-control .icon-next,
  body.fooldal .carousel-control .icon-prev,
  body.fooldal .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -40px;
    font-size: 30px; }
  body.akcio_lista .carousel-control .icon-prev,
  body.fooldal .carousel-control .icon-prev {
    margin-left: -45px; }
  body.akcio_lista .carousel-control .icon-next,
  body.fooldal .carousel-control .icon-next {
    margin-right: -45px; }
  body.akcio_lista .carousel-caption,
  body.fooldal .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; } }

body.termek_oldal .carousel-inner .active.left {
  left: -33%; }

body.termek_oldal .carousel-inner .active.right {
  left: 33%; }

body.termek_oldal .carousel-inner .next {
  left: 33%; }

body.termek_oldal .carousel-inner .prev {
  left: -33%; }

body.termek_oldal .carousel-control.left {
  background-image: none; }

body.termek_oldal .carousel-control.right {
  background-image: none; }

body.termek_oldal .carousel-item a {
  border: 1px solid #d5d6d8;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 47px;
  height: 47px;
  margin: auto; }

body.termek_oldal .carousel-item > div {
  padding-left: 22px; }

body.termek_oldal .carousel-item a img {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px; }

body.termek_oldal .carousel-control {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 12%;
  font-size: 20px;
  color: #666;
  text-align: center;
  opacity: 0.7;
  height: 80px;
  line-height: 80px; }
  body.termek_oldal .carousel-control.right {
    right: 0;
    left: auto; }
  body.termek_oldal .carousel-control .carousel-prev,
  body.termek_oldal .carousel-control .carousel-next {
    position: relative;
    font-weight: normal; }
  body.termek_oldal .carousel-control .carousel-prev {
    right: -2px; }
  body.termek_oldal .carousel-control .carousel-next {
    left: -2px; }

.owl-carousel-container .owl-carousel-navigation {
  position: absolute;
  display: none; }
  .owl-carousel-container .owl-carousel-navigation .carousel-control {
    z-index: 10;
    background-image: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    margin-top: -20px; }
    .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-next,
    .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-prev {
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 34px; }
      .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-next::before,
      .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-prev::before {
        content: ''; }
    .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-prev {
      background: rgba(0, 0, 0, 0.5) url(/images/redesign2016/svg/icon-left-arrow.svg) center center no-repeat; }
    .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-next {
      background: rgba(0, 0, 0, 0.5) url(/images/redesign2016/svg/icon-right-arrow.svg) center center no-repeat; }
    .owl-carousel-container .owl-carousel-navigation .carousel-control:hover {
      opacity: 1; }
  @media (max-width: 639px) {
    .owl-carousel-container .owl-carousel-navigation {
      display: block; }
      .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-prev,
      .owl-carousel-container .owl-carousel-navigation .carousel-control .icon-next {
        background: transparent; } }

.owl-carousel-container:hover .owl-carousel-navigation {
  display: block; }

.tabbedListCarousel {
  position: relative; }
  .tabbedListCarousel .owl-stage-outer {
    min-height: 450px; }
    .tabbedListCarousel .owl-stage-outer .item .product .row-9 {
      min-height: 450px; }

.image-gallery-previous,
.image-gallery-next {
  z-index: 4;
  opacity: 1 !important;
  color: rgba(102, 102, 102, 0.5) !important; }
  .image-gallery-previous:hover,
  .image-gallery-next:hover {
    color: #666 !important; }

.carousel-control {
  text-shadow: none; }

#product-gallery .next,
#product-gallery .prev {
  background: transparent !important; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 400px;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 1px solid #dbd9e6;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 12px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 12px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 12px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 12px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  font-size: .9rem;
  color: #17395b;
  line-height: 18px;
  padding: 20px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 14px;
  /* half the width, for centering */
  margin-left: -14px;
  top: 2px;
  width: 24px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 24px;
  margin-top: -14px;
  right: -1px;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 14px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 24px;
  margin-top: -14px;
  left: 2px;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 14px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
  height: 14px;
  margin-left: -14px;
  width: 24px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0;
  top: 2px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -2px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 2px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0;
  top: -2px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #dbd9e6; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #dbd9e6; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #dbd9e6; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #dbd9e6; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1442px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.col-gap-0 {
  column-gap: 0 !important; }

.col-gap-1 {
  column-gap: 0.25rem !important; }

.col-gap-2 {
  column-gap: 0.5rem !important; }

.col-gap-3 {
  column-gap: 1rem !important; }

.col-gap-4 {
  column-gap: 1.5rem !important; }

.col-gap-5 {
  column-gap: 3rem !important; }

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

@media (min-width: 400px) {
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .col-gap-sm-0 {
    column-gap: 0 !important; }
  .col-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .col-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .col-gap-sm-3 {
    column-gap: 1rem !important; }
  .col-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .col-gap-sm-5 {
    column-gap: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; } }

@media (min-width: 640px) {
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .col-gap-md-0 {
    column-gap: 0 !important; }
  .col-gap-md-1 {
    column-gap: 0.25rem !important; }
  .col-gap-md-2 {
    column-gap: 0.5rem !important; }
  .col-gap-md-3 {
    column-gap: 1rem !important; }
  .col-gap-md-4 {
    column-gap: 1.5rem !important; }
  .col-gap-md-5 {
    column-gap: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; } }

@media (min-width: 800px) {
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .col-gap-lg-0 {
    column-gap: 0 !important; }
  .col-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .col-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .col-gap-lg-3 {
    column-gap: 1rem !important; }
  .col-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .col-gap-lg-5 {
    column-gap: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; } }

@media (min-width: 1280px) {
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .col-gap-xl-0 {
    column-gap: 0 !important; }
  .col-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .col-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .col-gap-xl-3 {
    column-gap: 1rem !important; }
  .col-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .col-gap-xl-5 {
    column-gap: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; } }

@media (min-width: 1442px) {
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xxl-3 {
    row-gap: 1rem !important; }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xxl-5 {
    row-gap: 3rem !important; }
  .col-gap-xxl-0 {
    column-gap: 0 !important; }
  .col-gap-xxl-1 {
    column-gap: 0.25rem !important; }
  .col-gap-xxl-2 {
    column-gap: 0.5rem !important; }
  .col-gap-xxl-3 {
    column-gap: 1rem !important; }
  .col-gap-xxl-4 {
    column-gap: 1.5rem !important; }
  .col-gap-xxl-5 {
    column-gap: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; } }

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

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

@media (min-width: 400px) {
  .text-sm-nowrap {
    white-space: nowrap !important; }
  .text-sm-normal {
    white-space: normal !important; } }

@media (min-width: 640px) {
  .text-md-nowrap {
    white-space: nowrap !important; }
  .text-md-normal {
    white-space: normal !important; } }

@media (min-width: 800px) {
  .text-lg-nowrap {
    white-space: nowrap !important; }
  .text-lg-normal {
    white-space: normal !important; } }

@media (min-width: 1280px) {
  .text-xl-nowrap {
    white-space: nowrap !important; }
  .text-xl-normal {
    white-space: normal !important; } }

@media (min-width: 1442px) {
  .text-xxl-nowrap {
    white-space: nowrap !important; }
  .text-xxl-normal {
    white-space: normal !important; } }

.region-header {
  background: #f4f4f4; }

.region-sidebar {
  color: #17395b; }

.cart_page,
.szallitasi_mod,
.szallitasi_adatok,
.fizetesi_mod,
.osszegzes,
.fizetes,
.osszegzes,
.region-checkout {
  width: 100%;
  position: relative; }
  .cart_page .checkout-content,
  .szallitasi_mod .checkout-content,
  .szallitasi_adatok .checkout-content,
  .fizetesi_mod .checkout-content,
  .osszegzes .checkout-content,
  .fizetes .checkout-content,
  .osszegzes .checkout-content,
  .region-checkout .checkout-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
    .cart_page .checkout-content .region-sidebar,
    .szallitasi_mod .checkout-content .region-sidebar,
    .szallitasi_adatok .checkout-content .region-sidebar,
    .fizetesi_mod .checkout-content .region-sidebar,
    .osszegzes .checkout-content .region-sidebar,
    .fizetes .checkout-content .region-sidebar,
    .osszegzes .checkout-content .region-sidebar,
    .region-checkout .checkout-content .region-sidebar {
      margin-top: 15px !important; }
  .cart_page .cart-info .container,
  .szallitasi_mod .cart-info .container,
  .szallitasi_adatok .cart-info .container,
  .fizetesi_mod .cart-info .container,
  .osszegzes .cart-info .container,
  .fizetes .cart-info .container,
  .osszegzes .cart-info .container,
  .region-checkout .cart-info .container {
    margin-right: -1.1rem;
    padding-right: 0; }
  .cart_page .cart-info .cart-info-row,
  .szallitasi_mod .cart-info .cart-info-row,
  .szallitasi_adatok .cart-info .cart-info-row,
  .fizetesi_mod .cart-info .cart-info-row,
  .osszegzes .cart-info .cart-info-row,
  .fizetes .cart-info .cart-info-row,
  .osszegzes .cart-info .cart-info-row,
  .region-checkout .cart-info .cart-info-row {
    border: 1px solid #ddd;
    font-size: 12px;
    color: #17395b;
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: -1px; }
    .cart_page .cart-info .cart-info-row .cart-info-column,
    .szallitasi_mod .cart-info .cart-info-row .cart-info-column,
    .szallitasi_adatok .cart-info .cart-info-row .cart-info-column,
    .fizetesi_mod .cart-info .cart-info-row .cart-info-column,
    .osszegzes .cart-info .cart-info-row .cart-info-column,
    .fizetes .cart-info .cart-info-row .cart-info-column,
    .osszegzes .cart-info .cart-info-row .cart-info-column,
    .region-checkout .cart-info .cart-info-row .cart-info-column {
      display: table-cell;
      vertical-align: middle;
      padding: .6rem 1.1rem; }
    .cart_page .cart-info .cart-info-row .accent,
    .szallitasi_mod .cart-info .cart-info-row .accent,
    .szallitasi_adatok .cart-info .cart-info-row .accent,
    .fizetesi_mod .cart-info .cart-info-row .accent,
    .osszegzes .cart-info .cart-info-row .accent,
    .fizetes .cart-info .cart-info-row .accent,
    .osszegzes .cart-info .cart-info-row .accent,
    .region-checkout .cart-info .cart-info-row .accent {
      font-size: 1rem; }
    .cart_page .cart-info .cart-info-row .uppercase,
    .szallitasi_mod .cart-info .cart-info-row .uppercase,
    .szallitasi_adatok .cart-info .cart-info-row .uppercase,
    .fizetesi_mod .cart-info .cart-info-row .uppercase,
    .osszegzes .cart-info .cart-info-row .uppercase,
    .fizetes .cart-info .cart-info-row .uppercase,
    .osszegzes .cart-info .cart-info-row .uppercase,
    .region-checkout .cart-info .cart-info-row .uppercase {
      text-transform: uppercase; }
    .cart_page .cart-info .cart-info-row .hilight,
    .szallitasi_mod .cart-info .cart-info-row .hilight,
    .szallitasi_adatok .cart-info .cart-info-row .hilight,
    .fizetesi_mod .cart-info .cart-info-row .hilight,
    .osszegzes .cart-info .cart-info-row .hilight,
    .fizetes .cart-info .cart-info-row .hilight,
    .osszegzes .cart-info .cart-info-row .hilight,
    .region-checkout .cart-info .cart-info-row .hilight {
      color: #ff7e00; }

body.desktop.sticky-header a[name]:before {
  content: '';
  display: block;
  position: relative;
  widtH: 0;
  height: 40px;
  margin-top: -40px; }

body.desktop.sticky-header .region-content {
  margin-top: 36px; }

.region-content {
  overflow-y: hidden; }
  @media (max-width: 799px) {
    .region-content > .container {
      padding-top: 10px; } }

.container-block {
  border-top: none;
  margin-top: 3rem; }
  .container-block .container-title {
    position: relative;
    padding-left: 14px;
    padding-right: 14px; }
    .container-block .container-title .title {
      font-size: 1.3rem;
      color: #ff7e00;
      font-family: 'Oswald', sans-serif;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e0e1e3;
      width: 100%;
      display: inline-flex !important; }
      .container-block .container-title .title h1 {
        font-size: 1.3rem;
        color: #ff7e00;
        font-family: 'Oswald', sans-serif; }
      .container-block .container-title .title span {
        position: relative;
        top: -2px;
        left: 5px; }
    .container-block .container-title .summarize {
      padding: 0 0 0 1rem;
      display: table;
      font-size: 0.9rem;
      color: #1f5988;
      line-height: 1rem;
      background: transparent;
      position: absolute;
      bottom: 0;
      right: 0; }
      .container-block .container-title .summarize .value {
        display: inline;
        background: #bfc3c8;
        padding: 0 .4rem;
        color: #ffffff; }

body.fooldal #box-content-top {
  margin-top: 15px; }

body.fooldal .region-content-main {
  margin: -42px 0 0;
  padding: 0;
  max-width: 100%; }
  body.fooldal .region-content-main .front-carousel-wrapper {
    margin: -29px 0 0;
    padding: 0;
    text-align: right; }

@media (min-width: 800px) {
  body.fooldal .region-content-main {
    margin: 0rem auto 0;
    padding: 0 15px;
    max-width: 800px; }
    body.fooldal .region-content-main .front-carousel-wrapper {
      margin: 0;
      padding: 0 9px;
      max-width: 800px; } }

@media (min-width: 1280px) {
  body.fooldal .region-content-main {
    max-width: 1280px; }
    body.fooldal .region-content-main .front-carousel-wrapper {
      padding-left: 224px;
      max-width: 1280px;
      padding-right: 0; } }

@media (min-width: 1442px) {
  body.fooldal .region-content-main {
    max-width: 1442px; }
    body.fooldal .region-content-main .front-carousel-wrapper {
      padding-left: 224px;
      max-width: 1442px; } }

.sidebar-block {
  background: #f4f4f4;
  margin-bottom: 2rem; }
  .sidebar-block .block-title {
    background: #2e91d2;
    padding: 1rem; }
    .sidebar-block .block-title h2, .sidebar-block .block-title strong, .sidebar-block .block-title h5 {
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      padding: 0;
      margin: 0; }
  .sidebar-block .block-content {
    padding: 1rem;
    font-size: 12px; }
  .sidebar-block .tel {
    font-size: 26px;
    font-weight: bold;
    color: #2e91d2;
    text-align: center; }
  .sidebar-block .border-bottom {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #bfc3c8; }
  .sidebar-block .row .col-lg-5,
  .sidebar-block .row .col-lg-2 {
    padding-right: 0; }
  .sidebar-block .row .col-lg-7 {
    padding-left: 0;
    font-weight: bold; }
  .sidebar-block .color-primary {
    color: #ff7e00;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .sidebar-block.block-szallitas .block-title {
    background: #1f5988; }
    .sidebar-block.block-szallitas .block-title h2 {
      font-weight: normal;
      padding: 6px 0 0 0;
      font-size: 1.3rem; }
  .sidebar-block.block-szallitas .discount-count-down {
    color: #ff7e00;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 1; }
    .sidebar-block.block-szallitas .discount-count-down #discount-count-down {
      font-size: 34px;
      display: block; }
    .sidebar-block.block-szallitas .discount-count-down .discount-text-big {
      font-size: 20px;
      display: block; }
  .sidebar-block.block-customer-service {
    color: #17395b; }
    .sidebar-block.block-customer-service .block-content {
      line-height: 100%; }
    .sidebar-block.block-customer-service a {
      color: #17395b; }
  .sidebar-block ul.checklist li {
    padding-left: 32px;
    font-weight: 700; }
    .sidebar-block ul.checklist li:before {
      content: "";
      width: 20px;
      height: 20px;
      background: url(/images/redesign2016/svg/icon-checked.svg) no-repeat;
      display: inline-block;
      margin: 10px 8px -5px -32px; }

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

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

.block h2 {
  padding: 1rem 0 .7rem;
  font-size: 14px;
  color: #2e91d2;
  text-transform: uppercase; }

.page-image img {
  max-width: 100%; }

.page-title {
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: -.8rem; }
  .page-title a,
  .page-title a:visited {
    color: #818a91; }

body.akcio_lista .page-title {
  margin-top: 1.5rem; }

.panel-block,
.select-block {
  border: 1px solid #d5d6d8;
  background: #f4f4f4;
  position: relative;
  padding: 1rem;
  margin-bottom: 3px;
  font-size: 12px;
  min-height: 100px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  color: #1f5988; }
  .panel-block .block-checkmark,
  .select-block .block-checkmark {
    position: absolute;
    top: -16px;
    right: -8px;
    width: 32px;
    height: 32px;
    display: none; }
  .panel-block .col-left,
  .select-block .col-left {
    text-align: center; }
    @media (min-width: 800px) {
      .panel-block .col-left,
      .select-block .col-left {
        padding-right: 0; } }
  @media (min-width: 800px) {
    .panel-block .col-right,
    .select-block .col-right {
      padding-left: 0; } }
  .panel-block .icon-szallitas,
  .select-block .icon-szallitas {
    display: inline-block;
    width: 60px;
    fill: #2e91d2; }
  .panel-block button,
  .select-block button {
    background: #2e91d2; }
  .panel-block .btn-go-login,
  .select-block .btn-go-login {
    background: #ff7e00 !important;
    border-color: #ff7e00 !important; }
  .panel-block .btn-go-login:hover,
  .select-block .btn-go-login:hover {
    border-color: #474b53 !important;
    background: #474b53 !important; }
  .panel-block .button-right,
  .select-block .button-right {
    margin-top: -8px;
    float: right; }
  .panel-block .icon-postapont,
  .select-block .icon-postapont {
    background: url(/images/redesign2016/postapont.png) no-repeat;
    width: 72px;
    height: 47px;
    display: inline-block; }
  .panel-block.active,
  .select-block.active {
    background: #fff;
    border-bottom: 4px solid #2e91d2;
    margin-bottom: 0; }
    .panel-block.active h4,
    .select-block.active h4 {
      color: #2e91d2; }
    .panel-block.active .block-checkmark,
    .select-block.active .block-checkmark {
      display: block; }
  .panel-block h4,
  .select-block h4 {
    font-size: 1.1rem; }
  .panel-block .margin,
  .select-block .margin {
    margin: 1rem 0 0; }
  .panel-block.bigger, .panel-block .bigger,
  .select-block.bigger,
  .select-block .bigger {
    font-size: 1rem; }
  .panel-block .panel-label,
  .select-block .panel-label {
    margin-bottom: 1rem; }

.panel-block {
  background: #fff;
  margin-bottom: 20px;
  min-height: inherit; }
  .panel-block .no-padding {
    margin: -1rem 0;
    padding: 1rem 0 0 1rem; }
  .panel-block.hilight {
    border-bottom: 4px solid #2e91d2; }

.panel-block.active {
  background: #f4f4f4;
  border-bottom: 1px solid #d5d6d8; }
  .panel-block.active .block-checkmark svg {
    fill: #7fe85a; }
  .panel-block.active .table {
    margin-bottom: 0; }

#filter-list {
  color: #17395b; }
  #filter-list a {
    color: #17395b; }
    #filter-list a:hover, #filter-list a:active {
      color: #ff7e00; }
  #filter-list .filter-selected-active {
    display: flex !important;
    flex-wrap: wrap; }
  #filter-list .filter-selected {
    display: none; }
    #filter-list .filter-selected a {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: normal;
      padding: 5px 10px;
      color: #1f5988;
      background-color: #dde8f0;
      margin-right: 3px;
      margin-bottom: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      #filter-list .filter-selected a::after {
        display: table;
        clear: both;
        content: "X";
        float: right;
        margin-left: 10px; }
      #filter-list .filter-selected a:hover, #filter-list .filter-selected a:active {
        background-color: #ff7e00;
        color: #ffffff; }
  #filter-list .filter-delete {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top: 1px solid #f4f4f4;
    background: url(/images/redesign2016/svg/icon-filter-trash.svg) left center no-repeat;
    background-size: 15px; }
    #filter-list .filter-delete a {
      font-size: 0.9rem; }
  #filter-list .panel {
    padding: .5rem 0;
    border-top: 1px solid #f4f4f4;
    font-size: 0.9rem; }
    #filter-list .panel > a {
      text-transform: uppercase;
      font-weight: 600; }
  #filter-list .sub-items {
    padding: .5rem 0; }
    #filter-list .sub-items li.go-back {
      background: url(/images/redesign2016/svg/icon-filter-delete.svg) right center no-repeat;
      background-size: 20px; }
      #filter-list .sub-items li.go-back a {
        color: #ff7e00; }
        #filter-list .sub-items li.go-back a:hover, #filter-list .sub-items li.go-back a:active {
          color: #17395b; }
    #filter-list .sub-items li.extra {
      display: none; }
  #filter-list .panel-collapse {
    padding: 0; }
    #filter-list .panel-collapse a {
      padding: .2rem 0 .2rem 2rem;
      display: inherit;
      font-weight: normal; }
    #filter-list .panel-collapse .category-wrapper {
      display: flex;
      align-items: center; }
      #filter-list .panel-collapse .category-wrapper:hover .category-data .category-name {
        color: #ff7e00 !important; }
      #filter-list .panel-collapse .category-wrapper img {
        height: 72px;
        width: 72px;
        object-fit: contain;
        margin-right: 10px; }
      #filter-list .panel-collapse .category-wrapper .category-data {
        display: flex;
        flex-direction: column; }
        #filter-list .panel-collapse .category-wrapper .category-data .category-name {
          transition: .3s;
          color: #2e91d2;
          font-size: 16px;
          font-weight: bold; }
  #filter-list .tags li {
    padding: .2rem .5rem;
    margin-right: .5rem;
    background: #f4f4f4;
    font-size: 0.85em; }
    #filter-list .tags li i {
      margin-left: 1rem;
      color: #ff7e00; }

.profile-supershop-form h2 {
  line-height: 34px;
  font-weight: bold; }

.memberOrders .orderTable {
  width: 100%; }
  .memberOrders .orderTable th {
    padding-bottom: 1rem; }
    @media (max-width: 799px) {
      .memberOrders .orderTable th {
        text-align: center; } }
  .memberOrders .orderTable tr.row {
    border-top: 1px solid #d5d6d8;
    cursor: pointer; }
    .memberOrders .orderTable tr.row td {
      padding: .75rem 0;
      background: #f8f8f8; }
      .memberOrders .orderTable tr.row td.date {
        padding-left: 0.75rem !important; }
    .memberOrders .orderTable tr.row::after {
      display: table;
      clear: both;
      content: "\f107";
      float: right;
      font-size: 18px;
      font-family: 'FontAwesome Regular', 'FontAwesome', sans-serif;
      position: absolute;
      margin-top: .65rem; }
    @media (max-width: 799px) {
      .memberOrders .orderTable tr.row::after {
        left: .125rem; } }
    @media (min-width: 640px) {
      .memberOrders .orderTable tr.row::after {
        right: 2rem; } }
    .memberOrders .orderTable tr.row.opened::after {
      margin-top: .5rem;
      content: "\f106"; }
    .memberOrders .orderTable tr.row.opened td, .memberOrders .orderTable tr.row:hover td {
      background: #eee; }
    @media (max-width: 799px) {
      .memberOrders .orderTable tr.row .date,
      .memberOrders .orderTable tr.row .code,
      .memberOrders .orderTable tr.row .quantity,
      .memberOrders .orderTable tr.row .payment,
      .memberOrders .orderTable tr.row .status {
        text-align: center; } }
  .memberOrders .orderTable tr.details {
    display: none; }
    .memberOrders .orderTable tr.details td {
      padding: 1rem 0; }
    .memberOrders .orderTable tr.details.opened {
      display: table-row; }
  .memberOrders .orderTable .wrapper {
    position: relative; }
  .memberOrders .orderTable .close {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
  .memberOrders .orderTable .prodLabel {
    font-weight: bold;
    margin-bottom: 1rem; }
  .memberOrders .orderTable .prodLine {
    display: table;
    width: 100%; }
    .memberOrders .orderTable .prodLine .count {
      padding-left: 1rem;
      width: 10%;
      display: table-cell; }
    .memberOrders .orderTable .prodLine .name {
      width: 50%;
      display: table-cell; }
    .memberOrders .orderTable .prodLine .price {
      width: 20%;
      display: table-cell;
      text-align: right;
      padding-right: 1rem; }
    .memberOrders .orderTable .prodLine .discount {
      width: 20%;
      display: table-cell;
      text-align: left;
      padding-right: 1rem; }
  .memberOrders .orderTable .shipLine,
  .memberOrders .orderTable .sumFinal {
    text-align: right;
    padding-right: 1rem; }
  .memberOrders .orderTable .sumFinal {
    font-weight: bold; }
  .memberOrders .orderTable .options .btn {
    margin: .75rem .75rem 0 0; }

.loyaltyBox .loyaltyBoxContent {
  cursor: pointer;
  padding: .75rem 1rem;
  background: #f4f4f4;
  border: 1px solid #d5d6d8; }
  .loyaltyBox .loyaltyBoxContent .pointHistoryButton {
    position: absolute;
    top: 34px;
    right: 51px; }
  .loyaltyBox .loyaltyBoxContent .actualPoints {
    font-weight: bold; }
  .loyaltyBox .loyaltyBoxContent::after {
    clear: both;
    content: "\f107";
    font-size: 18px;
    font-family: 'FontAwesome Regular', 'FontAwesome', sans-serif;
    position: absolute;
    top: 33px;
    right: 2rem; }

.loyaltyBox.show .loyaltyBoxContent::after {
  top: 31px;
  content: "\f106"; }

.loyaltyBox .pointHistory {
  display: none;
  background: #f4f4f4;
  border-bottom: 1px solid #d5d6d8;
  border-left: 1px solid #d5d6d8;
  border-right: 1px solid #d5d6d8;
  padding: 0 1rem .75rem 1rem; }
  .loyaltyBox .pointHistory table {
    width: 100%; }
    .loyaltyBox .pointHistory table th {
      padding-bottom: .5rem; }
    .loyaltyBox .pointHistory table .datum {
      width: 30%; }
    .loyaltyBox .pointHistory table .pontok {
      width: 20%; }
    .loyaltyBox .pointHistory table .megjegyzes {
      width: 50%; }

.loyaltyBox.show .loyaltyBoxContent {
  border-bottom: none; }

.loyaltyBox.show .pointHistory {
  display: block; }

.overflow-hidden {
  overflow: hidden; }

.product-wrapper .col-grid {
  margin-bottom: 2rem; }

@media (max-width: 399px) {
  .product-wrapper.product-deal-vert .col-grid {
    width: 100% !important; } }

body {
  padding-right: 0 !important; }
  body.cart_page #box-content-left, body.fizetes #box-content-left, body.fizetesi_mod #box-content-left, body.osszegzes #box-content-left, body.szallitasi_adatok #box-content-left, body.szallitasi_mod #box-content-left, body.termek_oldal #box-content-left {
    display: none; }

@media (min-width: 640px) {
  .order-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

.order-container {
  margin: 8px 8px 8px 0  !important;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row !important;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 476px) {
    .order-container {
      justify-content: center !important; } }

.visible-order-items, .filter-items-wrapper {
  display: flex !important; }

.order-item-container {
  flex-wrap: wrap;
  margin: 1.5rem 1.5rem 1.5rem 0;
  overflow: hidden; }
  @media (max-width: 476px) {
    .order-item-container {
      flex-wrap: nowrap;
      flex-direction: column;
      margin: auto; } }
  .order-item-container > div {
    float: left;
    display: flex;
    gap: 3px;
    border-bottom: 1px solid #e0e0e0; }
    .order-item-container > div .order-item {
      position: relative;
      top: 1px;
      color: #474b53;
      font-weight: 400;
      border: 1px #e0e0e0 solid;
      border-top-width: 3px;
      background-color: #f6f6f6;
      padding: 12px;
      display: inline-block;
      cursor: pointer; }
      .order-item-container > div .order-item:not(.active):hover {
        border-top: 3px solid #4691BF;
        background: #fff;
        border-bottom: 1px solid #fff; }
      .order-item-container > div .order-item:first-child {
        margin-left: 12px; }
      .order-item-container > div .order-item:last-child {
        margin-right: 12px; }
    .order-item-container > div .active {
      border-top: 3px solid #4691BF;
      background: #fff;
      border-bottom: 1px solid #fff; }

@media (max-width: 799px) {
  .sort-icons {
    width: 100%; }
  .order-item-container > div {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: auto;
    border: none !important;
    width: 100%; }
    .order-item-container > div .order-item {
      top: 0px; }
      .order-item-container > div .order-item.active {
        border-bottom: 1px solid #e0e0e0; }
      .order-item-container > div .order-item:first-child {
        margin-left: 0; }
      .order-item-container > div .order-item:last-child {
        margin-right: 0; } }

.sort-icons {
  position: inherit; }
  @media (max-width: 1279px) {
    .sort-icons {
      float: right; } }
  @media (max-width: 300px) {
    .sort-icons {
      float: none; } }

.items-wrapper {
  display: flex; }
  .items-wrapper > div {
    padding: 10px; }

.filter-container {
  margin: 8px !important;
  text-align: center; }
  .filter-container a {
    display: inline-block;
    border-right: 1px solid #bfc3c8;
    color: #818a91;
    font-weight: 700; }
    .filter-container a i {
      font-size: 1.5rem;
      padding: 0 .5rem; }
    .filter-container a:visited {
      color: #818a91; }
    .filter-container a:last-child {
      border-right: 0; }

@media (max-width: 1279px) {
  .product-list-container {
    width: 100% !important; } }

#brand-container div {
  line-height: 75px; }
  #brand-container div a .ecommerce,
  #brand-container div a .simple {
    width: 160px;
    height: 110px; }
  #brand-container div a img {
    height: 100px;
    width: 80px;
    object-fit: contain; }

@media (max-width: 1279px) {
  .region-filters {
    display: none !important; } }

.region-filters.open {
  margin-top: -40px;
  margin-left: 0; }

.region-filters .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/images/redesign2016/svg/icon-hamburger-close.svg?2) center center no-repeat;
  background-size: 20px; }
  .region-filters .close .fa {
    display: none; }

@media (max-width: 399px) {
  body.mobile .supershop-balance div {
    font-size: .9rem; } }

body.mobile.fooldal #front-carousel {
  padding-top: 40px; }

body.mobile.akcio_lista .region-content > .container {
  padding-top: 10px; }

body.mobile .region-filters.open {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 85%; }
  @media (min-width: 640px) {
    body.mobile .region-filters.open {
      width: 100%; } }

.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.notFoundMessageContainer {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.recommendHeading {
  margin-top: 1.5rem; }

.aszf-wrapper {
  padding-bottom: 10px; }

.guest-checkout {
  text-transform: uppercase; }

.summary-tables .table-cell {
  width: 230px !important; }

.order-button {
  float: right; }

@media screen and (max-width: 600px) {
  .checkout-footer .hidden-xs-down {
    width: 100%; }
  .checkout-footer .aszf-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
  .checkout-footer .order-button {
    width: 100%; } }

.custom-row {
  display: flex;
  flex-direction: column; }
  .custom-row .custom-col-xs-12 {
    width: 100%; }
  @media (min-width: 400px) {
    .custom-row {
      flex-wrap: wrap;
      flex-direction: revert; }
      .custom-row .custom-col-sm-6 {
        width: 50%; }
      .custom-row .custom-col-sm-12 {
        width: 100%; } }
  @media (min-width: 1280px) {
    .custom-row {
      flex-direction: row; }
      .custom-row .custom-col {
        width: 100%;
        flex: 1; } }

.container-title-with-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e1e3; }
  .container-title-with-subtitle * {
    font-family: 'Oswald', sans-serif; }
  .container-title-with-subtitle .container-subtitle {
    font-size: 14px;
    text-decoration: none;
    color: #1F5988;
    text-transform: none;
    width: fit-content;
    margin-left: 8px; }
    @media (max-width: 399px) {
      .container-title-with-subtitle .container-subtitle {
        font-size: 0.85rem; } }
  .container-title-with-subtitle h2 {
    font-size: 1.3rem;
    color: #ff7e00;
    width: fit-content;
    margin-right: 8px;
    margin-bottom: 0px; }

.secondary-menu-item a span {
  font-size: 14px !important; }

.brandProposer > div {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  align-content: stretch;
  gap: 20px;
  justify-content: space-around; }

.brandProposer > div > div {
  text-align: center;
  margin: 0 auto; }

@media (max-width: 768px) {
  .brandProposer .brand-image {
    display: none; }
  .brandProposer .brand-name {
    display: block; } }

@media (min-width: 769px) {
  .brandProposer .brand-name {
    display: none; } }

.brand-featured-image {
  max-width: 100%; }

.sub-segments, .flex-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 40px; }

.discount-list > div img {
  width: 100%; }

.subscribe-discount-box {
  border-top: 2px solid #ddd; }
  .subscribe-discount-box .content {
    max-width: 450px; }

.sub-segments, .flex-container.flex-center {
  justify-content: center; }

.sub-categories {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .sub-categories > div {
    gap: 20px;
    padding: 30px 0;
    align-items: stretch; }
    .sub-categories > div .sub-category-item {
      width: 145px; }

@media (max-width: 1680px) {
  .segment-side-image {
    display: none; } }

.flex-grow-1 {
  flex-grow: 1; }

#box-content-top, #box-content-top + .container {
  background-color: #fff; }

#box-content-top.region-content-main.container {
  position: relative; }

.segment-side-image-left {
  position: absolute;
  right: calc(100% - 105px);
  bottom: -40px;
  z-index: 1;
  width: 230px; }

.segment-side-image-right {
  position: absolute;
  left: calc(100% - 105px);
  bottom: -40px;
  z-index: 1;
  width: 230px; }

.segment-description .more-or-less-wrap {
  background: rgba(255, 255, 255, 0.7); }

.segment-description .region-content-main {
  position: relative; }

.countdown-box {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 6rem 0 3rem; }
  .countdown-box ul {
    padding: 0;
    margin: 0; }
    .countdown-box ul li {
      display: inline-block;
      font-size: 1.5em;
      list-style-type: none;
      padding: 1em;
      text-transform: uppercase; }
      .countdown-box ul li span {
        display: block;
        font-size: 4.5rem; }
  @media all and (max-width: 768px) {
    .countdown-box .countdown-headline {
      font-size: calc(1.5rem * .75); }
    .countdown-box li {
      font-size: calc(1.125rem * .75); }
    .countdown-box li span {
      font-size: calc(3.375rem * .75); } }

.header-top-navigation {
  background: #f5f5f7;
  border-bottom: 1px solid #d5d6d8;
  z-index: 1100; }

.site-logo a, .site-logo span {
  display: block;
  margin: -12px 0 -18px 0;
  padding: 0;
  line-height: 38px;
  font-size: 22px;
  color: #fff; }

.site-logo img {
  width: 100%; }

@media (max-width: 799px) {
  .site-logo {
    position: absolute;
    top: 4px !important;
    left: 15px; }
    .site-logo a img {
      height: 21px !important;
      width: 100px !important;
      margin-left: 35px !important;
      margin-top: 10px !important; } }

.logo-in-menu.site-logo {
  font-size: 16px; }

.search-input {
  border: 1px solid #D2D3D7;
  padding: 0 4.8rem 0 1rem;
  line-height: 2.45rem;
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: .02rem;
  width: 100%;
  min-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.search-button {
  margin: 0;
  padding: .45rem 0 .45rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  min-height: 36px;
  background: #1f5988;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.search-input-wrapper .search-button {
  top: 0; }

.region-footer {
  margin: 0;
  padding: 0;
  min-height: 14rem;
  background: #1f5988;
  line-height: 1.5; }
  .region-footer a {
    color: #f5f5f7;
    font-weight: normal; }
    .region-footer a:hover {
      color: #ff7e00; }
  .region-footer .footer-wrapper {
    max-width: 1280px;
    margin-top: 1rem;
    padding: 1rem;
    color: #f5f5f7;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300; }
  .region-footer .column {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .region-footer h4, .region-footer .footer-heading {
    color: #ff7e00;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    margin-bottom: 2rem; }
  .region-footer li {
    line-height: 2rem; }
  .region-footer .minoseg .row {
    margin-bottom: 1rem; }
    .region-footer .minoseg .row > div {
      padding: .2rem; }
  .region-footer .minoseg .minoseg-img {
    float: left;
    margin: 0rem 1rem 0 0; }
  .region-footer .minoseg .minoseg-txt {
    display: inline-block;
    float: left;
    font-size: .8rem;
    color: #f5f5f7;
    line-height: 1rem;
    width: 80%; }
  .region-footer .minoseg .minoseg-h {
    font-family: "Oswald", sans-serif;
    color: #fbbd0b;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: .3rem; }
  .region-footer .footer-bottom {
    font-size: .9rem;
    color: #fff;
    font-weight: 600;
    padding: .8rem 0;
    background: #17395b;
    line-height: 30px; }
    .region-footer .footer-bottom .container {
      max-width: 1280px; }
    .region-footer .footer-bottom a {
      color: #fff; }
    .region-footer .footer-bottom .footer-icons {
      line-height: 30px; }
      .region-footer .footer-bottom .footer-icons img.icon-prima-energia {
        height: 24px; }
      .region-footer .footer-bottom .footer-icons img.icon-netlock-ssl {
        height: 30px; }
      .region-footer .footer-bottom .footer-icons img.icon-iso9001 {
        height: 26px; }
      .region-footer .footer-bottom .footer-icons img.icon-g4s {
        height: 24px; }
      .region-footer .footer-bottom .footer-icons img.icon-otpbank {
        height: 30px; }
      .region-footer .footer-bottom .footer-icons img.icon-otpay {
        height: 29px; }
      .region-footer .footer-bottom .footer-icons img.icon-visa {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-visa-electron {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-american-express {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-mastercard {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-maestro {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-masterpass {
        height: 24px; }
      .region-footer .footer-bottom .footer-icons img.icon-coop-klub {
        height: 22px; }
      .region-footer .footer-bottom .footer-icons img.icon-pmgw {
        height: 22px;
        opacity: 0.5; }
  .region-footer .align-center {
    text-align: center; }
  .region-footer img {
    max-width: 100%; }
  .region-footer .social li {
    float: left;
    margin: 7px 1rem 7px 0; }
    @media (max-width: 639px) {
      .region-footer .social li {
        width: 100%; } }
    .region-footer .social li a {
      width: 95px; }
      .region-footer .social li a:hover {
        color: #fff; }
      @media (max-width: 639px) {
        .region-footer .social li a {
          width: 100%; } }
  .region-footer .newsletter-message {
    padding-top: 5px;
    font-weight: normal; }
  .region-footer #NewsletterSubscribeBoxForm {
    margin-top: 34px; }
  .region-footer .button {
    border: 1px solid #f5f5f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: normal; }
    .region-footer .button svg {
      width: 24px;
      display: inline-block;
      margin-bottom: -4px;
      margin-right: 3px; }
    .region-footer .button:hover {
      background: #17395b;
      border: 1px solid #1f5988;
      text-decoration: none; }
    .region-footer .button.button-facebook svg {
      height: 18px; }
    .region-footer .button.button-youtube svg {
      height: 15px; }
    .region-footer .button.button-gplus svg {
      height: 14px; }
    .region-footer .button.button-twitter svg {
      height: 15px; }

.region-front-footer {
  background: #17395b;
  margin: 0 0 -1rem 0;
  padding: 0;
  color: #fff;
  font-size: 12px; }
  .region-front-footer h4 {
    color: #ff7e00;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    margin-bottom: 2rem; }
  .region-front-footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 1280px; }
  .region-front-footer .text {
    display: block;
    min-height: 50px; }
  .region-front-footer .footer-address {
    display: block;
    font-weight: 700;
    line-height: 20px; }
    .region-front-footer .footer-address .svg {
      display: block;
      float: left;
      margin-right: 10px; }
    .region-front-footer .footer-address, .region-front-footer .footer-address a {
      color: #2e91d2;
      font-size: 24px;
      font-weight: 700; }
    .region-front-footer .footer-address .mail {
      font-size: 13px;
      display: block; }
    .region-front-footer .footer-address small {
      font-size: .9rem;
      font-weight: normal; }

.hirlevel-feliratkozas .form-input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 .8rem;
  border: none;
  color: #474b53; }

#scrollToTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
  background: #ffffff;
  border-radius: 5px;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: .25s transform;
  transition: .25s transform; }
  @media (max-width: 639px) {
    #scrollToTop.visible {
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); } }

#box-content-main {
  margin-bottom: 3rem; }
  #box-content-main .discountImg {
    width: 100%; }
  #box-content-main .page-title ul {
    list-style: disc;
    padding-left: 40px; }
  @media (max-width: 799px) {
    #box-content-main img {
      width: 100%;
      height: auto; } }

.checkout-bar {
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  position: relative;
  height: 32px;
  margin-bottom: 15px; }
  .checkout-bar .checkout-bar-inner .bar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    width: 100%;
    height: 8px;
    background: #edeef0; }
    .checkout-bar .checkout-bar-inner .bar .bar-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 8px;
      background: #2e91d2;
      transition: all .5s; }
  .checkout-bar .checkout-bar-inner .bar-step {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -16px;
    left: 0;
    top: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #edeef0;
    transition: all .2s;
    transition-delay: .3s; }
    .checkout-bar .checkout-bar-inner .bar-step .bar-step-inner {
      width: 20px;
      height: 20px;
      margin: 6px;
      border-radius: 10px;
      background: #fff;
      text-align: center;
      font-weight: bold;
      font-size: .9rem;
      line-height: 20px;
      -webkit-box-shadow: 0 2px 11px -3px #000;
      -moz-box-shadow: 0 2px 11px -3px #000;
      box-shadow: 0 2px 11px -3px #000;
      color: #979797; }
    .checkout-bar .checkout-bar-inner .bar-step .bar-step-label {
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      width: 100px;
      margin-left: -32px;
      position: absolute;
      top: 35px;
      left: 0;
      color: #979797;
      line-height: 1em; }
      @media (max-width: 639px) {
        .checkout-bar .checkout-bar-inner .bar-step .bar-step-label {
          font-size: 10px;
          margin-left: -15px;
          width: 60px; } }
    .checkout-bar .checkout-bar-inner .bar-step.bar-step-2 {
      left: 25%; }
    .checkout-bar .checkout-bar-inner .bar-step.bar-step-3 {
      left: 50%; }
    .checkout-bar .checkout-bar-inner .bar-step.bar-step-4 {
      left: 75%; }
    .checkout-bar .checkout-bar-inner .bar-step.bar-step-5 {
      left: 100%; }
  .checkout-bar.step1 .checkout-bar-inner .bar-inner, .checkout-bar.step-1 .checkout-bar-inner .bar-inner {
    width: 0; }
  .checkout-bar.step1 .checkout-bar-inner .bar-step-1, .checkout-bar.step-1 .checkout-bar-inner .bar-step-1 {
    background: #2e91d2; }
    .checkout-bar.step1 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step1 .checkout-bar-inner .bar-step-1 .bar-step-label, .checkout-bar.step-1 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-1 .checkout-bar-inner .bar-step-1 .bar-step-label {
      color: #2e91d2; }
  .checkout-bar.step2 .checkout-bar-inner .bar-inner, .checkout-bar.step-2 .checkout-bar-inner .bar-inner {
    width: 25%; }
  .checkout-bar.step2 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step2 .checkout-bar-inner .bar-step-2, .checkout-bar.step-2 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step-2 .checkout-bar-inner .bar-step-2 {
    background: #2e91d2; }
    .checkout-bar.step2 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step2 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step2 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step2 .checkout-bar-inner .bar-step-2 .bar-step-label, .checkout-bar.step-2 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-2 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step-2 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step-2 .checkout-bar-inner .bar-step-2 .bar-step-label {
      color: #2e91d2; }
  .checkout-bar.step2 .checkout-bar-inner .bar-step-1 .bar-step-inner, .checkout-bar.step-2 .checkout-bar-inner .bar-step-1 .bar-step-inner {
    text-indent: -9999px;
    background: #fff url(/images/redesign2016/checkout-bar-checked.png) 2px 3px no-repeat; }
  .checkout-bar.step3 .checkout-bar-inner .bar-inner, .checkout-bar.step-3 .checkout-bar-inner .bar-inner {
    width: 50%; }
  .checkout-bar.step3 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step3 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step3 .checkout-bar-inner .bar-step-3, .checkout-bar.step-3 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step-3 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step-3 .checkout-bar-inner .bar-step-3 {
    background: #2e91d2; }
    .checkout-bar.step3 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step3 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step3 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step3 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step3 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step3 .checkout-bar-inner .bar-step-3 .bar-step-label, .checkout-bar.step-3 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-3 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step-3 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step-3 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step-3 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step-3 .checkout-bar-inner .bar-step-3 .bar-step-label {
      color: #2e91d2; }
  .checkout-bar.step3 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step3 .checkout-bar-inner .bar-step-2 .bar-step-inner, .checkout-bar.step-3 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step-3 .checkout-bar-inner .bar-step-2 .bar-step-inner {
    text-indent: -9999px;
    background: #fff url(/images/redesign2016/checkout-bar-checked.png) 2px 3px no-repeat; }
  .checkout-bar.step4 .checkout-bar-inner .bar-inner, .checkout-bar.step-4 .checkout-bar-inner .bar-inner {
    width: 75%; }
  .checkout-bar.step4 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step4 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step4 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step4 .checkout-bar-inner .bar-step-4, .checkout-bar.step-4 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step-4 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step-4 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step-4 .checkout-bar-inner .bar-step-4 {
    background: #2e91d2; }
    .checkout-bar.step4 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step4 .checkout-bar-inner .bar-step-4 .bar-step-label, .checkout-bar.step-4 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step-4 .checkout-bar-inner .bar-step-4 .bar-step-label {
      color: #2e91d2; }
  .checkout-bar.step4 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step4 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step4 .checkout-bar-inner .bar-step-3 .bar-step-inner, .checkout-bar.step-4 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step-4 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step-4 .checkout-bar-inner .bar-step-3 .bar-step-inner {
    text-indent: -9999px;
    background: #fff url(/images/redesign2016/checkout-bar-checked.png) 2px 3px no-repeat; }
  .checkout-bar.step5 .checkout-bar-inner .bar-inner, .checkout-bar.step-5 .checkout-bar-inner .bar-inner, .checkout-bar.step6 .checkout-bar-inner .bar-inner, .checkout-bar.step-6 .checkout-bar-inner .bar-inner {
    width: 100%; }
  .checkout-bar.step5 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-4,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-5, .checkout-bar.step-5 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-4,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-5, .checkout-bar.step6 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-4,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-5, .checkout-bar.step-6 .checkout-bar-inner .bar-step-1,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-2,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-3,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-4,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-5 {
    background: #2e91d2; }
    .checkout-bar.step5 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-4 .bar-step-label,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-5 .bar-step-inner,
    .checkout-bar.step5 .checkout-bar-inner .bar-step-5 .bar-step-label, .checkout-bar.step-5 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-4 .bar-step-label,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-5 .bar-step-inner,
    .checkout-bar.step-5 .checkout-bar-inner .bar-step-5 .bar-step-label, .checkout-bar.step6 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-4 .bar-step-label,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-5 .bar-step-inner,
    .checkout-bar.step6 .checkout-bar-inner .bar-step-5 .bar-step-label, .checkout-bar.step-6 .checkout-bar-inner .bar-step-1 .bar-step-inner,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-1 .bar-step-label,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-2 .bar-step-inner,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-2 .bar-step-label,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-3 .bar-step-inner,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-3 .bar-step-label,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-4 .bar-step-inner,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-4 .bar-step-label,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-5 .bar-step-inner,
    .checkout-bar.step-6 .checkout-bar-inner .bar-step-5 .bar-step-label {
      color: #2e91d2; }
  .checkout-bar.step5 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-3 .bar-step-inner,
  .checkout-bar.step5 .checkout-bar-inner .bar-step-4 .bar-step-inner, .checkout-bar.step-5 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-3 .bar-step-inner,
  .checkout-bar.step-5 .checkout-bar-inner .bar-step-4 .bar-step-inner, .checkout-bar.step6 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-3 .bar-step-inner,
  .checkout-bar.step6 .checkout-bar-inner .bar-step-4 .bar-step-inner, .checkout-bar.step-6 .checkout-bar-inner .bar-step-1 .bar-step-inner,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-2 .bar-step-inner,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-3 .bar-step-inner,
  .checkout-bar.step-6 .checkout-bar-inner .bar-step-4 .bar-step-inner {
    text-indent: -9999px;
    background: #fff url(/images/redesign2016/checkout-bar-checked.png) 2px 3px no-repeat; }
  .checkout-bar.step6 .checkout-bar-inner .bar-step-5 .bar-step-inner, .checkout-bar.step-6 .checkout-bar-inner .bar-step-5 .bar-step-inner {
    text-indent: -9999px;
    background: #fff url(/images/redesign2016/checkout-bar-checked.png) 2px 3px no-repeat; }
  .checkout-bar .bar-step-inner {
    background-size: 75%; }

.deal-label {
  position: absolute;
  left: -.6rem;
  top: .6rem;
  font-size: 1rem;
  line-height: 3rem;
  padding: .1rem .8rem;
  background: #fbbd0b;
  border-bottom: none;
  color: #17395b;
  text-transform: uppercase; }
  .deal-label .before {
    position: absolute;
    bottom: -.28rem;
    left: 0;
    width: .5rem;
    height: .1rem;
    border-top: 0.3rem solid #996600;
    border-left: .7rem solid transparent; }
  .deal-label .after {
    position: absolute;
    top: 0;
    right: -.9rem;
    width: 0.9rem;
    height: 2rem;
    border-top: 3rem solid #fbbd0b;
    border-right: .9rem solid transparent; }
  .deal-label .value {
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
    display: block;
    float: left; }
  .deal-label .suffix {
    font-size: .8rem;
    font-weight: 700;
    float: left; }

.supershop-banner {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 0;
  border: 1px solid #d5d6d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 399px) {
    .supershop-banner {
      position: relative; } }
  .supershop-banner .table {
    display: table;
    padding: .8rem .8rem 0; }
  .supershop-banner .logo {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin: 1rem;
    padding-right: .8rem;
    border-right: 2px solid #fbbd0b; }
  .supershop-banner .pontok {
    display: table-cell;
    vertical-align: middle;
    font-size: 9px;
    font-weight: 700;
    padding-left: .8rem;
    line-height: .8rem;
    color: #134982;
    text-align: center; }
    .supershop-banner .pontok .accent {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      line-height: 2.2rem; }
  .supershop-banner hr {
    width: 100%;
    margin: .8rem 0;
    background-color: #d5d6d8; }
  .supershop-banner .info {
    font-size: 11px;
    margin: 0 0 .8rem .5rem;
    color: #17395b;
    display: inline-block;
    font-weight: normal; }
    .supershop-banner .info:hover {
      color: #2e91d2; }
  .supershop-banner .icon-info {
    width: 16px !important;
    display: block;
    margin: -1px 9px 0 0;
    padding: 0;
    float: left; }

.supershop-label {
  padding: 0; }
  .supershop-label .table {
    display: table;
    padding: 0; }
  .supershop-label .logo {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    margin: 1rem;
    padding-right: .8rem;
    border-right: 2px solid #fbbd0b; }
  .supershop-label .description {
    margin-left: .8rem; }

.corner-flag {
  position: absolute;
  top: -2px;
  right: -5px; }

.akciok-lista {
  margin: 0 -1rem; }
  .akciok-lista .table-row {
    padding: 0 1rem; }
    .akciok-lista .table-row:hover {
      background: #f4f4f4; }
  .akciok-lista .table-cell {
    padding: .5rem 1rem .5rem;
    border-top: 1px solid #f4f4f4;
    cursor: pointer; }
  .akciok-lista .type {
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #2e91d2;
    padding: .75rem 1rem .75rem;
    min-height: 2.85rem;
    line-height: 1rem;
    font-weight: 300;
    letter-spacing: .02rem;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .akciok-lista .title {
    width: 80%;
    font-size: 12px; }
  .akciok-lista .valid {
    font-weight: 700;
    float: right; }

.loyaltyBox {
  margin-bottom: 2rem; }

.block-husegpont {
  border: 1px solid #e0e1e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  padding: 1rem 0 1rem .8rem;
  line-height: 1.5;
  display: block; }
  .block-husegpont .container {
    padding-right: 0; }
  .block-husegpont img {
    margin-top: 3px; }
  .block-husegpont .title {
    color: #ff7e00;
    font-size: 12px; }
  .block-husegpont .value {
    color: #17395b;
    font-size: 18px;
    font-weight: 700; }

.pointHistoryButton {
  cursor: pointer; }

.payment-method-container span {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

body.mobile .cart-panel {
  -webkit-overflow-scrolling: unset; }

.cart-wrapper .empty-cart-button,
.cart-wrapper .cart-button {
  width: 100%;
  font-size: 12px;
  min-height: 36px; }
  .cart-wrapper .empty-cart-button .count,
  .cart-wrapper .empty-cart-button .price,
  .cart-wrapper .empty-cart-button .tablet-count,
  .cart-wrapper .cart-button .count,
  .cart-wrapper .cart-button .price,
  .cart-wrapper .cart-button .tablet-count {
    font-size: 14px;
    font-weight: 600; }
  .cart-wrapper .empty-cart-button .text,
  .cart-wrapper .empty-cart-button .suffix,
  .cart-wrapper .cart-button .text,
  .cart-wrapper .cart-button .suffix {
    font-size: 12px; }

.cart-wrapper.head-stickable.sticky {
  display: block; }
  .cart-wrapper.head-stickable.sticky button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .cart-wrapper.head-stickable.sticky .hidden-lg-down {
    display: none !important; }
  .cart-wrapper.head-stickable.sticky .count {
    position: absolute;
    right: 12px;
    top: 5px;
    font-weight: 100;
    font-size: 0.75rem;
    color: #17395b;
    background-color: white;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    border-radius: 0.75rem; }

.empty-cart-button,
.cart-button {
  text-transform: none;
  white-space: nowrap;
  font-weight: normal;
  font-size: 1rem;
  position: relative; }
  .empty-cart-button .icon-cart,
  .cart-button .icon-cart {
    width: 24px;
    margin: 0;
    float: left; }
  @media (max-width: 399px) {
    .empty-cart-button .icon-cart,
    .cart-button .icon-cart {
      position: relative;
      left: -5px; } }
  @media (min-width: 800px) {
    .empty-cart-button .icon-cart,
    .cart-button .icon-cart {
      float: none;
      margin-right: 3px; } }
  @media (min-width: 1280px) {
    .empty-cart-button .icon-cart,
    .cart-button .icon-cart {
      float: left;
      margin-right: 0; } }
  .empty-cart-button #cartNotEmpty,
  .cart-button #cartNotEmpty {
    padding: 0 10px;
    display: block;
    top: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center; }
    .empty-cart-button #cartNotEmpty i,
    .cart-button #cartNotEmpty i {
      margin: -4px 0 0 .8rem;
      position: absolute;
      right: 1rem; }
  .empty-cart-button #cartIsEmpty,
  .cart-button #cartIsEmpty {
    position: relative;
    top: 4px; }
  .empty-cart-button .count,
  .empty-cart-button .price,
  .cart-button .count,
  .cart-button .price {
    font-size: 1.1rem;
    font-weight: 600; }
  .empty-cart-button .text,
  .empty-cart-button .suffix,
  .cart-button .text,
  .cart-button .suffix {
    font-size: 0.9rem; }

.empty-cart-button:hover {
  background: #ff7e00; }

.product-cart {
  margin: 0; }
  .product-cart .product .product-details i {
    position: relative;
    top: 5px; }
  .product-cart .product .product-details-wrapper > div {
    display: table;
    border-collapse: collapse;
    width: 100%; }
    .product-cart .product .product-details-wrapper > div .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 71px;
      height: 71px;
      padding: 8px; }
    .product-cart .product .product-details-wrapper > div .product-title {
      font-weight: 700; }
      .product-cart .product .product-details-wrapper > div .product-title, .product-cart .product .product-details-wrapper > div .product-title a {
        color: #17395b; }
    .product-cart .product .product-details-wrapper > div .details {
      vertical-align: middle; }
      @media (min-width: 800px) {
        .product-cart .product .product-details-wrapper > div .details {
          display: table-cell;
          width: 90.5%; }
          .product-cart .product .product-details-wrapper > div .details span {
            float: inherit !important; }
          .product-cart .product .product-details-wrapper > div .details .details-wrapper {
            display: table;
            width: 100%; }
            .product-cart .product .product-details-wrapper > div .details .details-wrapper > div {
              display: table-cell;
              vertical-align: middle;
              float: none; } }
      @media (max-width: 799px) {
        .product-cart .product .product-details-wrapper > div .details {
          margin-top: 0; }
          .product-cart .product .product-details-wrapper > div .details > .row {
            margin-right: -28px;
            margin-left: 0; }
          .product-cart .product .product-details-wrapper > div .details .counts {
            text-align: left; }
            .product-cart .product .product-details-wrapper > div .details .counts input {
              width: 30px; } }
      .product-cart .product .product-details-wrapper > div .details span {
        float: inherit !important; }
      .product-cart .product .product-details-wrapper > div .details .cart-item-count {
        text-align: center;
        max-width: 62px; }
        .product-cart .product .product-details-wrapper > div .details .cart-item-count::-webkit-inner-spin-button {
          opacity: 1; }
    .product-cart .product .product-details-wrapper > div .nowrap {
      white-space: nowrap;
      padding-left: 0; }
      .product-cart .product .product-details-wrapper > div .nowrap.text-right {
        text-align: right;
        padding-right: 0; }
    .product-cart .product .product-details-wrapper > div .extras {
      position: absolute;
      bottom: -1rem;
      right: 0;
      font-size: 11px;
      font-weight: bold; }
    .product-cart .product .product-details-wrapper > div .details-wrapper.no-gutter {
      padding-left: 1rem !important; }

.product-cart-list {
  margin: 0; }
  .product-cart-list .product .product-details-wrapper > div {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px; }
    .product-cart-list .product .product-details-wrapper > div .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 15%;
      height: 71px;
      padding: 8px; }
    .product-cart-list .product .product-details-wrapper > div .product-title {
      font-weight: 700; }
      .product-cart-list .product .product-details-wrapper > div .product-title, .product-cart-list .product .product-details-wrapper > div .product-title a {
        color: #1f5988; }
    .product-cart-list .product .product-details-wrapper > div .details {
      display: table-cell;
      vertical-align: middle;
      width: 85%; }
      .product-cart-list .product .product-details-wrapper > div .details span {
        float: inherit !important; }
    .product-cart-list .product .product-details-wrapper > div .nowrap {
      white-space: nowrap;
      text-align: right; }
    .product-cart-list .product .product-details-wrapper > div:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 1px solid #fff; }
    .product-cart-list .product .product-details-wrapper > div .price {
      color: #ff7e00;
      font-weight: 700; }
      .product-cart-list .product .product-details-wrapper > div .price.price-orig {
        color: #8c8e94;
        text-decoration: line-through;
        font-size: 0.9rem;
        font-weight: normal; }

.cart-info.active {
  background: #f4f4f4; }

.cart-info .text-right {
  white-space: nowrap;
  text-align: right;
  padding-right: 0; }

.cart-info .extras {
  font-size: 11px;
  font-weight: bold; }

.cart-info .cart-footer .text-right {
  padding-right: 14px; }

.cart-info .cart-footer .btn-go-checkout i {
  position: relative;
  top: 1px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .cart-info .cart-footer .btn-go-checkout i {
      top: 0; } }

.cart-panel.active {
  top: 146px; }

.cart-panel.head-stickable .cart-info {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.9rem; }

.cart-panel.head-stickable .fa-times-circle {
  color: #818a91; }

.cart-line-items-wrapper {
  border: 1px solid #d5d6d8;
  border-bottom: none;
  padding: 0; }
  .cart-line-items-wrapper .cart-line-items {
    border-bottom: 1px solid #d5d6d8; }

.cart-line-items {
  font-size: 12px;
  padding: 1rem 1rem 0 0; }
  .cart-line-items .title {
    width: 65%;
    text-align: right; }
  .cart-line-items .value {
    width: 33%;
    text-align: right;
    margin-left: 2%; }
  .cart-line-items .summarize {
    font-size: 16px;
    font-weight: 700;
    color: #ff7e00; }
  .cart-line-items img {
    max-width: 80px;
    max-height: 40px; }
  .cart-line-items .align-center {
    text-align: center;
    width: 120px; }

.costToFreeIcon svg {
  max-width: 80px;
  max-height: 40px; }

.cart-header,
.checkout-header {
  font-size: .9rem;
  color: #1f5988;
  text-transform: uppercase; }
  .cart-header h4,
  .checkout-header h4 {
    color: #2e91d2;
    font-size: 14px; }

h4.checkout-title {
  margin: 1.5rem 0; }

h5.checkout-title {
  margin: 1.5rem 0 1rem 0;
  font-size: .9rem;
  color: #1f5988;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0; }

.cart-footer {
  margin: 2rem 0 1rem;
  text-transform: uppercase; }

.checkout-footer {
  margin: 2rem 0; }

.cart-info-column button {
  background: #2e91d2; }

.cart-header h4,
.panel-header h4 {
  padding: 0;
  font-size: 14px;
  color: #2e91d2; }

.cart-header p,
.panel-header p {
  margin-top: -.7rem; }

.cart_page .checkout-content-wrapper .product-details-wrapper > div,
.szallitasi_mod .checkout-content-wrapper .product-details-wrapper > div,
.szallitasi_adatok .checkout-content-wrapper .product-details-wrapper > div,
.fizetesi_mod .checkout-content-wrapper .product-details-wrapper > div,
.osszegzes .checkout-content-wrapper .product-details-wrapper > div,
.fizetes .checkout-content-wrapper .product-details-wrapper > div,
.osszegzes .checkout-content-wrapper .product-details-wrapper > div,
.region-checkout .checkout-content-wrapper .product-details-wrapper > div {
  border: 1px solid transparent;
  width: 100%; }
  .cart_page .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .szallitasi_mod .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .szallitasi_adatok .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .fizetesi_mod .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .osszegzes .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .fizetes .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .osszegzes .checkout-content-wrapper .product-details-wrapper > div .product-image,
  .region-checkout .checkout-content-wrapper .product-details-wrapper > div .product-image {
    margin: -1px; }
  @media (min-width: 640px) {
    .cart_page .checkout-content-wrapper .product-details-wrapper > div:hover,
    .szallitasi_mod .checkout-content-wrapper .product-details-wrapper > div:hover,
    .szallitasi_adatok .checkout-content-wrapper .product-details-wrapper > div:hover,
    .fizetesi_mod .checkout-content-wrapper .product-details-wrapper > div:hover,
    .osszegzes .checkout-content-wrapper .product-details-wrapper > div:hover,
    .fizetes .checkout-content-wrapper .product-details-wrapper > div:hover,
    .osszegzes .checkout-content-wrapper .product-details-wrapper > div:hover,
    .region-checkout .checkout-content-wrapper .product-details-wrapper > div:hover {
      border: 1px solid #e0e1e3;
      -webkit-box-shadow: 0 19px 50px -30px #1f5988;
      -moz-box-shadow: 0 19px 50px -30px #1f5988;
      box-shadow: 0 19px 50px -30px #1f5988; } }
  .cart_page .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .szallitasi_mod .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .szallitasi_adatok .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .fizetesi_mod .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .osszegzes .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .fizetes .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .osszegzes .checkout-content-wrapper .product-details-wrapper > div .counts input,
  .region-checkout .checkout-content-wrapper .product-details-wrapper > div .counts input {
    text-align: center; }

.cart_page .checkout-content-wrapper .checkout-label,
.szallitasi_mod .checkout-content-wrapper .checkout-label,
.szallitasi_adatok .checkout-content-wrapper .checkout-label,
.fizetesi_mod .checkout-content-wrapper .checkout-label,
.osszegzes .checkout-content-wrapper .checkout-label,
.fizetes .checkout-content-wrapper .checkout-label,
.osszegzes .checkout-content-wrapper .checkout-label,
.region-checkout .checkout-content-wrapper .checkout-label {
  display: block; }

.cart_page .checkout-content-wrapper .checkout-hidden-input,
.szallitasi_mod .checkout-content-wrapper .checkout-hidden-input,
.szallitasi_adatok .checkout-content-wrapper .checkout-hidden-input,
.fizetesi_mod .checkout-content-wrapper .checkout-hidden-input,
.osszegzes .checkout-content-wrapper .checkout-hidden-input,
.fizetes .checkout-content-wrapper .checkout-hidden-input,
.osszegzes .checkout-content-wrapper .checkout-hidden-input,
.region-checkout .checkout-content-wrapper .checkout-hidden-input {
  display: none; }
  .cart_page .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .szallitasi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .szallitasi_adatok .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .fizetesi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .fizetes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block,
  .region-checkout .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block {
    background: #fff;
    border-bottom: 4px solid #2e91d2; }
    .cart_page .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .szallitasi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .szallitasi_adatok .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .fizetesi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .fizetes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4,
    .region-checkout .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block h4 {
      color: #2e91d2; }
    .cart_page .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .szallitasi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .szallitasi_adatok .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .fizetesi_mod .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .fizetes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .osszegzes .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark,
    .region-checkout .checkout-content-wrapper .checkout-hidden-input:checked ~ .select-block .block-checkmark {
      display: block; }

.cart_page .checkout-content-wrapper .postapont-open,
.szallitasi_mod .checkout-content-wrapper .postapont-open,
.szallitasi_adatok .checkout-content-wrapper .postapont-open,
.fizetesi_mod .checkout-content-wrapper .postapont-open,
.osszegzes .checkout-content-wrapper .postapont-open,
.fizetes .checkout-content-wrapper .postapont-open,
.osszegzes .checkout-content-wrapper .postapont-open,
.region-checkout .checkout-content-wrapper .postapont-open {
  display: none; }
  .cart_page .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .szallitasi_mod .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .szallitasi_adatok .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .fizetesi_mod .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .osszegzes .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .fizetes .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .osszegzes .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child,
  .region-checkout .checkout-content-wrapper .postapont-open .table-row .table-cell:first-child {
    padding-right: 15px; }

.szallitasi_mod .checkout-content-wrapper label .icon-shipping-method {
  height: 50px; }

#postapont-canvas {
  width: auto;
  height: 500px; }

.postapont-map-label {
  display: none; }

.checkout-block {
  font-size: 12px;
  color: #1f5988; }
  .checkout-block.checkout2 .select-block {
    margin-bottom: 1rem; }
  .checkout-block.checkout3 .panel-block.active {
    margin-bottom: 20px; }
  @media (min-width: 800px) {
    .checkout-block.checkout3 .checkout-footer > .row {
      margin-right: 14px; } }
  .checkout-block.checkout4 .select-block {
    margin-bottom: 1rem;
    min-height: 135px; }

.payment-icon {
  max-width: 130px; }

body.sikeres_vasarlas .order-success-blog {
  margin-top: 1rem; }
  body.sikeres_vasarlas .order-success-blog h2 {
    color: #ff7e00;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }

.product .product-notice-wrap {
  color: #17395b;
  max-width: 190px;
  line-height: 1;
  font-size: 10px; }
  .product .product-notice-wrap .product-notice-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 5px; }
    .product .product-notice-wrap .product-notice-title .icon-add-to-notice {
      margin-top: -5px;
      margin-right: 5px;
      width: 17px !important;
      height: 17px !important; }
  .product .product-notice-wrap .product-notice-description {
    font-size: 11px;
    margin-bottom: 10px; }
  .product .product-notice-wrap .product-notice-registration-wrapper input {
    border-left: 1px solid #d5d6d8;
    border-top: 1px solid #d5d6d8;
    border-bottom: 1px solid #d5d6d8;
    border-right: none;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    width: 140px;
    padding: 8px;
    float: left; }
  .product .product-notice-wrap .product-notice-registration-wrapper button {
    width: 35px;
    text-transform: uppercase;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    padding: 0;
    min-height: inherit;
    height: 32px;
    background: #1f5988;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px; }
    .product .product-notice-wrap .product-notice-registration-wrapper button:hover {
      background: #ff7e00; }
  .product .product-notice-wrap.logged .product-notice-registration-wrapper button {
    width: 175px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.product h3, .product h4 {
  margin-top: 1rem;
  margin-bottom: .5rem; }

.product .param-heading {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: inherit; }

@media (min-width: 800px) {
  .product .twocolumns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; } }

@media (max-width: 799px) {
  .product.product-details {
    padding-top: 0; } }

.product.product-details .tab-pane a {
  color: #2e91d2 !important;
  cursor: pointer; }
  .product.product-details .tab-pane a:hover, .product.product-details .tab-pane a:focus {
    color: #17395b !important; }
  .product.product-details .tab-pane a:visited, .product.product-details .tab-pane a:active {
    color: #ff7e00; }

.product.product-details .tab-content #home p,
.product.product-details .tab-content #brand {
  text-align: justify !important; }

.product.product-details .tab-content #brand img {
  float: none;
  margin-bottom: 10px; }

.product .product-gallery {
  margin-top: 15px; }
  .product .product-gallery .item img {
    width: 53px;
    height: 53px; }

.product .product-image {
  border: 1px solid #e0e1e3;
  background: #fff;
  padding: 5%; }
  .product .product-image .product-link {
    display: table;
    margin: 0 auto; }
  .product .product-image .image {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .product .product-image .badge-label-free-delivery {
    position: absolute;
    left: 0.7rem;
    top: 0.7rem;
    width: 60px;
    max-width: 60px;
    height: 38px;
    text-align: left; }
  .product .product-image .badge-label-supershop-multiplier {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    height: 38px;
    text-align: right; }
  .product .product-image .hot-deal-label {
    position: absolute;
    left: -.6rem;
    bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: .4rem .6rem;
    background: #fbbd0b;
    border-bottom: none;
    color: #17395b; }
    .product .product-image .hot-deal-label .before {
      position: absolute;
      bottom: -.28rem;
      left: 0;
      width: .4rem;
      height: .1rem;
      border-top: 0.3rem solid #996600;
      border-left: .6rem solid transparent; }
    .product .product-image .hot-deal-label .after-shadow {
      display: none; }
    .product .product-image .hot-deal-label .after {
      position: absolute;
      top: 0;
      right: -.7rem;
      width: .7rem;
      height: 2rem;
      border-top: 32px solid #fbbd0b;
      border-right: .7rem solid transparent; }

.product .col-details {
  z-index: 1; }

.product .product-details .product-details-wrapper {
  cursor: pointer; }
  .product .product-details .product-details-wrapper.primakartya {
    min-height: 125px; }
    .product .product-details .product-details-wrapper.primakartya .primakartya-button {
      position: absolute;
      bottom: 1.4rem;
      right: 1rem; }
  .product .product-details .product-details-wrapper .details.hidden-xs-down {
    padding-top: 12px; }
  .product .product-details .product-details-wrapper .deal-title {
    color: #1f5988;
    text-transform: none;
    font-weight: normal;
    font-size: 13px; }
  .product .product-details .product-details-wrapper .price {
    margin: 2px 0 0 0; }
    @media (min-width: 400px) {
      .product .product-details .product-details-wrapper .price {
        min-width: 70px; } }
    @media (max-width: 1279px) {
      .product .product-details .product-details-wrapper .price * {
        font-size: 1.5rem !important; } }
    .product .product-details .product-details-wrapper .price.price-orig {
      text-decoration: line-through;
      margin: -10px 0 0 0; }
      .product .product-details .product-details-wrapper .price.price-orig .value {
        font-size: 0.9rem;
        font-weight: bold; }
      .product .product-details .product-details-wrapper .price.price-orig .currency {
        font-size: 0.9rem;
        font-weight: bold; }
    .product .product-details .product-details-wrapper .price.price-orig-after {
      margin: 0; }
      .product .product-details .product-details-wrapper .price.price-orig-after .prefix {
        font-weight: 700;
        font-size: 0.9rem; }
      .product .product-details .product-details-wrapper .price.price-orig-after .value {
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 1rem;
        color: #ff7e00; }
      .product .product-details .product-details-wrapper .price.price-orig-after .currency {
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 1rem;
        color: #ff7e00; }
    .product .product-details .product-details-wrapper .price.price-loyalty {
      margin: -2px 0 0 0;
      line-height: .8rem;
      color: #17395b;
      font-size: .8rem; }
      .product .product-details .product-details-wrapper .price.price-loyalty .prefix {
        font-weight: 700;
        font-size: .8rem !important; }
      .product .product-details .product-details-wrapper .price.price-loyalty .value {
        font-weight: 700;
        font-size: .8rem !important;
        line-height: .8rem !important;
        color: #17395b; }
      .product .product-details .product-details-wrapper .price.price-loyalty .currency {
        font-weight: 700;
        font-size: .8rem !important;
        line-height: .8rem !important;
        color: #17395b; }
    .product .product-details .product-details-wrapper .price.with-price-loyalty {
      margin-top: -10px; }
  .product .product-details .product-details-wrapper .short,
  .product .product-details .product-details-wrapper .short p {
    font-size: 12px;
    margin: .7rem 0 0 0;
    color: #1f5988; }
  .product .product-details .product-details-wrapper .add-to-cart {
    float: none;
    clear: both; }
    .product .product-details .product-details-wrapper .add-to-cart button {
      padding: .56rem 1.08rem .56rem;
      font-size: 13px;
      font-weight: 700; }
  .product .product-details .product-details-wrapper .extras {
    padding: 1rem 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #17395b; }

.product-sticky-header {
  padding: 15px;
  display: flex;
  width: 100%;
  position: fixed;
  top: 36px;
  background-color: white;
  border: 1px solid #1f5988;
  border-top: none;
  left: 0;
  z-index: 10; }
  @media (max-width: 800px) {
    .product-sticky-header {
      top: 0; } }
  @media (max-width: 1000px) {
    .product-sticky-header .deal-title {
      display: none; } }
  @media (max-width: 575px) {
    .product-sticky-header .add-to-cart-quantity-wrapper {
      display: none; } }
  .product-sticky-header .product-price {
    font-weight: 700;
    color: #FF7E00;
    font-size: 2.5em; }
  .product-sticky-header .col-image,
  .product-sticky-header .supershop-banner,
  .product-sticky-header .region-sidebar {
    display: none; }
  .product-sticky-header .product-details {
    width: 100%; }
  .product-sticky-header .product-details-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .product-sticky-header .product-details-wrapper #cofidis-wrapper,
    .product-sticky-header .product-details-wrapper .extras {
      display: none; }
    .product-sticky-header .product-details-wrapper .add-to-cart {
      margin-top: 0 !important; }
    .product-sticky-header .product-details-wrapper .product-title {
      border-bottom: none !important;
      margin-bottom: 0 !important; }
      .product-sticky-header .product-details-wrapper .product-title h1 {
        margin-bottom: 0 !important; }
    .product-sticky-header .product-details-wrapper .deal-title {
      color: #1f5988;
      text-transform: none;
      font-weight: normal;
      font-size: 13px;
      max-width: 600px !important; }
    .product-sticky-header .product-details-wrapper .details > * {
      display: none; }
      .product-sticky-header .product-details-wrapper .details > *.product-price {
        display: block; }

.region-content-main.product-wrapper .product .product-image-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px; }
  .region-content-main.product-wrapper .product .product-image-primary img {
    max-width: 500px;
    width: 100%; }

.region-content-main .product .product-details .add-to-cart {
  margin: 10px 0 0 0; }

.region-content-main .product .product-details .product-details-wrapper .product-title {
  border-bottom: 1px solid #d5d6d8;
  margin-bottom: 1.3rem; }
  .region-content-main .product .product-details .product-details-wrapper .product-title h1 {
    margin-bottom: 1.3rem; }

.region-content-main .product .product-details .product-details-wrapper .details {
  padding-top: 5px; }

.region-content-main .product .product-details .product-details-wrapper .price {
  line-height: initial; }

.region-content-main .product .product-details .product-details-wrapper .product-price {
  line-height: 2.5rem; }

.region-content-main .product .product-details .product-details-wrapper .price-orig-after {
  margin-top: -5px;
  color: #818a91; }

.region-content-main .product .product-details .product-details-wrapper .price-orig {
  line-height: initial; }

.region-content-main .product .product-details .product-details-wrapper .details {
  position: relative; }

@media (max-width: 799px) {
  .product-sidebar .row-9 .col-md-9 {
    float: left; } }

.product-sidebar.product-sidebar-saved-cart .add-to-cart .title {
  display: none; }

.product-sidebar.product-sidebar-saved-cart .badge-label, .product-sidebar.product-sidebar-recently-viewed .badge-label {
  display: none; }

.product-sidebar.product-sidebar-saved-cart .product-details .price, .product-sidebar.product-sidebar-recently-viewed .product-details .price {
  line-height: 1.4rem; }

.product-sidebar .product {
  border: 1px solid transparent;
  margin: -1px; }
  .product-sidebar .product .product-image {
    margin: -1px; }
    .product-sidebar .product .product-image .product-link {
      min-height: inherit;
      min-width: inherit; }
      .product-sidebar .product .product-image .product-link .image {
        display: block;
        text-align: center;
        margin: auto;
        height: 62px;
        width: 62px; }
        .product-sidebar .product .product-image .product-link .image img {
          max-height: 90%;
          max-width: 90%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: auto;
          height: auto; }
  .product-sidebar .product .product-details .title {
    max-height: inherit;
    margin-bottom: 0; }
  .product-sidebar .product:hover {
    background: #fff;
    border: 1px solid #e0e1e3;
    -webkit-box-shadow: 0 19px 50px -30px #1f5988;
    -moz-box-shadow: 0 19px 50px -30px #1f5988;
    box-shadow: 0 19px 50px -30px #1f5988; }

.product-deal-vert .product .product-image .product-link {
  height: 250px;
  width: inherit; }
  .product-deal-vert .product .product-image .product-link img {
    height: auto;
    max-width: 100%;
    max-height: 250px; }

.product-deal-vert .product .product-details {
  height: 200px; }
  .product-deal-vert .product .product-details .product-details-wrapper {
    padding: .7rem;
    border: 1px solid transparent;
    border-top: none;
    margin: 0 -1px -1px;
    min-height: 184px; }
    .product-deal-vert .product .product-details .product-details-wrapper .product-title {
      margin: -.7rem -.7rem 0 -.7rem;
      padding: .7rem;
      background: #1f5988;
      min-height: 65px;
      overflow: hidden; }
      .product-deal-vert .product .product-details .product-details-wrapper .product-title a {
        height: 3.2em;
        line-height: 1.6rem;
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle; }
        .product-deal-vert .product .product-details .product-details-wrapper .product-title a h2, .product-deal-vert .product .product-details .product-details-wrapper .product-title a h3 {
          color: #f5f5f7;
          line-height: 1.6rem;
          top: 0;
          max-height: 3.1rem;
          margin: 0; }
    .product-deal-vert .product .product-details .product-details-wrapper .short p {
      height: 53px;
      overflow: hidden; }
    .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart {
      bottom: 49px;
      opacity: 1;
      visibility: visible;
      margin-top: 0; }
      .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart .icon-add-to-cart {
        margin-right: 0; }
    .product-deal-vert .product .product-details .product-details-wrapper:hover {
      padding: 0.7rem;
      background: #fff;
      border: 1px solid #e0e1e3;
      border-top: none;
      -webkit-box-shadow: 0 19px 50px -30px #1f5988;
      -moz-box-shadow: 0 19px 50px -30px #1f5988;
      box-shadow: 0 19px 50px -30px #1f5988; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .product-title, .product-deal-vert .product .product-details .product-details-wrapper:hover .product-title a {
        color: #1f5988; }
      .product-deal-vert .product .product-details .product-details-wrapper:hover .add-to-cart {
        height: 0px; }
    @media (max-width: 799px) {
      .product-deal-vert .product .product-details .product-details-wrapper .price .value {
        font-size: 1.6em; }
      .product-deal-vert .product .product-details .product-details-wrapper .price .currency {
        font-size: 1.6em; } }

.product-list .product .product-details .product-details-wrapper .details {
  position: absolute; }

.product-list .product .product-details .product-details-wrapper .price {
  position: relative;
  bottom: 0; }
  .product-list .product .product-details .product-details-wrapper .price.price-orig {
    bottom: 0rem; }

.product-sum {
  color: #818a91; }

.add-to-cart-quantity-wrapper {
  height: 36px;
  width: 56px;
  position: relative;
  left: 0;
  float: left;
  margin-right: 1.1rem;
  font-size: 12px; }
  .add-to-cart-quantity-wrapper .add-to-cart-quantity {
    border: none;
    width: 38px;
    background: transparent;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    height: 30px; }
  .add-to-cart-quantity-wrapper .ui-spinner-input {
    padding: .2rem !important;
    margin-right: 1.1rem !important;
    margin-left: 0 !important; }
  .add-to-cart-quantity-wrapper .ui-spinner-button {
    width: 1.2rem !important;
    font-size: .8rem !important; }
    .add-to-cart-quantity-wrapper .ui-spinner-button .ui-icon {
      margin-left: -8px !important; }
  .add-to-cart-quantity-wrapper .add-to-cart-quantity-text {
    position: absolute;
    top: 11px;
    right: -18px; }

body.desktop .product.product-details .more-or-less-wrap .more-or-less-text {
  height: auto !important; }

body.desktop .product.product-details .more-or-less-wrap .more-or-less-btn {
  display: none !important; }

body.mobile .product.product-details .more-or-less-wrap .more-or-less-text {
  height: 10rem; }

body.mobile .product-deal-vert .product .product-details .product-details-wrapper .add-to-cart {
  opacity: 1;
  visibility: visible; }

body.mobile .product-deal-vert .product .product-details .product-details-wrapper .details-more {
  display: none; }

body.termek_oldal .product-details .product-details-wrapper {
  cursor: default; }
  body.termek_oldal .product-details .product-details-wrapper .add-to-cart button {
    padding: .6rem .5rem;
    font-size: 16px;
    margin-left: 8px; }
    @media (max-width: 399px) {
      body.termek_oldal .product-details .product-details-wrapper .add-to-cart button {
        padding: .6rem .7rem; } }
    body.termek_oldal .product-details .product-details-wrapper .add-to-cart button span {
      position: relative;
      top: 2px; }
    body.termek_oldal .product-details .product-details-wrapper .add-to-cart button.btn-gazrendeles {
      padding: .85rem .5rem; }
  body.termek_oldal .product-details .product-details-wrapper .add-to-cart .gazrendeles-add-to-cart {
    padding-left: 0; }
    body.termek_oldal .product-details .product-details-wrapper .add-to-cart .gazrendeles-add-to-cart button {
      font-size: 15px; }

body.termek_lista .product-deal-description .product-deal-list-description {
  padding-top: 15px; }

.gazrendeles-text {
  font-size: 13px;
  padding-top: 15px;
  padding-left: 0 !important; }

.product-rating {
  margin-top: 5px;
  margin-right: 5px; }
  @media (max-width: 1279px) {
    .product-rating .jq-star {
      width: 18px !important; } }

.rating-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content; }
  .rating-container .rating-avg {
    font-size: 50px;
    line-height: 1; }
  .rating-container.rating-avg-0.rating-show-unrated-0 {
    visibility: hidden; }

#ertekeles > div {
  display: flex;
  gap: 20px; }
  #ertekeles > div > div:first-child {
    width: 140px; }
  #ertekeles > div > div:last-child {
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }
    #ertekeles > div > div:last-child > h4 {
      text-align: center; }
      @media (max-width: 799px) {
        #ertekeles > div > div:last-child > h4 {
          margin-top: 0;
          margin-bottom: 7px; } }

#productScrollToTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
  background: #ffffff;
  border-radius: 5px;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: .25s transform;
  transition: .25s transform; }
  #productScrollToTop img {
    width: inherit;
    height: inherit; }
  #productScrollToTop.visible {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }

.successful-rating {
  display: none;
  font-weight: 600;
  color: green; }

.blueimp-gallery {
  background: #000;
  background: rgba(0, 0, 0, 0.6); }

.blueimp-gallery > .indicator > li {
  width: 50px;
  height: 50px;
  border-radius: 0; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  left: 0;
  width: 60px;
  height: 80px;
  margin-top: -40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 76px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.7; }

.blueimp-gallery > .next {
  left: auto;
  right: 0; }

body.mobile .blueimp-gallery .title,
body.mobile .blueimp-gallery .play-pause,
body.mobile .blueimp-gallery .indicator {
  display: none !important; }

.szemelyes_adatok .container .page-title h2 span.profile-supershop-title {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px; }

#cookiePolicy {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 1040;
  border-top: 4px solid #2e91d2; }

#cookiePolicy .cookiePolicyInner {
  margin: 0 auto; }

#cookiePolicy .cookiePolicyInner .left {
  font-size: 12px; }

#cookiePolicy .cookiePolicyInner .right {
  float: right;
  display: inline-block; }

#cookiePolicy .cookiePolicyInner .right .btn-link {
  margin-left: 10px; }

.cookiePolicyInner a {
  min-height: inherit !important;
  margin-bottom: 4px !important;
  padding: .5rem 1rem; }

.search-form {
  position: relative; }

.searchResult {
  position: relative;
  width: 100%; }
  .searchResult .product-search {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 8px #555; }
    .searchResult .product-search .row-9 {
      margin-right: 0;
      margin-left: 0; }
    .searchResult .product-search .product-element {
      padding: .5rem;
      border-bottom: 1px solid #eaeaea; }
      .searchResult .product-search .product-element:hover {
        background: #e3dfdf; }
      .searchResult .product-search .product-element .productCategoryTitle {
        font-weight: normal; }
        .searchResult .product-search .product-element .productCategoryTitle em.highlight {
          font-weight: 700; }
      .searchResult .product-search .product-element .product-image {
        width: 65px;
        height: 65px;
        overflow: hidden;
        margin-right: 1rem; }
        .searchResult .product-search .product-element .product-image img {
          width: 65px;
          height: 65px;
          object-fit: cover; }
    .searchResult .product-search .price {
      color: #ff7e00; }
      .searchResult .product-search .price.price-orig {
        text-decoration: line-through;
        color: #999;
        font-weight: normal;
        font-style: italic; }
    .searchResult .product-search .col-image {
      width: 20% !important; }
      .searchResult .product-search .col-image .product-image .badge-label-free-delivery {
        width: 35px;
        max-width: 35px;
        left: 0.3rem;
        top: 0.3rem; }
        .searchResult .product-search .col-image .product-image .badge-label-free-delivery img {
          width: 35px;
          height: 22px; }
      .searchResult .product-search .col-image .product-image .badge-label-supershop-multiplier {
        display: none; }
    .searchResult .product-search .col-details {
      width: 80% !important; }
      .searchResult .product-search .col-details .product-details .product-title {
        width: 65%;
        float: left; }
        .searchResult .product-search .col-details .product-details .product-title .title {
          max-height: inherit; }
      .searchResult .product-search .col-details .product-details .product-details-wrapper:after {
        content: "";
        display: table;
        clear: both; }

.blogSuccessOrder .blogLink {
  display: block;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }

.blogSuccessOrder .blogImage {
  width: 100%;
  height: 168px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  background-size: cover;
  background: no-repeat center center;
  background-size: cover; }

.blogSuccessOrder .blogTitle {
  padding: 0.5rem;
  display: block; }

.blogSuccessOrder .blogLead {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8rem !important;
  display: block;
  font-weight: normal;
  height: 3.4rem; }
  .blogSuccessOrder .blogLead p {
    margin: 0;
    padding: 0; }
  .blogSuccessOrder .blogLead * {
    font-size: 0.8rem !important; }

.blogSuccessOrder .blogHomeLink {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-size: 0.7rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-weight: normal; }

.sikeres_vasarlas .blogSuccessOrder {
  padding-bottom: 1rem; }

.blog .blogContainer {
  margin: 0 0 2rem 0; }
  .blog .blogContainer, .blog .blogContainer .lead {
    font-size: 1rem; }

.more-or-less-wrap {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&0+0,1+70 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */ }
  .more-or-less-wrap p {
    margin-bottom: 0.5rem;
    font-size: 13px; }
  .more-or-less-wrap .more-or-less-text {
    height: 4.5rem;
    overflow: hidden; }
    .more-or-less-wrap .more-or-less-text.open {
      height: auto !important; }
    .more-or-less-wrap .more-or-less-text.more-or-less-btn-visible {
      padding-bottom: 1.5rem; }
  .more-or-less-wrap .more-or-less-btn {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: right;
    padding-left: 50%;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+70&0+0,1+70 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-8 */ }
    @media (max-width: 399px) {
      .more-or-less-wrap .more-or-less-btn {
        padding-left: 0;
        background: #FFFFFF; } }

.modal-body .content .buttons {
  margin-top: 15px;
  text-align: center; }

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

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

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

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

@media (max-width: 799px) {
  .text-center-md-down {
    text-align: center; }
  .text-justify-md-down {
    text-align: justify; } }

html.no-touchevents .show-only-touch {
  display: none !important; }

html.touchevents .show-only-touch {
  display: block !important; }

#box-content-without-sidebar {
  min-height: 0; }

.discountBody {
  padding-top: 15px; }

.w-100 {
  width: 100%; }

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