@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css?family=Lato);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ----------------------------------------------------------- */

/* == tingle v0.13.2 */

/* ----------------------------------------------------------- */

.tingle-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 55px;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }

@media (max-width: 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px);
    }
}

  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
            filter: none;
  }
}

html,
body {
  background: #fefefe;
  height: 100%;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

div,
header,
nav,
footer,
section,
aside,
ul,
li,
a,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  border: none;
  border-bottom: 1px solid #dfdfdf;
}

.lead {
  font-size: 18px;
}

.no-scroll {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

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

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

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

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

.hide {
  display: none;
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  min-width: 280px;
  margin: 0 auto;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
}

.text-big {
  font-size: 22px !important;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 10px;
}

.text-muted {
  color: #6c757d;
}

.text-primary {
  color: #0091EA;
}

.text-second {
  color: #f39c12;
}

.text-info {
  color: #2c3e50;
}

.text-success {
  color: #2ab27b;
}

.text-warning {
  color: #ff9800;
}

.text-danger {
  color: #d33636;
}

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

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

.nowrap {
  white-space: nowrap;
}

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

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

.pull-right {
  float: right;
}

.bg-primary {
  background: #0091EA;
  color: #fefefe;
}

.link {
  color: #0091EA;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.unlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.unlist li {
  padding: 4px 0;
}

.block-center {
  margin: 0 auto !important;
}

.alert-messages,
.csrfToker-error {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 16px !important;
  text-align: center !important;
}

.inline {
  display: inline;
}

.banner-ts {
  width: 100%;
}

.banner-ts .banner-link {
  display: block;
}

.banner-ts .banner-img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
  width: 100%;
}

.row.row-grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row .w1,
.row .w2,
.row .w3,
.row .w4,
.row .w5,
.row .w6,
.row .w7,
.row .w8,
.row .w9,
.row .w10,
.row .w11,
.row .w12 {
  display: block;
  padding: 8px;
}

.row .w1-5 {
  width: 20%;
}

.row .w1 {
  width: 8.33333333%;
}

.row .w2 {
  width: 16.66666667%;
}

.row .w3 {
  width: 25%;
}

.row .w4 {
  width: 33.33333333%;
}

.row .w5 {
  width: 41.66666667%;
}

.row .w6 {
  width: 50%;
}

.row .w7 {
  width: 58.33333333%;
}

.row .w8 {
  width: 66.66666667%;
}

.row .w9 {
  width: 75%;
}

.row .w10 {
  width: 83.33333333%;
}

.row .w11 {
  width: 91.66666667%;
}

.row .w12 {
  width: 100%;
}

a.btn {
  display: inline-block;
}

.btn {
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  line-height: 1.4;
  padding: 6px 18px;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  background: #e0e0e0;
  text-decoration: none;
}

.btn:active,
.btn:focus {
  background: #d2d2d2;
}

.btn:disabled,
.btn.disabled {
  cursor: default;
}

.btn:disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus {
  background: #f0f0f0;
}

.btn.triangle-down {
  position: relative;
  padding: 6px 28px 6px 12px;
}

.btn.triangle-down:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 9px;
  top: 14px;
  border-top: 4px solid #d1d1d1;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.btn-link {
  background: transparent;
  border-radius: 0;
  border: none;
  text-decoration: underline;
  color: #ffffff;
}

.btn-link:hover {
  background: transparent;
  text-decoration: underline;
}

.btn-link:active,
.btn-link:focus {
  background: transparent;
}

.btn-link:disabled,
.btn-link.disabled {
  cursor: default;
  color: #afafaf;
}

.btn-link:disabled:hover,
.btn-link:disabled:active,
.btn-link:disabled:focus,
.btn-link.disabled:hover,
.btn-link.disabled:active,
.btn-link.disabled:focus {
  background: transparent;
}

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

.btn-sm {
  padding: 3px 9px;
}

.btn-xs {
  padding: 1px 5px !important;
}

.btn-primary {
  background: #f39c12;
  border-color: #db8b0b;
  color: #ffffff;
}

.btn-primary:hover {
  background: #c87f0a;
}

.btn-primary:active,
.btn-primary:focus {
  background: #c87f0a;
}

.btn-info {
  background: #0091EA;
  border-color: #007ecb;
  color: #ffffff;
}

.btn-info:hover {
  background: #0071b7;
}

.btn-info:active,
.btn-info:focus {
  background: #005284;
}

.btn-info:disabled,
.btn-info.disabled {
  background: #86b8d7;
  border-color: #86b8d7;
}

.btn-info:disabled:hover,
.btn-info:disabled:active,
.btn-info:disabled:focus,
.btn-info.disabled:hover,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #86b8d7;
}

.btn-success {
  background: #2ab27b;
  border-color: #24996a;
  color: #ffffff;
}

.btn-success:hover {
  background: #20895e;
}

.btn-success:active,
.btn-success:focus {
  background: #175f42;
}

.btn-success:disabled,
.btn-success.disabled {
  background: #7FAF97;
  border-color: #7FAF97;
}

.btn-success:disabled:hover,
.btn-success:disabled:active,
.btn-success:disabled:focus,
.btn-success.disabled:hover,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #7FAF97;
}

.btn-danger {
  background: #d33636;
  border-color: #c02a2a;
  color: #ffffff;
}

.btn-danger:hover {
  background: #b02626;
}

.btn-danger:active,
.btn-danger:focus {
  background: #861d1d;
}

.btn-danger:disabled,
.btn-danger.disabled {
  background: #b96060;
  border-color: #b96060;
}

.btn-danger:disabled:hover,
.btn-danger:disabled:active,
.btn-danger:disabled:focus,
.btn-danger.disabled:hover,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background: #b96060;
}

.btn-warning {
  background: #ff9800;
  border-color: #e08600;
  color: #ffffff;
}

.btn-warning:hover {
  background: #cc7a00;
}

.btn-warning:active,
.btn-warning:focus {
  background: #995b00;
}

.btn-pink {
  background: #f72a50;
  border-color: #f60d38;
  color: #ffffff;
}

.btn-pink:hover {
  background: #e50932;
}

.btn-pink:active,
.btn-pink:focus {
  background: #b40727;
}

.btn-like.active {
  background: #f72a50;
  border-color: #e50932;
  color: #fefefe;
}

.btn-facebook {
  background: #4267b2;
  color: #ffffff;
  border-color: #4267b2;
  font-weight: bold;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  background: #365899;
  border-color: #365899;
}

