:root {
  --primary-color: #8D3D3D;
  --primary-dark-color: #323c44;
  --primary-main-color: #8d3d3d;
  --secondary-main-color: #F3E1DA;
}

@import url(https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&family=Jost:wght@100;200;300;400;500;600;700&display=swap);@charset "UTF-8";
/* Fonts */
/* Bulma Utilities */
.file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 2px);
  padding-left: calc(0.75em - 2px);
  padding-right: calc(0.75em - 2px);
  padding-top: calc(0.5em - 2px);
  position: relative;
  vertical-align: top;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.control.is-loading::after, .select.is-loading::after, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0deg, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-width: 2px;
  color: hsl(0deg, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 2px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 2px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 2px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 2px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 2px);
  margin-right: calc(-0.5em - 2px);
}
.button:hover, .button.is-hovered {
  border-color: #D0D1CD;
  color: hsl(0deg, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(0deg, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25);
}
.button:active, .button.is-active {
  border-color: #757763;
  color: hsl(0deg, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #757763;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #FA7C91;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #FA7C91;
  text-decoration: underline;
}
.button.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: var(--primary-dark-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(5, 131, 115, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: var(--primary-dark-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: var(--primary-color);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: var(--primary-color);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent var(--primary-color) var(--primary-color) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: var(--primary-color);
  box-shadow: none;
  color: var(--primary-color);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: var(--primary-color);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #058373 #058373 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #ebfefc;
  color: var(--primary-color);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #dffefa;
  border-color: transparent;
  color: var(--primary-color);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d3fdf8;
  border-color: transparent;
  color: var(--primary-color);
}
.button.is-link {
  background-color: #FA7C91;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #fa7087;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #f9637c;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #FA7C91;
  border-color: #FA7C91;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #FA7C91;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #FA7C91;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #FA7C91;
  color: #FA7C91;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #FA7C91;
  border-color: #FA7C91;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #FA7C91 #FA7C91 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #FA7C91;
  box-shadow: none;
  color: #FA7C91;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #FA7C91;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FA7C91 #FA7C91 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #feebef;
  color: #ac0722;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #fedfe4;
  border-color: transparent;
  color: #ac0722;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #fdd3da;
  border-color: transparent;
  color: #ac0722;
}
.button.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207deg, 61%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(207deg, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207deg, 61%, 53%);
  color: hsl(207deg, 61%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207deg, 61%, 53%);
  box-shadow: none;
  color: hsl(207deg, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(207deg, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
.button.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153deg, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153deg, 53%, 53%);
  color: hsl(153deg, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153deg, 53%, 53%);
  box-shadow: none;
  color: hsl(153deg, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.button.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44deg, 100%, 77%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44deg, 100%, 77%);
  color: hsl(44deg, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44deg, 100%, 77%);
  box-shadow: none;
  color: hsl(44deg, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.button.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0deg, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #757763;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0deg, 0%, 21%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  border-radius: 4px;
  color: hsl(0deg, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #D0D1CD;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #FA7C91;
  box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: hsl(0deg, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0deg, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0deg, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0deg, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #058373;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(5, 131, 115, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #FA7C91;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(207deg, 61%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: hsl(153deg, 53%, 53%);
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(44deg, 100%, 77%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348deg, 86%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 2px) + 0.375em);
  padding-right: calc(calc(0.75em - 2px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 2px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0deg, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0deg, 0%, 48%);
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #FA7C91;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0deg, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0deg, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0deg, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0deg, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0deg, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0deg, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0deg, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #058373;
}
.select.is-primary select {
  border-color: #058373;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #046a5d;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(5, 131, 115, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #FA7C91;
}
.select.is-link select {
  border-color: #FA7C91;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #f9637c;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207deg, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207deg, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(153deg, 53%, 53%);
}
.select.is-success select {
  border-color: hsl(153deg, 53%, 53%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44deg, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44deg, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348deg, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348deg, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0deg, 0%, 48%) !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0deg, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0deg, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #058373;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #057768;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(5, 131, 115, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #046a5d;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #FA7C91;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #fa7087;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(250, 124, 145, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #f9637c;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(207deg, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: hsl(0deg, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0deg, 0%, 96%);
  color: #757763;
}

.file-name {
  border-color: hsl(0deg, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0deg, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0deg, 0%, 100%);
}
.help.is-black {
  color: hsl(0deg, 0%, 4%);
}
.help.is-light {
  color: hsl(0deg, 0%, 96%);
}
.help.is-dark {
  color: hsl(0deg, 0%, 21%);
}
.help.is-primary {
  color: #058373;
}
.help.is-link {
  color: #FA7C91;
}
.help.is-info {
  color: hsl(207deg, 61%, 53%);
}
.help.is-success {
  color: hsl(153deg, 53%, 53%);
}
.help.is-warning {
  color: hsl(44deg, 100%, 77%);
}
.help.is-danger {
  color: hsl(348deg, 86%, 61%);
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #757763;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0deg, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.navbar {
  background-color: hsl(0deg, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #058373;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #046a5d;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #046a5d;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #046a5d;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #058373;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #FA7C91;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #f9637c;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #f9637c;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f9637c;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #FA7C91;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153deg, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44deg, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348deg, 86%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0deg, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0deg, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #757763;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #757763;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0deg, 0%, 98%);
  color: #FA7C91;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #FA7C91;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #FA7C91;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #FA7C91;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #FA7C91;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0deg, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: #FA7C91;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0deg, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0deg, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0deg, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: #FA7C91;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0deg, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0deg, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0deg, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0deg, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0deg, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: hsl(0deg, 0%, 100%) !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: hsl(0deg, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: hsl(0deg, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0deg, 0%, 4%);
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: hsl(0deg, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0deg, 0%, 100%);
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: hsl(0deg, 0%, 4%) !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: hsl(0deg, 0%, 100%);
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0deg, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0deg, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0deg, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0deg, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: #058373;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #058373;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #046a5d;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: #058373 !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #058373;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #00553c 0%, #058373 71%, #0299a0 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00553c 0%, #058373 71%, #0299a0 100%);
  }
}
.hero.is-link {
  background-color: #FA7C91;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #FA7C91;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #f9637c;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: #FA7C91 !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FA7C91;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #ff4482 0%, #FA7C91 71%, #fe9292 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff4482 0%, #FA7C91 71%, #fe9292 100%);
  }
}
.hero.is-info {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(207deg, 61%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: hsl(207deg, 61%, 53%) !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(207deg, 61%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
  }
}
.hero.is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(153deg, 53%, 53%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: hsl(153deg, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
  }
}
.hero.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(44deg, 100%, 77%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: hsl(44deg, 100%, 77%) !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
  }
}
.hero.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348deg, 86%, 61%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: hsl(348deg, 86%, 61%) !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/boxicons.woff2) format("woff2"), url(../fonts/boxicons.ttf) format("truetype");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxs-balloon:before {
  content: "\eb60";
}

.bxs-castle:before {
  content: "\eb79";
}

.bxs-coffee-bean:before {
  content: "\eb92";
}

.bxs-objects-horizontal-center:before {
  content: "\ebab";
}

.bxs-objects-horizontal-left:before {
  content: "\ebc4";
}

.bxs-objects-horizontal-right:before {
  content: "\ebdd";
}

.bxs-objects-vertical-bottom:before {
  content: "\ebf6";
}

.bxs-objects-vertical-center:before {
  content: "\ef40";
}

.bxs-objects-vertical-top:before {
  content: "\ef41";
}

.bxs-pear:before {
  content: "\ef42";
}

.bxs-shield-minus:before {
  content: "\ef43";
}

.bxs-shield-plus:before {
  content: "\ef44";
}

.bxs-shower:before {
  content: "\ef45";
}

.bxs-sushi:before {
  content: "\ef46";
}

.bxs-universal-access:before {
  content: "\ef47";
}

.bx-child:before {
  content: "\ef48";
}

.bx-horizontal-left:before {
  content: "\ef49";
}

.bx-horizontal-right:before {
  content: "\ef4a";
}

.bx-objects-horizontal-center:before {
  content: "\ef4b";
}

.bx-objects-horizontal-left:before {
  content: "\ef4c";
}

.bx-objects-horizontal-right:before {
  content: "\ef4d";
}

.bx-objects-vertical-bottom:before {
  content: "\ef4e";
}

.bx-objects-vertical-center:before {
  content: "\ef4f";
}

.bx-objects-vertical-top:before {
  content: "\ef50";
}

.bx-rfid:before {
  content: "\ef51";
}

.bx-shield-minus:before {
  content: "\ef52";
}

.bx-shield-plus:before {
  content: "\ef53";
}

.bx-shower:before {
  content: "\ef54";
}

.bx-sushi:before {
  content: "\ef55";
}

.bx-universal-access:before {
  content: "\ef56";
}

.bx-vertical-bottom:before {
  content: "\ef57";
}

.bx-vertical-top:before {
  content: "\ef58";
}

.bxl-graphql:before {
  content: "\ef59";
}

.bxl-typescript:before {
  content: "\ef5a";
}

.bxs-color:before {
  content: "\ef39";
}

.bx-reflect-horizontal:before {
  content: "\ef3a";
}

.bx-reflect-vertical:before {
  content: "\ef3b";
}

.bx-color:before {
  content: "\ef3c";
}

.bxl-mongodb:before {
  content: "\ef3d";
}

.bxl-postgresql:before {
  content: "\ef3e";
}

.bxl-deezer:before {
  content: "\ef3f";
}

.bxs-hard-hat:before {
  content: "\ef2a";
}

.bxs-home-alt-2:before {
  content: "\ef2b";
}

.bxs-cheese:before {
  content: "\ef2c";
}

.bx-home-alt-2:before {
  content: "\ef2d";
}

.bx-hard-hat:before {
  content: "\ef2e";
}

.bx-cheese:before {
  content: "\ef2f";
}

.bx-cart-add:before {
  content: "\ef30";
}

.bx-cart-download:before {
  content: "\ef31";
}

.bx-no-signal:before {
  content: "\ef32";
}

.bx-signal-1:before {
  content: "\ef33";
}

.bx-signal-2:before {
  content: "\ef34";
}

.bx-signal-3:before {
  content: "\ef35";
}

.bx-signal-4:before {
  content: "\ef36";
}

.bx-signal-5:before {
  content: "\ef37";
}

.bxl-xing:before {
  content: "\ef38";
}

.bxl-meta:before {
  content: "\ef27";
}

.bx-lemon:before {
  content: "\ef28";
}

.bxs-lemon:before {
  content: "\ef29";
}

.bx-cricket-ball:before {
  content: "\ef0c";
}

.bx-baguette:before {
  content: "\ef0d";
}

.bx-bowl-hot:before {
  content: "\ef0e";
}

.bx-bowl-rice:before {
  content: "\ef0f";
}

.bx-cable-car:before {
  content: "\ef10";
}

.bx-candles:before {
  content: "\ef11";
}

.bx-circle-half:before {
  content: "\ef12";
}

.bx-circle-quarter:before {
  content: "\ef13";
}

.bx-circle-three-quarter:before {
  content: "\ef14";
}

.bx-cross:before {
  content: "\ef15";
}

.bx-fork:before {
  content: "\ef16";
}

.bx-knife:before {
  content: "\ef17";
}

.bx-money-withdraw:before {
  content: "\ef18";
}

.bx-popsicle:before {
  content: "\ef19";
}

.bx-scatter-chart:before {
  content: "\ef1a";
}

.bxs-baguette:before {
  content: "\ef1b";
}

.bxs-bowl-hot:before {
  content: "\ef1c";
}

.bxs-bowl-rice:before {
  content: "\ef1d";
}

.bxs-cable-car:before {
  content: "\ef1e";
}

.bxs-circle-half:before {
  content: "\ef1f";
}

.bxs-circle-quarter:before {
  content: "\ef20";
}

.bxs-circle-three-quarter:before {
  content: "\ef21";
}

.bxs-cricket-ball:before {
  content: "\ef22";
}

.bxs-invader:before {
  content: "\ef23";
}

.bx-male-female:before {
  content: "\ef24";
}

.bxs-popsicle:before {
  content: "\ef25";
}

.bxs-tree-alt:before {
  content: "\ef26";
}

.bxl-venmo:before {
  content: "\e900";
}

.bxl-upwork:before {
  content: "\e901";
}

.bxl-netlify:before {
  content: "\e902";
}

.bxl-java:before {
  content: "\e903";
}

.bxl-heroku:before {
  content: "\e904";
}

.bxl-go-lang:before {
  content: "\e905";
}

.bxl-gmail:before {
  content: "\e906";
}

.bxl-flask:before {
  content: "\e907";
}

.bxl-99designs:before {
  content: "\e908";
}

.bxl-500px:before {
  content: "\e909";
}

.bxl-adobe:before {
  content: "\e90a";
}

.bxl-airbnb:before {
  content: "\e90b";
}

.bxl-algolia:before {
  content: "\e90c";
}

.bxl-amazon:before {
  content: "\e90d";
}

.bxl-android:before {
  content: "\e90e";
}

.bxl-angular:before {
  content: "\e90f";
}

.bxl-apple:before {
  content: "\e910";
}

.bxl-audible:before {
  content: "\e911";
}

.bxl-aws:before {
  content: "\e912";
}

.bxl-baidu:before {
  content: "\e913";
}

.bxl-behance:before {
  content: "\e914";
}

.bxl-bing:before {
  content: "\e915";
}

.bxl-bitcoin:before {
  content: "\e916";
}

.bxl-blender:before {
  content: "\e917";
}

.bxl-blogger:before {
  content: "\e918";
}

.bxl-bootstrap:before {
  content: "\e919";
}

.bxl-chrome:before {
  content: "\e91a";
}

.bxl-codepen:before {
  content: "\e91b";
}

.bxl-c-plus-plus:before {
  content: "\e91c";
}

.bxl-creative-commons:before {
  content: "\e91d";
}

.bxl-css3:before {
  content: "\e91e";
}

.bxl-dailymotion:before {
  content: "\e91f";
}

.bxl-deviantart:before {
  content: "\e920";
}

.bxl-dev-to:before {
  content: "\e921";
}

.bxl-digg:before {
  content: "\e922";
}

.bxl-digitalocean:before {
  content: "\e923";
}

.bxl-discord:before {
  content: "\e924";
}

.bxl-discord-alt:before {
  content: "\e925";
}

.bxl-discourse:before {
  content: "\e926";
}

.bxl-django:before {
  content: "\e927";
}

.bxl-docker:before {
  content: "\e928";
}

.bxl-dribbble:before {
  content: "\e929";
}

.bxl-dropbox:before {
  content: "\e92a";
}

.bxl-drupal:before {
  content: "\e92b";
}

.bxl-ebay:before {
  content: "\e92c";
}

.bxl-edge:before {
  content: "\e92d";
}

.bxl-etsy:before {
  content: "\e92e";
}

.bxl-facebook:before {
  content: "\e92f";
}

.bxl-facebook-circle:before {
  content: "\e930";
}

.bxl-facebook-square:before {
  content: "\e931";
}

.bxl-figma:before {
  content: "\e932";
}

.bxl-firebase:before {
  content: "\e933";
}

.bxl-firefox:before {
  content: "\e934";
}

.bxl-flickr:before {
  content: "\e935";
}

.bxl-flickr-square:before {
  content: "\e936";
}

.bxl-flutter:before {
  content: "\e937";
}

.bxl-foursquare:before {
  content: "\e938";
}

.bxl-git:before {
  content: "\e939";
}

.bxl-github:before {
  content: "\e93a";
}

.bxl-gitlab:before {
  content: "\e93b";
}

.bxl-google:before {
  content: "\e93c";
}

.bxl-google-cloud:before {
  content: "\e93d";
}

.bxl-google-plus:before {
  content: "\e93e";
}

.bxl-google-plus-circle:before {
  content: "\e93f";
}

.bxl-html5:before {
  content: "\e940";
}

.bxl-imdb:before {
  content: "\e941";
}

.bxl-instagram:before {
  content: "\e942";
}

.bxl-instagram-alt:before {
  content: "\e943";
}

.bxl-internet-explorer:before {
  content: "\e944";
}

.bxl-invision:before {
  content: "\e945";
}

.bxl-javascript:before {
  content: "\e946";
}

.bxl-joomla:before {
  content: "\e947";
}

.bxl-jquery:before {
  content: "\e948";
}

.bxl-jsfiddle:before {
  content: "\e949";
}

.bxl-kickstarter:before {
  content: "\e94a";
}

.bxl-kubernetes:before {
  content: "\e94b";
}

.bxl-less:before {
  content: "\e94c";
}

.bxl-linkedin:before {
  content: "\e94d";
}

.bxl-linkedin-square:before {
  content: "\e94e";
}

.bxl-magento:before {
  content: "\e94f";
}

.bxl-mailchimp:before {
  content: "\e950";
}

.bxl-markdown:before {
  content: "\e951";
}

.bxl-mastercard:before {
  content: "\e952";
}

.bxl-mastodon:before {
  content: "\e953";
}

.bxl-medium:before {
  content: "\e954";
}

.bxl-medium-old:before {
  content: "\e955";
}

.bxl-medium-square:before {
  content: "\e956";
}

.bxl-messenger:before {
  content: "\e957";
}

.bxl-microsoft:before {
  content: "\e958";
}

.bxl-microsoft-teams:before {
  content: "\e959";
}

.bxl-nodejs:before {
  content: "\e95a";
}

.bxl-ok-ru:before {
  content: "\e95b";
}

.bxl-opera:before {
  content: "\e95c";
}

.bxl-patreon:before {
  content: "\e95d";
}

.bxl-paypal:before {
  content: "\e95e";
}

.bxl-periscope:before {
  content: "\e95f";
}

.bxl-php:before {
  content: "\e960";
}

.bxl-pinterest:before {
  content: "\e961";
}

.bxl-pinterest-alt:before {
  content: "\e962";
}

.bxl-play-store:before {
  content: "\e963";
}

.bxl-pocket:before {
  content: "\e964";
}

.bxl-product-hunt:before {
  content: "\e965";
}

.bxl-python:before {
  content: "\e966";
}

.bxl-quora:before {
  content: "\e967";
}

.bxl-react:before {
  content: "\e968";
}

.bxl-redbubble:before {
  content: "\e969";
}

.bxl-reddit:before {
  content: "\e96a";
}

.bxl-redux:before {
  content: "\e96b";
}

.bxl-sass:before {
  content: "\e96c";
}

.bxl-shopify:before {
  content: "\e96d";
}

.bxl-sketch:before {
  content: "\e96e";
}

.bxl-skype:before {
  content: "\e96f";
}

.bxl-slack:before {
  content: "\e970";
}

.bxl-slack-old:before {
  content: "\e971";
}

.bxl-snapchat:before {
  content: "\e972";
}

.bxl-soundcloud:before {
  content: "\e973";
}

.bxl-spotify:before {
  content: "\e974";
}

.bxl-spring-boot:before {
  content: "\e975";
}

.bxl-squarespace:before {
  content: "\e976";
}

.bxl-stack-overflow:before {
  content: "\e977";
}

.bxl-steam:before {
  content: "\e978";
}

.bxl-stripe:before {
  content: "\e979";
}

.bxl-tailwind-css:before {
  content: "\e97a";
}

.bxl-telegram:before {
  content: "\e97b";
}

.bxl-tiktok:before {
  content: "\e97c";
}

.bxl-trello:before {
  content: "\e97d";
}

.bxl-trip-advisor:before {
  content: "\e97e";
}

.bxl-tumblr:before {
  content: "\e97f";
}

.bxl-tux:before {
  content: "\e980";
}

.bxl-twitch:before {
  content: "\e981";
}

.bxl-twitter:before {
  content: "\e982";
}

.bxl-unity:before {
  content: "\e983";
}

.bxl-unsplash:before {
  content: "\e984";
}

.bxl-vimeo:before {
  content: "\e985";
}

.bxl-visa:before {
  content: "\e986";
}

.bxl-visual-studio:before {
  content: "\e987";
}

.bxl-vk:before {
  content: "\e988";
}

.bxl-vuejs:before {
  content: "\e989";
}

.bxl-whatsapp:before {
  content: "\e98a";
}

.bxl-whatsapp-square:before {
  content: "\e98b";
}

.bxl-wikipedia:before {
  content: "\e98c";
}

.bxl-windows:before {
  content: "\e98d";
}

.bxl-wix:before {
  content: "\e98e";
}

.bxl-wordpress:before {
  content: "\e98f";
}

.bxl-yahoo:before {
  content: "\e990";
}

.bxl-yelp:before {
  content: "\e991";
}

.bxl-youtube:before {
  content: "\e992";
}

.bxl-zoom:before {
  content: "\e993";
}

.bx-collapse-alt:before {
  content: "\e994";
}

.bx-collapse-horizontal:before {
  content: "\e995";
}

.bx-collapse-vertical:before {
  content: "\e996";
}

.bx-expand-horizontal:before {
  content: "\e997";
}

.bx-expand-vertical:before {
  content: "\e998";
}

.bx-injection:before {
  content: "\e999";
}

.bx-leaf:before {
  content: "\e99a";
}

.bx-math:before {
  content: "\e99b";
}

.bx-party:before {
  content: "\e99c";
}

.bx-abacus:before {
  content: "\e99d";
}

.bx-accessibility:before {
  content: "\e99e";
}

.bx-add-to-queue:before {
  content: "\e99f";
}

.bx-adjust:before {
  content: "\e9a0";
}

.bx-alarm:before {
  content: "\e9a1";
}

.bx-alarm-add:before {
  content: "\e9a2";
}

.bx-alarm-exclamation:before {
  content: "\e9a3";
}

.bx-alarm-off:before {
  content: "\e9a4";
}

.bx-alarm-snooze:before {
  content: "\e9a5";
}

.bx-album:before {
  content: "\e9a6";
}

.bx-align-justify:before {
  content: "\e9a7";
}

.bx-align-left:before {
  content: "\e9a8";
}

.bx-align-middle:before {
  content: "\e9a9";
}

.bx-align-right:before {
  content: "\e9aa";
}

.bx-analyse:before {
  content: "\e9ab";
}

.bx-anchor:before {
  content: "\e9ac";
}

.bx-angry:before {
  content: "\e9ad";
}

.bx-aperture:before {
  content: "\e9ae";
}

.bx-arch:before {
  content: "\e9af";
}

.bx-archive:before {
  content: "\e9b0";
}

.bx-archive-in:before {
  content: "\e9b1";
}

.bx-archive-out:before {
  content: "\e9b2";
}

.bx-area:before {
  content: "\e9b3";
}

.bx-arrow-back:before {
  content: "\e9b4";
}

.bx-arrow-from-bottom:before {
  content: "\e9b5";
}

.bx-arrow-from-left:before {
  content: "\e9b6";
}

.bx-arrow-from-right:before {
  content: "\e9b7";
}

.bx-arrow-from-top:before {
  content: "\e9b8";
}

.bx-arrow-to-bottom:before {
  content: "\e9b9";
}

.bx-arrow-to-left:before {
  content: "\e9ba";
}

.bx-arrow-to-right:before {
  content: "\e9bb";
}

.bx-arrow-to-top:before {
  content: "\e9bc";
}

.bx-at:before {
  content: "\e9bd";
}

.bx-atom:before {
  content: "\e9be";
}

.bx-award:before {
  content: "\e9bf";
}

.bx-badge:before {
  content: "\e9c0";
}

.bx-badge-check:before {
  content: "\e9c1";
}

.bx-ball:before {
  content: "\e9c2";
}

.bx-band-aid:before {
  content: "\e9c3";
}

.bx-bar-chart:before {
  content: "\e9c4";
}

.bx-bar-chart-alt:before {
  content: "\e9c5";
}

.bx-bar-chart-alt-2:before {
  content: "\e9c6";
}

.bx-bar-chart-square:before {
  content: "\e9c7";
}

.bx-barcode:before {
  content: "\e9c8";
}

.bx-barcode-reader:before {
  content: "\e9c9";
}

.bx-baseball:before {
  content: "\e9ca";
}

.bx-basket:before {
  content: "\e9cb";
}

.bx-basketball:before {
  content: "\e9cc";
}

.bx-bath:before {
  content: "\e9cd";
}

.bx-battery:before {
  content: "\e9ce";
}

.bx-bed:before {
  content: "\e9cf";
}

.bx-been-here:before {
  content: "\e9d0";
}

.bx-beer:before {
  content: "\e9d1";
}

.bx-bell:before {
  content: "\e9d2";
}

.bx-bell-minus:before {
  content: "\e9d3";
}

.bx-bell-off:before {
  content: "\e9d4";
}

.bx-bell-plus:before {
  content: "\e9d5";
}

.bx-bible:before {
  content: "\e9d6";
}

.bx-bitcoin:before {
  content: "\e9d7";
}

.bx-blanket:before {
  content: "\e9d8";
}

.bx-block:before {
  content: "\e9d9";
}

.bx-bluetooth:before {
  content: "\e9da";
}

.bx-body:before {
  content: "\e9db";
}

.bx-bold:before {
  content: "\e9dc";
}

.bx-bolt-circle:before {
  content: "\e9dd";
}

.bx-bomb:before {
  content: "\e9de";
}

.bx-bone:before {
  content: "\e9df";
}

.bx-bong:before {
  content: "\e9e0";
}

.bx-book:before {
  content: "\e9e1";
}

.bx-book-add:before {
  content: "\e9e2";
}

.bx-book-alt:before {
  content: "\e9e3";
}

.bx-book-bookmark:before {
  content: "\e9e4";
}

.bx-book-content:before {
  content: "\e9e5";
}

.bx-book-heart:before {
  content: "\e9e6";
}

.bx-bookmark:before {
  content: "\e9e7";
}

.bx-bookmark-alt:before {
  content: "\e9e8";
}

.bx-bookmark-alt-minus:before {
  content: "\e9e9";
}

.bx-bookmark-alt-plus:before {
  content: "\e9ea";
}

.bx-bookmark-heart:before {
  content: "\e9eb";
}

.bx-bookmark-minus:before {
  content: "\e9ec";
}

.bx-bookmark-plus:before {
  content: "\e9ed";
}

.bx-bookmarks:before {
  content: "\e9ee";
}

.bx-book-open:before {
  content: "\e9ef";
}

.bx-book-reader:before {
  content: "\e9f0";
}

.bx-border-all:before {
  content: "\e9f1";
}

.bx-border-bottom:before {
  content: "\e9f2";
}

.bx-border-inner:before {
  content: "\e9f3";
}

.bx-border-left:before {
  content: "\e9f4";
}

.bx-border-none:before {
  content: "\e9f5";
}

.bx-border-outer:before {
  content: "\e9f6";
}

.bx-border-radius:before {
  content: "\e9f7";
}

.bx-border-right:before {
  content: "\e9f8";
}

.bx-border-top:before {
  content: "\e9f9";
}

.bx-bot:before {
  content: "\e9fa";
}

.bx-bowling-ball:before {
  content: "\e9fb";
}

.bx-box:before {
  content: "\e9fc";
}

.bx-bracket:before {
  content: "\e9fd";
}

.bx-braille:before {
  content: "\e9fe";
}

.bx-brain:before {
  content: "\e9ff";
}

.bx-briefcase:before {
  content: "\ea00";
}

.bx-briefcase-alt:before {
  content: "\ea01";
}

.bx-briefcase-alt-2:before {
  content: "\ea02";
}

.bx-brightness:before {
  content: "\ea03";
}

.bx-brightness-half:before {
  content: "\ea04";
}

.bx-broadcast:before {
  content: "\ea05";
}

.bx-brush:before {
  content: "\ea06";
}

.bx-brush-alt:before {
  content: "\ea07";
}

.bx-bug:before {
  content: "\ea08";
}

.bx-bug-alt:before {
  content: "\ea09";
}

.bx-building:before {
  content: "\ea0a";
}

.bx-building-house:before {
  content: "\ea0b";
}

.bx-buildings:before {
  content: "\ea0c";
}

.bx-bulb:before {
  content: "\ea0d";
}

.bx-bullseye:before {
  content: "\ea0e";
}

.bx-buoy:before {
  content: "\ea0f";
}

.bx-bus:before {
  content: "\ea10";
}

.bx-bus-school:before {
  content: "\ea11";
}

.bx-cabinet:before {
  content: "\ea12";
}

.bx-cake:before {
  content: "\ea13";
}

.bx-calculator:before {
  content: "\ea14";
}

.bx-calendar:before {
  content: "\ea15";
}

.bx-calendar-alt:before {
  content: "\ea16";
}

.bx-calendar-check:before {
  content: "\ea17";
}

.bx-calendar-edit:before {
  content: "\ea18";
}

.bx-calendar-event:before {
  content: "\ea19";
}

.bx-calendar-exclamation:before {
  content: "\ea1a";
}

.bx-calendar-heart:before {
  content: "\ea1b";
}

.bx-calendar-minus:before {
  content: "\ea1c";
}

.bx-calendar-plus:before {
  content: "\ea1d";
}

.bx-calendar-star:before {
  content: "\ea1e";
}

.bx-calendar-week:before {
  content: "\ea1f";
}

.bx-calendar-x:before {
  content: "\ea20";
}

.bx-camera:before {
  content: "\ea21";
}

.bx-camera-home:before {
  content: "\ea22";
}

.bx-camera-movie:before {
  content: "\ea23";
}

.bx-camera-off:before {
  content: "\ea24";
}

.bx-capsule:before {
  content: "\ea25";
}

.bx-captions:before {
  content: "\ea26";
}

.bx-car:before {
  content: "\ea27";
}

.bx-card:before {
  content: "\ea28";
}

.bx-caret-down:before {
  content: "\ea29";
}

.bx-caret-down-circle:before {
  content: "\ea2a";
}

.bx-caret-down-square:before {
  content: "\ea2b";
}

.bx-caret-left:before {
  content: "\ea2c";
}

.bx-caret-left-circle:before {
  content: "\ea2d";
}

.bx-caret-left-square:before {
  content: "\ea2e";
}

.bx-caret-right:before {
  content: "\ea2f";
}

.bx-caret-right-circle:before {
  content: "\ea30";
}

.bx-caret-right-square:before {
  content: "\ea31";
}

.bx-caret-up:before {
  content: "\ea32";
}

.bx-caret-up-circle:before {
  content: "\ea33";
}

.bx-caret-up-square:before {
  content: "\ea34";
}

.bx-carousel:before {
  content: "\ea35";
}

.bx-cart:before {
  content: "\ea36";
}

.bx-cart-alt:before {
  content: "\ea37";
}

.bx-cast:before {
  content: "\ea38";
}

.bx-category:before {
  content: "\ea39";
}

.bx-category-alt:before {
  content: "\ea3a";
}

.bx-cctv:before {
  content: "\ea3b";
}

.bx-certification:before {
  content: "\ea3c";
}

.bx-chair:before {
  content: "\ea3d";
}

.bx-chalkboard:before {
  content: "\ea3e";
}

.bx-chart:before {
  content: "\ea3f";
}

.bx-chat:before {
  content: "\ea40";
}

.bx-check:before {
  content: "\ea41";
}

.bx-checkbox:before {
  content: "\ea42";
}

.bx-checkbox-checked:before {
  content: "\ea43";
}

.bx-checkbox-minus:before {
  content: "\ea44";
}

.bx-checkbox-square:before {
  content: "\ea45";
}

.bx-check-circle:before {
  content: "\ea46";
}

.bx-check-double:before {
  content: "\ea47";
}

.bx-check-shield:before {
  content: "\ea48";
}

.bx-check-square:before {
  content: "\ea49";
}

.bx-chevron-down:before {
  content: "\ea4a";
}

.bx-chevron-down-circle:before {
  content: "\ea4b";
}

.bx-chevron-down-square:before {
  content: "\ea4c";
}

.bx-chevron-left:before {
  content: "\ea4d";
}

.bx-chevron-left-circle:before {
  content: "\ea4e";
}

.bx-chevron-left-square:before {
  content: "\ea4f";
}

.bx-chevron-right:before {
  content: "\ea50";
}

.bx-chevron-right-circle:before {
  content: "\ea51";
}

.bx-chevron-right-square:before {
  content: "\ea52";
}

.bx-chevrons-down:before {
  content: "\ea53";
}

.bx-chevrons-left:before {
  content: "\ea54";
}

.bx-chevrons-right:before {
  content: "\ea55";
}

.bx-chevrons-up:before {
  content: "\ea56";
}

.bx-chevron-up:before {
  content: "\ea57";
}

.bx-chevron-up-circle:before {
  content: "\ea58";
}

.bx-chevron-up-square:before {
  content: "\ea59";
}

.bx-chip:before {
  content: "\ea5a";
}

.bx-church:before {
  content: "\ea5b";
}

.bx-circle:before {
  content: "\ea5c";
}

.bx-clinic:before {
  content: "\ea5d";
}

.bx-clipboard:before {
  content: "\ea5e";
}

.bx-closet:before {
  content: "\ea5f";
}

.bx-cloud:before {
  content: "\ea60";
}

.bx-cloud-download:before {
  content: "\ea61";
}

.bx-cloud-drizzle:before {
  content: "\ea62";
}

.bx-cloud-lightning:before {
  content: "\ea63";
}

.bx-cloud-light-rain:before {
  content: "\ea64";
}

.bx-cloud-rain:before {
  content: "\ea65";
}

.bx-cloud-snow:before {
  content: "\ea66";
}

.bx-cloud-upload:before {
  content: "\ea67";
}

.bx-code:before {
  content: "\ea68";
}

.bx-code-alt:before {
  content: "\ea69";
}

.bx-code-block:before {
  content: "\ea6a";
}

.bx-code-curly:before {
  content: "\ea6b";
}

.bx-coffee:before {
  content: "\ea6c";
}

.bx-coffee-togo:before {
  content: "\ea6d";
}

.bx-cog:before {
  content: "\ea6e";
}

.bx-coin:before {
  content: "\ea6f";
}

.bx-coin-stack:before {
  content: "\ea70";
}

.bx-collapse:before {
  content: "\ea71";
}

.bx-collection:before {
  content: "\ea72";
}

.bx-color-fill:before {
  content: "\ea73";
}

.bx-columns:before {
  content: "\ea74";
}

.bx-command:before {
  content: "\ea75";
}

.bx-comment:before {
  content: "\ea76";
}

.bx-comment-add:before {
  content: "\ea77";
}

.bx-comment-check:before {
  content: "\ea78";
}

.bx-comment-detail:before {
  content: "\ea79";
}

.bx-comment-dots:before {
  content: "\ea7a";
}

.bx-comment-edit:before {
  content: "\ea7b";
}

.bx-comment-error:before {
  content: "\ea7c";
}

.bx-comment-minus:before {
  content: "\ea7d";
}

.bx-comment-x:before {
  content: "\ea7e";
}

.bx-compass:before {
  content: "\ea7f";
}

.bx-confused:before {
  content: "\ea80";
}

.bx-conversation:before {
  content: "\ea81";
}

.bx-cookie:before {
  content: "\ea82";
}

.bx-cool:before {
  content: "\ea83";
}

.bx-copy:before {
  content: "\ea84";
}

.bx-copy-alt:before {
  content: "\ea85";
}

.bx-copyright:before {
  content: "\ea86";
}

.bx-credit-card:before {
  content: "\ea87";
}

.bx-credit-card-alt:before {
  content: "\ea88";
}

.bx-credit-card-front:before {
  content: "\ea89";
}

.bx-crop:before {
  content: "\ea8a";
}

.bx-crosshair:before {
  content: "\ea8b";
}

.bx-crown:before {
  content: "\ea8c";
}

.bx-cube:before {
  content: "\ea8d";
}

.bx-cube-alt:before {
  content: "\ea8e";
}

.bx-cuboid:before {
  content: "\ea8f";
}

.bx-current-location:before {
  content: "\ea90";
}

.bx-customize:before {
  content: "\ea91";
}

.bx-cut:before {
  content: "\ea92";
}

.bx-cycling:before {
  content: "\ea93";
}

.bx-cylinder:before {
  content: "\ea94";
}

.bx-data:before {
  content: "\ea95";
}

.bx-desktop:before {
  content: "\ea96";
}

.bx-detail:before {
  content: "\ea97";
}

.bx-devices:before {
  content: "\ea98";
}

.bx-dialpad:before {
  content: "\ea99";
}

.bx-dialpad-alt:before {
  content: "\ea9a";
}

.bx-diamond:before {
  content: "\ea9b";
}

.bx-dice-1:before {
  content: "\ea9c";
}

.bx-dice-2:before {
  content: "\ea9d";
}

.bx-dice-3:before {
  content: "\ea9e";
}

.bx-dice-4:before {
  content: "\ea9f";
}

.bx-dice-5:before {
  content: "\eaa0";
}

.bx-dice-6:before {
  content: "\eaa1";
}

.bx-directions:before {
  content: "\eaa2";
}

.bx-disc:before {
  content: "\eaa3";
}

.bx-dish:before {
  content: "\eaa4";
}

.bx-dislike:before {
  content: "\eaa5";
}

.bx-dizzy:before {
  content: "\eaa6";
}

.bx-dna:before {
  content: "\eaa7";
}

.bx-dock-bottom:before {
  content: "\eaa8";
}

.bx-dock-left:before {
  content: "\eaa9";
}

.bx-dock-right:before {
  content: "\eaaa";
}

.bx-dock-top:before {
  content: "\eaab";
}

.bx-dollar:before {
  content: "\eaac";
}

.bx-dollar-circle:before {
  content: "\eaad";
}

.bx-donate-blood:before {
  content: "\eaae";
}

.bx-donate-heart:before {
  content: "\eaaf";
}

.bx-door-open:before {
  content: "\eab0";
}

.bx-dots-horizontal:before {
  content: "\eab1";
}

.bx-dots-horizontal-rounded:before {
  content: "\eab2";
}

.bx-dots-vertical:before {
  content: "\eab3";
}

.bx-dots-vertical-rounded:before {
  content: "\eab4";
}

.bx-doughnut-chart:before {
  content: "\eab5";
}

.bx-down-arrow:before {
  content: "\eab6";
}

.bx-down-arrow-alt:before {
  content: "\eab7";
}

.bx-down-arrow-circle:before {
  content: "\eab8";
}

.bx-download:before {
  content: "\eab9";
}

.bx-downvote:before {
  content: "\eaba";
}

.bx-drink:before {
  content: "\eabb";
}

.bx-droplet:before {
  content: "\eabc";
}

.bx-dumbbell:before {
  content: "\eabd";
}

.bx-duplicate:before {
  content: "\eabe";
}

.bx-edit:before {
  content: "\eabf";
}

.bx-edit-alt:before {
  content: "\eac0";
}

.bx-envelope:before {
  content: "\eac1";
}

.bx-envelope-open:before {
  content: "\eac2";
}

.bx-equalizer:before {
  content: "\eac3";
}

.bx-eraser:before {
  content: "\eac4";
}

.bx-error:before {
  content: "\eac5";
}

.bx-error-alt:before {
  content: "\eac6";
}

.bx-error-circle:before {
  content: "\eac7";
}

.bx-euro:before {
  content: "\eac8";
}

.bx-exclude:before {
  content: "\eac9";
}

.bx-exit:before {
  content: "\eaca";
}

.bx-exit-fullscreen:before {
  content: "\eacb";
}

.bx-expand:before {
  content: "\eacc";
}

.bx-expand-alt:before {
  content: "\eacd";
}

.bx-export:before {
  content: "\eace";
}

.bx-extension:before {
  content: "\eacf";
}

.bx-face:before {
  content: "\ead0";
}

.bx-fast-forward:before {
  content: "\ead1";
}

.bx-fast-forward-circle:before {
  content: "\ead2";
}

.bx-female:before {
  content: "\ead3";
}

.bx-female-sign:before {
  content: "\ead4";
}

.bx-file:before {
  content: "\ead5";
}

.bx-file-blank:before {
  content: "\ead6";
}

.bx-file-find:before {
  content: "\ead7";
}

.bx-film:before {
  content: "\ead8";
}

.bx-filter:before {
  content: "\ead9";
}

.bx-filter-alt:before {
  content: "\eada";
}

.bx-fingerprint:before {
  content: "\eadb";
}

.bx-first-aid:before {
  content: "\eadc";
}

.bx-first-page:before {
  content: "\eadd";
}

.bx-flag:before {
  content: "\eade";
}

.bx-folder:before {
  content: "\eadf";
}

.bx-folder-minus:before {
  content: "\eae0";
}

.bx-folder-open:before {
  content: "\eae1";
}

.bx-folder-plus:before {
  content: "\eae2";
}

.bx-font:before {
  content: "\eae3";
}

.bx-font-color:before {
  content: "\eae4";
}

.bx-font-family:before {
  content: "\eae5";
}

.bx-font-size:before {
  content: "\eae6";
}

.bx-food-menu:before {
  content: "\eae7";
}

.bx-food-tag:before {
  content: "\eae8";
}

.bx-football:before {
  content: "\eae9";
}

.bx-fridge:before {
  content: "\eaea";
}

.bx-fullscreen:before {
  content: "\eaeb";
}

.bx-game:before {
  content: "\eaec";
}

.bx-gas-pump:before {
  content: "\eaed";
}

.bx-ghost:before {
  content: "\eaee";
}

.bx-gift:before {
  content: "\eaef";
}

.bx-git-branch:before {
  content: "\eaf0";
}

.bx-git-commit:before {
  content: "\eaf1";
}

.bx-git-compare:before {
  content: "\eaf2";
}

.bx-git-merge:before {
  content: "\eaf3";
}

.bx-git-pull-request:before {
  content: "\eaf4";
}

.bx-git-repo-forked:before {
  content: "\eaf5";
}

.bx-glasses:before {
  content: "\eaf6";
}

.bx-glasses-alt:before {
  content: "\eaf7";
}

.bx-globe:before {
  content: "\eaf8";
}

.bx-globe-alt:before {
  content: "\eaf9";
}

.bx-grid:before {
  content: "\eafa";
}

.bx-grid-alt:before {
  content: "\eafb";
}

.bx-grid-horizontal:before {
  content: "\eafc";
}

.bx-grid-small:before {
  content: "\eafd";
}

.bx-grid-vertical:before {
  content: "\eafe";
}

.bx-group:before {
  content: "\eaff";
}

.bx-handicap:before {
  content: "\eb00";
}

.bx-happy:before {
  content: "\eb01";
}

.bx-happy-alt:before {
  content: "\eb02";
}

.bx-happy-beaming:before {
  content: "\eb03";
}

.bx-happy-heart-eyes:before {
  content: "\eb04";
}

.bx-hash:before {
  content: "\eb05";
}

.bx-hdd:before {
  content: "\eb06";
}

.bx-heading:before {
  content: "\eb07";
}

.bx-headphone:before {
  content: "\eb08";
}

.bx-health:before {
  content: "\eb09";
}

.bx-heart:before {
  content: "\eb0a";
}

.bx-heart-circle:before {
  content: "\eb0b";
}

.bx-heart-square:before {
  content: "\eb0c";
}

.bx-help-circle:before {
  content: "\eb0d";
}

.bx-hide:before {
  content: "\eb0e";
}

.bx-highlight:before {
  content: "\eb0f";
}

.bx-history:before {
  content: "\eb10";
}

.bx-hive:before {
  content: "\eb11";
}

.bx-home:before {
  content: "\eb12";
}

.bx-home-alt:before {
  content: "\eb13";
}

.bx-home-circle:before {
  content: "\eb14";
}

.bx-home-heart:before {
  content: "\eb15";
}

.bx-home-smile:before {
  content: "\eb16";
}

.bx-horizontal-center:before {
  content: "\eb17";
}

.bx-hotel:before {
  content: "\eb18";
}

.bx-hourglass:before {
  content: "\eb19";
}

.bx-id-card:before {
  content: "\eb1a";
}

.bx-image:before {
  content: "\eb1b";
}

.bx-image-add:before {
  content: "\eb1c";
}

.bx-image-alt:before {
  content: "\eb1d";
}

.bx-images:before {
  content: "\eb1e";
}

.bx-import:before {
  content: "\eb1f";
}

.bx-infinite:before {
  content: "\eb20";
}

.bx-info-circle:before {
  content: "\eb21";
}

.bx-info-square:before {
  content: "\eb22";
}

.bx-intersect:before {
  content: "\eb23";
}

.bx-italic:before {
  content: "\eb24";
}

.bx-joystick:before {
  content: "\eb25";
}

.bx-joystick-alt:before {
  content: "\eb26";
}

.bx-joystick-button:before {
  content: "\eb27";
}

.bx-key:before {
  content: "\eb28";
}

.bx-label:before {
  content: "\eb29";
}

.bx-landscape:before {
  content: "\eb2a";
}

.bx-laptop:before {
  content: "\eb2b";
}

.bx-last-page:before {
  content: "\eb2c";
}

.bx-laugh:before {
  content: "\eb2d";
}

.bx-layer:before {
  content: "\eb2e";
}

.bx-layer-minus:before {
  content: "\eb2f";
}

.bx-layer-plus:before {
  content: "\eb30";
}

.bx-layout:before {
  content: "\eb31";
}

.bx-left-arrow:before {
  content: "\eb32";
}

.bx-left-arrow-alt:before {
  content: "\eb33";
}

.bx-left-arrow-circle:before {
  content: "\eb34";
}

.bx-left-down-arrow-circle:before {
  content: "\eb35";
}

.bx-left-indent:before {
  content: "\eb36";
}

.bx-left-top-arrow-circle:before {
  content: "\eb37";
}

.bx-library:before {
  content: "\eb38";
}

.bx-like:before {
  content: "\eb39";
}

.bx-line-chart:before {
  content: "\eb3a";
}

.bx-line-chart-down:before {
  content: "\eb3b";
}

.bx-link:before {
  content: "\eb3c";
}

.bx-link-alt:before {
  content: "\eb3d";
}

.bx-link-external:before {
  content: "\eb3e";
}

.bx-lira:before {
  content: "\eb3f";
}

.bx-list-check:before {
  content: "\eb40";
}

.bx-list-minus:before {
  content: "\eb41";
}

.bx-list-ol:before {
  content: "\eb42";
}

.bx-list-plus:before {
  content: "\eb43";
}

.bx-list-ul:before {
  content: "\eb44";
}

.bx-loader:before {
  content: "\eb45";
}

.bx-loader-alt:before {
  content: "\eb46";
}

.bx-loader-circle:before {
  content: "\eb47";
}

.bx-location-plus:before {
  content: "\eb48";
}

.bx-lock:before {
  content: "\eb49";
}

.bx-lock-alt:before {
  content: "\eb4a";
}

.bx-lock-open:before {
  content: "\eb4b";
}

.bx-lock-open-alt:before {
  content: "\eb4c";
}

.bx-log-in:before {
  content: "\eb4d";
}

.bx-log-in-circle:before {
  content: "\eb4e";
}

.bx-log-out:before {
  content: "\eb4f";
}

.bx-log-out-circle:before {
  content: "\eb50";
}

.bx-low-vision:before {
  content: "\eb51";
}

.bx-magnet:before {
  content: "\eb52";
}

.bx-mail-send:before {
  content: "\eb53";
}

.bx-male:before {
  content: "\eb54";
}

.bx-male-sign:before {
  content: "\eb55";
}

.bx-map:before {
  content: "\eb56";
}

.bx-map-alt:before {
  content: "\eb57";
}

.bx-map-pin:before {
  content: "\eb58";
}

.bx-mask:before {
  content: "\eb59";
}

.bx-medal:before {
  content: "\eb5a";
}

.bx-meh:before {
  content: "\eb5b";
}

.bx-meh-alt:before {
  content: "\eb5c";
}

.bx-meh-blank:before {
  content: "\eb5d";
}

.bx-memory-card:before {
  content: "\eb5e";
}

.bx-menu:before {
  content: "\eb5f";
}

.bx-menu-alt-left:before {
  content: "\ef5b";
}

.bx-menu-alt-right:before {
  content: "\eb61";
}

.bx-merge:before {
  content: "\eb62";
}

.bx-message:before {
  content: "\eb63";
}

.bx-message-add:before {
  content: "\eb64";
}

.bx-message-alt:before {
  content: "\eb65";
}

.bx-message-alt-add:before {
  content: "\eb66";
}

.bx-message-alt-check:before {
  content: "\eb67";
}

.bx-message-alt-detail:before {
  content: "\eb68";
}

.bx-message-alt-dots:before {
  content: "\eb69";
}

.bx-message-alt-edit:before {
  content: "\eb6a";
}

.bx-message-alt-error:before {
  content: "\eb6b";
}

.bx-message-alt-minus:before {
  content: "\eb6c";
}

.bx-message-alt-x:before {
  content: "\eb6d";
}

.bx-message-check:before {
  content: "\eb6e";
}

.bx-message-detail:before {
  content: "\eb6f";
}

.bx-message-dots:before {
  content: "\eb70";
}

.bx-message-edit:before {
  content: "\eb71";
}

.bx-message-error:before {
  content: "\eb72";
}

.bx-message-minus:before {
  content: "\eb73";
}

.bx-message-rounded:before {
  content: "\eb74";
}

.bx-message-rounded-add:before {
  content: "\eb75";
}

.bx-message-rounded-check:before {
  content: "\eb76";
}

.bx-message-rounded-detail:before {
  content: "\eb77";
}

.bx-message-rounded-dots:before {
  content: "\eb78";
}

.bx-message-rounded-edit:before {
  content: "\ef5c";
}

.bx-message-rounded-error:before {
  content: "\eb7a";
}

.bx-message-rounded-minus:before {
  content: "\eb7b";
}

.bx-message-rounded-x:before {
  content: "\eb7c";
}

.bx-message-square:before {
  content: "\eb7d";
}

.bx-message-square-add:before {
  content: "\eb7e";
}

.bx-message-square-check:before {
  content: "\eb7f";
}

.bx-message-square-detail:before {
  content: "\eb80";
}

.bx-message-square-dots:before {
  content: "\eb81";
}

.bx-message-square-edit:before {
  content: "\eb82";
}

.bx-message-square-error:before {
  content: "\eb83";
}

.bx-message-square-minus:before {
  content: "\eb84";
}

.bx-message-square-x:before {
  content: "\eb85";
}

.bx-message-x:before {
  content: "\eb86";
}

.bx-meteor:before {
  content: "\eb87";
}

.bx-microchip:before {
  content: "\eb88";
}

.bx-microphone:before {
  content: "\eb89";
}

.bx-microphone-off:before {
  content: "\eb8a";
}

.bx-minus:before {
  content: "\eb8b";
}

.bx-minus-back:before {
  content: "\eb8c";
}

.bx-minus-circle:before {
  content: "\eb8d";
}

.bx-minus-front:before {
  content: "\eb8e";
}

.bx-mobile:before {
  content: "\eb8f";
}

.bx-mobile-alt:before {
  content: "\eb90";
}

.bx-mobile-landscape:before {
  content: "\eb91";
}

.bx-mobile-vibration:before {
  content: "\ef5d";
}

.bx-money:before {
  content: "\eb93";
}

.bx-moon:before {
  content: "\eb94";
}

.bx-mouse:before {
  content: "\eb95";
}

.bx-mouse-alt:before {
  content: "\eb96";
}

.bx-move:before {
  content: "\eb97";
}

.bx-move-horizontal:before {
  content: "\eb98";
}

.bx-move-vertical:before {
  content: "\eb99";
}

.bx-movie:before {
  content: "\eb9a";
}

.bx-movie-play:before {
  content: "\eb9b";
}

.bx-music:before {
  content: "\eb9c";
}

.bx-navigation:before {
  content: "\eb9d";
}

.bx-network-chart:before {
  content: "\eb9e";
}

.bx-news:before {
  content: "\eb9f";
}

.bx-no-entry:before {
  content: "\eba0";
}

.bx-note:before {
  content: "\eba1";
}

.bx-notepad:before {
  content: "\eba2";
}

.bx-notification:before {
  content: "\eba3";
}

.bx-notification-off:before {
  content: "\eba4";
}

.bx-outline:before {
  content: "\eba5";
}

.bx-package:before {
  content: "\eba6";
}

.bx-paint:before {
  content: "\eba7";
}

.bx-paint-roll:before {
  content: "\eba8";
}

.bx-palette:before {
  content: "\eba9";
}

.bx-paperclip:before {
  content: "\ebaa";
}

.bx-paper-plane:before {
  content: "\ef61";
}

.bx-paragraph:before {
  content: "\ebac";
}

.bx-paste:before {
  content: "\ebad";
}

.bx-pause:before {
  content: "\ebae";
}

.bx-pause-circle:before {
  content: "\ebaf";
}

.bx-pen:before {
  content: "\ebb0";
}

.bx-pencil:before {
  content: "\ebb1";
}

.bx-phone:before {
  content: "\ebb2";
}

.bx-phone-call:before {
  content: "\ebb3";
}

.bx-phone-incoming:before {
  content: "\ebb4";
}

.bx-phone-off:before {
  content: "\ebb5";
}

.bx-phone-outgoing:before {
  content: "\ebb6";
}

.bx-photo-album:before {
  content: "\ebb7";
}

.bx-pie-chart:before {
  content: "\ebb8";
}

.bx-pie-chart-alt:before {
  content: "\ebb9";
}

.bx-pie-chart-alt-2:before {
  content: "\ebba";
}

.bx-pin:before {
  content: "\ebbb";
}

.bx-planet:before {
  content: "\ebbc";
}

.bx-play:before {
  content: "\ebbd";
}

.bx-play-circle:before {
  content: "\ebbe";
}

.bx-plug:before {
  content: "\ebbf";
}

.bx-plus:before {
  content: "\ebc0";
}

.bx-plus-circle:before {
  content: "\ebc1";
}

.bx-plus-medical:before {
  content: "\ebc2";
}

.bx-podcast:before {
  content: "\ebc3";
}

.bx-pointer:before {
  content: "\ef5e";
}

.bx-poll:before {
  content: "\ebc5";
}

.bx-polygon:before {
  content: "\ebc6";
}

.bx-pound:before {
  content: "\ebc7";
}

.bx-power-off:before {
  content: "\ebc8";
}

.bx-printer:before {
  content: "\ebc9";
}

.bx-pulse:before {
  content: "\ebca";
}

.bx-purchase-tag:before {
  content: "\ebcb";
}

.bx-purchase-tag-alt:before {
  content: "\ebcc";
}

.bx-pyramid:before {
  content: "\ebcd";
}

.bx-qr:before {
  content: "\ebce";
}

.bx-qr-scan:before {
  content: "\ebcf";
}

.bx-question-mark:before {
  content: "\ebd0";
}

.bx-radar:before {
  content: "\ebd1";
}

.bx-radio:before {
  content: "\ebd2";
}

.bx-radio-circle:before {
  content: "\ebd3";
}

.bx-radio-circle-marked:before {
  content: "\ebd4";
}

.bx-receipt:before {
  content: "\ebd5";
}

.bx-rectangle:before {
  content: "\ebd6";
}

.bx-recycle:before {
  content: "\ebd7";
}

.bx-redo:before {
  content: "\ebd8";
}

.bx-refresh:before {
  content: "\ebd9";
}

.bx-registered:before {
  content: "\ebda";
}

.bx-rename:before {
  content: "\ebdb";
}

.bx-repeat:before {
  content: "\ebdc";
}

.bx-reply:before {
  content: "\ef5f";
}

.bx-reply-all:before {
  content: "\ebde";
}

.bx-repost:before {
  content: "\ebdf";
}

.bx-reset:before {
  content: "\ebe0";
}

.bx-restaurant:before {
  content: "\ebe1";
}

.bx-revision:before {
  content: "\ebe2";
}

.bx-rewind:before {
  content: "\ebe3";
}

.bx-rewind-circle:before {
  content: "\ebe4";
}

.bx-right-arrow:before {
  content: "\ebe5";
}

.bx-right-arrow-alt:before {
  content: "\ebe6";
}

.bx-right-arrow-circle:before {
  content: "\ebe7";
}

.bx-right-down-arrow-circle:before {
  content: "\ebe8";
}

.bx-right-indent:before {
  content: "\ebe9";
}

.bx-right-top-arrow-circle:before {
  content: "\ebea";
}

.bx-rocket:before {
  content: "\ebeb";
}

.bx-rotate-left:before {
  content: "\ebec";
}

.bx-rotate-right:before {
  content: "\ebed";
}

.bx-rss:before {
  content: "\ebee";
}

.bx-ruble:before {
  content: "\ebef";
}

.bx-ruler:before {
  content: "\ebf0";
}

.bx-run:before {
  content: "\ebf1";
}

.bx-rupee:before {
  content: "\ebf2";
}

.bx-sad:before {
  content: "\ebf3";
}

.bx-save:before {
  content: "\ebf4";
}

.bx-scan:before {
  content: "\ebf5";
}

.bx-screenshot:before {
  content: "\ef60";
}

.bx-search:before {
  content: "\ebf7";
}

.bx-search-alt:before {
  content: "\ebf8";
}

.bx-search-alt-2:before {
  content: "\ebf9";
}

.bx-selection:before {
  content: "\ebfa";
}

.bx-select-multiple:before {
  content: "\ebfb";
}

.bx-send:before {
  content: "\ebfc";
}

.bx-server:before {
  content: "\ebfd";
}

.bx-shape-circle:before {
  content: "\ebfe";
}

.bx-shape-polygon:before {
  content: "\ebff";
}

.bx-shape-square:before {
  content: "\ec00";
}

.bx-shape-triangle:before {
  content: "\ec01";
}

.bx-share:before {
  content: "\ec02";
}

.bx-share-alt:before {
  content: "\ec03";
}

.bx-shekel:before {
  content: "\ec04";
}

.bx-shield:before {
  content: "\ec05";
}

.bx-shield-alt:before {
  content: "\ec06";
}

.bx-shield-alt-2:before {
  content: "\ec07";
}

.bx-shield-quarter:before {
  content: "\ec08";
}

.bx-shield-x:before {
  content: "\ec09";
}

.bx-shocked:before {
  content: "\ec0a";
}

.bx-shopping-bag:before {
  content: "\ec0b";
}

.bx-show:before {
  content: "\ec0c";
}

.bx-show-alt:before {
  content: "\ec0d";
}

.bx-shuffle:before {
  content: "\ec0e";
}

.bx-sidebar:before {
  content: "\ec0f";
}

.bx-sitemap:before {
  content: "\ec10";
}

.bx-skip-next:before {
  content: "\ec11";
}

.bx-skip-next-circle:before {
  content: "\ec12";
}

.bx-skip-previous:before {
  content: "\ec13";
}

.bx-skip-previous-circle:before {
  content: "\ec14";
}

.bx-sleepy:before {
  content: "\ec15";
}

.bx-slider:before {
  content: "\ec16";
}

.bx-slider-alt:before {
  content: "\ec17";
}

.bx-slideshow:before {
  content: "\ec18";
}

.bx-smile:before {
  content: "\ec19";
}

.bx-sort:before {
  content: "\ec1a";
}

.bx-sort-alt-2:before {
  content: "\ec1b";
}

.bx-sort-a-z:before {
  content: "\ec1c";
}

.bx-sort-down:before {
  content: "\ec1d";
}

.bx-sort-up:before {
  content: "\ec1e";
}

.bx-sort-z-a:before {
  content: "\ec1f";
}

.bx-spa:before {
  content: "\ec20";
}

.bx-space-bar:before {
  content: "\ec21";
}

.bx-speaker:before {
  content: "\ec22";
}

.bx-spray-can:before {
  content: "\ec23";
}

.bx-spreadsheet:before {
  content: "\ec24";
}

.bx-square:before {
  content: "\ec25";
}

.bx-square-rounded:before {
  content: "\ec26";
}

.bx-star:before {
  content: "\ec27";
}

.bx-station:before {
  content: "\ec28";
}

.bx-stats:before {
  content: "\ec29";
}

.bx-sticker:before {
  content: "\ec2a";
}

.bx-stop:before {
  content: "\ec2b";
}

.bx-stop-circle:before {
  content: "\ec2c";
}

.bx-stopwatch:before {
  content: "\ec2d";
}

.bx-store:before {
  content: "\ec2e";
}

.bx-store-alt:before {
  content: "\ec2f";
}

.bx-street-view:before {
  content: "\ec30";
}

.bx-strikethrough:before {
  content: "\ec31";
}

.bx-subdirectory-left:before {
  content: "\ec32";
}

.bx-subdirectory-right:before {
  content: "\ec33";
}

.bx-sun:before {
  content: "\ec34";
}

.bx-support:before {
  content: "\ec35";
}

.bx-swim:before {
  content: "\ec36";
}

.bx-sync:before {
  content: "\ec37";
}

.bx-tab:before {
  content: "\ec38";
}

.bx-table:before {
  content: "\ec39";
}

.bx-tachometer:before {
  content: "\ec3a";
}

.bx-tag:before {
  content: "\ec3b";
}

.bx-tag-alt:before {
  content: "\ec3c";
}

.bx-target-lock:before {
  content: "\ec3d";
}

.bx-task:before {
  content: "\ec3e";
}

.bx-task-x:before {
  content: "\ec3f";
}

.bx-taxi:before {
  content: "\ec40";
}

.bx-tennis-ball:before {
  content: "\ec41";
}

.bx-terminal:before {
  content: "\ec42";
}

.bx-test-tube:before {
  content: "\ec43";
}

.bx-text:before {
  content: "\ec44";
}

.bx-time:before {
  content: "\ec45";
}

.bx-time-five:before {
  content: "\ec46";
}

.bx-timer:before {
  content: "\ec47";
}

.bx-tired:before {
  content: "\ec48";
}

.bx-toggle-left:before {
  content: "\ec49";
}

.bx-toggle-right:before {
  content: "\ec4a";
}

.bx-tone:before {
  content: "\ec4b";
}

.bx-traffic-cone:before {
  content: "\ec4c";
}

.bx-train:before {
  content: "\ec4d";
}

.bx-transfer:before {
  content: "\ec4e";
}

.bx-transfer-alt:before {
  content: "\ec4f";
}

.bx-trash:before {
  content: "\ec50";
}

.bx-trash-alt:before {
  content: "\ec51";
}

.bx-trending-down:before {
  content: "\ec52";
}

.bx-trending-up:before {
  content: "\ec53";
}

.bx-trim:before {
  content: "\ec54";
}

.bx-trip:before {
  content: "\ec55";
}

.bx-trophy:before {
  content: "\ec56";
}

.bx-tv:before {
  content: "\ec57";
}

.bx-underline:before {
  content: "\ec58";
}

.bx-undo:before {
  content: "\ec59";
}

.bx-unite:before {
  content: "\ec5a";
}

.bx-unlink:before {
  content: "\ec5b";
}

.bx-up-arrow:before {
  content: "\ec5c";
}

.bx-up-arrow-alt:before {
  content: "\ec5d";
}

.bx-up-arrow-circle:before {
  content: "\ec5e";
}

.bx-upload:before {
  content: "\ec5f";
}

.bx-upside-down:before {
  content: "\ec60";
}

.bx-upvote:before {
  content: "\ec61";
}

.bx-usb:before {
  content: "\ec62";
}

.bx-user:before {
  content: "\ec63";
}

.bx-user-check:before {
  content: "\ec64";
}

.bx-user-circle:before {
  content: "\ec65";
}

.bx-user-minus:before {
  content: "\ec66";
}

.bx-user-pin:before {
  content: "\ec67";
}

.bx-user-plus:before {
  content: "\ec68";
}

.bx-user-voice:before {
  content: "\ec69";
}

.bx-user-x:before {
  content: "\ec6a";
}

.bx-vector:before {
  content: "\ec6b";
}

.bx-vertical-center:before {
  content: "\ec6c";
}

.bx-vial:before {
  content: "\ec6d";
}

.bx-video:before {
  content: "\ec6e";
}

.bx-video-off:before {
  content: "\ec6f";
}

.bx-video-plus:before {
  content: "\ec70";
}

.bx-video-recording:before {
  content: "\ec71";
}

.bx-voicemail:before {
  content: "\ec72";
}

.bx-volume:before {
  content: "\ec73";
}

.bx-volume-full:before {
  content: "\ec74";
}

.bx-volume-low:before {
  content: "\ec75";
}

.bx-volume-mute:before {
  content: "\ec76";
}

.bx-walk:before {
  content: "\ec77";
}

.bx-wallet:before {
  content: "\ec78";
}

.bx-wallet-alt:before {
  content: "\ec79";
}

.bx-water:before {
  content: "\ec7a";
}

.bx-webcam:before {
  content: "\ec7b";
}

.bx-wifi:before {
  content: "\ec7c";
}

.bx-wifi-0:before {
  content: "\ec7d";
}

.bx-wifi-1:before {
  content: "\ec7e";
}

.bx-wifi-2:before {
  content: "\ec7f";
}

.bx-wifi-off:before {
  content: "\ec80";
}

.bx-wind:before {
  content: "\ec81";
}

.bx-window:before {
  content: "\ec82";
}

.bx-window-alt:before {
  content: "\ec83";
}

.bx-window-close:before {
  content: "\ec84";
}

.bx-window-open:before {
  content: "\ec85";
}

.bx-windows:before {
  content: "\ec86";
}

.bx-wine:before {
  content: "\ec87";
}

.bx-wink-smile:before {
  content: "\ec88";
}

.bx-wink-tongue:before {
  content: "\ec89";
}

.bx-won:before {
  content: "\ec8a";
}

.bx-world:before {
  content: "\ec8b";
}

.bx-wrench:before {
  content: "\ec8c";
}

.bx-x:before {
  content: "\ec8d";
}

.bx-x-circle:before {
  content: "\ec8e";
}

.bx-yen:before {
  content: "\ec8f";
}

.bx-zoom-in:before {
  content: "\ec90";
}

.bx-zoom-out:before {
  content: "\ec91";
}

.bxs-party:before {
  content: "\ec92";
}

.bxs-hot:before {
  content: "\ec93";
}

.bxs-droplet:before {
  content: "\ec94";
}

.bxs-cat:before {
  content: "\ec95";
}

.bxs-dog:before {
  content: "\ec96";
}

.bxs-injection:before {
  content: "\ec97";
}

.bxs-leaf:before {
  content: "\ec98";
}

.bxs-add-to-queue:before {
  content: "\ec99";
}

.bxs-adjust:before {
  content: "\ec9a";
}

.bxs-adjust-alt:before {
  content: "\ec9b";
}

.bxs-alarm:before {
  content: "\ec9c";
}

.bxs-alarm-add:before {
  content: "\ec9d";
}

.bxs-alarm-exclamation:before {
  content: "\ec9e";
}

.bxs-alarm-off:before {
  content: "\ec9f";
}

.bxs-alarm-snooze:before {
  content: "\eca0";
}

.bxs-album:before {
  content: "\eca1";
}

.bxs-ambulance:before {
  content: "\eca2";
}

.bxs-analyse:before {
  content: "\eca3";
}

.bxs-angry:before {
  content: "\eca4";
}

.bxs-arch:before {
  content: "\eca5";
}

.bxs-archive:before {
  content: "\eca6";
}

.bxs-archive-in:before {
  content: "\eca7";
}

.bxs-archive-out:before {
  content: "\eca8";
}

.bxs-area:before {
  content: "\eca9";
}

.bxs-arrow-from-bottom:before {
  content: "\ecaa";
}

.bxs-arrow-from-left:before {
  content: "\ecab";
}

.bxs-arrow-from-right:before {
  content: "\ecac";
}

.bxs-arrow-from-top:before {
  content: "\ecad";
}

.bxs-arrow-to-bottom:before {
  content: "\ecae";
}

.bxs-arrow-to-left:before {
  content: "\ecaf";
}

.bxs-arrow-to-right:before {
  content: "\ecb0";
}

.bxs-arrow-to-top:before {
  content: "\ecb1";
}

.bxs-award:before {
  content: "\ecb2";
}

.bxs-baby-carriage:before {
  content: "\ecb3";
}

.bxs-backpack:before {
  content: "\ecb4";
}

.bxs-badge:before {
  content: "\ecb5";
}

.bxs-badge-check:before {
  content: "\ecb6";
}

.bxs-badge-dollar:before {
  content: "\ecb7";
}

.bxs-ball:before {
  content: "\ecb8";
}

.bxs-band-aid:before {
  content: "\ecb9";
}

.bxs-bank:before {
  content: "\ecba";
}

.bxs-bar-chart-alt-2:before {
  content: "\ecbb";
}

.bxs-bar-chart-square:before {
  content: "\ecbc";
}

.bxs-barcode:before {
  content: "\ecbd";
}

.bxs-baseball:before {
  content: "\ecbe";
}

.bxs-basket:before {
  content: "\ecbf";
}

.bxs-basketball:before {
  content: "\ecc0";
}

.bxs-bath:before {
  content: "\ecc1";
}

.bxs-battery:before {
  content: "\ecc2";
}

.bxs-battery-charging:before {
  content: "\ecc3";
}

.bxs-battery-full:before {
  content: "\ecc4";
}

.bxs-battery-low:before {
  content: "\ecc5";
}

.bxs-bed:before {
  content: "\ecc6";
}

.bxs-been-here:before {
  content: "\ecc7";
}

.bxs-beer:before {
  content: "\ecc8";
}

.bxs-bell:before {
  content: "\ecc9";
}

.bxs-bell-minus:before {
  content: "\ecca";
}

.bxs-bell-off:before {
  content: "\eccb";
}

.bxs-bell-plus:before {
  content: "\eccc";
}

.bxs-bell-ring:before {
  content: "\eccd";
}

.bxs-bible:before {
  content: "\ecce";
}

.bxs-binoculars:before {
  content: "\eccf";
}

.bxs-blanket:before {
  content: "\ecd0";
}

.bxs-bolt:before {
  content: "\ecd1";
}

.bxs-bolt-circle:before {
  content: "\ecd2";
}

.bxs-bomb:before {
  content: "\ecd3";
}

.bxs-bone:before {
  content: "\ecd4";
}

.bxs-bong:before {
  content: "\ecd5";
}

.bxs-book:before {
  content: "\ecd6";
}

.bxs-book-add:before {
  content: "\ecd7";
}

.bxs-book-alt:before {
  content: "\ecd8";
}

.bxs-book-bookmark:before {
  content: "\ecd9";
}

.bxs-book-content:before {
  content: "\ecda";
}

.bxs-book-heart:before {
  content: "\ecdb";
}

.bxs-bookmark:before {
  content: "\ecdc";
}

.bxs-bookmark-alt:before {
  content: "\ecdd";
}

.bxs-bookmark-alt-minus:before {
  content: "\ecde";
}

.bxs-bookmark-alt-plus:before {
  content: "\ecdf";
}

.bxs-bookmark-heart:before {
  content: "\ece0";
}

.bxs-bookmark-minus:before {
  content: "\ece1";
}

.bxs-bookmark-plus:before {
  content: "\ece2";
}

.bxs-bookmarks:before {
  content: "\ece3";
}

.bxs-bookmark-star:before {
  content: "\ece4";
}

.bxs-book-open:before {
  content: "\ece5";
}

.bxs-book-reader:before {
  content: "\ece6";
}

.bxs-bot:before {
  content: "\ece7";
}

.bxs-bowling-ball:before {
  content: "\ece8";
}

.bxs-box:before {
  content: "\ece9";
}

.bxs-brain:before {
  content: "\ecea";
}

.bxs-briefcase:before {
  content: "\eceb";
}

.bxs-briefcase-alt:before {
  content: "\ecec";
}

.bxs-briefcase-alt-2:before {
  content: "\eced";
}

.bxs-brightness:before {
  content: "\ecee";
}

.bxs-brightness-half:before {
  content: "\ecef";
}

.bxs-brush:before {
  content: "\ecf0";
}

.bxs-brush-alt:before {
  content: "\ecf1";
}

.bxs-bug:before {
  content: "\ecf2";
}

.bxs-bug-alt:before {
  content: "\ecf3";
}

.bxs-building:before {
  content: "\ecf4";
}

.bxs-building-house:before {
  content: "\ecf5";
}

.bxs-buildings:before {
  content: "\ecf6";
}

.bxs-bulb:before {
  content: "\ecf7";
}

.bxs-bullseye:before {
  content: "\ecf8";
}

.bxs-buoy:before {
  content: "\ecf9";
}

.bxs-bus:before {
  content: "\ecfa";
}

.bxs-business:before {
  content: "\ecfb";
}

.bxs-bus-school:before {
  content: "\ecfc";
}

.bxs-cabinet:before {
  content: "\ecfd";
}

.bxs-cake:before {
  content: "\ecfe";
}

.bxs-calculator:before {
  content: "\ecff";
}

.bxs-calendar:before {
  content: "\ed00";
}

.bxs-calendar-alt:before {
  content: "\ed01";
}

.bxs-calendar-check:before {
  content: "\ed02";
}

.bxs-calendar-edit:before {
  content: "\ed03";
}

.bxs-calendar-event:before {
  content: "\ed04";
}

.bxs-calendar-exclamation:before {
  content: "\ed05";
}

.bxs-calendar-heart:before {
  content: "\ed06";
}

.bxs-calendar-minus:before {
  content: "\ed07";
}

.bxs-calendar-plus:before {
  content: "\ed08";
}

.bxs-calendar-star:before {
  content: "\ed09";
}

.bxs-calendar-week:before {
  content: "\ed0a";
}

.bxs-calendar-x:before {
  content: "\ed0b";
}

.bxs-camera:before {
  content: "\ed0c";
}

.bxs-camera-home:before {
  content: "\ed0d";
}

.bxs-camera-movie:before {
  content: "\ed0e";
}

.bxs-camera-off:before {
  content: "\ed0f";
}

.bxs-camera-plus:before {
  content: "\ed10";
}

.bxs-capsule:before {
  content: "\ed11";
}

.bxs-captions:before {
  content: "\ed12";
}

.bxs-car:before {
  content: "\ed13";
}

.bxs-car-battery:before {
  content: "\ed14";
}

.bxs-car-crash:before {
  content: "\ed15";
}

.bxs-card:before {
  content: "\ed16";
}

.bxs-caret-down-circle:before {
  content: "\ed17";
}

.bxs-caret-down-square:before {
  content: "\ed18";
}

.bxs-caret-left-circle:before {
  content: "\ed19";
}

.bxs-caret-left-square:before {
  content: "\ed1a";
}

.bxs-caret-right-circle:before {
  content: "\ed1b";
}

.bxs-caret-right-square:before {
  content: "\ed1c";
}

.bxs-caret-up-circle:before {
  content: "\ed1d";
}

.bxs-caret-up-square:before {
  content: "\ed1e";
}

.bxs-car-garage:before {
  content: "\ed1f";
}

.bxs-car-mechanic:before {
  content: "\ed20";
}

.bxs-carousel:before {
  content: "\ed21";
}

.bxs-cart:before {
  content: "\ed22";
}

.bxs-cart-add:before {
  content: "\ed23";
}

.bxs-cart-alt:before {
  content: "\ed24";
}

.bxs-cart-download:before {
  content: "\ed25";
}

.bxs-car-wash:before {
  content: "\ed26";
}

.bxs-category:before {
  content: "\ed27";
}

.bxs-category-alt:before {
  content: "\ed28";
}

.bxs-cctv:before {
  content: "\ed29";
}

.bxs-certification:before {
  content: "\ed2a";
}

.bxs-chalkboard:before {
  content: "\ed2b";
}

.bxs-chart:before {
  content: "\ed2c";
}

.bxs-chat:before {
  content: "\ed2d";
}

.bxs-checkbox:before {
  content: "\ed2e";
}

.bxs-checkbox-checked:before {
  content: "\ed2f";
}

.bxs-checkbox-minus:before {
  content: "\ed30";
}

.bxs-check-circle:before {
  content: "\ed31";
}

.bxs-check-shield:before {
  content: "\ed32";
}

.bxs-check-square:before {
  content: "\ed33";
}

.bxs-chess:before {
  content: "\ed34";
}

.bxs-chevron-down:before {
  content: "\ed35";
}

.bxs-chevron-down-circle:before {
  content: "\ed36";
}

.bxs-chevron-down-square:before {
  content: "\ed37";
}

.bxs-chevron-left:before {
  content: "\ed38";
}

.bxs-chevron-left-circle:before {
  content: "\ed39";
}

.bxs-chevron-left-square:before {
  content: "\ed3a";
}

.bxs-chevron-right:before {
  content: "\ed3b";
}

.bxs-chevron-right-circle:before {
  content: "\ed3c";
}

.bxs-chevron-right-square:before {
  content: "\ed3d";
}

.bxs-chevrons-down:before {
  content: "\ed3e";
}

.bxs-chevrons-left:before {
  content: "\ed3f";
}

.bxs-chevrons-right:before {
  content: "\ed40";
}

.bxs-chevrons-up:before {
  content: "\ed41";
}

.bxs-chevron-up:before {
  content: "\ed42";
}

.bxs-chevron-up-circle:before {
  content: "\ed43";
}

.bxs-chevron-up-square:before {
  content: "\ed44";
}

.bxs-chip:before {
  content: "\ed45";
}

.bxs-church:before {
  content: "\ed46";
}

.bxs-circle:before {
  content: "\ed47";
}

.bxs-city:before {
  content: "\ed48";
}

.bxs-clinic:before {
  content: "\ed49";
}

.bxs-cloud:before {
  content: "\ed4a";
}

.bxs-cloud-download:before {
  content: "\ed4b";
}

.bxs-cloud-lightning:before {
  content: "\ed4c";
}

.bxs-cloud-rain:before {
  content: "\ed4d";
}

.bxs-cloud-upload:before {
  content: "\ed4e";
}

.bxs-coffee:before {
  content: "\ed4f";
}

.bxs-coffee-alt:before {
  content: "\ed50";
}

.bxs-coffee-togo:before {
  content: "\ed51";
}

.bxs-cog:before {
  content: "\ed52";
}

.bxs-coin:before {
  content: "\ed53";
}

.bxs-coin-stack:before {
  content: "\ed54";
}

.bxs-collection:before {
  content: "\ed55";
}

.bxs-color-fill:before {
  content: "\ed56";
}

.bxs-comment:before {
  content: "\ed57";
}

.bxs-comment-add:before {
  content: "\ed58";
}

.bxs-comment-check:before {
  content: "\ed59";
}

.bxs-comment-detail:before {
  content: "\ed5a";
}

.bxs-comment-dots:before {
  content: "\ed5b";
}

.bxs-comment-edit:before {
  content: "\ed5c";
}

.bxs-comment-error:before {
  content: "\ed5d";
}

.bxs-comment-minus:before {
  content: "\ed5e";
}

.bxs-comment-x:before {
  content: "\ed5f";
}

.bxs-compass:before {
  content: "\ed60";
}

.bxs-component:before {
  content: "\ed61";
}

.bxs-confused:before {
  content: "\ed62";
}

.bxs-contact:before {
  content: "\ed63";
}

.bxs-conversation:before {
  content: "\ed64";
}

.bxs-cookie:before {
  content: "\ed65";
}

.bxs-cool:before {
  content: "\ed66";
}

.bxs-copy:before {
  content: "\ed67";
}

.bxs-copy-alt:before {
  content: "\ed68";
}

.bxs-copyright:before {
  content: "\ed69";
}

.bxs-coupon:before {
  content: "\ed6a";
}

.bxs-credit-card:before {
  content: "\ed6b";
}

.bxs-credit-card-alt:before {
  content: "\ed6c";
}

.bxs-credit-card-front:before {
  content: "\ed6d";
}

.bxs-crop:before {
  content: "\ed6e";
}

.bxs-crown:before {
  content: "\ed6f";
}

.bxs-cube:before {
  content: "\ed70";
}

.bxs-cube-alt:before {
  content: "\ed71";
}

.bxs-cuboid:before {
  content: "\ed72";
}

.bxs-customize:before {
  content: "\ed73";
}

.bxs-cylinder:before {
  content: "\ed74";
}

.bxs-dashboard:before {
  content: "\ed75";
}

.bxs-data:before {
  content: "\ed76";
}

.bxs-detail:before {
  content: "\ed77";
}

.bxs-devices:before {
  content: "\ed78";
}

.bxs-diamond:before {
  content: "\ed79";
}

.bxs-dice-1:before {
  content: "\ed7a";
}

.bxs-dice-2:before {
  content: "\ed7b";
}

.bxs-dice-3:before {
  content: "\ed7c";
}

.bxs-dice-4:before {
  content: "\ed7d";
}

.bxs-dice-5:before {
  content: "\ed7e";
}

.bxs-dice-6:before {
  content: "\ed7f";
}

.bxs-direction-left:before {
  content: "\ed80";
}

.bxs-direction-right:before {
  content: "\ed81";
}

.bxs-directions:before {
  content: "\ed82";
}

.bxs-disc:before {
  content: "\ed83";
}

.bxs-discount:before {
  content: "\ed84";
}

.bxs-dish:before {
  content: "\ed85";
}

.bxs-dislike:before {
  content: "\ed86";
}

.bxs-dizzy:before {
  content: "\ed87";
}

.bxs-dock-bottom:before {
  content: "\ed88";
}

.bxs-dock-left:before {
  content: "\ed89";
}

.bxs-dock-right:before {
  content: "\ed8a";
}

.bxs-dock-top:before {
  content: "\ed8b";
}

.bxs-dollar-circle:before {
  content: "\ed8c";
}

.bxs-donate-blood:before {
  content: "\ed8d";
}

.bxs-donate-heart:before {
  content: "\ed8e";
}

.bxs-door-open:before {
  content: "\ed8f";
}

.bxs-doughnut-chart:before {
  content: "\ed90";
}

.bxs-down-arrow:before {
  content: "\ed91";
}

.bxs-down-arrow-alt:before {
  content: "\ed92";
}

.bxs-down-arrow-circle:before {
  content: "\ed93";
}

.bxs-down-arrow-square:before {
  content: "\ed94";
}

.bxs-download:before {
  content: "\ed95";
}

.bxs-downvote:before {
  content: "\ed96";
}

.bxs-drink:before {
  content: "\ed97";
}

.bxs-droplet-half:before {
  content: "\ed98";
}

.bxs-dryer:before {
  content: "\ed99";
}

.bxs-duplicate:before {
  content: "\ed9a";
}

.bxs-edit:before {
  content: "\ed9b";
}

.bxs-edit-alt:before {
  content: "\ed9c";
}

.bxs-edit-location:before {
  content: "\ed9d";
}

.bxs-eject:before {
  content: "\ed9e";
}

.bxs-envelope:before {
  content: "\ed9f";
}

.bxs-envelope-open:before {
  content: "\eda0";
}

.bxs-eraser:before {
  content: "\eda1";
}

.bxs-error:before {
  content: "\eda2";
}

.bxs-error-alt:before {
  content: "\eda3";
}

.bxs-error-circle:before {
  content: "\eda4";
}

.bxs-ev-station:before {
  content: "\eda5";
}

.bxs-exit:before {
  content: "\eda6";
}

.bxs-extension:before {
  content: "\eda7";
}

.bxs-eyedropper:before {
  content: "\eda8";
}

.bxs-face:before {
  content: "\eda9";
}

.bxs-face-mask:before {
  content: "\edaa";
}

.bxs-factory:before {
  content: "\edab";
}

.bxs-fast-forward-circle:before {
  content: "\edac";
}

.bxs-file:before {
  content: "\edad";
}

.bxs-file-archive:before {
  content: "\edae";
}

.bxs-file-blank:before {
  content: "\edaf";
}

.bxs-file-css:before {
  content: "\edb0";
}

.bxs-file-doc:before {
  content: "\edb1";
}

.bxs-file-export:before {
  content: "\edb2";
}

.bxs-file-find:before {
  content: "\edb3";
}

.bxs-file-gif:before {
  content: "\edb4";
}

.bxs-file-html:before {
  content: "\edb5";
}

.bxs-file-image:before {
  content: "\edb6";
}

.bxs-file-import:before {
  content: "\edb7";
}

.bxs-file-jpg:before {
  content: "\edb8";
}

.bxs-file-js:before {
  content: "\edb9";
}

.bxs-file-json:before {
  content: "\edba";
}

.bxs-file-md:before {
  content: "\edbb";
}

.bxs-file-pdf:before {
  content: "\edbc";
}

.bxs-file-plus:before {
  content: "\edbd";
}

.bxs-file-png:before {
  content: "\edbe";
}

.bxs-file-txt:before {
  content: "\edbf";
}

.bxs-film:before {
  content: "\edc0";
}

.bxs-filter-alt:before {
  content: "\edc1";
}

.bxs-first-aid:before {
  content: "\edc2";
}

.bxs-flag:before {
  content: "\edc3";
}

.bxs-flag-alt:before {
  content: "\edc4";
}

.bxs-flag-checkered:before {
  content: "\edc5";
}

.bxs-flame:before {
  content: "\edc6";
}

.bxs-flask:before {
  content: "\edc7";
}

.bxs-florist:before {
  content: "\edc8";
}

.bxs-folder:before {
  content: "\edc9";
}

.bxs-folder-minus:before {
  content: "\edca";
}

.bxs-folder-open:before {
  content: "\edcb";
}

.bxs-folder-plus:before {
  content: "\edcc";
}

.bxs-food-menu:before {
  content: "\edcd";
}

.bxs-fridge:before {
  content: "\edce";
}

.bxs-game:before {
  content: "\edcf";
}

.bxs-gas-pump:before {
  content: "\edd0";
}

.bxs-ghost:before {
  content: "\edd1";
}

.bxs-gift:before {
  content: "\edd2";
}

.bxs-graduation:before {
  content: "\edd3";
}

.bxs-grid:before {
  content: "\edd4";
}

.bxs-grid-alt:before {
  content: "\edd5";
}

.bxs-group:before {
  content: "\edd6";
}

.bxs-guitar-amp:before {
  content: "\edd7";
}

.bxs-hand:before {
  content: "\edd8";
}

.bxs-hand-down:before {
  content: "\edd9";
}

.bxs-hand-left:before {
  content: "\edda";
}

.bxs-hand-right:before {
  content: "\eddb";
}

.bxs-hand-up:before {
  content: "\eddc";
}

.bxs-happy:before {
  content: "\eddd";
}

.bxs-happy-alt:before {
  content: "\edde";
}

.bxs-happy-beaming:before {
  content: "\eddf";
}

.bxs-happy-heart-eyes:before {
  content: "\ede0";
}

.bxs-hdd:before {
  content: "\ede1";
}

.bxs-heart:before {
  content: "\ede2";
}

.bxs-heart-circle:before {
  content: "\ede3";
}

.bxs-heart-square:before {
  content: "\ede4";
}

.bxs-help-circle:before {
  content: "\ede5";
}

.bxs-hide:before {
  content: "\ede6";
}

.bxs-home:before {
  content: "\ede7";
}

.bxs-home-circle:before {
  content: "\ede8";
}

.bxs-home-heart:before {
  content: "\ede9";
}

.bxs-home-smile:before {
  content: "\edea";
}

.bxs-hotel:before {
  content: "\edeb";
}

.bxs-hourglass:before {
  content: "\edec";
}

.bxs-hourglass-bottom:before {
  content: "\eded";
}

.bxs-hourglass-top:before {
  content: "\edee";
}

.bxs-id-card:before {
  content: "\edef";
}

.bxs-image:before {
  content: "\edf0";
}

.bxs-image-add:before {
  content: "\edf1";
}

.bxs-image-alt:before {
  content: "\edf2";
}

.bxs-inbox:before {
  content: "\edf3";
}

.bxs-info-circle:before {
  content: "\edf4";
}

.bxs-info-square:before {
  content: "\edf5";
}

.bxs-institution:before {
  content: "\edf6";
}

.bxs-joystick:before {
  content: "\edf7";
}

.bxs-joystick-alt:before {
  content: "\edf8";
}

.bxs-joystick-button:before {
  content: "\edf9";
}

.bxs-key:before {
  content: "\edfa";
}

.bxs-keyboard:before {
  content: "\edfb";
}

.bxs-label:before {
  content: "\edfc";
}

.bxs-landmark:before {
  content: "\edfd";
}

.bxs-landscape:before {
  content: "\edfe";
}

.bxs-laugh:before {
  content: "\edff";
}

.bxs-layer:before {
  content: "\ee00";
}

.bxs-layer-minus:before {
  content: "\ee01";
}

.bxs-layer-plus:before {
  content: "\ee02";
}

.bxs-layout:before {
  content: "\ee03";
}

.bxs-left-arrow:before {
  content: "\ee04";
}

.bxs-left-arrow-alt:before {
  content: "\ee05";
}

.bxs-left-arrow-circle:before {
  content: "\ee06";
}

.bxs-left-arrow-square:before {
  content: "\ee07";
}

.bxs-left-down-arrow-circle:before {
  content: "\ee08";
}

.bxs-left-top-arrow-circle:before {
  content: "\ee09";
}

.bxs-like:before {
  content: "\ee0a";
}

.bxs-location-plus:before {
  content: "\ee0b";
}

.bxs-lock:before {
  content: "\ee0c";
}

.bxs-lock-alt:before {
  content: "\ee0d";
}

.bxs-lock-open:before {
  content: "\ee0e";
}

.bxs-lock-open-alt:before {
  content: "\ee0f";
}

.bxs-log-in:before {
  content: "\ee10";
}

.bxs-log-in-circle:before {
  content: "\ee11";
}

.bxs-log-out:before {
  content: "\ee12";
}

.bxs-log-out-circle:before {
  content: "\ee13";
}

.bxs-low-vision:before {
  content: "\ee14";
}

.bxs-magic-wand:before {
  content: "\ee15";
}

.bxs-magnet:before {
  content: "\ee16";
}

.bxs-map:before {
  content: "\ee17";
}

.bxs-map-alt:before {
  content: "\ee18";
}

.bxs-map-pin:before {
  content: "\ee19";
}

.bxs-mask:before {
  content: "\ee1a";
}

.bxs-medal:before {
  content: "\ee1b";
}

.bxs-megaphone:before {
  content: "\ee1c";
}

.bxs-meh:before {
  content: "\ee1d";
}

.bxs-meh-alt:before {
  content: "\ee1e";
}

.bxs-meh-blank:before {
  content: "\ee1f";
}

.bxs-memory-card:before {
  content: "\ee20";
}

.bxs-message:before {
  content: "\ee21";
}

.bxs-message-add:before {
  content: "\ee22";
}

.bxs-message-alt:before {
  content: "\ee23";
}

.bxs-message-alt-add:before {
  content: "\ee24";
}

.bxs-message-alt-check:before {
  content: "\ee25";
}

.bxs-message-alt-detail:before {
  content: "\ee26";
}

.bxs-message-alt-dots:before {
  content: "\ee27";
}

.bxs-message-alt-edit:before {
  content: "\ee28";
}

.bxs-message-alt-error:before {
  content: "\ee29";
}

.bxs-message-alt-minus:before {
  content: "\ee2a";
}

.bxs-message-alt-x:before {
  content: "\ee2b";
}

.bxs-message-check:before {
  content: "\ee2c";
}

.bxs-message-detail:before {
  content: "\ee2d";
}

.bxs-message-dots:before {
  content: "\ee2e";
}

.bxs-message-edit:before {
  content: "\ee2f";
}

.bxs-message-error:before {
  content: "\ee30";
}

.bxs-message-minus:before {
  content: "\ee31";
}

.bxs-message-rounded:before {
  content: "\ee32";
}

.bxs-message-rounded-add:before {
  content: "\ee33";
}

.bxs-message-rounded-check:before {
  content: "\ee34";
}

.bxs-message-rounded-detail:before {
  content: "\ee35";
}

.bxs-message-rounded-dots:before {
  content: "\ee36";
}

.bxs-message-rounded-edit:before {
  content: "\ee37";
}

.bxs-message-rounded-error:before {
  content: "\ee38";
}

.bxs-message-rounded-minus:before {
  content: "\ee39";
}

.bxs-message-rounded-x:before {
  content: "\ee3a";
}

.bxs-message-square:before {
  content: "\ee3b";
}

.bxs-message-square-add:before {
  content: "\ee3c";
}

.bxs-message-square-check:before {
  content: "\ee3d";
}

.bxs-message-square-detail:before {
  content: "\ee3e";
}

.bxs-message-square-dots:before {
  content: "\ee3f";
}

.bxs-message-square-edit:before {
  content: "\ee40";
}

.bxs-message-square-error:before {
  content: "\ee41";
}

.bxs-message-square-minus:before {
  content: "\ee42";
}

.bxs-message-square-x:before {
  content: "\ee43";
}

.bxs-message-x:before {
  content: "\ee44";
}

.bxs-meteor:before {
  content: "\ee45";
}

.bxs-microchip:before {
  content: "\ee46";
}

.bxs-microphone:before {
  content: "\ee47";
}

.bxs-microphone-alt:before {
  content: "\ee48";
}

.bxs-microphone-off:before {
  content: "\ee49";
}

.bxs-minus-circle:before {
  content: "\ee4a";
}

.bxs-minus-square:before {
  content: "\ee4b";
}

.bxs-mobile:before {
  content: "\ee4c";
}

.bxs-mobile-vibration:before {
  content: "\ee4d";
}

.bxs-moon:before {
  content: "\ee4e";
}

.bxs-mouse:before {
  content: "\ee4f";
}

.bxs-mouse-alt:before {
  content: "\ee50";
}

.bxs-movie:before {
  content: "\ee51";
}

.bxs-movie-play:before {
  content: "\ee52";
}

.bxs-music:before {
  content: "\ee53";
}

.bxs-navigation:before {
  content: "\ee54";
}

.bxs-network-chart:before {
  content: "\ee55";
}

.bxs-news:before {
  content: "\ee56";
}

.bxs-no-entry:before {
  content: "\ee57";
}

.bxs-note:before {
  content: "\ee58";
}

.bxs-notepad:before {
  content: "\ee59";
}

.bxs-notification:before {
  content: "\ee5a";
}

.bxs-notification-off:before {
  content: "\ee5b";
}

.bxs-offer:before {
  content: "\ee5c";
}

.bxs-package:before {
  content: "\ee5d";
}

.bxs-paint:before {
  content: "\ee5e";
}

.bxs-paint-roll:before {
  content: "\ee5f";
}

.bxs-palette:before {
  content: "\ee60";
}

.bxs-paper-plane:before {
  content: "\ee61";
}

.bxs-parking:before {
  content: "\ee62";
}

.bxs-paste:before {
  content: "\ee63";
}

.bxs-pen:before {
  content: "\ee64";
}

.bxs-pencil:before {
  content: "\ee65";
}

.bxs-phone:before {
  content: "\ee66";
}

.bxs-phone-call:before {
  content: "\ee67";
}

.bxs-phone-incoming:before {
  content: "\ee68";
}

.bxs-phone-off:before {
  content: "\ee69";
}

.bxs-phone-outgoing:before {
  content: "\ee6a";
}

.bxs-photo-album:before {
  content: "\ee6b";
}

.bxs-piano:before {
  content: "\ee6c";
}

.bxs-pie-chart:before {
  content: "\ee6d";
}

.bxs-pie-chart-alt:before {
  content: "\ee6e";
}

.bxs-pie-chart-alt-2:before {
  content: "\ee6f";
}

.bxs-pin:before {
  content: "\ee70";
}

.bxs-pizza:before {
  content: "\ee71";
}

.bxs-plane:before {
  content: "\ee72";
}

.bxs-plane-alt:before {
  content: "\ee73";
}

.bxs-plane-land:before {
  content: "\ee74";
}

.bxs-planet:before {
  content: "\ee75";
}

.bxs-plane-take-off:before {
  content: "\ee76";
}

.bxs-playlist:before {
  content: "\ee77";
}

.bxs-plug:before {
  content: "\ee78";
}

.bxs-plus-circle:before {
  content: "\ee79";
}

.bxs-plus-square:before {
  content: "\ee7a";
}

.bxs-pointer:before {
  content: "\ee7b";
}

.bxs-polygon:before {
  content: "\ee7c";
}

.bxs-printer:before {
  content: "\ee7d";
}

.bxs-purchase-tag:before {
  content: "\ee7e";
}

.bxs-purchase-tag-alt:before {
  content: "\ee7f";
}

.bxs-pyramid:before {
  content: "\ee80";
}

.bxs-quote-alt-left:before {
  content: "\ee81";
}

.bxs-quote-alt-right:before {
  content: "\ee82";
}

.bxs-quote-left:before {
  content: "\ee83";
}

.bxs-quote-right:before {
  content: "\ee84";
}

.bxs-quote-single-left:before {
  content: "\ee85";
}

.bxs-quote-single-right:before {
  content: "\ee86";
}

.bxs-radiation:before {
  content: "\ee87";
}

.bxs-radio:before {
  content: "\ee88";
}

.bxs-receipt:before {
  content: "\ee89";
}

.bxs-rectangle:before {
  content: "\ee8a";
}

.bxs-registered:before {
  content: "\ee8b";
}

.bxs-rename:before {
  content: "\ee8c";
}

.bxs-report:before {
  content: "\ee8d";
}

.bxs-rewind-circle:before {
  content: "\ee8e";
}

.bxs-right-arrow:before {
  content: "\ee8f";
}

.bxs-right-arrow-alt:before {
  content: "\ee90";
}

.bxs-right-arrow-circle:before {
  content: "\ee91";
}

.bxs-right-arrow-square:before {
  content: "\ee92";
}

.bxs-right-down-arrow-circle:before {
  content: "\ee93";
}

.bxs-right-top-arrow-circle:before {
  content: "\ee94";
}

.bxs-rocket:before {
  content: "\ee95";
}

.bxs-ruler:before {
  content: "\ee96";
}

.bxs-sad:before {
  content: "\ee97";
}

.bxs-save:before {
  content: "\ee98";
}

.bxs-school:before {
  content: "\ee99";
}

.bxs-search:before {
  content: "\ee9a";
}

.bxs-search-alt-2:before {
  content: "\ee9b";
}

.bxs-select-multiple:before {
  content: "\ee9c";
}

.bxs-send:before {
  content: "\ee9d";
}

.bxs-server:before {
  content: "\ee9e";
}

.bxs-shapes:before {
  content: "\ee9f";
}

.bxs-share:before {
  content: "\eea0";
}

.bxs-share-alt:before {
  content: "\eea1";
}

.bxs-shield:before {
  content: "\eea2";
}

.bxs-shield-alt-2:before {
  content: "\eea3";
}

.bxs-shield-x:before {
  content: "\eea4";
}

.bxs-ship:before {
  content: "\eea5";
}

.bxs-shocked:before {
  content: "\eea6";
}

.bxs-shopping-bag:before {
  content: "\eea7";
}

.bxs-shopping-bag-alt:before {
  content: "\eea8";
}

.bxs-shopping-bags:before {
  content: "\eea9";
}

.bxs-show:before {
  content: "\eeaa";
}

.bxs-skip-next-circle:before {
  content: "\eeab";
}

.bxs-skip-previous-circle:before {
  content: "\eeac";
}

.bxs-skull:before {
  content: "\eead";
}

.bxs-sleepy:before {
  content: "\eeae";
}

.bxs-slideshow:before {
  content: "\eeaf";
}

.bxs-smile:before {
  content: "\eeb0";
}

.bxs-sort-alt:before {
  content: "\eeb1";
}

.bxs-spa:before {
  content: "\eeb2";
}

.bxs-speaker:before {
  content: "\eeb3";
}

.bxs-spray-can:before {
  content: "\eeb4";
}

.bxs-spreadsheet:before {
  content: "\eeb5";
}

.bxs-square:before {
  content: "\eeb6";
}

.bxs-square-rounded:before {
  content: "\eeb7";
}

.bxs-star:before {
  content: "\eeb8";
}

.bxs-star-half:before {
  content: "\eeb9";
}

.bxs-sticker:before {
  content: "\eeba";
}

.bxs-stopwatch:before {
  content: "\eebb";
}

.bxs-store:before {
  content: "\eebc";
}

.bxs-store-alt:before {
  content: "\eebd";
}

.bxs-sun:before {
  content: "\eebe";
}

.bxs-tachometer:before {
  content: "\eebf";
}

.bxs-tag:before {
  content: "\eec0";
}

.bxs-tag-alt:before {
  content: "\eec1";
}

.bxs-tag-x:before {
  content: "\eec2";
}

.bxs-taxi:before {
  content: "\eec3";
}

.bxs-tennis-ball:before {
  content: "\eec4";
}

.bxs-terminal:before {
  content: "\eec5";
}

.bxs-thermometer:before {
  content: "\eec6";
}

.bxs-time:before {
  content: "\eec7";
}

.bxs-time-five:before {
  content: "\eec8";
}

.bxs-timer:before {
  content: "\eec9";
}

.bxs-tired:before {
  content: "\eeca";
}

.bxs-toggle-left:before {
  content: "\eecb";
}

.bxs-toggle-right:before {
  content: "\eecc";
}

.bxs-tone:before {
  content: "\eecd";
}

.bxs-torch:before {
  content: "\eece";
}

.bxs-to-top:before {
  content: "\eecf";
}

.bxs-traffic:before {
  content: "\eed0";
}

.bxs-traffic-barrier:before {
  content: "\eed1";
}

.bxs-traffic-cone:before {
  content: "\eed2";
}

.bxs-train:before {
  content: "\eed3";
}

.bxs-trash:before {
  content: "\eed4";
}

.bxs-trash-alt:before {
  content: "\eed5";
}

.bxs-tree:before {
  content: "\eed6";
}

.bxs-trophy:before {
  content: "\eed7";
}

.bxs-truck:before {
  content: "\eed8";
}

.bxs-t-shirt:before {
  content: "\eed9";
}

.bxs-tv:before {
  content: "\eeda";
}

.bxs-up-arrow:before {
  content: "\eedb";
}

.bxs-up-arrow-alt:before {
  content: "\eedc";
}

.bxs-up-arrow-circle:before {
  content: "\eedd";
}

.bxs-up-arrow-square:before {
  content: "\eede";
}

.bxs-upside-down:before {
  content: "\eedf";
}

.bxs-upvote:before {
  content: "\eee0";
}

.bxs-user:before {
  content: "\eee1";
}

.bxs-user-account:before {
  content: "\eee2";
}

.bxs-user-badge:before {
  content: "\eee3";
}

.bxs-user-check:before {
  content: "\eee4";
}

.bxs-user-circle:before {
  content: "\eee5";
}

.bxs-user-detail:before {
  content: "\eee6";
}

.bxs-user-minus:before {
  content: "\eee7";
}

.bxs-user-pin:before {
  content: "\eee8";
}

.bxs-user-plus:before {
  content: "\eee9";
}

.bxs-user-rectangle:before {
  content: "\eeea";
}

.bxs-user-voice:before {
  content: "\eeeb";
}

.bxs-user-x:before {
  content: "\eeec";
}

.bxs-vector:before {
  content: "\eeed";
}

.bxs-vial:before {
  content: "\eeee";
}

.bxs-video:before {
  content: "\eeef";
}

.bxs-video-off:before {
  content: "\eef0";
}

.bxs-video-plus:before {
  content: "\eef1";
}

.bxs-video-recording:before {
  content: "\eef2";
}

.bxs-videos:before {
  content: "\eef3";
}

.bxs-virus:before {
  content: "\eef4";
}

.bxs-virus-block:before {
  content: "\eef5";
}

.bxs-volume:before {
  content: "\eef6";
}

.bxs-volume-full:before {
  content: "\eef7";
}

.bxs-volume-low:before {
  content: "\eef8";
}

.bxs-volume-mute:before {
  content: "\eef9";
}

.bxs-wallet:before {
  content: "\eefa";
}

.bxs-wallet-alt:before {
  content: "\eefb";
}

.bxs-washer:before {
  content: "\eefc";
}

.bxs-watch:before {
  content: "\eefd";
}

.bxs-watch-alt:before {
  content: "\eefe";
}

.bxs-webcam:before {
  content: "\eeff";
}

.bxs-widget:before {
  content: "\ef00";
}

.bxs-window-alt:before {
  content: "\ef01";
}

.bxs-wine:before {
  content: "\ef02";
}

.bxs-wink-smile:before {
  content: "\ef03";
}

.bxs-wink-tongue:before {
  content: "\ef04";
}

.bxs-wrench:before {
  content: "\ef05";
}

.bxs-x-circle:before {
  content: "\ef06";
}

.bxs-x-square:before {
  content: "\ef07";
}

.bxs-yin-yang:before {
  content: "\ef08";
}

.bxs-zap:before {
  content: "\ef09";
}

.bxs-zoom-in:before {
  content: "\ef0a";
}

.bxs-zoom-out:before {
  content: "\ef0b";
}

.bootstrap-touchspin {
  display: flex !important;
  flex-direction: row !important;
}

.bootstrap-touchspin input {
  max-height: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: 500;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #222222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  text-transform: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  display: block;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
  :after,
  :before,
  :first-letter,
  blockquote:first-line,
  div:first-line,
  li:first-line,
  p:first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #222222;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #222222 !important;
  }
  .tag {
    border: 1px solid #222222;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #e5e5e5 !important;
  }
}
html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #f2f3f7;
  direction: ltr;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #585757;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0;
}

body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 0;
}

body ::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-moz-selection {
  background-color: #222222;
  color: #fff;
}

::selection {
  background-color: #222222;
  color: #fff;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #222222;
}

a:focus,
a:hover {
  color: #6bb42f;
  text-decoration: none;
}

:focus,
a:focus,
button:focus,
a:not([href]):not([tabindex]):focus {
  outline: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

pre {
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
  max-width: 650px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
}

[role=button],
button {
  cursor: pointer;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #222222;
  caption-side: bottom;
}

caption,
th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}

button:focus {
  outline: 0;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #222222;
  font-variant-ligatures: common-ligatures;
}

.h1,
h1 {
  font-size: 40px;
}

.h2,
h2 {
  font-size: 26px;
  line-height: 28px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.page-title,
.section-title,
.products-section-title {
  text-align: left;
  margin-bottom: 30px;
}

.products-section-title {
  font-size: 20px;
}

.blog-title {
  margin-bottom: 15px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
}

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
}

.display-3 {
  font-size: 1.563rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #e5e5e5;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #f1f1f1;
}

.blockquote-footer:before {
  content: "—           ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e5e5e5;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer:before {
  content: "";
}

.blockquote-reverse .blockquote-footer:after {
  content: "           —";
}

dl.row > dd + dt {
  clear: left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #f1f1f1;
}

code {
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0;
}

code,
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #222222;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #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: 15px;
  padding-right: 15px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1601px) {
  .container {
    width: 1560px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.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-xs,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xl,
  .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-xs,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xl,
  .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-xs,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xl,
  .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-xs,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xl,
  .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-xs,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
}

.table th {
  font-weight: 500;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}

.table tbody + tbody {
  border-top: 1px solid #e5e5e5;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #e5e5e5;
  background: #fff;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
  color: #222222;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #222222;
  background-color: #e5e5e5;
}

.table-inverse {
  color: #e5e5e5;
  background-color: #373a3c;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #222222;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  width: 100%;
  min-height: 0;
  overflow-x: auto;
  border: transparent;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow td,
.table-reflow th {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #e5e5e5;
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #e5e5e5;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #e5e5e5;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 5px;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #222222;
  border-color: #e5e5e5;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control::placeholder {
  color: #222222;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}

select.form-control:focus::-ms-value {
  color: #222222;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  margin-bottom: 0;
  font-size: 1rem;
}

.col-form-legend,
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-control-static {
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.75rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
  color: #222222;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-check-inline.disabled {
  color: #222222;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #6bb42f;
}

.has-success .form-control {
  border-color: #6bb42f;
}

.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.has-success .input-group-addon {
  color: #6bb42f;
  border-color: #6bb42f;
  background-color: #e0f3e5;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='$color_green_dark' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}

.has-warning .form-control {
  border-color: #ff9a52;
}

.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}

.has-danger .form-control {
  border-color: #ff4c4c;
}

.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-check,
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  outline: none;
  border: none;
  background: #222222;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #6bb42f;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background: #222222;
  color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background: #222222;
  color: #fff;
  border: none;
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background: #222222;
  color: #fff;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background: #222222;
  color: #fff;
  border: none;
}

.btn-secondary,
.btn-tertiary {
  background: #6bb42f;
  color: #fff;
  border: none;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.focus.btn-tertiary {
  background: #222222;
  color: #fff;
  border: none;
}

.btn-secondary.active,
.btn-secondary:active,
.open > .btn-secondary.dropdown-toggle {
  background: #222222;
  color: #fff;
  border: none;
  background-image: none;
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary {
  background: #222222;
  color: #fff;
  border: none;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover {
  background: #222222;
  color: #fff;
  border: none;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  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.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
  background-image: none;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.btn-warning {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
  background-image: none;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-danger {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
  background-image: none;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary {
  color: #6bb42f;
  background-image: none;
  background-color: transparent;
  border-color: #6bb42f;
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e788c;
  border-color: #175c6a;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
  border-color: #83d3e4;
}

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open > .btn-outline-secondary.dropdown-toggle,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
  border-color: rgba(51, 51, 51, 0);
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #6bb42f;
  background-image: none;
  background-color: transparent;
  border-color: #6bb42f;
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
  border-color: #96d7a9;
}

.btn-outline-warning {
  color: #ff9a52;
  background-image: none;
  background-color: transparent;
  border-color: #ff9a52;
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
  border-color: #ffd6b8;
}

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c;
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
  border-color: #ffb2b2;
}

.btn-link {
  font-weight: 400;
  color: #6bb42f;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #208094;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2d2f;
  background-color: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6bb42f;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #f1f1f1;
}

.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: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #f1f1f1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.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: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .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: -0.5rem;
}

.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: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split:after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  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:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: 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.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #222222;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #e5e5e5;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem\9 ;
  color: #222222;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#222222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #222222;
  background-color: #fff;
}

.custom-select:disabled {
  color: #f1f1f1;
  cursor: not-allowed;
  background-color: #e5e5e5;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.custom-file-control:lang(en):after {
  content: "Choose file...";
}

.custom-file-control:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 0 0;
}

.custom-file-control:lang(en):before {
  content: "Browse";
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #f1f1f1;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #f1f1f1;
  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 #e5e5e5;
}

.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: 0;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e5e5e5 #e5e5e5 #e5e5e5;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #f1f1f1;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #222222;
  background-color: #fff;
  border-color: #e5e5e5 #e5e5e5 transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills:after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #6bb42f;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-full {
  z-index: 1000;
}

@media (min-width: 576px) {
  .navbar-full {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 576px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 576px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider:before {
  content: " ";
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block;
  }
}
.navbar-toggleable-lg:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block;
  }
}
.navbar-toggleable-xl {
  display: block;
}

.navbar-toggleable-xl:after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.card-block {
  padding: 15px;
}

.card-block:after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:after {
  content: "";
  display: table;
  clear: both;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:after {
  content: "";
  display: table;
  clear: both;
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.card-primary .card-footer,
.card-primary .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.card-success .card-footer,
.card-success .card-header {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-footer,
.card-info .card-header {
  background-color: transparent;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
  background-color: transparent;
}

.card-outline-primary {
  border-color: #6bb42f;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #6bb42f;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c;
}

.card-inverse .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

@media (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 576px) {
  .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),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #f1f1f1;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #e5e5e5;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #6bb42f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.page-link:focus,
.page-link:hover {
  color: #208094;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.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.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #f7f7f7;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #d8d8d8;
}

.tag-primary {
  background-color: #6bb42f;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #2592a9;
}

.tag-success {
  background-color: #6bb42f;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #3a9a56;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ff7c1f;
}

.tag-danger {
  background-color: #ff4c4c;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff1919;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e5e5e5;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: #e5e5e5;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #222222;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-warning .alert-link {
  color: #0a0a0a;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #e5e5e5;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
  background-color: #e5e5e5;
  border-radius: 0;
}

.progress[value],
base::-moz-progress-bar {
  background-color: #e5e5e5;
  border-radius: 0;
}

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #6bb42f;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #6bb42f;
}

.progress-success[value]::-ms-fill {
  background-color: #6bb42f;
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

.media,
.media-body {
  overflow: hidden;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-body {
  width: 10000px;
}

.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: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #f1f1f1;
  cursor: not-allowed;
  background-color: #e5e5e5;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #f1f1f1;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #6bb42f;
  border-color: #6bb42f;
}

.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,
.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 .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d7f1f6;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #222222;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f7f7f7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
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,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
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,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
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,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.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: normal;
  line-height: 1;
  color: #222222;
}

.close:focus,
.close:hover {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 30px;
  font-weight: 300;
  float: right;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
}

.modal.in .modal-dialog {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(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;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #222222;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  line-height: 18px;
  color: #222222;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}

.modal-header .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  outline: none;
}

.modal-header:after {
  content: "";
  display: table;
  clear: both;
}

.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-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.tooltip-right .tooltip-inner:before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.tooltip-left .tooltip-inner:before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #ff4c4c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}

.tooltip-inner:before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
  left: 50%;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.popover-right:after,
.popover.popover-right:before {
  top: 50%;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left:before,
.popover.popover-right:before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-left:after,
.popover.popover-right:after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before {
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title:before,
.popover.popover-bottom .popover-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:after,
.popover.popover-left:before {
  top: 50%;
  border-right-width: 0;
}

.popover.bs-tether-element-attached-right:before,
.popover.popover-left:before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right:after,
.popover.popover-left:after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover:after,
.popover:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover:before {
  content: "";
  border-width: 11px;
}

.popover:after {
  content: "";
  border-width: 10px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(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.5;
}

.carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#22222200000", GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22222200000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  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: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  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 #fff;
  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: 576px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #045749 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #2592a9 !important;
}

.bg-success {
  background-color: #045749 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-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;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #616161 !important;
}

.text-primary {
  color: #045749 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #2592a9 !important;
}

.text-success {
  color: #045749 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down,
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/e79bfd88537def476913f3ed52f4f4b3.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../fonts/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../fonts/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}
.material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

body,
html {
  height: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  color: #6bb42f;
  text-decoration: none;
}

p {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

.color,
.custom-checkbox input[type=checkbox] + span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background-size: contain;
}

.color.active,
.color:hover,
.custom-checkbox input[type=checkbox] + span.color.active,
.custom-checkbox input[type=checkbox] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 2px solid #222222;
}

.btn-tertiary .material-icons {
  font-size: 1rem;
}

.btn-unstyle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: inherit;
}

.btn-unstyle:focus {
  outline: 0;
}

.btn-unstyle:focus .expand-more {
  color: #222;
}

.label,
label {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 500;
}

small.label,
small.value {
  font-size: 0.8125rem;
}

.form-control-label {
  padding-top: 0.625rem;
}

.form-control {
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
}

.form-control:focus {
  background-color: #fff;
  color: #222222;
}

.form-control:focus,
.input-group.focus,
.input-group .form-control:focus {
  outline: none;
}

.input-group .input-group-btn {
  height: 100%;
}

.input-group .input-group-btn > .btn {
  padding: 0.625rem 1rem;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  margin-left: 0;
  text-transform: none;
  border-radius: 0 5px 5px 0;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  background: #222222;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222222;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222222;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222222;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222222;
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #222222;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #222222;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #222222;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
  color: #222222;
}

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding: 0 15px;
}

.form-control-valign {
  padding-top: 0.5rem;
}

.form-control-comment {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  color: #222222;
}

.form-control-submit.disabled {
  background: #5bc0de;
  color: #fff;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

.group-span-filestyle label {
  margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #6bb42f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.bootstrap-touchspin {
  width: auto;
  float: left;
  display: inline-block;
}

.bootstrap-touchspin input:focus {
  outline: none;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: #222222;
  background-color: #fff;
  height: 2.5rem;
  padding: 0.175rem 0.5rem;
  width: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  z-index: 1;
}

.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 1.3125rem;
}

.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #f7f7f7;
}

.bootstrap-touchspin .input-group-btn-vertical {
  color: #222222;
  width: auto;
  float: left;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\e145";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\e15b";
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 0.0625rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
}

.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin-right: 1.25rem;
}

.custom-radio input[type=radio] {
  opacity: 0;
  cursor: pointer;
}

.custom-radio input[type=radio]:checked + span {
  display: block;
  background-color: #6bb42f;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
}

.custom-radio input[type=radio]:focus + span {
  border-color: #222222;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type=checkbox] {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.custom-checkbox input[type=checkbox] + span {
  margin-right: 3px;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #888888;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
  display: none;
  margin: -1px 0px;
  font-size: 14px;
  color: #222222;
}

.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
  display: block;
}

.custom-checkbox input[type=checkbox]:focus + span {
  border-color: #222222;
}

.custom-checkbox label {
  text-align: left;
}

.done {
  color: #6bb42f;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem;
}

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.definition-list dl dt {
  font-weight: 500;
}

.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #f7f7f7;
  padding: 0.625rem;
  margin: 0.125rem;
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
  background: #e5e5e5;
}