.btn-twitter {
  background: #1b95e0;
  color: #ffffff;
  border-color: #1b95e0;
  font-weight: bold;
}

.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter:focus {
  background: #1677b2;
  border-color: #1677b2;
}

.btn-whatsapp {
  background: #00e676;
  color: #ffffff;
  border-color: #00e676;
  font-weight: bold;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
  background: #00b35c;
  border-color: #00b35c;
}

.btn-whatsapp-outline {
  background: transparent;
  color: #00e676 !important;
  border-color: #00e676;
}

.btn-whatsapp-outline:hover,
.btn-whatsapp-outline:active,
.btn-whatsapp-outline:focus {
  background: transparent;
  color: #00b35c !important;
  border-color: #00b35c;
}

.form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  line-height: 1.4;
  padding: 6px 12px;
  width: 100%;
  height: auto;
}

.form-control.has-error {
  -webkit-box-shadow: 0 0 0 1px #d33636;
          box-shadow: 0 0 0 1px #d33636;
}

.form-control:disabled {
  color: #6e6e6e;
  background: #e2e2e2;
}

.form-control:disabled.disabled-invisible {
  color: #000;
  font-weight: bold;
  background: #efefef;
  border-color: #dfdfdf;
}

.form-control.form-control-sm {
  font-size: 12px;
  padding: 3px 9px;
}

.form-control.form-control-inline {
  max-width: 180px;
}

select.form-control {
  height: 33px;
}

.form-group {
  width: 100%;
  display: block;
}

.form-group .control-label {
  width: 100%;
  display: block;
  margin-bottom: 4px;
}

.form-group.has-error {
  color: #d33636;
}

.form-group.has-error .form-control {
  border-color: #d33636;
}

.form-group .help-block {
  font-size: 12px;
}

.header {
  width: 100%;
  background: #232f3e;
  border-top: 2px solid #0091EA;
  color: #fefefe;
}

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-width: 280px;
  margin: 0 auto;
}

.header .menu-btn-container {
  display: none;
  padding: 0 8px;
  font-size: 24px;
}

@media only screen and (max-width: 1119px) {
  .header .menu-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .menu-btn-container .menu-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  padding: 8px;
  line-height: 1;
  cursor: pointer;
  color: #fefefe;
}

@media only screen and (max-width: 379px) {
  .header .menu-btn-container .menu-btn {
    padding: 6px;
    font-size: 14px;
  }
}

.header .logo,
.header .controls,
.header .auth-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 8px;
}

@media only screen and (max-width: 1119px) {
  .header .logo,
  .header .controls,
  .header .auth-controls {
    display: none;
  }
}

@media only screen and (max-width: 1119px) {
  .header .logo.active,
  .header .controls.active,
  .header .auth-controls.active {
    display: block;
    position: absolute;
    background: #232f3e;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 275px;
    z-index: 6000;
  }
}

.header .logo {
  width: 20%;
}

.header .controls {
  width: 50%;
}

.header .auth-controls {
  width: 30%;
}

@media only screen and (max-width: 1119px) {
  .header .auth-controls.active {
    width: auto;
  }
}

@media only screen and (max-width: 429px) {
  .header .auth-controls.active {
    width: 100%;
  }
}

@media only screen and (max-width: 1119px) {
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.header .logo a {
  display: block;
  width: 100%;
}

.header .logo img {
  max-width: 100%;
  width: 230px;
}

.header .controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .controls .nav {
  display: block;
  width: 100%;
}

.header .controls .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 379px) {
  .header .controls .nav .nav-list {
    display: none;
    margin-bottom: 0;
  }
}

.header .controls .nav .nav-item {
  width: 100%;
  display: block;
}

.header .controls .nav .nav-item a,
.header .controls .nav .nav-item span {
  display: block;
  padding: 6px;
  width: 100%;
  color: #fefefe;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.header .controls .search {
  display: block;
  width: 100%;
}

.header .controls .search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header .controls .search .selector {
  width: 30%;
}

@media only screen and (max-width: 514px) {
  .header .controls .search .selector {
    width: 40%;
  }
}

@media only screen and (max-width: 378px) {
  .header .controls .search .selector {
    width: 50%;
  }
}

.header .controls .search .text {
  width: 60%;
}

@media only screen and (max-width: 514px) {
  .header .controls .search .text {
    width: 50%;
  }
}

@media only screen and (max-width: 378px) {
  .header .controls .search .text {
    width: 35%;
  }
}

.header .controls .search .submit {
  width: 10%;
}

@media only screen and (max-width: 378px) {
  .header .controls .search .submit {
    width: 15%;
  }
}

.header .controls .search .submit-control,
.header .controls .search .form-control,
.header .controls .search .selector-trigger {
  width: 100%;
  padding: 6px 8px;
  border-radius: 0;
  border-color: transparent;
}

.header .controls .search .selector-trigger {
  background: #9b9b9b;
}

.header .auth-controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header .auth-controls.check {
  width: 12%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.header .auth-controls .auth-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

.header .auth-controls .exchange-rate {
  margin-bottom: 8px;
  width: 100%;
}

.header .auth-controls .auth-form .form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

@media only screen and (max-width: 429px) {
  .header .auth-controls .auth-form .form-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .auth-controls .auth-form .form-controls .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .auth-controls .auth-form .form-controls .form-group .form-control {
  width: 47%;
  max-width: 120px;
  margin-right: 8px;
}

@media only screen and (max-width: 429px) {
  .header .auth-controls .auth-form .form-controls .form-group .form-control {
    max-width: 100%;
  }
}

.header .auth-controls .auth-form .form-controls .btn-submit {
  width: 40px;
  padding: 6px;
}

.header .auth-controls .auth-form .login-errors {
  color: #d33636;
  font-size: 12px;
  margin: -3px 0 4px;
}

.header .auth-controls .auth-form .forgot-password {
  float: right;
}

.header .auth-controls .auth-form .forgot-password a {
  color: #eeeeee;
}

.header .auth-controls .auth-form .remember-me {
  width: 100%;
}

.header .auth-controls .branch {
  position: relative;
}

.header .auth-controls .branch .btn {
  background: transparent;
  border: none;
  border-bottom: 1px solid #0091ea;
  border-radius: 0;
  color: #fefefe;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 140px;
}

@media only screen and (max-width: 1119px) {
  .header .auth-controls .branch .btn {
    background: #0091EA;
    border: 1px solid #0071b7;
    border-radius: 3px;
    width: 100%;
  }
}

.header .auth-controls .branch .branch-list {
  display: none;
  position: absolute;
  min-width: 180px;
  top: 100%;
  right: 0;
  margin: 4px 0;
  z-index: 6000;
}

.header .check-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 18%;
}

.header .check-controls .login-controls {
  padding: 8px;
}

.header .check-controls .login-controls .btn {
  max-width: 216px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1119px) {
  .header .check-controls {
    display: none;
  }
}

.header .login-menu {
  position: absolute;
  right: 8px;
  top: 100%;
  margin: 4px 0;
  min-width: 180px;
  z-index: 6000;
  width: auto;
  display: none;
}

.nav-bar {
  width: 100%;
  background: #232f3e;
  color: #eeeeee;
  position: relative;
}

@media only screen and (max-width: 1119px) {
  .nav-bar {
    display: none;
  }

  .nav-bar.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 9999;
  }
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-bar-background {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width: 939px) {
  .nav-bar .nav-bar-background {
    width: 60%;
  }
}

@media only screen and (max-width: 719px) {
  .nav-bar .nav-bar-background {
    width: 50%;
  }
}

@media only screen and (max-width: 519px) {
  .nav-bar .nav-bar-background {
    width: 40%;
  }
}

@media only screen and (max-width: 399px) {
  .nav-bar .nav-bar-background {
    width: 20%;
  }
}

.nav-bar .nav-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-container {
    width: 30%;
    height: 100%;
    margin: 0;
    background: #0091EA;
    overflow: auto;
  }
}

@media only screen and (max-width: 939px) {
  .nav-bar .nav-container {
    width: 40%;
  }
}

@media only screen and (max-width: 719px) {
  .nav-bar .nav-container {
    width: 50%;
  }
}

@media only screen and (max-width: 519px) {
  .nav-bar .nav-container {
    width: 60%;
  }
}

@media only screen and (max-width: 399px) {
  .nav-bar .nav-container {
    width: 80%;
  }
}

.nav-bar .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav-bar .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.nav-bar .nav-item.active > a {
  background: #0080EA;
}

.nav-bar .nav-item.active > a:after {
  border-top: 3px solid #eeeeee;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.nav-bar .nav-item a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #eeeeee;
  text-decoration: none;
  position: relative;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-item a {
    width: 100%;
    padding: 12px;
    position: relative;
  }
}

.nav-bar .nav-item a:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 3px solid #eeeeee;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 17px;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-item a:after {
    position: absolute;
    right: 6px;
    border-top: 3px solid transparent;
    border-left: 3px solid #eeeeee;
    border-bottom: 3px solid transparent;
  }
}

.nav-bar .nav-item a:hover {
  background: #0080EA;
}