.help-block {
  margin-top: 0.625rem;
}

.btn.disabled,
.btn.disabled:hover {
  background: #222222;
}

.btn-tertiary-outline {
  color: #6c868e;
  background-image: none;
  background-color: transparent;
  border-color: #6c868e;
  border: 0.15rem solid #6c868e;
}

.btn-tertiary-outline:hover {
  border-color: #bbcdd2;
  color: #bbcdd2;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #222222;
  font-weight: 400;
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
  color: #222222;
}

.separator {
  margin: 0;
  border-color: #e5e5e5;
}

/* alert */
.alert {
  font-size: 0.8125rem;
}

.alert-warning .material-icons {
  color: #ff9a52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}

.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem;
}

.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6c868e;
}

.alert-warning ul li:last-child .alert-link {
  color: #fff;
}

.alert-warning .warning-buttons {
  margin-top: 0.3125rem;
}

.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px solid #ff4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  background-color: #ff4c4c;
  width: 24px;
  height: 24px;
}

.ps-alert-error .item p,
.ps-alert-success .item p {
  background-color: #fff;
  margin: 0;
  padding: 18px 20px;
  width: 100%;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem;
}

.ps-alert-success .item {
  border-color: #6bb42f;
  background-color: #6bb42f;
}

.ps-alert-success .item i {
  border-color: #6bb42f;
}

.ps-alert-success .item i svg {
  background-color: #6bb42f;
}

/* dropdown */
.dropdown {
  color: #222222;
}

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}

.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  color: #222222;
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #6bb42f;
}

.popover {
  font-family: inherit;
}

#main .page-content #notifications {
  margin-left: -15px;
  margin-right: -15px;
}

#notifications ul {
  margin-bottom: 0;
}

/*----------------------------------------------*/
/* mobile menu */
/*----------------------------------------------*/
#mobile_top_menu_wrapper {
  background: #fff;
  margin: 0;
  position: absolute;
  width: 100%;
  top: -40px;
  z-index: 999;
  display: block !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  z-index: 99;
  margin: 0;
  -webkit-transform: translate(-400px, 0px);
  -moz-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  -o-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: auto;
}

#mobile_top_menu_wrapper.box-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-close,
.filter-close {
  background: #6bb42f;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: none;
  text-align: left;
}

.menu-close i,
.filter-close i {
  line-height: 40px;
  cursor: pointer;
  pointer-events: painted;
}

.open-menu:after,
#search_filters_wrapper.filter-open:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  display: block;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.1s;
}

#search_filters_wrapper.filter-open:after {
  left: 320px;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler i {
  font-size: 18px;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 8px 20px;
  text-align: left;
  font-size: 14px;
  color: #222222;
}