.nav-bar .nav-item .submenu {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  background: #fefefe;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 8px;
  z-index: 7000;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-item .submenu {
    position: relative;
    top: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.nav-bar .nav-item .submenu .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.nav-bar .nav-item .submenu .submenu-item {
  width: 17.66666667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}

@media only screen and (max-width: 1119px) {
  .nav-bar .nav-item .submenu .submenu-item {
    width: 100%;
  }
}

.nav-bar .nav-item .submenu .submenu-title {
  border-bottom: 1px solid #ecf0f1;
  font-weight: bold;
  color: #f39c12;
  font-size: 11px;
}

.nav-bar .nav-item .submenu .submenu-title:hover {
  background: transparent;
  color: #f8c573;
}

.nav-bar .nav-item .submenu .submenu-title:after {
  margin: 0;
  border: none;
}

.nav-bar .nav-item .submenu-lvl2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-bar .nav-item .submenu-lvl2 .submenu-lvl2-item a {
  color: #2c3e50;
  padding: 6px 12px;
  font-size: 11px;
}

.nav-bar .nav-item .submenu-lvl2 .submenu-lvl2-item a:hover {
  background: #f39c12;
  color: #eeeeee;
}

.nav-bar .nav-item .submenu-lvl2 .submenu-lvl2-item a:after {
  margin: 0;
  border: none;
}

.footer {
  width: 100%;
  border-top: 3px solid #ff9800;
  background: #303030;
  color: #eeeeee;
}

.footer a {
  color: #eeeeee;
  text-decoration: none;
}

.footer a:hover,
.footer a:active {
  color: #eeeeee;
}

.footer .footer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1102px) {
  .footer .footer-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-info .footer-about {
  width: 25%;
  padding: 24px;
}

@media only screen and (max-width: 1102px) {
  .footer .footer-info .footer-about {
    width: 100%;
    text-align: center;
  }
}

.footer .footer-info .footer-about .logo {
  text-align: center;
  margin-bottom: 36px;
}

.footer .footer-info .footer-about .logo img {
  width: 180px;
  max-width: 100%;
}

.footer .footer-info .footer-about .info span {
  line-height: 1.8;
}

.footer .footer-info .footer-about .info .phone {
  font-weight: bold;
  font-size: 18px;
}

.footer .footer-info .footer-about .info .email {
  font-weight: bold;
  font-size: 14px;
}

.footer .footer-info .footer-about .info .address {
  font-size: 10px;
  line-height: 1;
}

.footer .footer-info .footer-about .info .netwok {
  margin: 8px 0;
}

.footer .footer-info .footer-about .info .netwok .fab {
  font-size: 20px;
}

.footer .footer-info .nav-footer {
  width: 75%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1102px) {
  .footer .footer-info .nav-footer {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
}

.footer .footer-info .nav-footer .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}

@media only screen and (max-width: 1102px) {
  .footer .footer-info .nav-footer .col {
    width: 20%;
  }
}

@media only screen and (max-width: 853px) {
  .footer .footer-info .nav-footer .col {
    width: 33.33333333%;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 559px) {
  .footer .footer-info .nav-footer .col {
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
  }

  .footer .footer-info .nav-footer .col:first-child {
    margin-bottom: 0;
  }

  .footer .footer-info .nav-footer .col.col-next .col-title {
    margin: 0;
    height: 0;
  }
}

.footer .footer-info .nav-footer .col .col-title {
  margin-bottom: 18px;
  font-weight: bolder;
}

.footer .footer-info .nav-footer .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-info .nav-footer .col ul li {
  margin-bottom: 8px;
}

.footer .footer-info .nav-footer .col ul li a:hover {
  text-decoration: underline;
}

.footer .certificates .content {
  padding: 8px;
  text-align: right;
}

.footer .footer-contact {
  width: 100%;
  background: #5c5c5c;
}

.footer .footer-contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}

@media only screen and (max-width: 879px) {
  .footer .footer-contact .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-contact .col {
  width: 16.66666667%;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

@media only screen and (max-width: 879px) {
  .footer .footer-contact .col {
    width: 33.33333333%;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 450px) {
  .footer .footer-contact .col {
    width: 100%;
  }
}

.panel {
  border: 1px solid #f5f5f5;
  background: #fdfdfd;
}

.panel .panel-header {
  padding: 8px;
}

.panel .panel-header.with-border {
  border-bottom: 1px solid #f39c12;
}

.panel .panel-header a {
  text-decoration: none;
  color: #0091EA;
}

.panel .panel-header a:hover {
  text-decoration: underline;
}

.panel .panel-header .panel-title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

.panel .panel-header .panel-subtitle {
  font-size: 13px;
}

.panel .panel-body {
  padding: 8px;
}

.panel .panel-body.no-padding {
  padding: 0;
}

.panel .panel-footer {
  padding: 8px;
}

.alert {
  overflow: hidden;
  position: relative;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  color: #010101;
}

.alert.alert-primary {
  background: #0091EA;
  border-color: #0071b7;
  color: #fefefe;
}

.alert.alert-second {
  background: #f39c12;
  border-color: #c87f0a;
  color: #fefefe;
}

.alert.alert-success {
  background: #2ab27b;
  border-color: #20895e;
  color: #fefefe;
}

.alert.alert-warning {
  background: #ff9800;
  border-color: #cc7a00;
  color: #fefefe;
}

.alert.alert-danger {
  background: #d33636;
  border-color: #b02626;
  color: #fefefe;
}

.alert.alert-info {
  background: #2c3e50;
  border-color: #1a252f;
  color: #fefefe;
}

.banner {
  height: 180px;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .banner {
    height: auto;
  }
}

.banner .banner-image {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 599px) {
  .banner .banner-image {
    height: auto;
    width: 100%;
  }
}

.pika-lendar {
  border: 1px solid #eeeeee;
}

.pika-lendar .pika-title {
  background: #3e4f5f;
  border-bottom: 1px solid #fefefe;
  padding: 10px;
  text-align: center;
}

.pika-lendar .pika-title .pika-label {
  color: #fefefe;
  display: inline-block;
  position: relative;
  z-index: 1001;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.pika-lendar .pika-title .pika-label .pika-select {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-lendar .pika-title .pika-prev,
.pika-lendar .pika-title .pika-next {
  color: #fefefe;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 8px;
}

.pika-lendar .pika-title .pika-prev {
  float: left;
}

.pika-lendar .pika-title .pika-next {
  float: right;
}

.pika-lendar .pika-table {
  width: 100%;
}

.pika-lendar .pika-table thead {
  background: #3e4f5f;
  color: #fefefe;
}

.pika-lendar .pika-table thead th {
  padding: 8px 0;
}

.pika-lendar .pika-table thead abbr[title] {
  text-decoration: none;
}

.pika-lendar .pika-table tbody {
  background: #fefefe;
}

.pika-lendar .pika-table tbody td {
  text-align: center;
  padding: 2px;
}

.pika-lendar .pika-table .pika-day {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 1;
  position: relative;
}

.pika-lendar .pika-table .is-today .pika-day {
  background: #e0f3ff;
  color: #0091EA;
  font-weight: bold;
}

.pika-lendar .pika-table .is-outside-current-month .pika-day {
  color: #bababa;
}

.pika-lendar .pika-table .has-event .pika-day {
  border-radius: 50%;
  font-weight: bold;
}

.pika-lendar .pika-table .has-event .pika-day:after {
  content: '';
  position: absolute;
  display: block;
  background: #f39c12;
  border-radius: 50%;
  right: 2px;
  top: 2px;
  width: 6px;
  height: 6px;
}

.pika-lendar .pika-table .is-selected .pika-day {
  background: #0091EA;
  border-radius: 50%;
  color: #fefefe;
}

.selector {
  position: relative;
}

.selector .selector-trigger {
  color: #000000;
}

.selector .selector-trigger:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 50%;
  right: 12px;
}

.selector .selector-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 200;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.selector .selector-list.active {
  display: block;
}

.selector .selector-item {
  display: block;
  width: 100%;
}

.selector .selector-option {
  width: 100%;
  border: none;
  padding: 8px 12px;
  background: #fefefe;
  color: #000000;
  cursor: pointer;
  text-align: left;
}

.selector .selector-option:hover {
  background: #dedede;
}

.breadcrumb {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
}

.breadcrumb .breadcrumb-item:after {
  content: '/';
  color: #999999;
  position: absolute;
  right: -8px;
  top: 0;
}

.breadcrumb .breadcrumb-item:last-child:after {
  content: '';
}

.breadcrumb .breadcrumb-link {
  text-decoration: none;
  color: #0091EA;
}

.breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
}

.grid.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.col-8 .item {
  width: 12.5%;
}

@media only screen and (max-width: 1103px) {
  .grid.col-8 .item {
    width: 16.66666667%;
  }
}

@media only screen and (max-width: 819px) {
  .grid.col-8 .item {
    width: 25%;
  }
}

@media only screen and (max-width: 551px) {
  .grid.col-8 .item {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 417px) {
  .grid.col-8 .item {
    width: 50%;
  }
}

@media only screen and (max-width: 283px) {
  .grid.col-8 .item {
    width: 100%;
  }
}

.grid.col-6 .item {
  width: 16.66666667%;
}

@media only screen and (max-width: 819px) {
  .grid.col-6 .item {
    width: 25%;
  }
}

@media only screen and (max-width: 551px) {
  .grid.col-6 .item {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 417px) {
  .grid.col-6 .item {
    width: 50%;
  }
}

@media only screen and (max-width: 283px) {
  .grid.col-6 .item {
    width: 100%;
  }
}

.grid.col-4 .item {
  width: 25%;
}

@media only screen and (max-width: 551px) {
  .grid.col-4 .item {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 417px) {
  .grid.col-4 .item {
    width: 50%;
  }
}

@media only screen and (max-width: 283px) {
  .grid.col-4 .item {
    width: 100%;
  }
}

.grid.col-3 .item {
  width: 33.33333333%;
}

@media only screen and (max-width: 417px) {
  .grid.col-3 .item {
    width: 50%;
  }
}

@media only screen and (max-width: 283px) {
  .grid.col-3 .item {
    width: 100%;
  }
}

.grid.col-2 .item {
  width: 50%;
}

@media only screen and (max-width: 283px) {
  .grid.col-2 .item {
    width: 100%;
  }
}

.grid .item {
  padding: 8px;
}

.filters {
  position: relative;
  font-size: 12px;
}

.filters.close {
  display: none;
}

.filters.open {
  display: block;
}

.filters.mobile {
  width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.filters.mobile .filters-layer {
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.filters.mobile .filters-container {
  height: 100%;
  width: 70%;
  background: #fefefe;
  position: relative;
}

.filters.mobile .filters-header {
  background: #fefefe;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 600;
}

.filters.mobile .filters-body {
  height: 100%;
  overflow: auto;
  padding-top: 36px;
}

.filters .filters-header {
  border-bottom: 1px solid #0091EA;
  padding: 8px;
}

.filters .filters-header .filters-title {
  font-weight: bold;
  font-size: 16px;
}

.filters .filters-body {
  padding: 8px;
}

.filters .filter-section {
  padding: 8px 0;
  margin-bottom: 0;
}

.filters .filter-section .card {
  margin: 0;
}

.filters .filter-section .card .card-body {
  max-height: 286px;
  overflow: auto;
}

.filters .filter-section .card .card-body.no-max-height {
  max-height: 100%;
  overflow: hidden;
}

.filters .availability,
.filters .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters .currency {
  margin-bottom: 16px;
}

.filters .price-currency {
  margin-top: 32px;
}

.filters .order-by .options {
  margin-top: 4px;
}

.filters .order-by .v-select:after {
  border-top-color: #fefefe;
}

.filters .order-by .v-select .v-select-value {
  border-color: #008be0;
  background: #0091EA;
  color: #fefefe;
  font-weight: bold;
}

.filters .order-by .v-select .v-select-item:hover {
  background: #b7e4ff;
}

.filters .checker-section .options {
  margin-top: 4px;
}

.filters .checker-section .checker {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters .checker-section .checker .checker-item {
  padding: 4px 0;
}

.filters .checkbox-component {
  position: relative;
  padding-left: 20px;
}

.filters .checkbox-component > input + label > .input-box,
.filters .radio-component > input + label > .input-box {
  border-color: #0091EA;
  background: #0091EA;
  position: absolute;
  left: 0;
}

.filters .checkbox-component > input + label > .input-box > .input-box-tick > path {
  stroke: #fff;
}

.filters .radio-component > input + label > .input-box > .input-box-circle {
  background: #fff;
}

.filters .slider {
  margin-top: 32px;
}

.filters .slider .vue-slider-tooltip {
  background: #0091EA !important;
}

.filters .slider .vue-slider-process {
  background: #f39c12 !important;
}

.filters .slider .vue-slider-component {
  margin: 0 auto;
  width: 75% !important;
}

.address-form {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.checkout .locations {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.badge {
  background: #fefefe;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
}

.badge.badge-primary {
  color: #fefefe;
  background: #0091EA;
}

.badge.badge-second {
  color: #fefefe;
  background: #f39c12;
}

.badge.badge-success {
  color: #fefefe;
  background: #2ab27b;
}

.badge.badge-info {
  color: #fefefe;
  background: #2c3e50;
}

.badge.badge-warning {
  color: #fefefe;
  background: #ff9800;
}

.tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 450px) {
  .tabs .tabs-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs .tabs-nav .tabs-item {
  display: block;
  width: 100%;
}

.tabs .tabs-nav .tabs-item:first-child .tabs-link {
  border-radius: 3px 3px 0 0;
}

@media only screen and (max-width: 450px) {
  .tabs .tabs-nav .tabs-item:first-child .tabs-link {
    border-top-width: 1px;
  }
}

.tabs .tabs-nav .tabs-item:last-child .tabs-link {
  border-radius: 0 3px 0 0;
  border-right-width: 1px;
}

@media only screen and (max-width: 450px) {
  .tabs .tabs-nav .tabs-item:last-child .tabs-link {
    border-radius: 0;
  }
}

.tabs .tabs-nav .tabs-link {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #0091EA;
  border-right-width: 0;
}

@media only screen and (max-width: 450px) {
  .tabs .tabs-nav .tabs-link {
    border-right-width: 1px;
    border-top-width: 0;
  }
}

.tabs .tabs-nav .tabs-link.active {
  -webkit-box-shadow: 0 -2px 0 0 #0091EA inset;
          box-shadow: 0 -2px 0 0 #0091EA inset;
}

.tabs .tabs-content .tabs-panel {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  padding: 8px;
}

.tabs .tabs-content .tabs-panel .table {
  margin: 0;
}

.tabs .tabs-content .active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  .table-responsive .table td,
  .table-responsive .table th {
    white-space: nowrap;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  border-spacing: 0;
  border-collapse: collapse;
  background: transparent;
}

.table.table-bordered {
  border: 1px solid #f4f4f4;
}

.table.table-bordered td,
.table.table-bordered th {
  border: 1px solid #f4f4f4;
}

.table.table-striped tbody tr:nth-of-type(2n+1) {
  background: #f9f9f9;
}

.table thead {
  background: #d6eaf7;
}

.table thead th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  text-align: left;
}

.table td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: middle;
}

.modal {
  position: relative;
}

.modal .modal-header {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal .modal-header .modal-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.modal .modal-content {
  padding: 8px;
  width: 100%;
  overflow-y: auto;
  max-height: 480px;
}

.modal .modal-content .modal-poster {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.modal .modal-layer {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  max-height: 100%;
}

.modal .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 8px;
}

@media only screen and (max-width: 540px) {
  .tingle-modal {
    padding-top: 20px;
  }
}

.tingle-modal .tingle-modal__close {
  width: auto;
  height: auto;
  font-size: 22px;
}

@media only screen and (max-width: 540px) {
  .tingle-modal .tingle-modal__close {
    left: auto;
    background: transparent;
    padding: 8px;
    line-height: 1;
  }
}

@media only screen and (max-width: 540px) {
  .tingle-modal .tingle-modal__close .tingle-modal__closeIcon {
    font-size: 22px;
  }

  .tingle-modal .tingle-modal__close .tingle-modal__closeLabel {
    display: none;
  }
}

@media only screen and (max-width: 459px) {
  .tingle-modal .tingle-modal__close {
    padding: 0;
  }
}

.tingle-modal .tingle-modal-box {
  width: 50%;
}

@media only screen and (max-width: 899px) {
  .tingle-modal .tingle-modal-box {
    width: 60%;
  }
}

@media only screen and (max-width: 699px) {
  .tingle-modal .tingle-modal-box {
    width: 70%;
  }
}

@media only screen and (max-width: 540px) {
  .tingle-modal .tingle-modal-box {
    margin: auto;
    width: 80%;
  }
}

@media only screen and (max-width: 459px) {
  .tingle-modal .tingle-modal-box {
    width: 90%;
  }
}

.tingle-modal .tingle-modal-box__content {
  padding: 0;
}

.tingle-modal .tingle-modal-box__footer {
  padding: 8px;
  text-align: center;
}

.pagination {
  margin: 32px auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-right-width: 0;
}

.pagination li:first-child {
  border-radius: 2px 0 0 2px;
}

.pagination li:last-child {
  border-radius: 0 2px 2px 0;
  border-right-width: 1px;
}

.pagination li.active {
  border: 1px solid #0071b7;
}

.pagination li.active .link,
.pagination li.active .page-link {
  font-weight: bold;
  background: #0091EA;
  color: #fefefe;
}

.pagination li.disabled .link,
.pagination li.disabled .page-link {
  cursor: not-allowed;
}

.pagination .link,
.pagination .page-link {
  display: block;
  text-decoration: none;
  color: #0091EA;
  padding: 8px 16px;
  text-align: center;
}

.pagination .link:hover,
.pagination .page-link:hover {
  background: white;
}

.nav-cart {
  position: fixed;
  top: 8px;
  right: 32px;
  z-index: 8000;
}

@media only screen and (max-width: 1119px) {
  .nav-cart {
    display: none;
  }
}

.nav-cart .nav-cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #fefefe;
  background: #f39c12;
  padding: 8px;
  width: 42px;
  height: 42px;
}

.nav-cart .nav-cart-btn:active {
  background: #c87f0a;
}

.nav-cart .nav-cart-icon {
  font-size: 16px;
}

.nav-cart .badge {
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -6px;
  min-height: 18px;
  min-width: 18px;
  padding: 2px 3px 2px 2px;
}

.nav-cart .nav-cart-list {
  width: 280px;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 8px;
  font-size: 13px;
}

.nav-cart .nav-cart-list .pc-resume-shopping {
  margin-bottom: 4px;
}

.nav-cart .nav-cart-list .card {
  margin: 0;
}

.nav-cart .nav-cart-list .card .card-body {
  background: #f1f7ff;
  max-height: 313px;
  overflow: auto;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 9px 0px 0px transparent, 0 -1px 2px -1px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 9px 0px 0px transparent, 0 -1px 2px -1px rgba(0, 0, 0, 0.25) inset;
}

.nav-cart .nav-cart-list .options {
  padding: 0;
}

.nav-cart .nav-cart-list .options .btn {
  display: block;
  color: #ffffff;
}

.nav-cart .nav-cart-list .options .row {
  margin-bottom: 0;
}

.card {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #fefefe;
  border-radius: 3px;
  margin: 16px;
  width: 100%;
  position: relative;
}

.card.close .card-header.with-border {
  border: none;
}

.card.close .card-body {
  display: none;
}

.card.height-100 {
  height: 100%;
}

.card.collapsable .card-header {
  position: relative;
  cursor: pointer;
}

.card.collapsable .card-header:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -9px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.25);
  border-left: 6px solid transparent;
}

.card.collapsable.close .card-header:after {
  margin-top: -3px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: transparent;
}

.card.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal .card-left {
  width: 30%;
}

.card.horizontal .card-right {
  width: 70%;
}

.card.horizontal .with-border {
  border: none !important;
}

.card.card-default {
  border-top: 3px solid #f0f0f0;
}

.card.card-success {
  border-top: 3px solid #2ab27b;
}

.card.card-warning {
  border-top: 3px solid #ff9800;
}

.card .card-badge {
  position: absolute;
  top: 8px;
  right: -1px;
  background: #aeaeae;
  color: #fefefe;
  padding: 4px 8px;
}

.card .card-badge.info {
  background: #2c3e50;
}

.card .card-badge.primary {
  background: #0091EA;
}

.card .card-badge.warning {
  background: #ff9800;
}

.card .card-header {
  padding: 8px;
}

.card .card-header.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-header .card-title {
  font-weight: bold;
  display: inline-block;
}

.card .card-header .card-subtitle {
  display: inline-block;
  font-size: 12px;
}

.card .card-cover {
  position: relative;
}

.card .card-cover img {
  display: block;
  width: 100%;
}

.card .card-cover.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-body {
  padding: 8px;
}

.card .card-body.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-body.with-items .pc-resume-shopping {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-footer {
  padding: 8px;
}

.card .card-footer.with-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card .card-controls .form-control.has-error {
  border-color: #d33636;
  -webkit-box-shadow: 0 0 1px 1px #d33636 inset;
          box-shadow: 0 0 1px 1px #d33636 inset;
}

.card .card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-list.striped .card-item:nth-child(2n) {
  background: #efefef;
}

.card .card-list .logo_paqueterias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .card-list .card-item-content {
  display: block;
  padding: 5px;
}

.card .card-list .card-item-link {
  background: transparent;
  border-radius: 0;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000000;
}

.card .card-list .card-item-link:hover {
  background: rgba(0, 0, 0, 0.1);
}

.card .table {
  margin: 0;
}

.pc-resume {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-resume a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pc-resume a:hover .pc-layer {
  display: block;
}

.pc-resume .pc-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 246, 0.52);
  position: absolute;
  display: none;
}

.pc-resume .pc-cover {
  width: 30%;
  padding: 8px;
}

.pc-resume .pc-cover img {
  width: 100%;
  height: auto;
}

.pc-resume .pc-body {
  width: 70%;
  padding: 8px 8px 8px 0;
}

.pc-resume .pc-body .pc-name {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pc-resume .pc-body .pc-brand {
  font-size: 12px;
  color: #0091EA;
  margin-bottom: 4px;
}

.pc-resume .pc-body .pc-description {
  font-size: 10px;
  margin-bottom: 4px;
}

.pc-resume .pc-body .pc-code {
  font-size: 10px;
  margin-bottom: 4px;
}

.pc-resume .pc-body .pc-code strong {
  font-weight: bold;
}

.pc-resume-v {
  border: 1px solid #f5f5f5;
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pc-resume-v a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
  width: 100%;
}

.pc-resume-v .pc-cover {
  width: 100%;
  max-height: 145px;
  padding: 8px;
  text-align: center;
}

.pc-resume-v .pc-cover img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.pc-resume-v .pc-body {
  width: 100%;
  padding: 8px;
}

.pc-resume-v .pc-body .pc-name {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pc-resume-v .pc-body .pc-brand {
  font-size: 12px;
  color: #0091EA;
  margin-bottom: 4px;
}

.pc-resume-v .pc-body .pc-description {
  font-size: 10px;
  margin-bottom: 4px;
}

.pc-resume-v .pc-body .pc-code {
  font-size: 10px;
  margin-bottom: 4px;
}

.pc-resume-v .pc-body .pc-code strong {
  font-weight: bold;
}

.pc-shopping {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  margin-bottom: 16px;
  background: #ffffff;
  width: 100%;
  position: relative;
}

.pc-shopping.danger {
  border-top: 3px solid #d33636;
}

.pc-shopping .pc-alert {
  width: 100%;
  padding: 8px;
  background: #f8dddd;
  color: #861d1d;
}

.pc-shopping .btn-trash {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 12px;
  padding: 3px;
  width: 24px;
  text-align: center;
}

.pc-shopping .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.pc-shopping .pc-cover {
  width: 18%;
  padding: 8px;
}

.pc-shopping .pc-cover img {
  width: 100%;
  height: auto;
}

.pc-shopping .pc-body {
  width: 82%;
}

.pc-shopping .pc-body .pc-header {
  padding: 8px;
}

.pc-shopping .pc-body .pc-header .pc-title {
  margin-bottom: 4px;
  padding-right: 32px;
}

.pc-shopping .pc-body .pc-header .pc-title a {
  text-decoration: none;
  color: #0091EA;
}

.pc-shopping .pc-body .pc-header .pc-title a:hover {
  text-decoration: underline;
}

.pc-shopping .pc-body .pc-header .pc-subtitle {
  margin: 0;
}

.pc-shopping .pc-body .pc-header .pc-subtitle .w3 {
  padding: 0;
}

.pc-shopping .pc-body .pc-description {
  padding: 8px;
}

.pc-shopping .pc-body .pc-description .row {
  margin: 0;
}

.pc-shopping .pc-body .pc-description .btn {
  padding: 0 8px;
}

.pc-shopping .pc-body .pc-description .form-control {
  padding: 0 4px;
  text-align: right;
  width: 44px;
}

.pc-shopping .pc-body .add-shopping-cart {
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-shopping .pc-body .add-shopping-cart .form-control {
  width: 100%;
  border-radius: 3px 0 0 3px;
  padding: 2px 6px;
}

.pc-shopping .pc-body .add-shopping-cart .btn-success {
  border-radius: 0 3px 3px 0;
}

.pc-shopping .pc-body .send-notification {
  padding: 0 16px;
}

.pc-shopping .pc-body .send-notification .btn-success {
  background: #862197;
  border-color: #862197;
  padding: 2px;
}

.pc-resume-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fefefe;
}

.pc-resume-shopping .pc-cover {
  width: 30%;
  padding: 4px;
}

.pc-resume-shopping .pc-cover img {
  width: 100%;
  height: auto;
}

.pc-resume-shopping .pc-body {
  width: 70%;
  padding: 4px;
  font-size: 12px;
}

.pc-resume-shopping .pc-body a {
  text-decoration: none;
  color: inherit;
}

.pc-resume-shopping .pc-body .pc-name {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.pc-resume-shopping .pc-body .pc-code {
  color: #0091EA;
  font-size: 11px;
}

.pc-resume-shopping .pc-footer {
  width: 100%;
  font-size: 12px;
  padding: 4px;
}

.pc-resume-shopping .pc-footer .row {
  margin: 0;
}

.pc-resume-shopping .pc-footer .row .w6 {
  padding: 0;
}

.pc-resume-shopping .pc-footer .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-resume-shopping .pc-footer .counter .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.pc-resume-shopping .pc-footer .counter .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.pc-resume-shopping .pc-footer .counter .form-control {
  display: inline-block;
  width: 42px;
  padding: 3px 6px;
  text-align: right;
  border-radius: 0;
  border-color: #d1d1d1;
  border-left: none;
  border-right: none;
}

.customer-quotation {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 682px;
  margin: 0 auto;
  padding: 12px 52px 52px;
  font-size: 12px;
  position: relative;
  line-height: 1.4;
}

@media only screen and (max-width: 696px) {
  .customer-quotation {
    padding: 12px;
  }
}

.customer-quotation .line {
  border-bottom: 1px solid #323232;
}

.customer-quotation .text-italic {
  font-style: italic;
}

.customer-quotation .text-upper {
  text-transform: uppercase;
}

.customer-quotation .table-responsive .q-table td,
.customer-quotation .table-responsive .q-table th {
  white-space: nowrap;
}

.customer-quotation .q-table {
  width: 100%;
  border-collapse: collapse;
}

.customer-quotation .q-table .col-subtotal {
  min-width: 120px;
}

.customer-quotation .q-table th {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #323232;
}

.customer-quotation .q-table th.text-center {
  text-align: center;
}

.customer-quotation .q-table th.text-right {
  text-align: right;
}

.customer-quotation .q-table td {
  padding: 3px 0;
}

.customer-quotation .q-table td.text-right {
  text-align: right;
}

.customer-quotation .q-table tbody .dates,
.customer-quotation .q-table tfoot .dates {
  vertical-align: top;
}

.customer-quotation .q-table tbody tr td,
.customer-quotation .q-table tfoot tr td {
  font-size: 10px;
}

.customer-quotation .q-table tbody tr:first-child td,
.customer-quotation .q-table tfoot tr:first-child td {
  padding-top: 12px;
}

.customer-quotation .q-table tbody tr:last-child td,
.customer-quotation .q-table tfoot tr:last-child td {
  padding-bottom: 12px;
}

.customer-quotation .q-table tbody tr:last-child td {
  border-bottom: 1px solid #323232;
}

.customer-quotation .q-header {
  overflow: hidden;
  padding: 6px;
}

.customer-quotation .q-header .q-logo {
  float: left;
  width: 27%;
}

.customer-quotation .q-header .q-logo img {
  display: block;
  max-width: 60px;
  width: 100%;
}

.customer-quotation .q-header .q-data {
  padding-top: 13px;
  float: left;
  width: 73%;
  text-transform: uppercase;
}

.customer-quotation .q-to {
  padding: 6px 0;
}

.customer-quotation .q-to .q-id {
  margin-bottom: 18px;
}

.customer-quotation .q-contact {
  padding: 6px 0;
}

.customer-quotation .q-products {
  padding: 6 0;
}

.customer-quotation .q-disclaimer {
  overflow: hidden;
  padding: 6px 0;
}

.customer-quotation .q-disclaimer .col-left,
.customer-quotation .q-disclaimer .col-right {
  float: left;
  width: 50%;
}

.customer-quotation .q-disclaimer .col-left .col-body,
.customer-quotation .q-disclaimer .col-right .col-body {
  font-style: italic;
}

.customer-quotation .q-disclaimer .col-left .col-body p,
.customer-quotation .q-disclaimer .col-right .col-body p {
  margin: 0 0 9px;
}

.customer-quotation .q-disclaimer .col-left {
  width: 60%;
}

@media only screen and (max-width: 594px) {
  .customer-quotation .q-disclaimer .col-left {
    width: 100%;
  }
}

.customer-quotation .q-disclaimer .col-right {
  width: 40%;
}

@media only screen and (max-width: 594px) {
  .customer-quotation .q-disclaimer .col-right {
    width: 100%;
  }
}

.customer-quotation .q-comments {
  padding: 6px 0;
}

.customer-quotation .q-sign {
  text-align: center;
  padding: 48px 0 0;
}

.customer-quotation .q-sign .sign-line {
  width: 50%;
  margin: 0 auto;
}

.customer-quotation .q-sign .sincerely {
  padding-top: 28px;
}

.customer-quotation .q-sign .sincerely .title {
  width: 240px;
  margin: auto;
  background: #323232;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
}

.lists .card-title {
  font-size: 14px;
}

.lists .card-list {
  overflow-y: auto;
  max-height: 230px;
}

.lists .lists-controls .lists-control-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lists .lists-controls .lists-control-new .form-control {
  border-radius: 3px 0 0 3px;
}

.lists .lists-controls .lists-control-new .btn {
  border-radius: 0 3px 3px 0;
}

#list-items .panel-header {
  padding: 16px;
}

#list-items .pc-shopping .pc-cover {
  width: 12%;
}

#list-items .pc-shopping .pc-body {
  width: 88%;
}

.v-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fefefe;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tooltip {
  display: block !important;
  z-index: 10000;
  min-width: 212px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

.tooltip .card {
  margin: 0;
  font-size: 12px;
}

.tooltip .tooltip-inner {
  background: #fefefe;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.v-switch {
  display: block;
  width: 100%;
}

.v-switch .v-switch-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-switch .v-switch-option {
  background: #51bdff;
  color: #fefefe;
}

.v-switch .v-switch-option:first-child {
  border-radius: 3px 0 0 3px;
}

.v-switch .v-switch-option:last-child {
  border-radius: 0 3px 3px 0;
}

.v-switch .v-switch-option.selected {
  background: #0091EA;
}

.v-switch .v-switch-btn {
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fefefe;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 8px;
}

.vue-switcher-theme--custom.vue-switcher-color--blue {
  display: block;
}

.vue-switcher-theme--custom.vue-switcher-color--blue div {
  height: 24px;
  width: 40px;
  background-color: #eaf7ff;
}

.vue-switcher-theme--custom.vue-switcher-color--blue div:after {
  top: 2px;
  margin-left: -23px;
  background-color: #0091EA;
}

.vue-switcher-theme--custom.vue-switcher-color--blue.vue-switcher--unchecked div {
  background-color: #f2f2f2;
}

.vue-switcher-theme--custom.vue-switcher-color--blue.vue-switcher--unchecked div:after {
  left: 26px;
  background-color: #757575;
}

.steps .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps .step-item {
  padding: 4px;
  width: 50%;
}

.steps .step-item .label {
  display: inline-block;
  background: #fefefe;
  color: #020202;
  border-radius: 50%;
  border: 2px solid #d6eaf7;
  padding: 4px;
  width: 27px;
  text-align: center;
  margin-right: 8px;
}

.steps .step-item.active .label {
  background: #f39c12;
  border-color: #c87f0a;
}

.v-collapse-group .card-header .fab,
.v-collapse-group .card-header .fas {
  margin: 0 4px;
}

.v-collapse-group .card-body {
  padding: 0;
}

.v-collapse-group .v-collapse-content {
  padding: 16px;
}

.v-collapse-group .control-radio {
  display: inline-block;
}

.v-collapse-group .btn .fas {
  margin: 0;
}

.v-collapse-group .btn-sm {
  font-size: 12px;
  padding: 3px 6px;
  margin: 0 0 0 8px;
}

.v-collapse-group .v-collapse-content {
  display: none;
}

.v-collapse-group .v-collapse-content.v-collapse-content-end {
  display: block;
}

.v-help-center {
  position: relative;
}

.v-help-center .v-help-center-control {
  overflow: hidden;
}

.v-help-center .v-help-center-control .form-control {
  float: left;
  width: 80%;
  border-radius: 3px 0 0 3px;
}

.v-help-center .v-help-center-control .btn {
  float: left;
  width: 20%;
  border-radius: 0 3px 3px 0;
}

.v-help-center .v-help-results {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.v-help-center .v-help-results .v-help-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 2px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 3px 0;
}

.v-help-center .v-help-results .v-help-results-list .v-help-results-item {
  border-bottom: 1px solid #cfcfcf;
}

.v-help-center .v-help-results .v-help-results-list .v-help-results-item:last-child {
  border-bottom: none;
}

.v-help-center .v-help-results .v-help-results-list .v-help-results-link {
  display: block;
  width: 100%;
  padding: 12px 6px;
  text-decoration: none;
  color: #222222;
}

.v-help-center .v-help-results .v-help-results-list .v-help-results-link:hover {
  background: #efefef;
}

.v-help-center .v-help-results .v-help-results-list .v-help-results-link p {
  margin: 4px 0 0;
}