#mobile_top_menu_wrapper .top-menu .collapse,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
  min-width: 100%;
  background: #fff;
  border: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid #222222;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 8px 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding-left: 1.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
  padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
  color: #222222;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
  display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  padding: 0.625rem 0;
  display: block;
  width: 100%;
}

#mobile_top_menu_wrapper .menu-images-container {
  display: none;
}

#mobile_top_menu_wrapper .top-menu li:hover > a {
  color: #6bb42f;
}

/*----------------------------------------------*/
/* checkout page */
/*----------------------------------------------*/
#checkout .page-content-wrapper {
  padding-top: 30px;
}

body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#checkout {
  color: #222222;
}

body#checkout .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}

body#checkout section.checkout-step {
  margin: 15px 0 0;
  background: #fff;
}

body#checkout section.checkout-step:first-child {
  margin-top: 0;
  border: none;
}

body#checkout section.checkout-step .step-title {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #e5e5e5;
}

body#checkout section.checkout-step .content {
  padding: 15px;
}

body#checkout .checkout-step.-current .step-title {
  border: 1px solid #e5e5e5;
}

body#checkout section.checkout-step .step-number {
  display: inline-block;
  padding-right: 10px;
}

body#checkout section.checkout-step .step-edit {
  text-transform: lowercase;
  font-weight: 400;
}

body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem;
}

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
  display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number,
body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}

body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
}

body#checkout section.checkout-step small {
  color: #222222;
}

body#checkout section.checkout-step .default-input {
  min-width: 40%;
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem;
}

body#checkout section.checkout-step .radio-field label {
  display: inline;
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}

body#checkout section.checkout-step .select-field div {
  background: #e5e5e5;
  padding: 0.625rem 3.125rem;
}

body#checkout section.checkout-step .form-footer {
  text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
  display: table-cell;
}

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 1.25rem;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#checkout section.checkout-step .address-item {
  background: #e5e5e5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 0.625rem;
  border: 3px solid transparent;
  border-radius: 5px;
}

body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 1px solid #e5e5e5;
}

body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

body#checkout section.checkout-step .address {
  margin-left: 1.563rem;
  font-weight: 400;
}

body#checkout section.checkout-step .radio-block {
  padding: 0.9375rem;
  text-align: left;
  cursor: pointer;
}

body#checkout section.checkout-step .custom-radio {
  margin-right: 0;
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  color: #222222;
  display: inline-block;
  margin: 0 0.3125rem;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  font-size: 1rem;
}

body#checkout section.checkout-step hr {
  margin: 0;
}

body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: 0.625rem;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
  color: #222222;
}

body#checkout section.checkout-step .add-address a i {
  font-size: 0.9375rem;
}

body#checkout section.checkout-step .delivery-option {
  padding: 15px 0;
  margin-bottom: 15px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

body#checkout section.checkout-step .delivery-option label {
  text-align: inherit;
  margin-bottom: 0;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left;
  margin-bottom: 0;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin-left: 0.3125rem;
  margin-top: 1.563rem;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
  text-align: left;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0;
}

body#checkout section.checkout-step .sign-in {
  font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password {
  margin-left: 14.38rem;
}

body#checkout .additional-information {
  font-size: 0.875rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem;
}

body#checkout .condition-label {
  margin-left: 2.5rem;
  margin-top: 0.625rem;
}

body#checkout .condition-label label {
  text-align: inherit;
}

body#checkout .cancel-address {
  margin: 0.625rem;
  display: block;
  color: #222222;
  text-decoration: underline;
}

body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f7f7f7;
}

body#checkout #cart-summary-product-list {
  border-bottom: 1px solid #e5e5e5;
}

body#checkout #cart-summary-product-list img {
  width: 3.125rem;
  max-width: inherit;
}

body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle;
}

body#checkout #cart-summary-product-list .media-body .product-name {
  font-weight: 500;
}

body#checkout .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

body#checkout #order-summary-content {
  padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #222222;
}

body#checkout #order-summary-content h4.black {
  color: #222222;
}

body#checkout #order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
  box-shadow: none;
}

body#checkout #order-summary-content #order-items {
  border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
  color: #222222;
  margin-top: 1.25rem;
}

body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem;
}

body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #222222;
}

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer;
}

body#checkout #order-summary-content a .step-edit {
  color: #222222;
}

body#checkout #delivery,
body#checkout #gift_message {
  max-width: 100%;
  border-color: #e5e5e5;
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

/*order confirmation*/
#order-confirmation {
  color: #222222;
}

.cart-grid-body h1,
.card-title,
.page-header h1,
.page-content .page-heading {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
  text-transform: capitalize;
}

.card-title,
.page-header h1,
.page-content .page-heading {
  margin-bottom: 20px;
}

#order-items .h3 {
  font-size: 1rem;
}

#order-details {
  padding-left: 1.875rem;
  margin-top: 1.25rem;
}

#order-details > .card-title {
  margin-bottom: 1.875rem;
}

#order-details ul {
  margin-bottom: 1.25rem;
}

#order-details ul li {
  margin-bottom: 0.625rem;
}

#order-items {
  border-right: 1px solid #e5e5e5;
}

.page-order-confirmation #order-items {
  border-right: none;
}

#content-hook-order-confirmation-footer .product-item {
  margin-bottom: 0;
}

#order-items hr {
  border-top-color: #e5e5e5;
}

#order-items table {
  width: 100%;
}

#order-items table tr {
  height: 1.875rem;
  color: #222222;
}

#order-items table tr td:last-child {
  text-align: right;
}

#order-items .order-line {
  margin-top: 1rem;
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem;
}

#order-items .order-line .image > img {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#order-items .details {
  margin-bottom: 1rem;
}

#order-items .details .customizations {
  margin-top: 0.625rem;
}

#order-items .qty {
  margin-bottom: 1rem;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}

#order-confirmation .box-content.featured {
  margin: 50px 0 0 0;
  padding: 0;
}

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0;
  }
  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
  .cart-grid-right {
    margin-top: 15px;
  }
  #checkout .page-content-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem;
  }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem;
  }
  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }
  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem;
  }
  #order-items .card-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #order-items hr {
    border-top-color: #e5e5e5;
  }
  .bold {
    font-weight: 700;
  }
  #order-details {
    padding-left: 0.9375rem;
  }
  #order-details .card-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  section.checkout-step {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}
.js-payment-binary,
.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.js-payment-binary.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.table-labeled td,
.table-labeled th {
  vertical-align: middle;
}

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: #fff;
  white-space: nowrap;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table td,
.page-order table th {
  padding: 0.5rem;
}

.page-order table thead th {
  text-align: center;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#authentication .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.9375rem;
  flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}

#authentication .radio-inline,
#identity .radio-inline {
  padding: 0;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
  margin-right: 0;
}

.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}

.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding-bottom: 0.9375rem;
}

.page-customer-account #content .no-account {
  text-align: center;
  font-size: 1rem;
}

.page-authentication #content {
  padding: 1rem;
  margin: 0 auto;
}

/*address page*/
.page-addresses .address {
  margin-bottom: 30px;
}

.page-addresses .address .address-body {
  padding: 1rem 0 0;
}

.page-addresses .address .address-body h4 {
  font-size: 1rem;
  font-weight: 600;
}

.page-addresses .address .address-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.5rem 0;
}

.page-addresses .address .address-footer a {
  color: #222222;
  margin-right: 0.5rem;
}

.page-addresses .address .address-footer a:hover {
  color: #222222;
}

.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i {
  font-size: 1rem;
}

.page-addresses .address .address-footer a span,
.page-addresses .addresses-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}

.page-addresses .addresses-footer {
  margin: 0 15px;
}

/* order-detail */
.page-order-detail .box {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
}

.page-order-detail #order-infos ul {
  margin: 0;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
  border-radius: 3px;
}

.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
  font-size: 1rem;
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}

.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}

.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}

.page-order-detail #order-products.return td.qty .select select {
  text-align: center;
}

.page-order-detail .order-items {
  padding: 0 !important;
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .desc .name {
  font-weight: 700;
}

.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}

.page-order-detail .messages .message > div {
  margin-bottom: 0.5rem;
}

.page-order-detail .customization {
  margin-top: 0.75rem;
}

#order-return-infos .thead-default th {
  color: #222222;
}

#order-return-infos .customization {
  margin-top: 0.75rem;
}

/* orders history */
#history .orders {
  margin: 0 -1rem;
}

#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}

#history .orders .order .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
}

#history .orders .order:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  #order-detail h3 {
    font-size: 18px;
  }
}
/*----------------------------------------------*/
/* password */
/*----------------------------------------------*/
.login-form {
  margin-top: 0;
}

.register-form p {
  color: #222222;
}

.forgotten-password {
  padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .forgotten-password .form-fields .center-email-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .forgotten-password .form-fields .center-email-fields button {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
.forgotten-password .form-fields .email {
  padding-left: 0;
  padding-right: 0;
  width: 430px;
}

@media (max-width: 767px) {
  .forgotten-password .form-fields .email {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.forgotten-password .form-fields label.required {
  width: 130px;
}

.send-renew-password-link {
  padding-left: 10px;
  padding-right: 10px;
}

.renew-password {
  margin-left: 10px;
}

.renew-password .email {
  padding-bottom: 30px;
}

.renew-password [type=submit] {
  margin-left: 50px;
}

/*----------------------------------------------*/
/* carousel */
/*----------------------------------------------*/
.carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}

.carousel .direction {
  z-index: auto;
}

.carousel .carousel-inner {
  height: 340px;
}

@media (max-width: 767px) {
  .carousel .carousel-inner {
    height: auto;
  }
}
.carousel .carousel-item {
  height: 100%;
}

@media (max-width: 767px) {
  .carousel .carousel-item img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
  }
}
.carousel .carousel-item .caption {
  position: absolute;
  color: #fff;
  max-width: 340px;
}

@media (min-width: 768px) {
  .carousel .carousel-item .caption {
    bottom: 28px;
    left: 90px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-item .caption {
    bottom: 5px;
    left: 40px;
  }
}
.carousel .carousel-item .caption .caption-description p {
  color: #fff;
}

@media (max-width: 767px) {
  .carousel .carousel-item figure {
    margin: 0;
  }
}
.carousel .carousel-control {
  opacity: 1;
}

.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
  content: "";
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  font-size: 3.125rem;
  color: #fff;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #6bb42f;
}

.carousel .carousel-control .icon-prev {
  left: 1rem;
}

.carousel .carousel-control .icon-next {
  right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: none;
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
  display: block;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  font-size: 16px;
  text-decoration: none;
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
  bottom: 5.5rem;
}

#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
  opacity: 1;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  bottom: 4.2rem;
}

#products .product-price-and-shipping .discount-product,
.featured-products .product-price-and-shipping .discount-product,
.product-accessories .product-price-and-shipping .discount-product,
.product-miniature .product-price-and-shipping .discount-product {
  display: none;
}

.product-flags {
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-flags li.product-flag {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  text-align: center;
  top: 0;
  min-width: 40px;
  min-height: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
  border-radius: 2px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.product-flags li + li {
  margin-top: 5px;
}

.product-flags li.product-flag.online-only {
  top: 25rem;
  right: 0;
  font-size: 0.8125rem;
}

.product-flags li.product-flag.online-only:before {
  content: "\e30a";
  font-family: Material Icons;
  vertical-align: middle;
  margin: 0.3125rem;
}

.product-flags li.product-flag.on-sale {
  right: 10px;
  left: auto;
  box-shadow: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-transform: capitalize;
  margin: 0 0 14px;
  line-height: 15px;
  font-weight: 400;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: #6bb42f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  text-decoration: line-through;
  color: #777777;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
  position: relative;
  text-align: center;
}

#products .product-list .variant-links,
.featured-products .product-list .variant-links,
.product-accessories .product-list .variant-links,
.product-miniature .product-list .variant-links {
  text-align: left;
  margin-bottom: 25px;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  position: relative;
  margin-top: 8px;
  z-index: 0;
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
  color: #222222;
  font-size: 1rem;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
  color: #6bb42f;
}

#products .product-description,
.product-miniature .product-description {
  position: relative;
  text-align: center;
}

.product-miniature .product-description .products-decs {
  position: relative;
  margin: 0 20px;
  padding: 16px 0 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.product-miniature .discount-amount.discount-amount,
.product-miniature .discount-amount.discount-percentage,
.product-miniature .discount-percentage.discount-amount,
.product-miniature .discount-percentage.discount-percentage,
.product-miniature .on-sale.discount-amount,
.product-miniature .on-sale.discount-percentage,
.product-miniature .online-only.discount-amount,
.product-miniature .online-only.discount-percentage,
.product-miniature .pack.discount-amount,
.product-miniature .pack.discount-percentage,
.product-miniature .product-flags .new.discount-amount,
.product-miniature .product-flags .new.discount-percentage {
  z-index: 2;
  background: #f39d72;
}

.product-miniature .discount-amount.online-only,
.product-miniature .discount-percentage.online-only,
.product-miniature .on-sale.online-only,
.product-miniature .online-only.online-only,
.product-miniature .pack.online-only,
.product-miniature .product-flags .new.online-only {
  font-size: 0.8125rem;
  margin-top: 13rem;
  margin-left: 8.688rem;
}

.product-miniature .discount-amount.online-only:before,
.product-miniature .discount-percentage.online-only:before,
.product-miniature .on-sale.online-only:before,
.product-miniature .online-only.online-only:before,
.product-miniature .pack.online-only:before,
.product-miniature .product-flags .new.online-only:before {
  content: "\e30a";
  font-family: Material Icons;
  vertical-align: middle;
  margin: 0.3125rem;
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
  text-align: center;
  color: #222222;
  display: flex;
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
  color: #222222;
  font-weight: 700;
  position: relative;
  bottom: 0.5rem;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
  clear: both;
  color: #222222;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.color .sr-only,
.custom-checkbox input[type=checkbox] + span.color .sr-only {
  background: rgba(0, 0, 0, 0.8);
  width: auto;
  height: auto;
  padding: 1px 8px;
  margin: 0;
  clip: inherit;
  color: #fff;
  font-size: 10px;
  overflow: inherit;
  visibility: hidden;
  left: 50%;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) translateY(-25px);
  -moz-transform: translateX(-50%) translateY(-25px);
  -ms-transform: translateX(-50%) translateY(-25px);
  -o-transform: translateX(-50%) translateY(-25px);
  transform: translateX(-50%) translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.color .sr-only:before,
.custom-checkbox input[type=checkbox] + span.color .sr-only:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.color:hover .sr-only,
.custom-checkbox input[type=checkbox] + span.color:hover .sr-only {
  -webkit-transform: translateX(-50%) translateY(-30px);
  -moz-transform: translateX(-50%) translateY(-30px);
  -ms-transform: translateX(-50%) translateY(-30px);
  -o-transform: translateX(-50%) translateY(-30px);
  transform: translateX(-50%) translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-variants > .product-variants-item .color .sr-only {
  background: #222222;
  width: auto;
  height: auto;
  padding: 2px 5px;
  clip: inherit;
  color: #FFF;
  font-size: 10px;
  overflow: inherit;
  visibility: hidden;
  white-space: nowrap;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) translateY(-25px);
  -moz-transform: translateX(-50%) translateY(-25px);
  -ms-transform: translateX(-50%) translateY(-25px);
  -o-transform: translateX(-50%) translateY(-25px);
  transform: translateX(-50%) translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#products .up {
  margin: 1rem 0;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #fff;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
  margin-right: 0;
}

/* category banner*/
h4#js-product-list-header {
  display: none;
}

.block-category #category-description p,
.block-category #category-description strong {
  font-weight: 400;
  color: #777777;
  font-size: 14px;
}

.block-category #category-description p {
  margin-bottom: 0;
}

.block-category .category-cover {
  position: relative;
  margin-bottom: 15px;
}

#js-product-list-header {
  background: #ffffff;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 41px;
}

h5.cat_title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 20px;
  float: unset;
}

#subcategories ul {
  margin-bottom: 0px;
}

#subcategories {
  margin-bottom: 25px;
}

.subcategory-heading {
  margin-bottom: 10px;
}

#subcategories li.subcategory-block {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 18px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

#subcategories li.subcategory-block:hover {
  background: #6bb42f;
  border-color: #6bb42f;
}

#subcategories li.subcategory-block a {
  font-size: 14px;
  color: #777777;
  text-transform: capitalize;
}

#subcategories li.subcategory-block:hover a {
  color: #fff;
}

.facet-dropdown {
  color: #222222;
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
  border: 3px solid transparent;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #f1f1f1;
}

.facet-dropdown.open {
  border: 0;
}

.facet-dropdown.open > .select-title {
  border: 3px solid #6bb42f;
  background: #e5e5e5;
}

.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  width: 100%;
  color: #222222;
  background: #f7f7f7;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  cursor: pointer;
}

.facet-dropdown .select-title > i {
  margin-left: auto;
}

.facet-dropdown .select-list {
  display: block;
  color: #222222;
  background: #e5e5e5;
  padding: 0.625rem 1.25rem;
}

.facet-dropdown .select-list:hover {
  background: #6bb42f;
  color: #fff;
  text-decoration: none;
}

.facet-dropdown .dropdown-menu {
  padding: 0;
  margin-top: 3px;
  left: auto;
  width: 100%;
  background: #e5e5e5;
  border: none;
  box-shadow: 1px 1px 1px 1px #f1f1f1;
}

@media (max-width: 991px) {
  #subcategories li.subcategory-block {
    margin: 0 5px 5px 0;
    padding: 3px 10px;
  }
  .product-flags li.product-flag {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px;
  }
  .block-category #category-description p:first-child,
  #js-product-list-header .block-category {
    margin-bottom: 10px;
  }
  #subcategories li.subcategory-block a {
    font-size: 13px;
  }
  #subcategories {
    margin-bottom: 20px;
  }
  .product-flags li.product-flag:after,
  .product-flags li.product-flag:before {
    border-width: 9px;
    right: -9px;
  }
  .product-flags li.product-flag.discount:before,
  .product-flags li.product-flag.discount:after {
    left: -9px;
    border-width: 9px;
  }
  .product-flags li.product-flag.pack {
    top: 40px !important;
  }
  .product-miniature .product-description .products-decs {
    padding: 10px 0;
    margin: 0;
  }
  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    margin: 0 0 5px;
  }
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    font-size: 14px;
    line-height: 18px;
  }
  #products .regular-price,
  .featured-products .regular-price,
  .product-accessories .regular-price,
  .product-miniature .regular-price {
    font-size: 13px;
  }
  #js-product-list-header {
    margin-bottom: 30px;
  }
  .product-flags {
    top: 10px;
    right: 10px;
  }
  #products .product-title a,
  .featured-products .product-title a,
  .product-accessories .product-title a,
  .product-miniature .product-title a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #subcategories {
    margin-bottom: 20px;
  }
  .product-flags li.product-flag {
    font-size: 10px;
    line-height: 12px;
  }
}
/*----------------------------------------------*/
/* colum left */
/*----------------------------------------------*/
#left-column > * + *,
#right-column > * + * {
  margin-top: 30px;
}

#left-column > div#search_filters_wrapper,
#right-column > div#search_filters_wrapper {
  border: none;
}

#left-column > div:last-child,
#right-column > div:last-child {
  margin-bottom: 0;
}

#left-column > div.widget_media_image,
#right-column > div.widget_media_image {
  border: none;
}

#left-column .mt-menu-vertical .title_vertical,
#right-column .mt-menu-vertical .title_vertical,
.block-categories .widget-title,
#search_filters > .facet-title,
#left-column .products-section-title,
#left-column .product-section-title,
#left-column .block-categories h4,
#left-column .block-blog h4,
#left-column .block-blog .h6,
#right-column .products-section-title,
#right-column .product-section-title,
#right-column .block-categories h4,
#right-column .block-blog h4,
#right-column .wishlist_block h4,
#right-column .block-blog .h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: left;
  padding: 14px 20px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  position: relative;
}

#left-column #search_filters,
#right-column #search_filters,
#left-column > *,
#right-column > * {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#index #left-column h2.product-section-title span,
#index #right-column h2.product-section-title span,
#left-column h2.product-section-title span,
#right-column h2.product-section-title span,
#index #left-column h2.products-section-title span,
#index #right-column h2.products-section-title span,
#left-column h2.products-section-title span,
#right-column h2.products-section-title span {
  padding: 0;
  background: transparent;
  font-size: 16px;
  line-height: 18px;
  border: none;
  text-transform: uppercase;
  margin: 0;
}

#left-column h2.products-section-title:after,
#left-column h2.product-section-title:after,
#right-column h2.products-section-title:after,
#right-column h2.product-section-title:after {
  display: none;
}

.block-categories li > .menu > .category-sub-menu,
.block-categories li > .category-sub-menu,
#left-column .products:not(.special-item),
#right-column .products:not(.special-item),
.search-filter-inner,
.block_content {
  padding: 27px 20px;
  background: #ffffff;
}

.block-categories li > .menu > .category-sub-menu {
  padding: 16px 20px;
}

/*column left categories*/
.collapse.menu {
  display: block;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 14px;
}

.block-categories .category-sub-menu li {
  position: relative;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  color: #777777;
  margin: 6px 0;
  font-size: 14px;
}

.block-categories .category-sub-menu li > a {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
  font-size: 16px;
  color: #777777;
}

.block-categories .category-sub-menu li[data-depth="0"]:first-child > a {
  margin-top: 0;
}

.block-categories .category-sub-menu li[data-depth="0"]:last-child > a {
  margin-bottom: 0;
  border: none;
}

.block-categories .category-sub-menu li .category-sub-menu {
  padding: 0 0 0 15px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0.3125rem;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
  content: "-";
  margin-right: 0.3125rem;
}

.block-categories .collapse-icons {
  position: absolute;
  right: -5px;
  top: 0px;
  padding: 0;
  cursor: pointer;
}

.block-categories .category-sub-menu .collapse-icons .material-icons {
  font-size: 16px;
  font-weight: 600;
}

.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: block;
}

.block-categories .category-sub-menu li:hover > a,
.block-categories .category-sub-menu li:hover .collapse-icons,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #6bb42f;
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
  font-size: 0.875rem;
  cursor: pointer;
  margin-left: 2px;
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
  color: #6bb42f;
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right {
  display: none;
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: inline-block;
}

.block-categories select {
  background: transparent;
  height: 40px;
  line-height: 40px;
  outline: none;
  border-color: #e5e5e5;
  color: #222222;
}

#module-smartblog-details .block-categories select,
#module-smartblog-category .block-categories select {
  padding: 0 10px 0 15px;
  border-radius: 0px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 215px;
  background-size: 12px;
  border-radius: 5px;
  border-style: solid;
}

/* column left filter*/
#_desktop_search_filters_clear_all {
  margin-bottom: 20px;
}

#search_filters > section.facet {
  padding-top: 0px;
}

.facet label {
  font-weight: 600;
}

#search_filters section + section.facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 20px;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 16px;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
}

#search_filters .facet li:last-child .facet-label,
#search_filters section:last-child ul {
  margin-bottom: 0;
}

#search_filters .facet .collapse li p {
  color: #222222;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

#search_filters .custom-radio {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  display: inline-block;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
}

#search_filters .facet .facet-label a:hover,
#search_filters_brands .facet .facet-label a:hover,
#search_filters_suppliers .facet .facet-label a:hover {
  color: #6bb42f;
}

#search_filters .ui-slider-horizontal {
  margin-bottom: 7px;
}

/* left-column product section*/
#left-column [class*=col-],
#left-column .container,
#left-column .row,
#right-column [class*=col-],
#right-column .container,
#right-column .row {
  padding: 0;
  margin: 0;
}

#left-column .products [class*=col-],
#right-column .products [class*=col-] {
  width: 100%;
  margin-bottom: 20px;
}

#left-column .products [class*=col-]:last-child,
#right-column .products [class*=col-]:last-child {
  margin: 0;
}

#left-column .products:not(.special-item),
#right-column .products:not(.special-item) {
  float: left;
  width: 100%;
  padding: 20px;
}

#left-column .products .product-item,
#right-column .products .product-item {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}

#left-column .product-item .prdouct-btn-wrapper,
#right-column .product-item .prdouct-btn-wrapper,
#left-column .product-add-to-cart.product-btn-icon,
#right-column .product-add-to-cart.product-btn-icon,
#left-column .product-item .product-flags,
#right-column .product-item .product-flags,
#left-column .product-item .highlighted-informations,
#right-column .product-item .highlighted-informations {
  display: none;
}

#left-column .product-item .product-image-wraper,
#right-column .product-item .product-image-wraper {
  float: left;
  margin-right: 20px;
  width: 80px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#left-column .product-item .product-description,
#right-column .product-item .product-description {
  padding: 0;
  float: left;
  text-align: left;
  background: transparent;
  margin: 0;
}

#left-column .product-item .product-description .products-decs,
#right-column .product-item .product-description .products-decs {
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}

#left-column .product-item .product-description:before,
#right-column .product-item .product-description:before {
  display: none;
}

#left-column .products-decs > .product-desc,
#right-column .products-decs > .product-desc {
  display: none;
}

#left-column .product-item .product-title,
#right-column .product-item .product-title {
  line-height: 20px;
  margin: 6px 0 5px 0;
  border: none;
  padding: 0;
}

#left-column .product-miniature .product-price-and-shipping,
#right-column .product-miniature .product-price-and-shipping {
  font-size: 14px;
}

#left-column .product-miniature .regular-price,
#right-column .product-miniature .regular-price {
  font-size: 12px;
}

#left-column .product-miniature .product-title a,
#right-column .product-miniature .product-title a {
  font-size: 14px;
}

#left-column .products-section-title span,
#right-column .products-section-title span {
  margin: 0;
}

#left-column .product-item:hover .cart-price-block,
#right-column .product-item:hover .cart-price-block {
  opacity: 1;
}

#wrapper .banner {
  display: block;
}

.widget_media_image .sidebar-banner {
  overflow: hidden;
  position: relative;
}

.widget_media_image:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.widget_media_image img {
  transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/*active filters*/
.active_filters {
  padding: 15px 15px 5px;
  margin-bottom: 30px;
  background: #f7f7f7;
}

.active_filters .active-filter-title {
  display: inline;
  margin-right: 15px;
}

.active_filters ul {
  display: inline;
}

.active_filters .filter-block {
  color: #222222;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  border: 1px solid #e5e5e5;
}

.active_filters .filter-block .close {
  color: #222222;
  font-size: 0.9375rem;
  opacity: 1;
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
}

.advertising-block {
  margin-bottom: 1.563rem;
}

.advertising-block img {
  width: 100%;
}

@media (min-width: 992px), (max-width: 480px) {
  #left-column > section.mt-80,
  #right-column > section.mt-80 {
    margin-top: 0;
  }
  #left-column .product-item .product-image-wraper,
  #right-column .product-item .product-image-wraper {
    margin-right: 5%;
    width: 33%;
  }
  #left-column .product-item .product-description,
  #right-column .product-item .product-description {
    width: 60%;
    float: left;
  }
}
@media (min-width: 1200px) {
  #left-column,
  #right-column,
  .section-top-left {
    width: 20%;
  }
  #content-wrapper.left-column,
  #content-wrapper.right-column,
  .section-top-right {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #left-column .mt-menu-vertical .title_vertical,
  #right-column .mt-menu-vertical .title_vertical,
  .block-categories .widget-title,
  #search_filters > .facet-title,
  #left-column .products-section-title,
  #left-column .product-section-title,
  #left-column .block-categories h4,
  #left-column .block-blog h4,
  #left-column .block-blog .h6,
  #right-column .products-section-title,
  #right-column .product-section-title,
  #right-column .block-categories h4,
  #right-column .block-blog h4,
  #right-column .wishlist_block h4,
  #right-column .block-blog .h6 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  #left-column > * + *,
  #right-column > * + * {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #left-column,
  #right-column {
    width: 100%;
  }
  #left-column > div#search_filters_wrapper,
  #right-column > div#search_filters_wrapper {
    margin-top: 0;
  }
  #category #left-column #search_filter_controls {
    text-align: center;
    margin: 20px 0;
  }
  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
  }
  #category #left-column #search_filters .facet .title {
    cursor: pointer;
    padding: 8px 0;
  }
  #category #left-column #search_filters .facet .title .collapse-icons .remove,
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-title {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
  }
  #category #left-column #search_filters .facet .h6 {
    margin-bottom: 0;
    display: inline-block;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 0;
    color: #333;
  }
  #category #left-column #search_filters .facet .collapse {
    display: none;
  }
  #category #left-column #search_filters .facet .collapse.in {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 5px 10px;
  }
  #category #content-wrapper,
  #category #search_filter_toggler {
    width: 100%;
  }
  #category #search_filter_toggler {
    padding: 8px 10px;
  }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .products-selection .showing {
    padding-top: 1rem;
  }
  #best-sales #content-wrapper,
  #new-products #content-wrapper,
  #prices-drop #content-wrapper {
    width: 100%;
  }
  #left-column .widget_media_image,
  #right-column .widget_media_image {
    display: none;
  }
  #search_filters .facet .facet-label {
    text-align: left;
  }
  .block-category .category-cover {
    position: relative;
    text-align: center;
  }
  .block-category {
    padding-bottom: 0;
  }
  .featured-products .navbar-toggler,
  .block-categories .navbar-toggler,
  .block-blog .navbar-toggler {
    display: block;
    border: none;
    padding: 0;
  }
  .featured-products .navbar-toggler {
    padding: 2px 0;
  }
  .block-categories .widget-title .collapse-icons,
  .block-blog .collapse-icons {
    position: relative;
  }
  .category-sub-menu .collapse.in .collapse {
    display: block;
  }
  .mobilemenu .title[aria-expanded=true] .collapse-icons .remove,
  .featured-products .title[aria-expanded=true] .collapse-icons .remove,
  .block-categories .widget-title[aria-expanded=true] .collapse-icons .remove,
  .block-blog .h6[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  .featured-products .title .collapse-icons .remove,
  .mobilemenu .title .collapse-icons .remove,
  .block-categories .widget-title .collapse-icons .remove,
  .block-categories .widget-title[aria-expanded=true] .collapse-icons .add,
  .featured-products .title[aria-expanded=true] .collapse-icons .add,
  .mobilemenu .title[aria-expanded=true] .collapse-icons .add,
  .block-blog .h6 .collapse-icons .remove,
  .block-blog .h6[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #search_filters_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    z-index: 999;
    background: #fff;
    height: 100%;
    overflow: auto;
  }
  #search_filters {
    padding: 0 15px;
  }
  .block-categories .widget-title,
  #search_filters > .facet-title,
  #left-column .products-section-title,
  #left-column .product-section-title,
  #left-column .block-categories h4,
  #left-column .block-blog h4,
  #left-column .block-blog .h6,
  #right-column .products-section-title,
  #right-column .product-section-title,
  #right-column .block-categories h4,
  #right-column .block-blog h4,
  #right-column .wishlist_block h4,
  #right-column .block-blog .h6 {
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: none;
  }
  .block-categories li > .menu > .category-sub-menu,
  .block-categories li > .category-sub-menu,
  #left-column .products:not(.special-item),
  #right-column .products:not(.special-item),
  .search-filter-inner,
  .block_content {
    padding: 17px 15px;
  }
  .block-categories .category-top-menu li .category-sub-menu {
    padding-top: 15px;
  }
  .main .collapse.menu {
    display: none;
  }
  .main .collapse.in.menu,
  .collapse .collapse.menu {
    display: block;
  }
  .block_content {
    padding: 10px;
  }
  #left-column .featured-products .products-section-title::before,
  #right-column .featured-products .products-section-title::before,
  .block-blog h4::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 20px;
  }
  .search-filter-inner {
    padding: 0;
    box-shadow: none;
  }
  #left-column .products:not(.special-item),
  #right-column .products:not(.special-item),
  .block_content {
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .block-category {
    min-height: 0;
    margin-bottom: 0;
  }
  .card {
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .products-selection .filter-button {
    padding-left: 0;
  }
}
/*----------------------------------------------*/
/* product modal */
/*----------------------------------------------*/
#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0;
}

#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30%;
}

#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

#product-modal .modal-content .modal-body .image-caption {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 20px 0 0;
  width: 100%;
}

#product-modal .modal-dialog {
  background: #fff none repeat scroll 0 0;
  max-width: 800px;
}

#product-modal .modal-header {
  border: medium none;
  padding: 10px 10px 0;
}

#product-modal .modal-content .modal-body {
  background: #fff;
  float: left;
  margin: 0;
  width: 100%;
}

#product-modal .modal-content .modal-body figure {
  width: 80%;
}

#product-modal .modal-content .modal-body .image-caption p {
  margin-bottom: 0;
  color: #777777;
}

#product-modal .modal-content .modal-body .thumbnails {
  float: left;
  position: relative;
  width: 20%;
  display: table;
}

#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 38rem;
  margin: 5px 0;
  z-index: 1;
}

#product-modal .modal-content .modal-body .product-images {
  float: left;
  padding: 0 5px 0 20px;
  margin: 0;
  width: 100%;
}

#product-modal .modal-content .modal-body .product-images li {
  display: inline;
  float: left;
  margin: 0 0 10px;
  width: 100%;
}

#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}

#product-modal .modal-content .modal-body .product-images img {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0.625rem;
}

#product-modal .modal-content .modal-body .arrows {
  color: #222222;
  cursor: pointer;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
  opacity: 0.2;
  position: absolute;
  top: -35px;
  left: 14px;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
  bottom: 65px;
  position: absolute;
  left: 14px;
}

#product-modal .modal-content .modal-body .product-images img:hover,
#product-modal .modal-content .modal-body .product-images img.selected {
  border-color: #6bb42f;
}

#product-modal .modal-content .modal-body .arrows i {
  display: inline-block;
  font-size: 4rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  outline: none;
}

.products-selection .title {
  color: #222222;
}

/*----------------------------------------------*/
/* cart modal */
/*----------------------------------------------*/
#blockcart-modal {
  color: #222222;
}

#blockcart-modal .modal-dialog {
  max-width: 1140px;
  width: 100%;
}

#blockcart-modal .modal-header {
  background: #222222;
  border: none;
}

#blockcart-modal .modal-header .close {
  color: #fff;
}

#blockcart-modal .modal-title {
  color: #fff;
}

#blockcart-modal .modal-title i.material-icons {
  margin-right: 15px;
  color: #fff;
}

#blockcart-modal .modal-body {
  background: #fff;
  padding: 3.125rem 1.875rem;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #e5e5e5;
}

#blockcart-modal .product-image {
  width: 100%;
}

#blockcart-modal .product-name {
  color: #6bb42f;
  text-transform: none;
}

#blockcart-modal .cart-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.5rem;
}

#blockcart-modal .cart-content p.product-total {
  background-color: #f1f3f6;
  padding: 0.5rem;
}

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

#blockcart-modal .cart-products-count {
  font-size: 16px;
  float: unset;
  font-style: unset;
}

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 10px;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
  padding: 10px 20px;
}

#blockcart-modal .cart-content .btn {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .product-cover img {
    width: 100%;
    pointer-events: none;
  }
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  #product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%;
  }
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 15.63rem;
    margin: 0 auto 0.9375rem;
  }
  #blockcart-modal .cart-content {
    padding-left: 0;
  }
  #blockcart-modal .product-name,
  #product-availability {
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none;
    margin-bottom: 20px;
  }
  #blockcart-modal .modal-body {
    padding: 1rem;
  }
}
/*----------------------------------------------*/
/* view cart page */
/*----------------------------------------------*/
.cart-grid-body .no-items {
  padding: 15px;
  display: inline-block;
}

.cart-grid-body a.label:hover {
  color: #6bb42f;
}

.cart-grid-body .card-block {
  padding: 1rem;
}

.card-block.cart-summary-totals,
.checkout.cart-detailed-actions {
  border-top: 1px solid #e5e5e5;
}

.cart-item {
  padding: 1rem 0;
}

.product-line-grid-left {
  padding-right: 0;
  text-align: center;
}

.product-line-grid-body .product-price {
  margin: 5px 0 0;
}

.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
}

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}

.product-line-grid-body > .product-line-info > .available {
  color: #6bb42f;
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #222222;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  line-height: 36px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
}

.cart-grid-right .promo-discounts {
  margin-bottom: 0;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
  color: #222222;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer;
}

.cart-summary-line {
  clear: both;
}

.cart-summary-line:after {
  content: "";
  display: table;
  clear: both;
}

.cart-summary-line .label {
  padding-left: 0;
  white-space: inherit;
}

.cart-summary-line .value {
  color: #222222;
  float: right;
  font-weight: 500;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 1.125rem;
}

.block-promo {
  margin-bottom: 0;
}

.block-promo .promo-code {
  padding: 15px;
}

.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  display: none;
}

.block-promo .promo-code form {
  text-align: center;
}

.block-promo .promo-input {
  margin-right: -0.24rem;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.block-promo .promo-input + button {
  margin-left: -1px;
  text-transform: capitalize;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  vertical-align: top;
  padding: 10px 20px;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  font-weight: 400;
  color: #222222;
  display: inline-block;
}

.block-promo .promo-code-button {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}

.block-promo .promo-code-button.cancel-promo {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  padding: 0;
}

.block-promo .promo-name .cart-summary-line span {
  color: #6bb42f;
}

#cart .box-content.featured {
  margin: 50px 0 0;
  padding: 0;
}

.block-promo.promo-highlighted {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .cart-items {
    padding: 1rem 0;
  }
  .cart-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .cart-item:last-child {
    border-bottom: 0;
  }
  .cart-grid-body .cart-overview {
    padding: 0;
  }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block;
  }
  .product-line-grid-left {
    padding-right: 0 !important;
  }
}
@media (max-width: 430px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}
/*----------------------------------------------*/
/* quickview */
/*----------------------------------------------*/
.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

.quickview .modal-content {
  float: left;
  width: 100%;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 700px;
}

.quickview .modal-header {
  border: none;
  padding: 0.625rem;
}

.quickview .modal-body {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.quickview .modal-footer {
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}

.quickview .layer {
  display: none;
}

.quickview .product-cover img {
  width: 100%;
}

.quickview .images-container,
.images-container {
  position: static;
  z-index: 1;
  float: left;
  width: 100%;
  text-align: center;
}

.quickview .images-container {
  display: flex;
}

.quickview .images-container .product-images > li.thumb-container > .thumb {
  width: auto;
  background: #fff;
  max-width: 100%;
}

.quickview .images-container .js-qv-mask.mask {
  height: 21rem;
  margin: 33px 0;
  overflow: hidden;
  padding: 0;
  width: 35%;
  margin-left: 0.625rem;
}

.quickview .images-container ul {
  float: left;
  width: 100%;
  margin: 0;
}

.quickview .mask ul li.thumb-container {
  display: inline-block;
  margin: 5px;
}

.mask ul li.thumb-container {
  display: inline-block;
  margin: 5px 8px;
}

.quickview .product-discount {
  display: inline-block;
  width: auto;
}

.product-summary .has-discount .discount {
  margin-left: 5px;
}

.quickview .mask ul li:last-child img {
  margin: 0;
}

.product-images .thumb-container .thumb {
  cursor: pointer;
}

.quickview .arrows {
  position: absolute;
  top: 0;
  height: 25rem;
  right: 60px;
  z-index: 99;
}

.quickview .arrows .material-icons {
  height: 25px;
  width: 25px;
  border: 1px solid #e5e5e5;
  padding: 4px;
  font-size: 16px;
  left: 0;
  right: 0;
  color: #222222;
  position: absolute;
}

.quickview .arrows .arrow-up {
  margin-top: 0;
  cursor: pointer;
  left: 0;
  right: auto;
}

.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -0.2rem;
  cursor: pointer;
  left: 0;
  right: auto;
}

.quickview .social-sharing {
  margin-top: 0;
}

#product .quickview .product-zoom {
  border: none;
}

@media screen and (max-width: 1000px) and (min-width: 992px) {
  .quickview .images-container .js-qv-mask.mask {
    height: 24.2rem;
  }
  .quickview .arrows {
    height: 28rem;
    right: 63px;
  }
}
@media screen and (max-width: 991px) {
  .quickview .images-container .js-qv-mask.mask {
    height: 30.5rem;
    width: 20%;
    margin: 53px 0;
    margin-left: 0.625rem;
  }
  .quickview .arrows {
    height: 35.6rem;
    right: 67px;
  }
  .quickview .modal-dialog {
    width: 720px;
  }
  .quickview.in .modal-content .modal-body .col-md-6 {
    width: 100%;
    float: left;
  }
  .quickview .arrows .arrow-up {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quickview .images-container .js-qv-mask.mask {
    width: 37.5%;
    height: 25rem;
  }
  .quickview .arrows {
    height: 30.6rem;
    right: 60px;
  }
  .quickview .modal-dialog {
    width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .quickview .images-container .js-qv-mask.mask {
    width: 75%;
    height: 205px;
  }
  .quickview .arrows {
    height: 292px;
    right: 48px;
  }
  .quickview .modal-dialog {
    width: 300px;
    margin: 10px auto;
  }
}
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.customization-modal .modal-content .modal-body {
  padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #e5e5e5;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 700;
  text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/*----------------------------------------------*/
/* home page */
/*----------------------------------------------*/
#page {
  overflow: hidden;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-top {
  padding-top: 80px;
}

.section-padding-bottom {
  padding-bottom: 80px;
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-margin-top {
  margin-top: 80px;
}

.section-margin-bottom {
  margin-bottom: 80px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-margin-top {
    margin-top: 60px;
  }
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-top {
    padding-top: 50px;
  }
  .section-padding-bottom {
    padding-bottom: 50px;
  }
  .section-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-margin-top {
    margin-top: 50px;
  }
  .section-margin-bottom {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-padding-top {
    padding-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 30px;
  }
  .section-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-margin-top {
    margin-top: 30px;
  }
  .section-margin-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mt-sm-15 {
    margin-top: 215px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-padding-top {
    padding-top: 20px;
  }
  .section-padding-bottom {
    padding-bottom: 20px;
  }
  .section-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-margin-top {
    margin-top: 20px;
  }
  .section-margin-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mt-xs-15 {
    margin-top: 215px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
}
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../fonts/loader.gif) 50% 50% no-repeat white;
  opacity: 1;
}

/*----------------------------------------------*/
/* header */
/*----------------------------------------------*/
/*header fix*/
.header-top.header-fixed {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeInDown 0.5s ease-out forwards;
  -moz-animation: fadeInDown 0.5s ease-out forwards;
  -o-animation: fadeInDown 0.5s ease-out forwards;
  animation: fadeInDown 0.5s ease-out forwards;
  z-index: 222;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.header-top.header-fixed .header-top-inner {
  padding: 17px 0;
}

.header-fixed .mt-search-widget {
  top: 52px;
}

.header-fixed #_desktop_cart .cart_block, .header-fixed #_desktop_cart .cart_block.dropdown-menu {
  top: 65px;
}

#header {
  position: relative;
  z-index: 11;
}

.header-bottom.header-fixed .top-menu .simple-menu a:not([data-depth="0"]),
.header-bottom.header-fixed .top-menu .more_menu .sub-menu a[data-depth="0"] {
  padding: 5px 20px;
}

/*header-nav*/
#header .header-nav {
  position: relative;
  background: #ffffff;
}

.header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777777;
  border-bottom: 1px solid #ededed;
  padding: 12px 0px;
}

/* nav-left */
.header-nav-left {
  display: flex;
}

.header-nav-left > div + div {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #e5e5e5;
}

/*nav right*/
.header-nav .header-nav-right {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.header-nav-right .user-info button {
  color: #777;
}

.header-nav-right > div + div {
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid #ededed;
}

.header-nav-right > div {
  padding-left: 18px;
}

.header-nav-right > div:first-child {
  padding-left: 0;
}

#_desktop_user_info > button i.icon-user {
  margin-right: 5px;
}

.wishlist_nav a,
.language-selector button,
.currency-selector button {
  color: #777777;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

.wishlist_nav a:hover,
.language-selector button:hover,
.currency-selector button:hover,
.wishlist_nav a.active,
.language-selector button.active,
.currency-selector button.active,
.wishlist_nav a:focus,
.language-selector button:focus > .expand-more,
.currency-selector button:focus > .expand-more,
.language-selector button:focus,
.currency-selector button:focus,
.header-nav-right .user-info button:hover,
.header-nav-right .user-info button:focus {
  color: #777;
}

.currency-selector strong {
  font-weight: 400;
}

#header .dropdown-menu {
  top: 31px;
}

#header .header-nav .material-icons {
  line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
}

#header .dropdown-menu {
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #6bb42f;
  right: auto;
  left: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

#header #_desktop_user_info .dropdown-menu {
  left: auto;
  right: 0;
}

#header .dropdown-menu li {
  padding: 0 15px;
}

#header .dropdown-menu li .dropdown-item {
  padding: 5px 0px;
  color: #222222;
}

#_desktop_currency_selector .dropdown-menu li:first-child .dropdown-item {
  padding: 7px 0 5px;
}

#header .dropdown-menu li:hover .dropdown-item {
  color: #6bb42f;
}

#_desktop_top_menu {
  margin: 0;
  padding: 0;
}

/* header */
.header-center {
  text-align: center;
}

.header-top {
  position: relative;
  background: #fff;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 27px 0;
}

/*header left*/
.customer-support {
  display: flex;
  align-items: center;
}

.header-top-text i {
  font-size: 14px;
  margin-right: 10px;
}

/*header right*/
.header-right-innre {
  display: flex;
  float: right;
  align-items: center;
}

#_desktop_cart .header-cart i, .header-right .header-search i {
  font-size: 24px;
}

.header-right .search-box,
.header-right .desktop_cart {
  position: relative;
}

.header-right .user-info {
  padding: 38px 0;
}

.header-right-innre div a {
  position: relative;
  display: flex;
  align-items: center;
}

#_desktop_logo a,
#_mobile_logo a {
  image-rendering: -webkit-optimize-contrast;
}

.customer-support > span.contact {
  color: #6bb42f;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 3px;
}

.header-cart a .cart-title {
  display: block;
  font-size: 16px;
}

.header-cart a .cart-total {
  color: #777;
}

#_desktop_cart .header-cart a {
  display: flex;
  align-items: center;
  position: relative;
}

#_desktop_cart .header-cart a:hover,
#_desktop_cart .header-cart a:focus {
  color: #222;
}

.desktop_cart .cart-products-counts {
  font-size: 12px;
  padding: 2px 4px;
  position: absolute;
  text-align: center;
  top: -5px;
  left: 20px;
  color: #222;
  background: #e5e5e5;
  border-radius: 50%;
  line-height: 1.1;
}

#header .cart_block.dropdown-menu {
  padding: 20px 0;
}

.cart-detail {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: right;
  cursor: pointer;
}

i.fa.fa-shopping-bag {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  padding: 8px 0;
}

.cart_block {
  padding: 20px 0;
  position: absolute;
  left: 15px;
  right: auto;
  top: 100%;
  width: 330px;
  display: none;
  background: #fff;
  border-bottom: 2px solid #6bb42f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#_desktop_cart .cart_block,
#_desktop_cart .cart_block.dropdown-menu {
  top: 75px;
}

.cart_block .item-empty {
  margin-bottom: 0;
  text-align: center;
  color: #222222;
}

.cart_block_content {
  float: left;
  text-align: center;
  width: 100%;
}

.cart_block .cart_block_content {
  max-height: 225px;
  overflow-y: auto;
  width: 100%;
  min-height: 20px;
  padding: 0 20px;
  overflow-x: hidden;
}

.cart_block .cart_block_item {
  float: left;
  margin: 0 0 15px;
  width: 100%;
  position: relative;
}

.cart_block .product-images {
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.cart_block .product-info {
  text-align: left;
  color: #222222;
  padding-right: 30px;
}

.cart_block span,
.cart_block .product-name a {
  color: #222222;
}

.cart_block .product-name a:hover {
  color: #6bb42f;
}

.product-info .product-name {
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.product-info-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 5px;
}

.cart_block .product-remove {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  box-shadow: none;
}

.cart_block .cart-summary {
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  color: #222222;
  overflow: hidden;
}

.cart_block .cart-summary .cart-total {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin: 15px 0;
  text-transform: none;
  overflow: hidden;
}

.cart_block .cart-summary .cart-expiration {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0;
  margin: 15px 0;
  text-transform: none;
  overflow: hidden;
  text-align: center !important;
}

.cart_block .cart-summary .cart-expiration > span {
  width: 50%;
}

.cart_block .cart-summary .cart-expiration > span.value {
  text-align: left;
  padding-left: 10px;
}

.cart_block .cart-summary .cart-total span {
  display: inline-block;
  vertical-align: top;
}

.cart_block .cart-summary .cart-total span.label,
.cart_block .cart-summary .cart-total span.value {
  font-size: 16px;
}

.cart_block span.product-price,
.cart_block .cart-summary .cart-total span.value {
  color: #6bb42f;
}

.cart_block .cart-action {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.cart_block .products .product-remove i {
  font-size: 16px;
  color: #222222;
  background: transparent;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 0;
  border: none;
  padding: 0;
}

.cart_block .cart-button.cart-action a {
  margin-top: 5px;
  display: inline-block;
  padding: 10px 20px;
  background: #6bb42f;
}

.cart_block .cart-button.cart-action a:hover {
  background: #222;
  color: #fff;
}

/** header bottom **/
.header-bottom {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.header-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** header search **/
.search-box {
  position: relative;
}

.mt-search-widget {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 62px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  background: #ffffff;
}

.mt-search-widget form input[type=text] {
  border: none;
  min-width: 280px;
  padding: 10px 50px 10px 10px;
  overflow: unset;
}

.mt-search-widget form input[type=text]::placeholder {
  color: #777777;
}

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #ffffff;
  top: 0;
  margin: 0;
  padding: 0px 9px;
  background: #ffffff;
  border-radius: 5px;
}

.mt-search-widget form button i {
  margin-right: 0;
  color: #111111;
  font-size: 22px;
}

.search-box.search-icons.active i.icon-search:before {
  content: "\e906";
}

#search_popup .search_popup_inner {
  background: #ffffff;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
}

#search_popup .search_info {
  text-align: left;
}

#search_popup .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border: none;
  padding-bottom: 15px;
}

#search_popup .product-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  background: transparent;
}

#search_popup .product-item:hover .search_img {
  border-color: #f23131;
}

#search_popup .search_img {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
}

#search_popup .product-price {
  margin-top: 5px;
}

#search_popup {
  width: 100%;
  position: absolute;
  z-index: 99;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1699px) and (min-width: 1200px) {
  .header-right-innre div.search-box a span {
    display: none;
  }
}
@media (max-width: 1440px) {
  .mt-search-widget form input[type=text] {
    height: 40px;
    max-height: 40px;
  }
  .mt-search-widget form button[type=submit] {
    padding: 12px 12px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #header .mt-search-widget .search-close {
    top: 5px;
    right: 5px;
  }
  .mt-search-widget {
    top: 52px;
  }
}
@media (max-width: 991px) {
  .mt-search-widget {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .mt-search-widget {
    right: -55px;
  }
}
/** menu **/
#top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-menu a[data-depth="0"],
.top-menu .more_menu .sub-menu a:not([data-depth="0"]) {
  color: #222222;
  text-shadow: none;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.navbar-toggler {
  padding: 2px;
  font-size: 0.9375rem;
  line-height: 1;
  background: no-repeat;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

#_desktop_top_menu #top-menu.box-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 450px;
}

#_desktop_top_menu ul {
  float: none;
  display: block;
  text-align: left;
  margin: 0;
  background: transparent;
}

#top-menu li {
  position: relative;
  float: none;
}

#top-menu > li {
  padding: 0px 20px;
}

#mainmenu-icon span {
  text-transform: uppercase;
}

#mainmenu-icon i {
  font-size: 34px;
  cursor: pointer;
  margin-left: -3px;
}

span.toggle-menu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  color: #656565;
}

.top-menu .collapse.openactivemenu, .top-menu .sub-menu.collapse.openactivemenu {
  display: block !important;
}

.toggle-menu.activemenu > .fa-plus:before {
  content: "\f068";
}

.top-menu .sub-menu.collapse {
  display: none;
}

.top-menu .popover {
  max-width: inherit;
  border-radius: 0;
}

.top-menu .collapse {
  display: none;
}

.top-menu a:not([data-depth="0"]),
.top-menu .more_menu .sub-menu a[data-depth="0"] {
  font-size: 14px;
  color: #777777;
  text-transform: capitalize;
  padding: 5px 0px;
  text-align: left;
}

.top-menu .more_menu .sub-menu a[data-depth="0"]:after,
.top-menu .more_menu .sub-menu a[data-depth="0"]:before {
  display: none;
}

.top-menu .sub-menu a:hover,
.top-menu .more_menu .sub-menu a:hover {
  color: #6bb42f;
}

#top-menu > li:hover > a,
#top-menu > li.open:hover > a {
  color: #6bb42f;
}

.menu-images-container {
  position: relative;
  margin: 0px 20px 10px;
}

.menu-images-container img {
  border-radius: 5px;
}

#_desktop_cart .header-cart i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #6bb42f;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 15px;
}

@media (min-width: 992px) {
  
  .header-right-innre > div + div + div {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e5e5e5;
  }
  #header .menu {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #header .menu .sub-menu .menu-close {
    display: none;
  }
  .top-menu a[data-depth="0"] span:after, .top-menu .more_menu .sub-menu a:not([data-depth="0"]) span.top-menu-category:after {
    content: "";
    background: #6bb42f;
    height: 2px;
    width: 0;
    display: block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .top-menu li:hover a[data-depth="0"] span.top-menu-category:after, .top-menu li:hover .more_menu .sub-menu a:not([data-depth="0"]) span.top-menu-category:after {
    width: 100%;
  }
  #_desktop_top_menu #top-menu, #_desktop_top_menu_wrapper {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    z-index: 99;
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-400px, 0px);
    -moz-transform: translate(-400px, 0px);
    -ms-transform: translate(-400px, 0px);
    -o-transform: translate(-400px, 0px);
    transform: translate(400px, 0px);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    overflow: auto;
  }
  #header .menu .sub-menu {
    position: relative;
    display: none;
    margin-left: 0;
    z-index: 10000;
    border-radius: 2px;
    display: none;
    top: 0 !important;
    width: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    border: none;
    padding: 0 15px;
    overflow: hidden;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .collapse > ul.top-menu[data-depth="1"]:not(.simple-menu) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    margin: 0 5px;
  }
  .collapse > ul.top-menu[data-depth="1"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
  }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    min-width: 130px;
    border: none;
  }
  #header li.normal-dropdown .sub-menu ul[data-depth="1"] > li,
  .top-menu .more_menu .sub-menu > li {
    min-width: inherit;
    width: 100%;
    margin: 0;
  }
  #header li:not(.normal-dropdown) .sub-menu li > a.dropdown-submenu {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 5px 0;
  }
  .top-menu a[data-depth="0"] span {
    padding: 0;
    display: inline-block;
    border: unset;
  }
  .top-menu a[data-depth="0"]:hover,
  #header li:not(.normal-dropdown) .sub-menu li > a.dropdown-submenu:hover {
    color: #6bb42f;
    text-decoration: none;
  }
  .top-menu a[data-depth="0"]:hover span {
    border-color: #6bb42f;
  }
  .header-left.col-lg-3.col-xs-12 {
    padding-right: 0;
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .header-right-innre div button span {
    display: none;
  }
}
@media (max-width: 1199px) {
  #_desktop_logo .logo,
  #_mobile_logo .logo {
    max-width: 200px;
  }
  .header-right .user-info {
    padding: 28px 0;
  }
  .header-top-inner {
    padding: 17px 0;
  }
  #_desktop_cart .cart_block, #_desktop_cart .cart_block.dropdown-menu {
    top: 65px;
  }
}
@media (max-width: 991px) {
  #header {
    margin-bottom: 0;
  }
  .header {
    background: #f7f7f7;
  }
  #top-menu > li {
    padding: 0;
  }
  .header-right i.material-icons {
    font-size: 24px;
    margin: 0;
  }
  .header-right-innre > div + div {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e5e5e5;
  }
  #_desktop_cart .header-cart i, .header-right .header-search i {
    font-size: 18px;
  }
  .header-bottom-inner {
    padding: 5px 0;
  }
  #menu-icon {
    cursor: pointer;
    color: #222;
    text-align: left;
  }
  .menu-tabs {
    padding: 8px 0;
  }
  .language-selector button,
  .currency-selector button {
    display: block;
    width: 100%;
    position: relative;
  }
  .js-top-menu-bottom {
    margin-top: 15px;
    padding-top: 15px;
  }
  #header .js-top-menu-bottom .dropdown-menu {
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
    min-width: 100%;
    top: 0;
  }
  #header .js-top-menu-bottom button i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    font-weight: 600;
  }
  #header .js-top-menu-bottom button .selector-label {
    font-weight: bold;
  }
  #header .js-top-menu-bottom button .expand-more {
    font-weight: 600;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 5px 15px;
  }
  .header-top {
    padding: 0;
  }
  #_desktop_logo .logo,
  #_mobile_logo .logo {
    max-width: 180px;
  }
  .header-nav-inner {
    justify-content: center;
  }
  .header-cart .cart-products-count {
    position: absolute;
    background: #6bb42f;
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    top: 3px;
    right: 5px;
  }
  #_desktop_cart .cart_block, #_desktop_cart .cart_block.dropdown-menu {
    top: 42px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .header-nav .header-nav-right {
    justify-content: center;
  }
  .header-nav-left > div + div,
  .header-nav-right > div + div {
    padding-left: 8px;
    margin-left: 8px;
  }
  .header-nav-right > div,
  .header-nav-left > div {
    font-size: 12px;
  }
  .header-nav-inner {
    padding: 8px 0px;
  }
  #header .dropdown-menu {
    top: 29px;
  }
}
@media (max-width: 575px) {
  #header .dropdown-menu {
    top: 28px;
  }
  #header #_desktop_currency_selector .dropdown-menu {
    right: auto;
    left: 0;
  }
}
@media (max-width: 480px) {
  .header-center {
    max-width: 100%;
  }
  .header-right .desktop_cart {
    position: unset;
  }
  #_mobile_logo .logo {
    max-width: 150px;
  }
  .header-cart a .cart-title {
    display: none;
  }
  .header-cart a .cart-total {
    font-size: 12px;
  }
  #_desktop_user_info .dropdown-menu {
    right: auto;
    left: 0px;
  }
  #_desktop_cart .cart_block {
    right: 15px;
  }
}
@media (max-width: 425px) {
  .header-right-innre > div + div {
    margin-left: 15px;
  }
  .header-right .user-info {
    padding: 15px 0;
  }
}
@media (max-width: 375px) {
  .cart_block {
    width: 265px;
  }
  .header-nav-right .user-info button,
  .language-selector button,
  .currency-selector button {
    font-size: 12px;
  }
  #_mobile_logo .logo {
    max-width: 130px;
  }
}
/*----------------------------------------------*/
/* Home Slider */
/*----------------------------------------------*/
.slider-html {
  padding: 30px 30px 0 30px;
}

.intro-slider {
  position: relative;
}

.intro-slider .item {
  position: relative;
}

.intro-slider .banner-des {
  position: absolute;
  top: 50%;
  left: 49%;
  right: auto;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.banner-des .container {
  height: 100%;
}

.intro-slider .promo-title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  margin: 0 0 34px 0;
  text-transform: capitalize;
}

.intro-slider .promo-title span {
  display: block;
}

.intro-slider .promo-desc {
  color: #777777;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 21px;
}

.owl-carousel .owl-item .banner-des-img img {
  width: auto;
  float: right;
}

/**/
.owl-item.active .banner-des .promo-btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.owl-item.active .banner-des .promo-desc {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.owl-item.active .banner-des .promo-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}

.intro-slider .owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}

.brand-items.owl-carousel.owl-theme .owl-nav {
  right: 20px;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
  font-size: 16px;
  color: #222222;
  text-align: center;
  position: relative;
}

.intro-slider .owl-carousel.owl-theme .owl-nav button.owl-prev,
.intro-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #6bb42f;
  color: #fff;
  border: none;
}

.intro-slider .owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 20px;
}

.intro-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 20px;
}

.intro-slider .owl-carousel .owl-nav,
.intro-slider .owl-carousel.owl-theme .owl-nav {
  position: unset;
}

.owl-carousel .owl-nav,
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -66px;
  right: 15px;
}

.testimonial-section .owl-carousel .owl-nav {
  position: relative;
  top: auto;
  text-align: center;
  right: 0;
  left: 0;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-next,
.listcategories .owl-carousel .owl-nav button.owl-prev,
.listcategories .owl-carousel .owl-nav button.owl-next,
.blog-item .slick-arrow {
  background-color: #ffffff;
  position: relative;
  color: #222;
  top: 50%;
  border: none;
  margin: 0;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.owl-carousel.owl-theme .owl-nav button:hover,
#category-carousel.owl-carousel .owl-nav button:hover {
  background: #6bb42f;
  border-color: #6bb42f;
  color: #fff;
}

.testimonial-section .owl-carousel .owl-nav button:hover {
  color: #6bb42f;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.listcategories .owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-next {
  border: none;
  margin: 0;
  background: unset;
}

.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.owl-carousel .owl-dots button.owl-dot {
  margin: 0 5px;
  opacity: 1;
}

.owl-dots span {
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.owl-carousel .owl-dots button.owl-dot.active span,
.owl-carousel .owl-dots button.owl-dot.active:hover span,
.owl-carousel .owl-dots button.owl-dot:hover span {
  background: #6bb42f;
}

@media (min-width: 1440px) {
  .blog-item.owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -5px;
  }
  .blog-item.owl-carousel.owl-theme .owl-nav button.owl-prev {
    right: -5px;
  }
}
@media (max-width: 1870px) {
  .intro-slider .promo-title {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1440px) {
  .intro-slider .promo-title {
    font-size: 40px;
    line-height: 50px;
  }
  .intro-slider .promo-desc {
    font-size: 22px;
    line-height: 30px;
  }
  .intro-slider .item:after {
    height: 120px;
  }
  .intro-slider .promo-btn {
    padding: 8px 20px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .intro-slider .promo-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 25px 0;
  }
  .intro-slider .promo-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .intro-slider .item:after {
    height: 90px;
  }
  .intro-slider .owl-carousel.owl-theme .owl-nav button.owl-prev,
  .intro-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
    height: 36.5px;
    width: 36.5px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .slider-html {
    padding: 10px 10px 0 10px;
  }
  .product-tab .owl-carousel.owl-theme .owl-nav {
    top: -85px;
  }
  .owl-carousel.owl-theme .owl-nav button.owl-prev,
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    height: 30px;
    width: 30px;
    line-height: 26px;
  }
  .intro-slider .owl-carousel.owl-drag .owl-item .item:after,
  .intro-slider .owl-carousel.owl-drag .owl-item:nth-child(odd) .item:after,
  .intro-slider .owl-carousel.owl-drag .owl-item:nth-child(even) .item:after {
    display: none;
  }
  .owl-carousel .owl-nav,
  .owl-carousel.owl-theme .owl-nav {
    top: -55px;
  }
  .owl-carousel.owl-theme .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .testimonial-section .owl-carousel .owl-nav button.owl-prev,
  .listcategories .owl-carousel .owl-nav button.owl-prev {
    margin-right: 8px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .testimonial-section .owl-carousel .owl-nav button.owl-prev::before,
  .listcategories .owl-carousel .owl-nav button.owl-prev::before {
    left: -68px;
    top: 47px;
  }
  .owl-carousel .owl-nav button.owl-next::before,
  .testimonial-section .owl-carousel .owl-nav button.owl-next::before,
  .listcategories .owl-carousel .owl-nav button.owl-next::before {
    right: -68px;
    bottom: 47px;
  }
  .owl-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .owl-dots {
    bottom: 5px;
  }
  .owl-carousel .owl-dots button.owl-dot {
    margin: 0 3px;
  }
  .intro-slider .promo-desc {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .intro-slider .promo-title {
    font-size: 36px;
    line-height: 56px;
    margin: 0 0 18px;
  }
  .intro-slider button.promo-btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .banner-des .container {
    width: 100%;
  }
  .intro-slider .promo-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .intro-slider .promo-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .intro-slider button.promo-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .intro-slider .promo-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0 10px;
  }
  .intro-slider .promo-desc {
    font-size: 12px;
    margin: 0 0 8px;
  }
  .intro-slider button.promo-btn {
    padding: 3px 10px;
  }
}
@media (max-width: 375px) {
  .intro-slider .promo-title {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0 5px;
  }
  .intro-slider .promo-desc {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 6px;
  }
  .intro-slider button.promo-btn {
    line-height: 12px;
    font-size: 8px;
    padding: 3px 8px;
  }
}
/*----------------------------------------------*/
/* cateroy list  */
/*----------------------------------------------*/
.category-thumb {
  position: relative;
}

.listcategories .owl-stage-outer {
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.owl-carousel .owl-item .category-image img {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
}

.category-thumb:hover .category-image img {
  border-top-color: #6bb42f;
  border-left-color: #6bb42f;
  border-bottom-color: #ffb200;
  border-right-color: #ffb200;
  transform: rotateY(180deg);
}

.box-content {
  padding-bottom: 85px;
  border-bottom: 1px solid #e5e5e5;
}

.category-thumb .cat-title {
  text-align: center;
  margin-top: 20px;
}

.category-thumb .cat-title a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.category-thumb .cat-title a:after {
  content: "";
  background: #6bb42f;
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}

.category-thumb:hover .cat-title a:after {
  width: 75%;
}

.category-thumb:hover .cat-title a {
  color: #6bb42f;
}

@media (max-width: 1440px) {
  .box-content {
    padding-bottom: 65px;
  }
}
@media (max-width: 1199px) {
  .box-content {
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .box-content {
    padding-bottom: 30px;
  }
  .category-thumb .cat-title {
    margin-top: 10px;
  }
  .listcategories .category-layout {
    padding: 0 5px;
  }
  .listcategories .category-box.row {
    margin: 0 -5px;
  }
  .category-thumb .cat-title a {
    font-size: 14px;
  }
  .category-thumb .category-desc {
    top: 12px;
  }
  .owl-carousel .owl-item .category-image img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .box-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .owl-carousel .owl-item .category-image img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 376px) {
  .category-thumb .cat-title a {
    font-size: 12px;
  }
}
/*----------------------------------------------*/
/* homepage banners  */
/*----------------------------------------------*/
.promo-banner-wrapper,
.promo-banner-wrappers {
  position: relative;
}

.promo-banner img,
.promo-banner {
  width: 100%;
}

.promo-banner-wrappers .promo-banner,
.promo-banner-wrapper .promo-banner,
.banner-right .promo-banner {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.promo-banner-wrapper .promo-banner img {
  transition: all 1.2s ease-in-out 0s;
  -moz-transition: all 1.2s ease-in-out 0s;
  -webkit-transition: all 1.2s ease-in-out 0s;
  -ms-transition: all 1.2s ease-in-out 0s;
  -o-transition: all 1.2s ease-in-out 0s;
}

.banner-box.promo-banner-wrapper .promo-banner {
  border-radius: 0;
}

.promo-banner-wrapper .promo-banner > a,
.banner-box3 .promo-banner > a {
  display: block;
}

.promo-text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
  width: fit-content;
  text-align: center;
}

.banner-box .promo-text-wrapper {
  top: auto;
  bottom: 30px;
}

.banner-box .promo-banner-inner > div:last-child,
.banner-box .promo-banner-inner > div:nth-last-child(2) {
  margin-top: 30px;
}

.banner-box .promo-btn {
  color: #222222;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 43px;
  border-radius: 0;
}

.banner-box .promo-btn:hover {
  background: #6bb42f;
  color: #ffffff;
}

/* banner2 */
.promo-text-wrapper .promo-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 11px 0 24px;
  text-transform: capitalize;
  color: #ffffff;
}

.promo-text-wrapper .promo-desc {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .promo-banner-wrapper .promo-banner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .promo-banner-wrapper.banner-box .promo-banner:hover img {
    opacity: 0.5;
  }
}
@media (max-width: 1199px) {
  .banner-box .promo-btn {
    font-size: 14px;
    padding: 20px;
  }
  .banner-box .promo-text-wrapper {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .banner-box .row,
  .slider-html .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .banner-box .promo-banner-inner > div,
  .intro-slider, .banner-box {
    padding: 0 5px;
  }
  .promo-text-wrapper {
    left: 15px;
  }
  .banner-box .promo-banner-inner > div:last-child, .banner-box .promo-banner-inner > div:nth-last-child(2) {
    margin-top: 10px;
  }
  .banner2 .promo-banner a:after {
    border: 1px solid #fff;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .banner-box {
    margin-top: 20px;
  }
  .promo-text-wrapper {
    left: 10px;
  }
}
@media (max-width: 480px) {
  .banner-box .promo-banner .promo-btn {
    font-size: 9px;
    padding: 3px 7px;
  }
}
/*----------------------------------------------*/
/* tab section */
/*----------------------------------------------*/
#homePageTabs.nav-tabs,
#homePagecatTabs.nav-tabs {
  border: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

#homePageTabs.nav-tabs .nav-item,
#homePagecatTabs.nav-tabs .nav-item {
  margin: 0;
  display: inline-block;
  float: unset;
  min-width: max-content;
  padding-right: 48px;
}

#homePageTabs.nav-tabs .nav-item:last-child {
  padding-right: 0;
}

#homePageTabs .nav-item .nav-link,
#homePagecatTabs .nav-item .nav-link {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-bottom: 7px;
  margin: 0px;
  color: #888888;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
}

#homePageTabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #6bb42f;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#homePageTabs .nav-item .nav-link.active:after, #homePageTabs .nav-item .nav-link:hover:after {
  width: 100%;
}

#homePageTabs.product-tab-filters li a.active,
#homePageTabs.product-tab-filters li a:hover,
#homePagecatTabs .nav-item .nav-link:hover,
#homePagecatTabs .nav-item .nav-link.active {
  color: #6bb42f;
}

#homePageTabs .nav-item:first-child .nav-link:before {
  display: none;
}

#homePageTabs .nav-item:first-child .nav-link {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .product-tab {
    margin-top: 34px;
  }
  .specials-products {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  #homePageTabs.nav-tabs,
  #homePagecatTabs.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 48px;
  }
  .category-tab-box {
    position: absolute;
    top: 6px;
    right: 94px;
    width: 70%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  #homePageTabs.nav-tabs,
  #homePagecatTabs.nav-tabs {
    margin-bottom: 15px;
  }
  #homePageTabs.nav-tabs::-webkit-scrollbar,
  #homePagecatTabs.nav-tabs::-webkit-scrollbar {
    display: none;
  }
  #homePageTabs.nav-tabs .nav-item, #homePagecatTabs.nav-tabs .nav-item {
    padding-right: 30px;
  }
  #homePageTabs .nav-item .nav-link, #homePagecatTabs .nav-item .nav-link {
    padding-bottom: 3px;
  }
}
@media (max-width: 480px) {
  #homePageTabs.nav-tabs .nav-item, #homePagecatTabs.nav-tabs .nav-item {
    padding-right: 20px;
  }
  #homePageTabs .nav-item .nav-link, #homePagecatTabs .nav-item .nav-link {
    font-size: 15px;
  }
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-section {
  margin: -195px 0 0;
  background-size: cover;
}

.testimonial-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 50px 0 37px;
}

.testimonial-item {
  position: relative;
  width: 64%;
  margin: auto;
  text-align: center;
}

.owl-carousel .owl-item .testimonial-img-wrapper img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.testimonial-quotes {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin: 0px 0 16px;
  color: #777777;
}

.testimonial-quotes p {
  margin: 0;
}

.testimonial-section .testimonial-author {
  font-size: 18px;
  margin: 18px 0 0;
}

.testimonial-customer {
  font-size: 14px;
  margin: 1px 0 18px;
  color: #777777;
}

@media (max-width: 1440px) {
  .testimonial-box {
    padding: 30px 0 17px;
  }
}
@media (max-width: 1199px) {
  .testimonial-quotes {
    margin: 0 0 20px;
  }
  .testimonial-section .product-section-title span {
    margin: -3px 0 75px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .product-section-title span {
    margin: 0 0 60px;
  }
  .testimonial-item {
    width: 90%;
  }
  .testimonial-quotes {
    margin: 0;
  }
  .testimonial-quotes p {
    padding: 0 0 18px;
  }
  .testimonial-customer {
    margin: 1px 0 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-box {
    padding: 20px 0 7px;
  }
  .testimonial-quotes p {
    padding: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .testimonial-section {
    margin: -70px 0 0;
  }
}
@media (max-width: 480px) {
  .testimonial-section .product-section-title span {
    margin: 0 0 45px;
  }
  .testimonial-section {
    padding: 15px 0;
  }
}
@media (max-width: 375px) {
  .testimonial-quotes p {
    margin: 5px 0 0;
  }
  .testimonial-section .testimonial-author {
    margin: 10px 0 0;
  }
}
/*----------------------------------------------*/
/* featured product */
/*----------------------------------------------*/
.product-tab h2.products-section-title,
.product-tab h2.product-section-title,
.specials-products h2.products-section-title,
.specials-products h2.product-section-title {
  font-size: 30px;
  margin: 0 0 33px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  text-align: left;
  padding: 0 0 0 90px;
}

.product-tab h2.products-section-title:after,
.product-tab h2.product-section-title:after,
.specials-products h2.products-section-title:after,
.specials-products h2.product-section-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto 0;
  background: #6bb42f;
}

.product-tab h2.products-section-title span,
.product-tab h2.product-section-title span,
.specials-products h2.products-section-title span,
.specials-products h2.product-section-title span {
  border: none;
  padding: 0;
}

h2.products-section-title,
h2.product-section-title {
  position: relative;
  text-align: center;
  margin: -3px 0 31px;
  padding: 0;
}

h2.products-section-title span,
h2.product-section-title span {
  font-size: 30px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  text-align: center;
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

h2.products-section-title:after,
h2.product-section-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: -1px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #6bb42f;
}

#index .featured-products .single-column article:nth-of-type(odd) .product-item,
.product-item {
  margin-bottom: 30px;
}

#index .product-item {
  margin-bottom: 0;
}

.product-accessories .product-item {
  margin-bottom: 0;
}

.products-box {
  position: relative;
}

.product-item .product-image-wraper,
.product-item {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  background: #ffffff;
}

.product-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.latest-products .product-item {
  margin-bottom: 0;
}

.product-item .hover_image {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-item:hover .hover_image {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.prdouct-btn-wrapper {
  position: relative;
}

.prdouct-btn-wrapper.grid {
  position: absolute;
  visibility: hidden;
  left: -40px;
  top: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-item .product-btn-icon span.lable,
.product-quantity div.product-btn-icon span.lable {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.product-quantity div.product-btn-icon a,
.prdouct-btn-wrapper div a,
.offer-section .product-btn-icon-quickview a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  color: #222222;
  width: 40px;
  height: 40px;
  line-height: 42px;
  margin: 0 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.offer-section .product-btn-icon-quickview a:hover {
  color: #6bb42f;
}

.product-quantity div.product-btn-icon a {
  margin: 0;
  vertical-align: middle;
}

.prdouct-btn-wrapper .product-btn-icon button {
  transform: unset;
  margin-top: 0;
  background: #222222;
}

.prdouct-btn-wrapper .product-btn-icon button:hover {
  background: #6bb42f;
}

.prdouct-btn-wrapper.list div a.wishlist-icon {
  transform: none;
}

.prdouct-btn-wrapper.list div a {
  margin-left: 3px;
}

.prdouct-btn-wrapper.list div a {
  margin: 0;
}

.prdouct-btn-wrapper.list div:first-child a {
  margin-left: 0;
}

.product-item:hover .prdouct-btn-wrapper.list div a,
.product-item:hover .prdouct-btn-wrapper.list button {
  opacity: 1;
  bottom: 0;
}

.prdouct-btn-wrapper div i {
  font-size: 16px;
}

.prdouct-btn-wrapper.list div a:hover,
.product-quantity div.product-btn-icon a:hover,
.prdouct-btn-wrapper div button:hover,
.prdouct-btn-wrapper div a:hover {
  color: #6bb42f;
}

.product-item:hover .product-title {
  color: #6bb42f;
}

.special-carousel .product-miniature,
.product-carousel .product-miniature,
.product-accessories-carousel .product-miniature {
  width: 100%;
}

.cart-price-block {
  display: inline-block;
  float: none;
  vertical-align: middle;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  margin: 0 0 15px;
}

.grid-reviews {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  z-index: 1;
}

.product-btn-icon button.add-to-cart.btn {
  color: #ffffff;
  background: #6bb42f;
  position: relative;
  padding: 8px 16px 8px 19px;
  width: auto;
  height: auto;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.product-btn-icon button.add-to-cart.btn:hover {
  background: #222222;
  color: #ffffff;
}

button.add-to-cart.btn i {
  font-size: 20px;
  margin-right: 10px;
}

.cart-quantity-content {
  display: inline-flex;
  justify-content: center;
}

#text_qty {
  height: 40px;
  background: #f7f7f7;
  position: relative;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  padding: 6px 8px 6px 10px;
}

.cart-qty::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 24px;
  z-index: 10;
}

.bootstrap-touchspin::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 24px;
  z-index: 10;
}

#product .bootstrap-touchspin::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  right: 40px;
  z-index: 10;
}

.cart-qty {
  min-width: 62px;
  position: relative;
}

.cart-quantity-content .cart-qty .quantity-cart-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 5px;
  right: 8px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.product-item:hover .cart-quantity-content .cart-qty .quantity-cart-btn {
  opacity: 1;
}

.cart-quantity-content .cart-qty .quantity-cart-btn > span {
  line-height: 1;
}

#left-column .product-item .grid-reviews,
#right-column .product-item .grid-reviews {
  display: block;
  float: unset;
  display: none;
}

#left-column .product-grid .product-item .list-reviews,
#right-column .product-grid .product-item .list-reviews {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 2px 0 0;
}

#left-column .product-grid .product-item .cart-price-block,
#right-column .product-grid .product-item .cart-price-block {
  margin: 0;
}

#text_qty {
  text-align: left;
}

#category .cart-price-block {
  margin: 0 !important;
}

@media (min-width: 1441px) {
  .featured-products .products:not(.product-carousel) .product-grid {
    width: 20%;
  }
}
@media (max-width: 1440px) {
  button.add-to-cart.btn i {
    display: block !important;
  }
  #category .cart-price-block {
    width: 100% !important;
  }
  #category .product-add-to-cart {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .product-miniature.col-xl-2:nth-child(6n+1),
  .product-miniature.col-xl-3:nth-child(4n+1),
  .product-miniature.col-xl-4:nth-child(3n+1),
  .product-miniature.col-xl-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-miniature.col-lg-2:nth-child(6n+1),
  .product-miniature.col-lg-3:nth-child(4n+1),
  .product-miniature.col-lg-4:nth-child(3n+1),
  .product-miniature.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-miniature.col-md-2:nth-child(6n+1),
  .product-miniature.col-md-3:nth-child(4n+1),
  .product-miniature.col-md-4:nth-child(3n+1),
  .product-miniature.col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .product-miniature.col-sm-2:nth-child(6n+1),
  .product-miniature.col-sm-3:nth-child(4n+1),
  .product-miniature.col-sm-4:nth-child(3n+1),
  .product-miniature.col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 425px) and (min-width: 376px) {
  .product-miniature.col-xs-2:nth-child(6n+1),
  .product-miniature.col-xs-3:nth-child(4n+1),
  .product-miniature.col-xs-4:nth-child(2n+1),
  .product-miniature.col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .featured-products .collapse,
  .block-blog .collapse {
    display: inherit;
  }
  .product-item:hover .prdouct-btn-wrapper.grid {
    visibility: visible;
    left: 20px;
  }
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .product-item:hover .prdouct-btn-wrapper.grid {
    bottom: 0px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  #js-product-list .product-grid .product-item:hover .prdouct-btn-wrapper.grid {
    bottom: 0;
  }
  .product-btn-icon button.add-to-cart.btn {
    padding: 8px 10px 8px 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-item:hover .prdouct-btn-wrapper.grid {
    bottom: 15px;
  }
  .product-accessories .product-miniature .product-item:hover .prdouct-btn-wrapper.grid {
    bottom: 50px;
  }
}
@media (max-width: 1600px) {
  .product-btn-icon button.add-to-cart.btn {
    padding: 8px 7px 8px 7px;
  }
  .prdouct-btn-wrapper.list .cart-qty {
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 1440px) {
  button.add-to-cart.btn i {
    display: none;
  }
}
@media (max-width: 991px) {
  h2.products-section-title,
  h2.product-section-title {
    margin: 0 0 20px;
  }
  .product-tab h2.products-section-title,
  .product-tab h2.product-section-title,
  .specials-products h2.products-section-title,
  .specials-products h2.product-section-title {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
  }
  .product-tab h2.products-section-title:after,
  .product-tab h2.product-section-title:after,
  .specials-products h2.products-section-title:after,
  .specials-products h2.product-section-title:after {
    width: 30px;
  }
  .product-item .prdouct-btn-wrapper.grid {
    opacity: 1;
    top: 10px;
    left: 10px;
    visibility: visible;
  }
  .product-item .product-add-to-cart.product-btn-icon.grid-add {
    bottom: 0;
    position: unset;
    margin: 2px 0 0;
  }
  .prdouct-btn-wrapper div i {
    font-size: 14px;
  }
  .prdouct-btn-wrapper button,
  .prdouct-btn-wrapper div a,
  .offer-section .product-btn-icon-quickview a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin: 0 0 6px;
  }
  button.add-to-cart.btn i {
    font-size: 14px;
    line-height: 16px;
  }
  .grid-reviews {
    opacity: 1;
    position: unset;
    margin: 5px auto;
  }
  #index .featured-products .single-column article:nth-of-type(odd) .product-item,
  .product-item {
    margin-bottom: 20px;
  }
  #products .product-list .product-item .prdouct-btn-wrapper.grid {
    margin-bottom: 5px;
  }
  h2.products-section-title span,
  h2.product-section-title span {
    font-size: 20px;
    padding: 0 0 5px;
  }
  #left-column .product-grid .product-item .list-reviews,
  #right-column .product-grid .product-item .list-reviews {
    display: block;
  }
  .product-item .product-image-wraper {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #text_qty {
    height: 34px;
  }
  .product-btn-icon button.add-to-cart.btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .prdouct-btn-wrapper.list div button.add-to-cart {
    padding: 1px 10px;
  }
  .cart-price-block {
    margin: 0 0 5px;
  }
  .product-item .cart-quantity-content .cart-qty .quantity-cart-btn {
    opacity: 1;
    top: 1px;
  }
  .cart-quantity-content .cart-qty .quantity-cart-btn > span {
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .prdouct-btn-wrapper.list > * + * {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  #products .product-list.product-miniature .product-item .product-image-wraper img {
    float: left;
  }
}
@media (max-width: 480px) {
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    display: block;
  }
  h2.products-section-title,
  h2.product-section-title {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
  }
  .cart-qty {
    width: 102px;
    min-width: 52px;
  }

  .product-miniature .bootstrap-touchspin .input-group-btn-vertical {
    flex-direction: row !important;
  }

  .product-miniature .bootstrap-touchspin .input-group-btn-vertical > button {
    height: 100% !important;
  }

  .product-miniature .bootstrap-touchspin .input-group-btn-vertical > button {
    margin-top: 0 !important;
    padding: 0 5px;
    border-right: solid 1px #569125 !important;
  }

  .bootstrap-touchspin::after,
  .cart-qty::after {
    right: 51px !important;
  }
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.latest-post-section {
  position: relative;
}

.post-images-wrapper {
  position: relative;
  overflow: hidden;
}

.latest-post-inner {
  position: relative;
  overflow: hidden;
}

.post-images-wrapper > a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #222;
}

.latest-post-item .post-images-wrapper img, .blog-fix .post-images-wrapper img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.latest-post-item:hover .post-images-wrapper img, .blog-fix:hover .post-images-wrapper img {
  opacity: 0.5;
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.latest-post-content,
.article-inner {
  position: relative;
  padding: 27px 0 0;
  text-align: left;
}

.blog-item .latest-post-content {
  padding: 7px 15px 0;
}

.article-inner {
  margin: 0px;
  text-align: left;
}

.blog-date span {
  text-transform: capitalize;
  font-size: 14px;
}

.blog-description-content {
  color: #777777;
  margin: 0 0 27px;
  line-height: 24px;
  font-size: 16px;
}

h5.post-title {
  margin: 9px 0 12px;
  line-height: 26px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-fix h5.post-title {
  margin: 16px 0 15px;
}

.latest-post-content p.link-more {
  margin: 0;
}

.blog-item .slick-slide div:not(:last-child) .latest-post-inner {
  margin-bottom: 60px;
}

.blog-image-info {
  position: relative;
  margin: 30px 30px 0 0;
}

.blog-image-info:before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: 30px;
  left: 30px;
  right: -30px;
  display: block;
  border: 5px solid #e5e5e5;
  border-radius: 5px;
}

.blog-fix {
  padding-right: 30px;
}

.blog-right {
  padding-left: 30px;
  margin-top: 30px;
}

.blog_hover {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  z-index: 1;
}

.blog_hover .hover-zoom,
.blog_hover .hover-post {
  position: relative;
  color: #ffffff;
  border: 2px solid #fff;
  height: 44px;
  width: 44px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.blog_hover > a + a {
  margin-top: 5px;
}

.blog_hover > a:hover {
  background: #6bb42f;
  border: 2px solid #6bb42f;
  color: #fff;
}

.col-md-6.blog-block:nth-child(2n+1) {
  clear: left;
}

.blog-item .slick-arrow {
  position: absolute;
  top: -110px;
  right: 0;
  line-height: 36px;
}

.blog-item .slick-arrow.fa-angle-left {
  right: 40px;
}

.latest-post-item {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .latest-post-item:hover .blog_hover, .blog-fix:hover .blog_hover {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .latest-post-content,
  .article-inner {
    padding: 20px 0 0;
  }
  h5.post-title {
    font-size: 20px;
    margin: 5px 0 6px;
  }
  .blog-description-content {
    margin: 0 0 17px;
  }
  .blog-fix {
    padding-right: 15px;
  }
  .blog-right {
    padding-left: 15px;
    margin-top: 20px;
  }
  .blog-item .slick-slide div:not(:last-child) .latest-post-inner {
    margin-bottom: 30px;
  }
  .blog-item .slick-arrow {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .blog-fix {
    padding: 0 5px;
  }
  .blog-right {
    padding: 0 5px;
  }
  .latest-post-content,
  .article-inner {
    padding: 15px 0 0;
  }
  #smartblogcat .articleContent:after {
    display: none;
  }
  .blog_hover {
    opacity: 1;
  }
  .latest-post-item .post-images-wrapper img,
  .blog-fix .post-images-wrapper img {
    opacity: 0.5;
  }
  .blog_hover .hover-zoom,
  .blog_hover .hover-post {
    height: 34px;
    width: 34px;
    line-height: 30px;
    font-size: 12px;
  }
  .latest-post-section h2.products-section-title span {
    margin: 0 0 20px;
  }
  .latest-post-section h2.products-section-title:after {
    bottom: 19px;
  }
  .latest-post-section h2.products-section-title {
    margin: 0;
  }
  .blog-image-info {
    margin: 20px 20px 0 0;
  }
  .blog-image-info:before {
    top: -20px;
    bottom: 20px;
    left: 20px;
    right: -20px;
  }
  .blog-fix h5.post-title {
    margin: 6px 0 5px;
  }
  .blog-read {
    padding: 8px 20px;
  }
  .blog-item .latest-post-content {
    padding: 12px 5px 0;
  }
  h5.post-title {
    font-size: 18px;
    margin: 2px 0 4px;
  }
  .blog-item .slick-slide div:not(:last-child) .latest-post-inner {
    margin-bottom: 20px;
  }
  .blog-description-content {
    margin: 0px 0 13px;
  }
  .blog-item .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .latest-post-content,
  .article-inner {
    padding: 10px 0 0;
  }
  h5.post-title {
    font-size: 16px;
  }
}
/*----------------------------------------------*/
/* newslatter */
/*----------------------------------------------*/
.newsletter-description {
  color: #ffffff;
  margin: 0 0 23px;
  line-height: 24px;
}

.block_newsletter form {
  position: relative;
}

.block_newsletter_form .icon-plane {
  display: block;
  font-size: 50px;
}

#block-newsletter-label {
  color: #757575;
  margin: 15px 0 15px;
  line-height: 24px;
}

.block-newsletter-label {
  text-align: center;
}

.block_newsletter form .input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  margin: auto;
  width: 85%;
  text-align: left;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  border: 1px solid #e2e2e2;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #252525;
  outline: none;
  max-height: 40px;
  font-weight: normal;
  padding: 10px 15px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  display: inline-block;
  text-transform: none;
}

.block_newsletter form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  background: #ffffff;
  border-radius: 25px 0 0 25px;
  border: none;
}

.block_newsletter form input {
  padding: 10px 15px;
}

.block_newsletter form input[type=email]::placeholder {
  color: #757575;
}

.block_newsletter form button[type=submit] {
  font-size: 14px;
  border: none;
  border-radius: 0 25px 25px 0;
  padding: 10px 13px;
  margin: 5px 5px 5px 0;
  color: #ffffff;
  background: #6bb42f;
  text-transform: uppercase;
}

.block_newsletter form button[type=submit]:hover,
.block_newsletter form button[type=submit]:focus {
  background: #222222;
  color: #fff;
}

@media (min-width: 1641px) {
  .footer-container .block_newsletter .widget-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 1640px) and (min-width: 1441px) {
  .newsletter-block-content {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .block_newsletter form input[type=email] {
    min-height: 40px;
  }
  .newsletter-description {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .block_newsletter form button[type=submit] {
    font-size: 14px;
    padding: 8px 13px;
    margin: 3px 3px 3px 0;
  }
  .newsletter-description {
    margin: 0 0 15px;
  }
  .block_newsletter form .input-wrapper {
    max-width: 450px;
    margin: auto;
  }
}
/*----------------------------------------------*/
/* newslatter popup */
/*----------------------------------------------*/
.newsletter-popup-wrapper {
  text-align: left;
  max-width: 800px;
  margin: 30px auto;
  position: relative;
  width: 100%;
}

#newsletter_block_popup {
  background: #f0f0f0;
  float: left;
  width: 100%;
  position: relative;
}

.newsletter-popup-inner {
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.newsletter-popup-image-wrapper img {
  width: 100%;
}

.newsletter-popup-image-wrapper {
  position: relative;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-image: var(--newsbgimage);
  background-repeat: no-repeat;
  background-position: center;
}

.newsletter-popup-image-wrapper img {
  display: none;
}

.newsletter-popup-text h2 {
  font-size: 24px;
  margin: 30px 0 0;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.newsletter-popup-text p {
  margin: 30px 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.newsletter-input {
  display: block;
  width: 100%;
}

.newsletter-popup-bottom {
  margin-top: 20px;
}

.newsletter-popup-text label {
  text-align: left;
  padding: 0 0 0 5px;
  font-weight: 400;
  margin-bottom: 0;
}

.newsletter-popup-welcome {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 30px 0 0;
  text-transform: uppercase;
  color: #111111;
}

.newsletter-popup-welcome span + span {
  border-bottom: 1px solid #f2ba0e;
}

.newsletter-popup-text input[type=text] {
  width: 100%;
  height: 44px;
  min-height: 44px;
  border: none;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.newsletter-popup-text input[type=text]::placeholder {
  color: #222222;
}

.btn-newsletter {
  margin-top: 30px;
}

.newsletter-popup-wrapper button.mfp-close {
  position: absolute;
  left: 43%;
  right: 0;
  margin: auto;
  top: 30px;
  float: unset;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  text-shadow: none;
  font-size: 24px;
  margin-bottom: 28px;
  background: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 50%;
}

.newsletter-popup-wrapper .mfp-close-btn-in .mfp-close {
  color: #222222;
}

.newsletter-popup-wrapper button.mfp-close:hover {
  color: #222222;
}

.newsletter-popup-image-wrapper {
  width: 43%;
}

.newsletter-popup-text {
  width: 57%;
  padding: 60px 28px 28px;
  text-align: center;
}

.newsletter-popup-text-inner .popup-title {
  font-weight: 300;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}

@media (min-width: 576px) {
  .newsletter-popup-image-wrapper {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .newsletter-popup-wrapper {
    width: 95%;
  }
  .newsletter-popup-text h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn-newsletter {
    margin-top: 20px;
    padding: 10px 26px;
  }
  .newsletter-popup-text-inner .popup-title {
    font-size: 18px;
  }
  .newsletter-popup-text p {
    margin: 20px 0;
  }
  .newsletter-popup-text {
    padding: 20px 18px 18px;
  }
  .newsletter-popup-text h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .newsletter-popup-inner {
    display: block;
    position: relative;
  }
  .newsletter-popup-bottom {
    justify-content: center;
  }
  .newsletter-popup-image-wrapper {
    display: none;
  }
  .newsletter-popup-text-inner {
    position: relative;
    z-index: 1;
    width: auto;
    text-align: center;
  }
  .newsletter-popup-text {
    padding: 15px;
  }
  .newsletter-popup-text {
    width: auto;
    padding: 35px 15px;
  }
  .newsletter-popup-welcome {
    margin-top: 15px;
  }
  .newsletter-popup-wrapper button.mfp-close {
    height: 25px;
    width: 25px;
    line-height: 25px;
    right: 0;
    top: 0;
    border-radius: 0;
    left: auto;
    right: 0;
  }
  .newsletter-popup-text h2 {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .btn-newsletter {
    padding: 7px 12px;
    min-width: 100px;
  }
  .newsletter-popup-text h2 {
    font-size: 18px;
  }
  .newsletter-popup-text p {
    font-size: 14px;
  }
  .newsletter-popup-text input[type=text] {
    height: 40px;
    min-height: 40px;
  }
}
/*----------------------------------------------*/
/* brands */
/*----------------------------------------------*/
.brand-item {
  padding: 19px 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
}

.brand-items.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .brand-item {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .brand-item {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .brand-item {
    padding: 15px 0;
  }
}
/*----------------------------------------------*/
/* social block */
/*----------------------------------------------*/
.social-sharing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.social-sharing span {
  font-weight: 500;
}

.social-sharing li {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0.25rem 0.25rem;
  cursor: pointer;
}

.social-sharing ul li {
  float: left;
  margin: 0 auto;
  text-align: center;
}

.social-sharing ul li a {
  height: 40px;
  width: 40px;
}

.social-sharing li a,
.block-social ul li a {
  display: block;
  font-size: 0;
}

.social-sharing li a {
  background: none;
  color: #222222;
}

.social-sharing li a:hover,
.block-social ul li a:hover {
  color: #6bb42f;
}

.block-social ul li a:before,
.social-sharing ul li a:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 40px;
}

.facebook a:before {
  content: "\f09a";
}

.twitter a:before {
  content: "\f099";
}

.rss a:before {
  content: "\f09e";
}

.youtube a:before {
  content: "\f167";
}

.googleplus a:before {
  content: "\f0d5";
}

.pinterest a:before {
  content: "\f231";
}

.vimeo a:before {
  content: "\f194";
}

.instagram a:before {
  content: "\f16d";
}

.linkedin a:before {
  content: "\f0e1";
}

.block-social ul li {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  text-align: center;
  vertical-align: top;
}

.block-social ul li a {
  height: 34px;
  width: 34px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-social ul li + li {
  margin-left: 5px;
}

.block-social ul li a:before {
  font-size: 14px;
  line-height: 34px;
}

.block-social ul li.facebook a {
  background: #3a559f;
  color: #ffffff;
}

.block-social ul li.twitter a {
  background: #26d0fe;
  color: #ffffff;
}

.block-social ul li.googleplus a {
  background: #dd5144;
  color: #ffffff;
}

.block-social ul li.pinterest a {
  background: #e60023;
  color: #ffffff;
}

.block-social ul li.linkedin a {
  background: #0077b7;
  color: #ffffff;
}

@media (max-width: 991px) {
  .block-social ul li a {
    height: 30px;
    width: 30px;
  }
  .block-social ul li a:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-social ul li + li {
    margin-left: 3px;
  }
}
/*----------------------------------------------*/
/* promo box */
/*----------------------------------------------*/
.pro-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.promo-box {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}

.promo-box .promo-icon {
  position: relative;
}

.promo-box .promo-icon i.fa {
  display: none;
}

.promo-box .promo-icon i {
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 20px 0 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.promo-info .promo-title {
  margin-bottom: 0;
}

.promo-box .promo-info .promo-desc {
  color: #777777;
  margin: 10px 0 0;
}

.promo-box:hover .promo-icon i {
  background: #6bb42f;
  border: 1px solid #6bb42f;
  color: #fff;
}

.pro-box + .pro-box .promo-item:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 1199px) {
  .promo-box .promo-info .promo-desc {
    margin: 3px 0 0;
  }
  .promo-info .promo-title {
    font-size: 14px;
  }
  .promo-box {
    text-align: center;
    flex-direction: column;
  }
  .promo-box .promo-icon i {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 991px) {
  .pro-box {
    padding: 0 5px;
  }
  .promo-box-inner .row {
    margin: 0 -5px;
  }
  .promo-box .promo-icon i {
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .promo-box .promo-info .promo-desc {
    margin: 2px 0 0;
    font-size: 10px;
    line-height: 16px;
  }
  .promo-info .promo-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .promo-box-inner .pro-box:nth-child(3) {
    clear: left;
  }
  .pro-box:nth-child(3), .pro-box:nth-child(4) {
    margin-top: 15px;
  }
  .pro-box + .pro-box .promo-item:after {
    display: none;
  }
}
@media (max-width: 425px) {
  .promo-box {
    padding: 0 0 10px;
  }
}
/*----------------------------------------------*/
/* deal of the day */
/*----------------------------------------------*/
.offer-section {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.countdown-images {
  display: flex;
  align-items: center;
  float: left;
}

.offer-section .product-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: unset;
}

.offer-section .product-image-wraper {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 30px;
}

.offer-section .product-item .prdouct-btn-wrapper.grid,
.offer-section .product-item .product-add-to-cart.grid.product-btn-icon {
  display: none;
}

.offer-section .product-btn-icon-quickview {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: -50px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.offer-section .product-item:hover .product-btn-icon-quickview {
  opacity: 1;
  left: 20px;
}

.offer-section .product-item .product-description {
  overflow: hidden;
  text-align: center;
  border: none;
  padding: 150px 100px;
}

.offer-section .product-miniature .product-description .products-decs {
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

.offer-section .product-miniature .product-title a {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.offer-section .product-miniature .product-price-and-shipping {
  font-size: 24px;
}

.offer-section .product-miniature .regular-price {
  font-size: 16px;
}

.offer-section .grid-reviews {
  margin: 0 auto 15px;
  position: relative;
  bottom: 0;
}

.offer-section .product-desc {
  margin-bottom: 27px;
  margin-top: 11px;
}

.countdown {
  position: relative;
  text-align: center;
  margin: 3px auto 26px;
}

.countdown .countdown-section {
  display: inline-block;
  margin: 0;
  text-align: center;
  background: #f7f7f7;
  color: #777777;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 12px 0;
}

.countdown .countdown-section + .countdown-section {
  margin-left: 12px;
}

.countdown .countdown-section > span {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.countdown .countdown-section .countdown-amount {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}

.offer-section .js-qv-mask.mask.scroll {
  text-align: center;
  position: relative;
  max-width: 80px;
  width: 100%;
  float: left;
}

.offer-section .mask ul li.thumb-container {
  display: inline-block;
  margin: 10px 0;
}

.offer-section .js-qv-product-images > button {
  font-size: 14px;
}

.offer-section .prdouct-btn-wrapper.list > div {
  margin-right: 6px;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .countdown-images {
    width: 45%;
  }
  .offer-section .product-item .product-description {
    padding: 73px;
    margin: 0;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .countdown-images {
    width: 55%;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .offer-section .product-item {
    display: block;
  }
  .offer-section .product-miniature .product-description .products-decs {
    margin: 0 20px;
    padding: 10px 0 20px;
  }
  .countdown {
    margin: 0px auto 15px;
  }
}
@media (max-width: 1440px) {
  .offer-section {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .offer-section .product-item .product-description {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .offer-section {
    padding: 50px 0;
  }
  .countdown .countdown-section + .countdown-section {
    margin-left: 8px;
  }
  .countdown .countdown-section .countdown-amount {
    font-size: 14px;
  }
  .countdown .countdown-section > span {
    font-size: 10px;
  }
  .countdown .countdown-section {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .offer-section {
    padding: 30px 0;
  }
  .offer-section .product-item .product-btn-icon-quickview {
    opacity: 1;
    top: 10px;
    left: 10px;
    visibility: visible;
  }
  .countdown {
    margin: 10px auto 10px;
  }
  .offer-section .product-desc {
    margin-bottom: 15px;
    margin-top: 8px;
  }
  .offer-section .grid-reviews {
    margin: 0 auto 10px;
  }
  .offer-section .product-item .product-image-wraper {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .offer-section {
    padding: 20px 0;
  }
  .offer-section .product-item .product-description {
    padding: 15px;
  }
  .offer-section .product-miniature .product-title a {
    font-size: 18px;
    line-height: 20px;
  }
  .offer-section .product-miniature .product-price-and-shipping {
    font-size: 16px;
  }
  .offer-section .product-miniature .regular-price {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .offer-section .product-item {
    display: block;
  }
  .offer-section .product-miniature .product-title {
    margin: 0 0 9px;
  }
  .offer-section .product-miniature .product-price-and-shipping {
    margin: 0 0 5px;
  }
  .offer-section .grid-reviews {
    margin: 0 auto 6px;
  }
}
/*----------------------------------------------*/
/* footer */
/*----------------------------------------------*/
#footer {
  background-color: #222222;
  margin-top: 80px;
}

.block-contact {
  color: #ffffff;
}

.footer-bottom .copyright_link a {
  font-size: 16px;
  color: #ffffff;
}

.footer-container .widget-title {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 14px;
  color: #fff;
}

.footer-container .footer-left-inner .widget-title {
  margin-bottom: 25px;
}

.block-contact .footer-toggle i {
  font-size: 25px;
  text-align: center;
  color: #6bb42f;
  margin-right: 15px;
}

.site {
  display: flex;
}

.contact_title {
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}

.contact-inner-info {
  margin-left: 40px;
}

.site .contact-inner-info {
  margin-left: 5px;
}

.contact-inner-info a {
  color: #ffffff;
}

/*footer logo*/
.footer-about-block {
  text-align: center;
}

.footer-desc {
  color: #ffffff;
  margin-top: 21px;
  line-height: 24px;
  padding: 0 50px;
}

.footer-block .block-social {
  margin: 27px 0 0;
}

.footer-container .block-contact ul:not(.social-block) li {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-container .block-contact ul:not(.social-block) li:last-child {
  margin-top: 15px;
}

.footer-container .block-contact ul:not(.social-block) li > span {
  margin-right: 5px;
}

.footer-container .links ul + ul {
  margin-top: 10px;
}

.footer-container .block-contact ul.social-block li {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

.footer-container .block-contact ul.social-block li i {
  font-size: 16px;
  line-height: 30px;
}

.footer-container li a {
  color: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 36px;
  padding: 0;
  position: relative;
}

.footer-container .block-contact li a {
  line-height: 24px;
}

.footer-container .social-block li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.footer-container .lnk_wishlist a {
  display: inline-block;
  width: auto;
}

.footer-container .footer-center li a:after,
.footer-container #block_myaccount_infos li a:after {
  content: "";
  height: 2px;
  width: 0;
  background: #6bb42f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footer-container .footer-center li a:hover:after,
.footer-container #block_myaccount_infos li a:hover:after {
  width: 100%;
}

.footer-container .block-contact li a:after {
  display: none;
}

.account-list a:hover,
.footer-container li a:hover,
.footer-container .social-block li a:hover {
  color: #6bb42f;
}

.links .collapse,
.block-social .collapse {
  display: inherit;
  margin: 0;
}

.footer-middle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-middle {
  padding: 28px 0 25px;
  border-top: 1px solid #343434;
}

.footer-bottom {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #343434;
}

.footer-container .block-contact ul:not(.social-block) li:not(:first-child) {
  align-items: center;
}

.footer-bottom .copyright_link {
  margin-bottom: 0;
}

.footer-bottom .copyright_link a:hover {
  color: #6bb42f;
}

.footer-container-inner {
  display: flex;
  padding-top: 77px;
  position: relative;
}

.footer-container-inner > div {
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .footer-container-inner > div + div + div {
    border-left: 1px solid #343434;
  }
}
@media (max-width: 1440px) {
  #footer {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .footer-container-inner {
    padding-top: 57px;
  }
  #footer {
    margin-top: 50px;
  }
  .footer-desc {
    padding: 0;
  }
  .footer-container-inner > div {
    padding-bottom: 44px;
  }
}
@media (max-width: 991px) {
  #footer {
    margin-top: 30px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-desc {
    margin: 8px 0 0;
  }
  .footer-block .block-social {
    margin: 10px 0 10px;
  }
  .footer-container .widget-title {
    display: inline-block;
    font-size: 14px;
  }
  .footer-container .widget-title,
  .footer-container .footer-left-inner .widget-title {
    margin-bottom: 10px;
  }
  .footer-right-inner {
    padding: 10px 15px;
    margin-bottom: 0px;
  }
  .footer-right {
    display: flex;
    justify-content: space-between;
  }
  .footer-container .footer-right .widget-title {
    margin-bottom: 10px;
    display: block;
  }
  .footer-container li a {
    line-height: 28px;
  }
  .footer-container .account-list > li:last-child {
    margin-bottom: 15px;
  }
  .links .navbar-toggler {
    display: inline-block;
    padding: 0;
    color: #ffffff;
  }
  .links .collapse {
    display: none;
  }
  .links .collapse.in {
    display: block;
  }
  .links .title {
    cursor: pointer;
  }
  .links .title .collapse-icons .remove,
  .links .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  .footer-bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-middle {
    flex-direction: column;
    padding: 10px 0 20px;
  }
  .footer-payment-block {
    margin-top: 10px;
  }
  .footer-container-inner {
    display: block;
    padding: 30px 0;
  }
  .footer-container-inner > div {
    padding-bottom: 0;
  }
  .footer-items > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
  }
  .footer-middle-inner {
    flex-direction: column;
  }
  .block-contact .footer-toggle i {
    font-size: 16px;
    margin-right: 7px;
  }
  .contact-inner-info {
    margin-left: 5px;
  }
  .contact_title {
    vertical-align: unset;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom .copyright_link a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer-right {
    display: block;
  }
}
/*----------------------------------------------*/
/* breadcrum */
/*----------------------------------------------*/
.breadcrumb {
  padding: 12px 0 12px 15px;
  background: #ffffff;
  text-align: center;
  margin: 30px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

#index #wrapper .breadcrumb[data-depth="1"] {
  display: none;
}

.breadcrumb .page_title {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}

#wrapper .breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}

#wrapper .breadcrumb li {
  display: inline-block;
  vertical-align: top;
  float: unset;
}

#wrapper .breadcrumb li:after {
  content: "/";
  font-family: "FontAwesome";
  color: #222222;
  margin: 0px 8px 0 8px;
  font-size: 26px;
}

.breadcrumb li a {
  display: inline-block;
  vertical-align: top;
  float: unset;
  font-size: 14px;
}

#wrapper .breadcrumb li:last-child:after {
  content: "";
}

#wrapper .breadcrumb li a:hover,
#wrapper .breadcrumb li:last-child a {
  color: #6bb42f;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #f1f1f1;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #f1f1f1;
}

@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 20px;
    margin: 20px 0;
  }
  #wrapper .breadcrumb li:after {
    font-size: 16px;
    margin: 0px 5px 0 5px;
  }
}
@media (min-width: 768px) {
  .breadcrumb .page_title {
    text-align: left;
    float: left;
    display: inline-block;
  }
  #wrapper .breadcrumb ol {
    text-align: right;
    display: inline-block;
    float: right;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #wrapper .breadcrumb li a {
    font-size: 14px;
  }
  .breadcrumb .page_title {
    margin-bottom: 5px;
  }
}
/*----------------------------------------------*/
/* Category page */
/*----------------------------------------------*/
.products-selection {
  margin: 0 0 5px 0;
  padding: 10px 5px;
  clear: left;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.pro_list_gird {
  float: left;
  width: auto;
}

.pro_list_gird span {
  text-align: center;
  color: #222;
  float: left;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.pro_list_gird .grid-view {
  margin-right: 5px;
}

.pro_list_gird span.active,
.pro_list_gird span:hover {
  background: #6bb42f;
  color: #fff;
  border-color: #6bb42f;
}

.pro_list_gird i {
  font-size: 16px;
  line-height: 38px;
  vertical-align: middle;
}

.products-selection .total-products {
  float: left;
  padding-left: 50px;
  line-height: 40px;
}

.products-selection .total-products p {
  margin-bottom: 0;
  color: #222222;
  font-size: 14px;
}

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-selection .sort-by {
  white-space: normal;
  text-align: right;
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
}

.products-selection .products-sort-order .products-sort-order-inner {
  position: relative;
}

.products-sort-order .select-title {
  display: inline-block;
  width: 100%;
  color: #777777;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 24px;
}

.products-sort-order .dropdown-menu {
  left: auto;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.products-sort-order .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
}

.products-sort-order .select-list:hover {
  background: #6bb42f;
  color: #fff;
  text-decoration: none;
}

/*product list*/
.product-grid .product-desc,
.product-list .product-item .grid-add,
.product-grid .product-item .prdouct-btn-wrapper.list,
.product-list .product-item .grid-reviews,
.product-grid .product-item .list-reviews,
.product-list .prdouct-btn-wrapper.grid {
  display: none;
}

.product-miniature.product-list .product-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.product-miniature.product-list .product-description:before {
  display: none;
}

.product-miniature.product-list .product-description .products-decs {
  width: 73%;
  padding: 0 50px 0 0;
  text-align: left;
  border-right: 1px solid #e5e5e5;
  border-top: 0;
  margin: 0 30px;
}

.product-list .prdouct-btn-wrapper.list {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 27%;
}

.prdouct-btn-wrapper.list {
  display: block;
}

.prdouct-btn-wrapper.list > div {
  display: inline-block;
  vertical-align: middle;
}

.prdouct-btn-wrapper-inner.list > div {
  display: inline-block;
  vertical-align: middle;
}

.prdouct-btn-wrapper.list .product-add-to-cart.product-btn-icon {
  margin-right: 0;
}

.prdouct-btn-wrapper-inner.list {
  margin-top: 20px;
}

.product-list .product-item .product-image-wraper {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.product-list .product-item .product-image-wraper {
  float: left;
}

#products .product-list .product-description {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  padding: 30px 40px 30px 0;
}

#products .product-list.product-price-and-shipping,
.product-miniature.product-list .product-price-and-shipping,
.product-list .product-price-and-shipping {
  margin: 0 0 11px;
}

#products .product-list .cart-price-block,
.product-miniature.product-list .cart-price-block,
.product-list .cart-price-block {
  margin: 0 0 8px;
}

#products .product-list .product-desc {
  margin: 9px 0 21px;
}

#products .product-list .product-title {
  padding: 0;
  border: none;
}

.product-desc {
  margin-bottom: 25px;
  margin-top: 10px;
}

.product-desc p {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .product-miniature.product-list .product-description .products-decs {
    width: 65%;
  }
}
@media (max-width: 1440px) {
  .products-selection .total-products {
    padding-left: 20px;
  }

  .product-price-and-shipping {
    margin-bottom: 15px;
  }

  #app > #content .has-left-panel {
    width: 75% !important;
  }
}
@media (max-width: 1199px) {
  #products .product-list.product-price-and-shipping,
  .product-miniature.product-list .product-price-and-shipping,
  .product-list .product-price-and-shipping {
    margin: 0 0 10px;
  }
  #products .product-list .product-desc,
  .product-miniature.product-list .product-desc,
  .product-list .product-desc {
    margin-bottom: 15px;
    margin-top: 6px;
  }
  #products .product-list .product-description {
    display: block;
    padding: 20px 30px 30px 0;
  }
  .product-miniature.product-list .product-description .products-decs {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 0 0;
  }
  .product-list .prdouct-btn-wrapper.list {
    float: left;
    padding: 20px 0 0;
    width: unset;
    align-items: unset;
    margin: 0 0 0 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  #app > #content .has-left-panel {
    width: 100% !important;
  }


  .latest-post-item,
  .products .product-miniature,
  .latest-post-inner > div {
    padding: 0 5px;
  }
  .product-accessories .row,
  .offer-section .row,
  .latest-post-section .row,
  .featured-products .row,
  #categories-product .products {
    margin: 0 -5px;
  }
  .products-selection .total-products {
    padding-left: 0px;
  }
  .pro_list_gird i {
    font-size: 12px;
    line-height: 28px;
  }
  .pro_list_gird span {
    width: 30px;
    height: 30px;
  }
  .product-miniature.product-list .product-description .products-decs {
    margin: 0;
  }
  .product-list .prdouct-btn-wrapper.list {
    margin: 0;
  }
  #products .product-list .product-description {
    padding: 10px 30px 20px 0;
  }
  .prdouct-btn-wrapper-inner.list {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #products .product-list .product-description {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #products .product-miniature.product-grid,
  .products:not(.owl-carousel) .product-miniature.product-grid {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .products-selection .total-products {
    padding: 0;
    line-height: 30px;
    float: right;
    margin-bottom: 10px;
  }
  .products-selection {
    margin-bottom: 20px;
    padding: 10px 0px;
  }
  .product-desc {
    margin-bottom: 10px;
  }
  .products-sort-order .select-title {
    margin-left: 0;
    padding: 5px 10px;
  }
  .products-sort-order .select-title i.material-icons {
    font-size: 18px;
  }
  #products .product-list.product-price-and-shipping,
  .product-miniature.product-list .product-price-and-shipping,
  .product-list .product-price-and-shipping {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .products-selection .filter-button {
    padding-left: 0;
  }
  #products .product-list .product-description {
    padding: 0 0 10px 15px;
  }
}
@media (max-width: 575px) {
  #products .product-list .product-description {
    padding: 15px;
    width: 100%;
    border: none;
  }
  .product-miniature.product-list .product-title {
    margin-top: 15px;
  }
  #products .product-list.product-miniature .product-item .product-image-wraper img {
    float: left;
  }
}
/*----------------------------------------------*/
/* pagination */
/*----------------------------------------------*/
.pagination {
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  vertical-align: middle;
  float: none;
  border: 1px solid #e5e5e5;
}

.pagination .col-md-6.text-left {
  line-height: 40px;
  font-size: 14px;
  color: #222222;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.pagination .page-list {
  margin-bottom: 0;
}

.pagination .page-list li,
.pagination-pages li {
  display: inline;
}

.pagination .page-list li + li {
  margin-left: 1px;
}

.pagination li > a,
.page-link {
  display: inline-block;
  float: none;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  color: #777777;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.pagination li > a:focus,
.pagination li > a:hover,
.page-link:hover,
.page-link:focus,
.page-link.page-active,
.page-link.page-active:hover,
.page-link.page-active:focus,
.pagination .current > a,
.pagination .current > a:focus,
.pagination .current > a:hover {
  background: #6bb42f;
  border-color: #6bb42f;
  color: #fff;
}

.pagination .disabled {
  color: #222222;
}

@media (max-width: 1199px) {
  .pagination {
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  .pagination li > a,
  .page-link {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
  .pagination li > a.next i,
  .pagination li > a.previous i {
    font-size: 20px;
  }
  .pagination .col-md-6.text-left {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .pagination .col-md-6 {
    text-align: center;
  }
  .pagination .col-md-6 .page-list {
    margin: 0px 0 5px;
  }
  .pagination {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .pagination {
    padding: 5px 0;
  }
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
#product #content {
  position: relative;
  margin: 0 auto;
}

#product #page {
  overflow: unset;
}

.product-top-detail {
  background: #fff;
  padding: 20px 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

#product .product-flags {
  display: none;
}

.product-cover {
  position: relative;
  float: left;
  width: 100%;
}

.product-cover .layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  z-index: 9;
  cursor: pointer;
}

.product-cover .layer .zoom-in {
  font-size: 28px;
  color: #444;
}

.product-images.owl-carousel .owl-item img {
  width: unset;
}

.product-zoom-img {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.product-zoom {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#main .images-container .js-qv-mask.scroll,
#main .images-container .js-qv-mask {
  margin: 1.5rem auto 0;
  position: relative;
  display: block;
  vertical-align: top;
  width: 55%;
}

.js-qv-product-images > button {
  height: 30px;
  width: 30px;
  top: 0;
  bottom: 0;
  font-size: 24px;
  margin: auto;
  background: transparent;
  border: aliceblue;
  color: #252525;
  outline: none;
}

.js-qv-product-images > button:hover {
  background: transparent;
  color: #6bb42f;
}

.product-detail .js-qv-mask.mask .owl-nav button.slick-disabled,
.product-detail .js-qv-mask.mask .owl-nav button.slick-disabled {
  opacity: 0.5;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 50px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  width: 25px;
  text-align: center;
  outline: none;
  font-size: 20px;
}

.scroll-box-arrows i:hover {
  border-color: #ffb400;
}

.scroll-box-arrows .left {
  left: 15px;
}

.scroll-box-arrows .right {
  right: 15px;
}

.scroll-box-arrows.scroll {
  display: block;
}

#product .scroll-box-arrows.scroll,
.scroll-box-arrows {
  display: none;
}

.js-qv-product-images .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.js-qv-product-images .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.product-detail .js-qv-mask.mask .owl-nav button {
  height: 30px;
  width: 30px;
  top: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  float: left;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  background: transparent;
  border: none;
  color: #222222;
  outline: none;
}

.product-detail .js-qv-mask.mask .owl-nav button:hover {
  background: transparent;
  color: #6bb42f;
}

.product-detail .js-qv-mask.mask .owl-nav button.owl-next.disabled,
.product-detail .js-qv-mask.mask .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.product-detail .js-qv-mask.mask .owl-nav button.owl-prev {
  left: -25px;
}

.product-detail .js-qv-mask.mask .owl-nav button.owl-next {
  right: -25px;
}

.product-images li.thumb-container {
  display: inline-block;
  margin: 0 10px;
}

.product-images li.thumb-container > .thumb {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 5px;
}

.product-detail .prdouct-title,
.quickview .product-summary h1.product-title {
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  margin: 10px 0 20px;
}

.product-detail .product-prices {
  margin-bottom: 10px;
}

.product-detail button.add-to-cart.btn i {
  font-size: 14px;
  margin-right: 10px;
}

.product-prices div {
  margin-bottom: 5px;
}

.has-discount .current-price > span {
  vertical-align: middle;
}

.has-discount .current-price > span:first-child {
  font-size: 24px;
  color: #6bb42f;
}

.product-line-grid-body .has-discount .current-price > span:first-child {
  font-size: 16px;
}

.product-line-grid .has-discount .regular-price {
  font-size: 14px;
}

.product-discount {
  color: #222222;
}

.product-discount .regular-price {
  text-decoration: line-through;
  font-weight: 400;
}

.has-discount.product-price,
.has-discount p {
  color: #222222;
  font-style: normal;
  text-transform: none;
}

.has-discount .discount,
.product-price-and-shipping .price-percent-reduction {
  background: #6bb42f;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  display: inline-block;
  line-height: normal;
  margin: 0 5px;
}

.product-price {
  color: #6bb42f;
}

.product-unit-price {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #222222;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px;
}

.product-prices .tax-shipping-delivery-label .delivery-information:before {
  content: "-";
  padding: 0 2px 0 0;
}

.product-information .manufacturer-logo {
  height: 35px;
}

.product-information .product-description img {
  max-width: 100%;
  height: auto;
}

.product-variants > .product-variants-item + .product-variants-item {
  margin: 15px 0 0;
}

.product-variants > .product-variants-item select {
  background-color: #fff;
  width: auto;
  padding-right: 1.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.product-actions .control-label {
  margin-bottom: 13px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  min-width: 90px;
}

.product-variants > .product-variants-item > * {
  min-width: 90px;
  float: left;
  vertical-align: middle;
}

.product-variants > .product-variants-item ul li {
  margin-right: 10px;
}

.product-variants > .product-variants-item ul li label {
  padding: 0;
}

.product-variants > .product-variants-item:last-child ul li label {
  margin: 0;
}

.product-variants > .product-variants-item .color {
  margin: 0;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  background: #222;
  color: #fff;
}

.input-color:checked + span,
.input-color:hover + span {
  border: 1px solid #222222;
  color: #222222;
}

.radio-label {
  display: inline-block;
  padding: 5px 9px;
  border: none;
  background: #f7f7f7;
}

/* discounts */
.product-discounts {
  margin-bottom: 1.5rem;
}

.product-discounts > .product-discounts-title {
  font-weight: 400;
  font-size: 0.875rem;
}

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 0.3125rem solid #e5e5e5;
  text-align: center;
}

.product-discounts > .table-product-discounts tbody tr {
  background: #e5e5e5;
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
  background: #fff;
}

.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem solid #e5e5e5;
}

/* quantity */
.product-actions .product-add-to-cart {
  margin-top: 15px;
}

.product-actions .product-quantity {
  margin-bottom: 10px;
}

.product-quantity > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.product-quantity .add {
  padding-right: 5px;
}

.product-quantity .add,
.product-quantity .qty {
  margin-bottom: 10px;
}

.pro-list-btn > div {
  display: inline-block;
  margin: 0 20px 0 0;
}

.product-quantity .qty {
  margin-right: 16px;
}

/* product quantity */
.product-quantity .qty .input-group {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 33px;
  border-radius: 5px;
  float: left;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.product-quantity #quantity_wanted {
  background-color: #fff;
  height: 38px;
  padding: 10px 8px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #222222;
  border: none;
}

.product-quantity .qty .input-group .input-group-btn-vertical {
  position: static;
}

.product-quantity .input-group-btn-vertical {
  width: 25px;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn {
  position: absolute;
  top: 2px;
  z-index: 9;
  margin: 0;
  height: 35px;
  width: 30px;
  border: none;
  color: #777777;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn:hover {
  color: #6bb42f;
  background: #fff;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  left: auto;
  right: 10px;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  right: auto;
  left: 10px;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 0;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn i {
  font-size: 20px;
  position: static;
}

.product-actions button.btn.btn-primary.add-to-cart {
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  margin: auto;
  background: #6bb42f;
}

.product-actions button.btn.btn-primary.add-to-cart:hover {
  background: #222222;
  color: #fff;
}

.product-information .product-description p {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-actions .wishlist.product-wishlist-icon:hover span,
.product-actions .compare.product-compare-icon:hover span {
  color: #6bb42f;
}

.product-information .product-actions .product-wishlist-icon span,
.product-information .product-actions .product-compare-icon span,
.quickview .product-actions .product-wishlist-icon span,
.quickview .product-actions .product-compare-icon span {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #777777;
  line-height: 40px;
}

.product-information .pro-list-btn .product-btn-icon i,
.quickview .pro-list-btn .product-btn-icon i {
  background: #f7f7f7;
  border-radius: 50%;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 40px;
}

/* product customization */
.product-customization .product-customization-item {
  margin: 1.25rem 0;
}

.product-customization .product-message {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 15px;
}

.product-customization .product-message:focus {
  outline: none;
}

.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.625rem;
  overflow: hidden;
  position: absolute;
}

.product-customization .customization-message {
  margin-top: 20px;
}

.product-customization .custom-file {
  position: relative;
  background: #f7f7f7;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  text-indent: 0.625rem;
  display: block;
  color: #222222;
  margin-top: 1.25rem;
}

.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-customization small {
  color: #222222;
}

/* product pack */
.product-pack {
  margin: 15px 0 20px;
}

.product-features p {
  font-weight: 500;
}

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.thumb-mask > .mask {
  position: relative;
  width: 3.438rem;
  height: 3.438rem;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: 0.625rem 0;
}

.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 0.875rem;
  color: #222222;
}

.product-pack .pack-product-container .pack-product-quantity {
  border-left: 1px solid #e5e5e5;
  padding-left: 0.625rem;
}

.product-refresh {
  margin-top: 1.25rem;
}

/* reassurance */
#block-reassurance {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

#block-reassurance li {
  border-bottom: 1px solid #e5e5e5;
}

#block-reassurance li:last-child {
  border: 0;
}

#block-reassurance li .block-reassurance-item {
  padding: 15px;
}

#block-reassurance img {
  width: 1.563rem;
  margin-right: 0.625rem;
}

#block-reassurance span {
  text-transform: none;
  margin-bottom: 0;
  font-weight: normal;
}

#product-availability {
  margin-top: 0.625rem;
  display: block;
  font-weight: 500;
}

#product-availability .material-icons {
  line-height: inherit;
}

#product-availability .product-available {
  color: #6bb42f;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  color: #ff9a52;
}

/* product information tab */
.tabs {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.tabs .nav-tabs {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.tabs .nav-tabs .nav-item {
  text-align: center;
  display: inline-block;
  float: unset;
  margin-bottom: 0;
}

.tabs .nav-tabs .nav-link {
  color: #222222;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  position: relative;
  display: inline-block;
}

.tabs .nav-tabs li + li {
  border-left: 1px solid #e5e5e5;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: #6bb42f;
  background: transparent;
  border: none;
}

.tabs .nav-tabs .nav-link:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  margin-top: 5px;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}

.tabs .nav-tabs .nav-link.active:after,
.tabs .nav-tabs .nav-link:hover:after {
  width: 100%;
}

#tab-content {
  padding: 30px 30px 15px;
  border: none;
  border-top: 0;
}

.product-description {
  color: #777777;
  line-height: 24px;
  font-size: 16px;
}

.product-manufacturer {
  margin: 0 0 20px;
}

#product-details .label {
  font-size: 1rem;
}

.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  background: #f7f7f7;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.product-features > dl.data-sheet dt.name,
.product-pack p {
  font-weight: 500;
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #e5e5e5;
}

@media (max-width: 991px) {
  .tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
  .product-detail .prdouct-title,
  .quickview .product-summary h1.product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .product-left-detail {
    position: sticky;
    top: 10px;
  }
}
@media (max-width: 991px) {
  #product .product-zoom {
    overflow: hidden;
  }
  #main .images-container .js-qv-mask {
    margin-bottom: 20px;
  }
  #tab-content {
    padding: 15px 15px 5px;
  }
  .quickview .product-summary h1.product-title {
    margin: 15px 0 20px;
  }
  .product-information .pro-list-btn .product-btn-icon i,
  .quickview .pro-list-btn .product-btn-icon i {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .product-information .product-actions .product-wishlist-icon span, .product-information .product-actions .product-compare-icon span,
  .quickview .product-actions .product-wishlist-icon span, .quickview .product-actions .product-compare-icon span {
    line-height: 30px;
  }
  .pro-list-btn > div {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .product-detail .prdouct-title {
    margin: 0px 0 20px;
  }
  .pro-right-info {
    margin-top: 15px;
  }
  .tabs.section-margin-top {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .tabs .nav-tabs .nav-link {
    padding: 6px 0px;
  }
  .tabs .nav-tabs .nav-item {
    margin: 0;
    display: block;
  }
}
@media (max-width: 375px) {
  .pro-list-btn > div {
    margin: 0 15px 15px 0;
  }
}
/*----------------------------------------------*/
/* review */
/*----------------------------------------------*/
.product-description .reviews {
  display: inline-block;
  margin-top: 10px;
}

.comments_advices li + li {
  border-left: 1px solid #e5e5e5;
  margin-left: 10px;
}

#tab-review {
  margin-bottom: 15px;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.sdsarticleHeader .title_block {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.article-inner-wrapper .post_meta {
  color: #222222;
  margin: 0 0 18px;
}

.post_meta > div {
  color: #777777;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding-right: 12px;
  margin-right: 10px;
}

.post_meta > div:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.post_meta > div a,
.post_meta > div.meta_view {
  color: #777777;
}

.post_meta > div a:hover {
  color: #6bb42f;
}

.post_meta > div i {
  margin-right: 2px;
}

.sdsarticle-des {
  line-height: 24px;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}

.blog-block .sdsarticle-des {
  margin: 0 0 20px;
}

.blog-side-content {
  display: -webkit-box;
}

@media (max-width: 1440px) {
  .blog-block .sdsarticle-des {
    margin: 0 0 15px;
  }
  .article-inner-wrapper .post_meta {
    margin: 0 0 15px;
  }
  .sdsarticleHeader .title_block {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .article-inner-wrapper .post_meta {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .sdsarticleCat .title_block,
  #sdsblogArticle .articleContent .title_block {
    margin: 0 0 10px;
  }
}
/*----------------------------------------------*/
/* blog artical page */
/*----------------------------------------------*/
.articleContent img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.sdsarticle-info {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}

#sdsblogArticle .articleContent .title_block {
  text-transform: capitalize;
}

#sdsblogArticle .articleContent .sdsarticleHeader {
  margin-bottom: 15px;
}

#product_comments_block_tab .footer_links {
  width: 100%;
  position: relative;
  display: table;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}

#product_comments_block_tab .footer_links li:not(.pull-right) {
  float: left;
}

#product_comments_block_tab .footer_links li a {
  background: none;
  display: block;
  padding: 15px 0;
  color: #222222;
  text-transform: uppercase;
  border: none;
}

#commentInput {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 20px 20px;
  border-radius: 0 0 5px 5px;
}

/*cooments*/
.comment-icon {
  background: #f7f7f7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #222222;
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-right: 21px;
  margin-bottom: 10px;
}

.commentList li > .commentList li {
  margin: 20px 0px 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  box-shadow: none;
}

img.comment-capcha-image {
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}

#respond input[type=text].smartblogcaptcha {
  width: 200px;
}

@media (max-width: 1199px) {
  #sdsblogArticle .articleContent .title_block,
  .sdsarticleHeader .title_block {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  #sdsblogArticle .articleContent .sdsarticleHeader {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sdsbox-content .popularArticles li .image,
  .sdsbox-content .recentArticles li .image {
    padding-right: 15px;
  }
  .block-blog .sdsbox-content .popularArticles li .title,
  .block-blog .sdsbox-content .recentArticles li .title {
    padding: 0px 0 5px;
    display: block;
  }
}
@media (max-width: 991px) {
  #product_comments_block_tab .footer_links li a {
    padding: 10px 0;
  }
  .page-content .sdsarticleCat {
    margin-bottom: 20px;
  }
  #product_comments_block_tab .footer_links {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 5px;
  }
  .sdsarticle-info {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page-content .addthis_toolbox {
    margin-bottom: 15px;
  }
  #commentInput {
    padding: 15px;
  }
  .comment-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    margin-right: 15px;
  }
  .comment-title {
    display: block;
  }
  #comments .commentList li {
    padding: 15px;
  }
  #comments .commentList li > .commentList li {
    padding: 15px 0 0;
  }
}
@media (max-width: 575px) {
  #commentInput .row {
    margin-right: 0;
    margin-left: 0;
  }
  #product_comments_block_tab .footer_links li a {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .sdsarticle-info {
    padding: 15px;
  }
}
/*----------------------------------------------*/
/* page not found */
/*----------------------------------------------*/
#pagenotfound #main .page-header,
#products #main .page-header {
  margin: 0;
}

#pagenotfound #main .page-content,
#products #main .page-content {
  margin-bottom: 10rem;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  max-width: 600px;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  font-weight: 600;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
  float: none;
}

.page-not-found .search-widget form {
  display: block;
  position: relative;
}

#pagenotfound .page-content #search_widget,
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
  width: 100%;
}

#products .page-not-found .btn_search.search-icons,
#pagenotfound #main .page-content .search-box.search-icons {
  display: none;
}

.page-not-found .search-widget form button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  bottom: 0;
  right: 0;
  color: #7a7a7a;
  top: 0;
}

#main .search-widget {
  display: block !important;
}

.pagenotfound .buttons {
  margin-top: 20px;
}

.pagenotfound .buttons i {
  margin-right: 5px;
}

.pagenotfound form {
  position: relative;
}

.pagenotfound form button.btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  border-radius: 0;
}

/*----------------------------------------------*/
/* all page same */
/*----------------------------------------------*/
#content-wrapper {
  min-height: 500px;
}

h1.page-heading {
  font-size: 18px;
  margin-bottom: 30px;
}

.page-header h1 {
  display: none;
  text-align: left;
  font-size: 24px;
  margin-bottom: 25px;
}

.form-control-label {
  text-align: left;
  font-weight: 500;
}

#cms .page-heading {
  display: none;
}

.page-cms h3 {
  font-size: 14px;
}

.page-cms h2 {
  font-size: 18px;
}

.page-customer-account #content,
.page-addresses #content,
.page-content #form_wishlist,
.page-content .contact-form {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.page-footer .account-link,
.account-link {
  margin-right: 1rem;
  font-size: 14px;
}

.page-footer .account-link span {
  font-size: 14px;
  vertical-align: middle;
}

.popover.bs-tether-element-attached-top {
  margin-top: 0;
}

@media (max-width: 1441px) {
  .section-top-right,
  .section-top-left {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-top-right,
  .section-top-left {
    padding: 0 15px;
  }
  .container {
    max-width: 100%;
  }
  .page-header h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-title,
  .section-title,
  .products-section-title {
    margin-bottom: 15px;
  }
  .default-input {
    min-width: 100%;
  }
  label {
    clear: both;
  }
}
/*----------------------------------------------*/
/* My Account */
/*----------------------------------------------*/
.page-my-account #content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  background: #fff;
  padding: 1rem;
  border: 1px solid #e5e5e5;
}

.page-my-account #content .links a:hover span.link-item {
  border: none;
  -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.page-my-account #content .links a i {
  display: block;
  font-size: 2.6rem;
  width: 100%;
  color: #222222;
  padding-bottom: 3.4rem;
}

.page-my-account #content .links a:hover {
  color: #222222;
}

.page-my-account #content .links a:hover i {
  color: #6bb42f;
}

@media (max-width: 575px) {
  .page-my-account #content .links a {
    margin-bottom: 15px;
  }
}
/*----------------------------------------------*/
/* Stores */
/*----------------------------------------------*/
#stores .page-stores .store-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
  border-left: 1px solid #e5e5e5;
}

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}

#stores .page-stores .store-item-container .store-description p {
  font-size: 14px;
}

#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: 1px solid #e5e5e5;
}

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  color: #222222;
  font-size: 1rem;
}

#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #e5e5e5;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }
}
/*----------------------------------------------*/
/* Contact us */
/*----------------------------------------------*/
.contact-rich {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.contact-rich h4 {
  margin-bottom: 0;
  font-size: 16px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
  padding: 20px;
}

.contact-rich .block + .block {
  border-top: 1px solid #e5e5e5;
}

.contact-rich .block .icon {
  float: left;
  padding-top: 3px;
}

.contact-rich .block .icon i {
  font-size: 30px;
  color: #6bb42f;
}

.contact-rich .block .data {
  margin-left: 40px;
  font-size: 14px;
}

.contact-rich .block .data a {
  color: #222;
}

.contact-rich .block .data a:hover {
  color: #6bb42f;
}

.contact-form h3 {
  font-size: 18px;
}

/*----------------------------------------------*/
/* Sitemap */
/*----------------------------------------------*/
.sitemap h2 {
  text-transform: none;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: -15px;
  width: 100%;
  height: 35px;
}

.sitemap ul {
  margin-left: -15px;
  margin-top: 20px;
}

.sitemap ul.nested {
  margin-left: 20px;
}

.sitemap ul li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.sitemap ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0;
  }
}
/*----------------------------------------------*/
/* brand page */
/*----------------------------------------------*/
#manufacturer .brand {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin: 0 0 15px;
  width: 100%;
}

#manufacturer .brand:last-child {
  border: none;
}

#manufacturer .brand .brand-img img {
  border: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 100%;
}

#manufacturer .brand .brand-img {
  margin: 0 0 15px;
  padding: 0;
}

#manufacturer .brand .brand-desc {
  margin: 0 0 15px;
}

#manufacturer .brand .brand-infos p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

#manufacturer .brand .view-brand {
  margin-left: 10px;
}

@media (min-width: 768px) {
  #manufacturer .brand .brand-img {
    width: auto;
  }
}
@media (max-width: 575px) {
  #manufacturer .brand {
    text-align: center;
  }
  #manufacturer .brand .brand-desc {
    width: 100%;
  }
}
/*----------------------------------------------*/
/* About us */
/*----------------------------------------------*/
.page-content.page-cms {
  background: #fff;
  padding: 15px;
  text-align: justify;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#content .cms-block .page-subheading,
#content .cms-box .page-subheading {
  font-size: 20px;
}

.page-content.page-cms .cms-box img {
  max-width: 100%;
}

.cms-image {
  position: relative;
  overflow: hidden;
}

/*----------------------------------------------*/
/* wishlist page */
/*----------------------------------------------*/
ul.wlp_bought_list li .btn_action a.btn {
  padding: 10px 20px;
}

.wishlistLinkTop {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

.ajax_block_product_image {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.product_infos {
  background: #f7f7f7;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

.ajax_block_product .product_infos:before {
  position: absolute;
  content: "";
  border-radius: 185px 0 0 185px;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -127px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  height: 370px;
  width: 100%;
  background: #f7f7f7;
  border-left: 1px solid #e5e5e5;
}

.product_infos-inner {
  position: relative;
}

.button.lnk_view.btn.btn-primary {
  padding: 10px 13px;
}

.ajax_block_product .product_image img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

@media (min-width: 1200px) {
  .ajax_block_product.col-lg-3:nth-child(5n+1) {
    clear: left;
  }
  .ajax_block_product {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ajax_block_product.col-md-4:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ajax_block_product.col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 426px) {
  .ajax_block_product.col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 426px) and (max-width: 575px) {
  .ajax_block_product {
    width: 50%;
  }
  .ajax_block_product .product_infos:before {
    top: -129px;
    height: 330px;
  }
}
@media (max-width: 425px) {
  .ajax_block_product .product_infos:before {
    border-radius: 50% 0 0 50%;
    right: 0;
    top: -147px;
    height: 440px;
  }
}
/*----------------------------------------------*/
/* Back to top */
/*----------------------------------------------*/
.back-to-top {
  background: #6bb42f;
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.back-to-top:hover {
  background: #222222;
  color: #ffffff;
}

@media (max-width: 991px) {
  .back-to-top {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    right: 20px;
    bottom: 20px;
  }
}
#app {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 50px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}
#app #notifications {
  padding: 0 15px;
}
#app > #sidebar {
  background: #F3E1DA;
  grid-area: 1/1/3/2;
}
#app > #sidebar .logo-icon {
  padding: 10px;
}
#app > #sidebar .logo-icon img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}
#app > #sidebar .sidebar-menu-item {
  position: relative;
}
#app > #sidebar .sidebar-menu-item a {
  font-size: 30px;
  color: #8D3D3D;
  padding: 10px;
  display: inline-block;
}
#app > #sidebar .sidebar-menu-item > .menu {
  display: none;
  position: absolute;
  top: 0;
  left: 50px;
  background: #fff;
  z-index: 99;
  white-space: nowrap;
  padding: 10px 15px;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}
#app > #sidebar .sidebar-menu-item > .menu a:hover {
  color: #045749;
}
#app > #sidebar .sidebar-menu-item > .menu > ul li a {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0;
  margin: 0 0 9px;
}
#app > #sidebar .sidebar-menu-item > .menu > ul li > div {
  padding-left: 10px;
}
#app > #sidebar .sidebar-menu-item.active > .menu {
  display: block;
}
#app > #sidebar #block_myaccount_infos {
  cursor: pointer;
  bottom: 0;
  position: absolute;
}
#app > #sidebar #block_myaccount_infos > .user-icon {
  padding: 10px;
}
#app > #sidebar #block_myaccount_infos > .user-icon i {
  color: #fff;
  font-size: 28px;
}
#app > #sidebar #block_myaccount_infos > ul {
  display: none;
}
#app > #sidebar #block_myaccount_infos .account-list {
  position: absolute;
  bottom: 0;
  left: 50px;
  background: #fff;
  z-index: 99;
  white-space: nowrap;
  padding: 10px 15px;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}
#app > #sidebar #block_myaccount_infos .account-list li {
  margin-bottom: 5px;
}
#app > #sidebar #block_myaccount_infos .account-list li a {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
}
#app > #sidebar #block_myaccount_infos.active > .account-list {
  display: block;
}
#app > #toolbar {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding: 0 25px;
}
#app > #toolbar > div {
  margin-left: 25px;
}
#app > #toolbar #search {
  padding: 5px 0;
}
#app > #toolbar #search .field .control {
  margin: 0;
}
#app > #toolbar #search .field .control .ui-autocomplete-input {
  min-width: 100px;
}
#app > #toolbar #_desktop_cart i.icon-shopping-bag1 {
  border-radius: 5px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 5px 15px 5px 0;
  background: var(--primary-color);
}
#app > #toolbar #_desktop_cart i.icon-shopping-bag1:hover {
  background: var(--primary-dark-color);
}
#app > #toolbar #_desktop_cart .blockcart {
  position: relative;
}
#app > #toolbar #_desktop_cart .blockcart .cart_block {
  top: 60px;
  left: auto;
  right: 5px;
}
#app > #content {
  overflow: scroll;
  padding-top: 25px;
}
#app > #content .has-left-panel {
  width: 80%;
}
#app .blockreassurance_product {
  display: none !important;
}

#guest-login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 794px) {
  #guest-login {
    grid-template-columns: 100%;
  }

  #guest-login .login-picture {
    display: none;
  }

  #guest-login .login-form {
    background: #f3e1da !important;
  }

  #guest-login .login-form #usr-auth-form {
    background: #fff !important;
  }

  #guest-login .login-form .form-control-label {
    width: 100%;
  }

  #guest-login .login-form .form-group > .col-md-6 {
    width: 100% !important;
  }

  #password .account-link {
    color: #fff;
  }

  #authentication #content {
    height: inherit !important;
  }

  /* .page-customer-account #content {
    background-color: transparent !important;
  } */
}
#guest-login .login-picture {
  background: #f3e1da;
  position: relative;
}
#guest-login .login-picture .bg-image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 566px) {
  #guest-login .login-picture {
    display: none;
  }
}
#guest-login .login-form {
  background: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
#guest-login .login-form .help-block {
  width: 100%;
}
#guest-login .login-form > form {
  padding: 0 10px;
}
#guest-login .login-form > form .form-control-comment {
  display: none;
}
#guest-login .login-form > form .form-group.row > div:nth-of-type(1) {
  float: left;
  width: 75%;
}
#guest-login .login-form > #main > #content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
}

#usr-auth-form .forgot-password {
  margin-bottom: 1rem;
  text-align: center;
}

#password .login-form .forgotten-password header > p {
  padding: 0;
}
#password .login-form .forgotten-password .form-fields .email {
  width: 100% !important;
}
#password .page-footer {
  text-align: center;
}

#authentication #content {
  padding: 0;
  margin: 0;
  border: none;
  height: 100vh;
}

#product #content .product-details ul li {
  margin-bottom: 5px;
}
#product #content .product-details ul li .name {
  font-weight: 600;
}

.blockreassurance_product {
  display: none !important;
}

.ui-state-hover, 
.ui-widget-content 
.ui-state-hover, 
.ui-widget-header 
.ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
  background: none !important;
}

.product-miniature .product-description .products-decs {
  margin: 0;
}

#category .cart-price-block {
  width: 50%;
  float: left;
}

#category .products-features {
  font-size: 14px;
  padding: 0 5px 25px 5px;
}

#category .product-add-to-cart {
  width: 50%;
  float: left;
}

#category .products-decs {
  display: inline-block;
}

#category .product-list .product-desc {
  display: inline-block;
  width: 100%;
}

#category .product-grid .cart-price-block {
  margin: 0 !important;
}

#category .product-grid .cart-price-block .product-price-and-shipping {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

#category .product-miniature #text_qty {
  border-radius: 0 !important;
}

.fa.fa-caret-up,
.fa.fa-caret-down {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quantity-cart-btn {
  top: 0;
  bottom: 0;
  right: 0;
}

.fa.fa-caret-up::before {
  content: "\ebc0";
}

.fa.fa-caret-down::before {
  content: "\eb8b";
}

.cart-quantity-content .cart-qty .quantity-cart-btn {
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  right: 0;
}

.cart-quantity-content .cart-qty .quantity-cart-btn > span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-quantity-content .cart-qty .quantity-cart-btn > span:hover {
  background: #a4a4a4;
  color: #fff;
}

.product-btn-icon button.add-to-cart.btn {
  border-radius: 0 !important;
}

.product-miniature .bootstrap-touchspin {
  display: flex;
  flex-direction: row;
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical {
  border-right: solid 1px #60a428 !important;
  background: #6bb42f;
  display: flex;
  flex-direction: column;
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical > button {
  border: none;
  background: #6bb42f;
  color: #fff;
  height: 50%;
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical > button:hover {
  background: #222222;
  color: #ffffff;
}

#products .product-miniature .product-title {
  margin: 0 !important;
}

#products .product-miniature .product-brand {
  margin: 5px 0;
}

.quickview .modal-content .products-features {
  float: left;
  margin: 0;
  padding: 0;
}

#category .product-grid .product-price-and-shipping {
  min-height: 40px;
  display: flex;
  justify-content: center;
}


input.js-cart-line-product-quantity::-webkit-outer-spin-button,
input.js-cart-line-product-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.js-cart-line-product-quantity[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 500px) {
  #app > #toolbar #search {
    margin-left: 0 !important;
  }

  #js-product-list-top .row.sort-by-row > div {
    width: 50%;
  }
}

.quickview .product-summary h1.product-title .product-brand {
  font-size: 18px;
  color: #797979;
}

.badge {
  color: #fff;
  background-color: #17a2b8;
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#cart .remove-from-cart {
  width: 100%;
}

.total-price {
  color: #777777;
  padding-top: 5px;
  font-weight: 400;
} 

.pro_list_gird {
  display: none !important;
}

.total-products {
  padding-left: 0 !important;
}

.quickview .product-quantity .qty .bootstrap-touchspin::after {
  left: 33px !important;
  right: 33px !important;
}

@media (max-width: 990px) {
  .popover {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .products-selection .total-products {
    float: left;
  }
}

#footer > .footer-container {
  display: none;
}

#_desktop_cart .cart_block .product-brand {
  font-size: 15px;
  color: #777;
}

.badge.badge-secondary.cart-countdown {
  color: #fff !important;
  float: right;
}

.product-line-grid-right .cart-line-product-actions .popover-dismiss {
  color: #a2a2a2;
}

@media (max-width: 576px) {
  #app > #toolbar {
    padding: 0 15px;
  }
}

@media (max-width: 990px) {
  #app > #toolbar {
    padding: 0 15px;
  }

  .search-filter-inner .title {
    font-size: inherit !important;
    margin-bottom: 0;
  }

  #search_widget .button.is-primary {
    height: 40px !important;
  }
}

.scrollToTop.back-to-top {
  display: none !important;
}

#_desktop_cart .header-cart i {
  background: var(--primary-color);
}

.done {
  color: var(--primary-color);
}


.btn-primary {
  background-color: var(--primary-color);
}

.custom-radio input[type="radio"]:checked + span {
  background-color: var(--primary-main-color);
}

.menu-close, 
.filter-close {
  background-color: var(--primary-color);
}

#top-menu > li:hover > a, 
#top-menu > li.open:hover > a {
  color: var(--primary-color);
}

#top-menu > li:hover > a, 
#top-menu > li.open:hover > a {
  color: var(--primary-color);
}

.cart_block .cart-button.cart-action a {
  background-color: var(--primary-main-color);
}

@media (min-width: 992px) {
  .top-menu a[data-depth="0"]:hover span {
    border-color: var(--primary-color);
  }
}

@media (min-width: 992px) {
  .top-menu a[data-depth="0"] span::after, 
  .top-menu .more_menu .sub-menu a:not([data-depth="0"]) span.top-menu-category::after {
    background-color: var(--primary-main-color);
  }
}

.cart_block span.product-price, .cart_block .cart-summary .cart-total span.value {
  color: var(--primary-color);
}

.cart_block,
#header .dropdown-menu {
  border-bottom: 2px solid var(--primary-main-color);
}

.btn-secondary, 
.btn-tertiary {
  background-color: var(--secondary-main-color);
  border: solid 1px var(--primary-main-color);
  color: var(--primary-main-color);
}

.btn-secondary:hover, 
.btn-tertiary:hover {
  border: solid 1px transparent;
}

.product-btn-icon button.add-to-cart.btn {
  background-color: var(--primary-main-color);
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical {
  border-right: solid 1px var(--primary-main-color) !important;
  background: var(--primary-main-color);
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical > button {
  background: var(--primary-main-color);
}

#app > #sidebar #block_myaccount_infos > .user-icon i {
  color: var(--primary-main-color);
}

#products .product-price-and-shipping, 
.featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping, 
.product-miniature .product-price-and-shipping {
  color: var(--primary-main-color);
}

.has-discount .current-price > span:first-child {
  color: var(--primary-main-color);
}

.has-discount .discount, 
.product-price-and-shipping .price-percent-reduction {
  background-color: var(--secondary-main-color);
  border: solid 1px var(--primary-main-color);
  color: var(--primary-main-color);
}

.product-actions button.btn.btn-primary.add-to-cart {
  background: var(--primary-main-color);
}

.input-color + span, 
.input-color:hover + span {
  border: 1px solid #222222;
  color: #222222;
}

.banner-box .promo-btn:hover {
  background: var(--primary-main-color);
}

.product-price {
  color: var(--primary-main-color);
}

.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover {
  color: var(--primary-main-color);
}


a:hover {
  color: var(--primary-main-color);
}
 
#header .header-nav {
  background-color: var(--secondary-main-color);
}

#header .header-top {
  background-color: var(--secondary-main-color);
}

#_desktop_logo .logo, 
#_mobile_logo .logo {
  height: 70px;
}

@media (max-width: 1199px) {
  .header-top-inner {
    padding: 5px 0;
  }
}


@media (max-width: 480px) {
  .product-miniature .bootstrap-touchspin .input-group-btn-vertical > button {
    border-right: solid 1px #803737 !important;
  }
}

#guest-login .login-picture .login-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .product-miniature .product-description .cart-quantity-content {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }

  .product-miniature .product-description .cart-quantity-content .cart-qty {
    margin: 0 auto;
  }

  .product-miniature .product-description .cart-quantity-content .add-to-cart.btn {
    display: inline-block;
    margin-top: 10px;
    min-width: 130px;
    padding: 10px 0;
    width: 100%;
  }
}

.html-custom-board {
  margin-bottom: 30px;
  margin: 0 0 30px 0;
  padding: 20px 15px;
  clear: left;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.pagination.pagination-top {
  margin-bottom: 25px;
}