* {
  outline: none;
}
:where(:focus-visible) {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus-visible,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus-visible,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus-visible,
[type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
[type=range]:focus,
[type=range]:focus-visible {
  outline: 0;
}
[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-webkit-slider-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [type=range]:focus::-webkit-slider-thumb {
  transition: none !important;
}
[type=range]:focus::-moz-range-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [type=range]:focus::-moz-range-thumb {
  transition: none !important;
}
.breeze-gallery.caption [data-caption]:not([data-caption=""])::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 5px;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened .close {
  background: rgba(var(--base-bg, 255, 255, 255), .6);
  display: block;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.breeze-gallery.opened .controls {
  visibility: visible;
}
.breeze-gallery.opened .stage {
  flex-grow: 1;
  overflow: hidden !important;
}
.breeze-gallery.opened .stage:not(.video) .main-image-wrapper {
  cursor: default;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture {
  margin: 0 auto;
  max-height: 100%;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture,
.breeze-gallery.opened .stage > div:first-child .main-image-wrapper {
  align-items: normal;
}
.breeze-gallery.opened .stage > div:first-child img {
  object-fit: contain;
}
.breeze-gallery.opened .thumbnails.hidden {
  display: flex;
}
@media (orientation: landscape) {
  .breeze-gallery.opened {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.opened .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
  .breeze-gallery.opened .stage {
    height: 100%;
    flex-shrink: 1;
  }
  .breeze-gallery.opened .thumbnails {
    max-height: none !important;
    height: 100%;
    justify-content: flex-start;
  }
}
:root {
  --magnifier-gap: var(--gallery-columns-gap, 10px);
}
.image-magnifier-lens,
.image-magnifier-stage {
  direction: ltr;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: visible !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.image-magnifier-lens.magnifier-active,
.image-magnifier-stage.magnifier-active {
  opacity: 1;
}
.image-magnifier-lens div,
.image-magnifier-stage div {
  transform: translate3d(0, 0, 0);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-magnifier-lens img[src=''],
.image-magnifier-stage img[src=''] {
  opacity: 0;
}
.image-magnifier-lens {
  border: 1px solid rgba(0, 0, 0, 0.4);
  filter: contrast(94%);
}
.image-magnifier-lens.circle {
  border-radius: 9999px;
}
.image-magnifier-lens div {
  background: rgba(255, 255, 255, 0.4);
}
.image-magnifier-stage {
  z-index: 999;
  background: #fff;
}
.image-magnifier-stage div {
  transition: 100ms transform ease-out;
}
@media (prefers-reduced-motion) {
  .image-magnifier-stage div {
    transition: none;
  }
}
.magnifier .breeze-gallery:not(.opened) .stage,
.magnifier .breeze-gallery .images {
  -webkit-touch-callout: none;
}
.magnifier .main-image,
.magnifier .images .item > img {
  backface-visibility: hidden;
  transition: filter 100ms linear;
}
.magnifier-stage-inner .image-magnifier-lens {
  opacity: 0;
}
.magnifier-stage-inner .image-magnifier-stage {
  box-shadow: none;
}
.magnifier-stage-inner:has(.stage .loading-mask) .image-magnifier-stage {
  opacity: 0;
}
.magnifier-stage-inner .breeze-gallery .next,
.magnifier-stage-inner .breeze-gallery .prev {
  z-index: 1000;
}
.image-magnifier-stage-inner {
  filter: contrast(94%);
}
.magnifier-stage-inner.magnifier-active .product.media .main-image-wrapper {
  z-index: 100;
}
:not(.magnifier-stage-inner).magnifier-active .product.media .stage,
:not(.magnifier-stage-inner).magnifier-active .product.media .images .item {
  z-index: 100;
}
.magnifier-active .product.media .main-image,
.magnifier-active .product.media .images .magnifier-active > img {
  filter: contrast(94%) grayscale(100%) opacity(60%);
}
.block.newsletter .field.consent {
  text-align: left;
  margin: 10px 0 15px;
  order: 10;
}
.block.newsletter .field.consent label {
  opacity: .8;
  clip: auto;
  height: auto;
  width: auto;
  position: static;
  display: inline;
}
.block.newsletter .field.consent label::after {
  content: '';
  display: block;
}
.block.newsletter .field.consent input[type="checkbox"] {
  margin-right: 5px;
}
@keyframes gdpr-slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes gdpr-slide-start {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cookie-bar {
  transform: translateY(100%);
}
.cookie-bar.shown {
  animation: gdpr-slide-up 400ms forwards;
  visibility: visible;
}
.cookie-bar-mode-full {
  transform: translateX(-100%);
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}
.cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-thumb {
  background-color: rgba(var(--scrollbar-bg, 170, 170, 170));
  border-radius: 6px;
}
.cookie-bar-mode-full.shown {
  animation: gdpr-slide-start 400ms forwards;
}
.cookie-bar.shown ~ .cookie-wall {
  transition-duration: 0ms;
  opacity: 1;
  pointer-events: all;
  transition: opacity 400ms ease-in-out 0ms, visibility 0ms linear 400ms;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-family: 'Public Sans' !important;
}
.page-main::before,
.page-main::after {
  background: none !important;
}
.navigation li {
  font-family: 'Public Sans';
  font-weight: 100 !important;
  font-size: 14px;
  letter-spacing: 2px;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-1 {
  margin-top: 1rem;
}
a[href^="mailto:"] {
  color: #000000;
}
/* loader */
.loadericon {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: load8 2s infinite linear;
  animation: load8 2s infinite linear;
  background-image: url('../images/im_gif.png');
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
}
@-webkit-keyframes myslidedown {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@keyframes myslidedown {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loadingDiv {
  position: fixed;
  /*position:absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* icona wishlist */
.wishlist-dropdown > .action::before {
  background-image: url('../images/icons/heart.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 83%;
  background-position: center;
  background-repeat: no-repeat;
}
/* icona minicart */
.minicart-wrapper .action.showcart::before {
  background-image: url('../images/icons/basket2.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
/* icona account */
.account-dropdown > .action::before {
  background-image: url('../images/icons/profile.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.block .block-title,
.order-details-items .order-title {
  border: 1px solid #000000;
  border-width: 0 0 1px;
}
/* griglia pagina categoria */
.toolbar .mode-grid::before {
  background-image: url('../images/icons/griglia.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}
/* lista pagina categoria */
.toolbar .mode-list::before {
  background-image: url('../images/icons/lista.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}
[data-collapsible] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after {
  background-image: url('../images/icons/plusfilter.svg') !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.customicon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
}
.customicon.pin {
  background-image: url('../images/icons/pin.png') !important;
}
.customicon.phonecall {
  background-image: url('../images/icons/telephone-call.png') !important;
}
.customicon.mail {
  background-image: url('../images/icons/mail.png') !important;
}
.mp-wishlist-category.multiple-view li button {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modals-overlay {
  z-index: 9998 !important;
}
.start-modal {
  z-index: 9999 !important;
}
.start-modal .modal-header {
  /*display: none;*/
  padding: 0;
}
.start-modal .modal-header h1 {
  display: none;
}
.start-modal .modal-content {
  padding: 0;
}
.start-modal .modal-content .form {
  padding: 20px;
  text-align: center;
}
.start-modal .modal-content .form form {
  display: flex;
  justify-content: center;
}
.start-modal .modal-content .form form fieldset.fieldset {
  width: 60%;
}
.start-modal .modal-content .form input {
  text-align: center;
}
.start-modal .modal-content .form input::placeholder {
  text-align: center;
}
.start-modal .modal-footer {
  justify-content: center;
}
.start-modal.modal-xl .modal-inner-wrap {
  --modal-max-width: 650px;
}
/* here before header*/
.text-center {
  text-align: center !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.black_link {
  color: #000000 !important;
}
.text-underline {
  text-decoration: underline !important;
}
.title1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.gray-row {
  background-color: #e8e8e8 /*#dee4e6*/;
}
/* owl carousel */
.owl-carousel.owl-light-slider .item-main-title {
  text-align: center;
}
.owl-carousel.owl-light-slider .item-main-title a {
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
}
.owl-carousel.owl-light-slider .item-main-title .price-container {
  display: flex;
  justify-content: center;
}
.owl-carousel.owl-light-slider .item-main-title .price-container .price-label {
  display: inline-block;
  padding: 0 5px;
}
.owl-carousel .brands-item {
  padding: 20px;
}
.owl-carousel .brands-item .item-main-image {
  height: 150px;
  width: 100%;
}
.owl-carousel .brands-item .item-main-image img {
  padding: 20px;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.owl-carousel .brands-item .item-main-image.last-link {
  position: relative;
}
.owl-carousel .brands-item .item-main-image.last-link .pagebuilder-button-primary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .category-item .item-main-image {
  height: 300px;
}
.owl-carousel .category-item .item-main-image img {
  /*object-fit: cover;*/
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  font-size: 30px !important;
}
.header-image-container {
  max-height: 500px;
  overflow: hidden;
}
.header-image-container img {
  object-fit: cover;
  width: 100%;
  object-position: center;
}
/* Slick slider */
.slick-dots button {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  width: 0.7rem !important;
  height: 0.7rem !important;
}
.slick-dots button span {
  display: none;
}
.slick-dots .slick-active button {
  background: #000000 !important;
}
.btn {
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}
.btn.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn.btn-outline:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-outline-bottom {
  border-bottom: 2px solid #000000;
  padding: 5px 0;
  color: #000000;
}
.btn.btn-outline-bottom:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-primary {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
}
button.action {
  background-color: #000000;
  color: #ffffff;
}
button.action,
a.action,
button.action.primary,
a.action.primary,
button.pagebuilder-button-primary,
a.pagebuilder-button-primary {
  border-radius: 0 !important;
  font-size: 1rem;
  line-height: 1rem;
}
button.pagebuilder-button-primary,
a.pagebuilder-button-primary {
  padding: 3px 25px;
  text-transform: uppercase;
}
.home-grid-banners {
  margin: 30px 0;
}
.home-grid-banners .box-image {
  position: relative;
}
.home-grid-banners .box-image img {
  object-fit: cover;
}
.home-grid-banners .box-image.img-box-2 .text-box-claim.left-claim,
.home-grid-banners .box-image.img-box-3 .text-box-claim.left-claim {
  transform: translate(0, 0);
  top: 15px;
}
.home-grid-banners .box-image .text-box-claim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-grid-banners .box-image .text-box-claim.left-claim {
  left: 30px;
  transform: translate(0, -50%);
  text-align: left;
}
.home-grid-banners .box-image .text-box-claim .preclaim {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.home-grid-banners .box-image .text-box-claim .preclaim.boxed {
  display: block;
  float: left;
  background-color: #947652;
  padding: 3px 5px;
  color: #ffffff;
}
.home-grid-banners .box-image .text-box-claim .preclaim.redclaim {
  color: #d64641;
}
.home-grid-banners .box-image .text-box-claim .gold-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #947652;
}
.home-grid-banners .box-image .text-box-claim .claim-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: initial;
  margin-bottom: 10px;
}
.home-grid-banners .box-image .text-box-claim.white-claim {
  color: #ffffff;
}
.home-grid-banners .main-box .claim-logo img {
  height: 150px;
  object-fit: contain;
}
.home-grid-banners .main-box img {
  width: 100%;
  height: 500px;
}
.home-grid-banners .main-box .claim-title {
  font-size: 2.5rem;
}
.home-grid-banners .img-box-1 img {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}
.home-grid-banners .img-box-2 .text-box-claim .preclaim {
  text-transform: initial;
}
.home-grid-banners .img-box-2 .text-box-claim .claim-title {
  font-size: 1.2rem;
}
.home-grid-banners .img-box-2 img {
  width: 100%;
  height: 225px;
}
.home-grid-banners .img-box-3 .text-box-claim .preclaim {
  text-transform: initial;
}
.home-grid-banners .img-box-3 .text-box-claim .claim-title {
  font-size: 1.2rem;
}
.home-grid-banners .img-box-3 img {
  width: 100%;
  height: 225px;
}
.home-grid-banners .img-lab-1 img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}
.home-grid-banners .img-lab-1 img.product_image {
  width: 200px;
  height: 200px;
}
.home-grid-banners .img-lab-2 img {
  width: 100%;
  height: 400px;
}
.home-grid-banners .img-lab-2 img.product_image {
  width: 200px;
  height: 200px;
}
.home-grid-banners .claim-lab-1 {
  /*padding:10px 60px;*/
  width: 100%;
  height: 200px;
}
.home-grid-banners .claim-lab-1 .pre-image-claim-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-grid-banners .claim-lab-1 .pre-image-claim-container .logo-brand-container {
  width: 20%;
}
.home-grid-banners .claim-lab-1 .pre-image-claim-container .brand-text-container {
  width: 75%;
}
.home-grid-banners .claim-lab-1 a {
  color: #000000;
}
.home-grid-banners .claim-lab-1 .logo-brand-container img {
  /*height: 70px;*/
  width: 100%;
  height: 100%;
  padding-right: 80px;
  object-fit: contain;
}
.home-grid-banners .claim-lab-1 .brand-description {
  text-align: justify;
}
.home-grid-banners .pin-red-dot {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border: 7px solid #000000;
  border-radius: 50px;
  /*background-image: url('../images/icons/tag-shopping.svg')!important;
            background-size: 50%;
            background-position: center;
            background-repeat: no-repeat;*/
}
.home-grid-banners .pin-red-dot:hover ~ .image-box-info {
  display: block;
}
.home-grid-banners .image-box-info {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 5px;
}
.home-grid-banners .image-box-info:hover {
  display: block;
}
.home-grid-banners .image-box-info .item-main-title {
  text-align: center;
  padding: 5px 0;
}
.home-grid-banners .image-box-info .item-main-title a {
  color: #000000;
  font-weight: 600;
}
.home-grid-banners .brand-description {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-footer {
  overflow-x: hidden;
}
.page-footer .footer-top {
  background: #e8e8e8 /*#dee4e6*/ !important;
  background-color: #e8e8e8 /*#dee4e6*/;
  padding: 3rem 0 6rem;
}
.page-footer .footer-top .container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.page-footer .footer-top .container .container {
  max-width: initial;
  margin-left: auto;
}
.page-footer .footer-top .container .footer-subscribe-row {
  margin-left: 6%;
}
.page-footer .footer-top .container .subscribe_newsletter_row {
  margin-left: 5.5%;
  margin-right: -6%;
}
.page-footer .footer-middle {
  background-color: #e8e8e8 /*#dee4e6*/ !important;
}
.page-footer .footer-middle .container {
  max-width: 1800px;
}
.page-footer .footer-middle .copyright {
  text-align: center;
  color: #000000;
  font-size: 10pt;
}
.newsletter .title1 {
  font-weight: 600;
}
.newsletter .subtitle_newsletter {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.newsletter .subscribe_newsletter_row .field.newsletter {
  width: 80%;
  padding-right: 20px;
}
.newsletter .subscribe_newsletter_row .actions {
  width: 20%;
  padding-left: 20px;
}
.newsletter .subscribe_newsletter_row .actions .subscribe {
  /*width: 100%;
                    background: none;
                    border-bottom: 2px solid @nero_default;
                    display: inline-block;
                    color: @nero_default;
                    text-align: left;*/
}
.newsletter .control > label input {
  background: none;
  border-bottom: 1px solid #000000;
  padding-left: 0.75rem;
}
.newsletter .control > label::before {
  display: none;
}
.footer-middle {
  padding: 1rem 0 2rem!important;
}
.footer-middle .menu-footer {
  margin-bottom: 30px;
}
.footer-middle .menu-footer .footer-title {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  font-size: 1.2rem;
  width: 50%;
  margin-left: 25%;
}
.footer-middle .menu-footer .footer-menu {
  margin-left: 25%;
}
.footer-middle .menu-footer .footer-menu .flex-row {
  margin-left: 25%;
}
.footer-middle .menu-footer .footer-menu li a {
  color: #000000;
  font-weight: 100;
  padding: 5px 0;
  display: inline-block;
  font-size: 0.9rem;
}
.footer-middle .menu-footer a:first-child img {
  margin-left: 25%;
}
.footer-middle .menu-footer a img {
  margin-left: auto;
}
.footer-middle .menu-footer img {
  margin-left: 25%;
}
#btn-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 0;
  display: none;
  background-color: transparent;
}
/* Category Page */
.category-image-container {
  position: relative;
}
.category-image-container .category-image {
  height: 400px;
}
.category-image-container .category-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-image-container .category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.catalog-category-view .category-description {
  margin-bottom: 5rem;
  color: #000000;
  font-size: 1rem;
  text-align: justify;
}
.catalog-product-view .barrato {
  display: none;
  text-decoration: line-through;
  color: #e8e8e8 /*#dee4e6*/;
}
.description-block .column.main {
  min-height: unset;
}
.products-grid .product-items .action.tocompare {
  display: none;
}
.products-grid .product-items .product-item-details {
  overflow: hidden;
}
.products-grid .product-items .product-item-details .price-box {
  max-width: 100% !important;
}
.products-grid .product-items .product-item-details .price-box .normal-price .price-label {
  position: relative;
}
.products-grid .product-items .product-item-details .price-box .barrato {
  display: none;
  text-decoration: line-through;
}
.products-grid .product-items .product-item-details .price-box .barrato .price-label {
  color: #e8e8e8 /*#dee4e6*/;
}
.products-grid .product-items .product-item-details .price-box .barrato .price {
  color: #e8e8e8 /*#dee4e6*/;
}
.category-view .description-block .category-description {
  font-size: 1rem;
}
.products-grid .product-items .product-item .actions-secondary {
  opacity: 1;
  top: unset;
  bottom: 0;
  flex-direction: row;
  z-index: 10;
}
.products-grid .product-items .product-item .actions-secondary .action.tocart {
  margin-bottom: 5px;
}
.products-grid .product-items .product-item .actions-secondary .action.towishlist {
  margin-top: -2px;
}
.products-grid .product-items .product-item .actions-secondary .action.towishlist::before {
  margin-bottom: 3px;
}
.products-grid .product-items .product-item .actions-secondary a::before {
  color: #000000;
}
.products-grid .product-items .product-item:hover .product-item-details {
  border-bottom: 1px solid #000000;
}
.products-grid .product-items .product-item .product-item-actions form[data-role='tocart-form'] .action.tocart.primary {
  display: none !important;
}
.products-grid .product-items .product-item-details {
  display: block !important;
  border-bottom: 1px solid #e8e8e8 /*#dee4e6*/;
}
.products-grid .product-items .product-item-details .price-box {
  text-align: left !important;
}
.account {
  --sidebar-gap: 8rem;
}
.account .columns {
  margin-bottom: 50px;
}
.account .page-title {
  text-transform: uppercase;
}
.account #my-transactions-table .col {
  width: 14%;
}
.account .main .block .block-title {
  background-color: #e8e8e8 /*#dee4e6*/;
  text-transform: uppercase;
}
.account .main .block .block-title a {
  text-transform: capitalize;
}
.account .main .block .block-title h2 {
  line-height: 1.75rem;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.account .main .block .box-title {
  text-transform: uppercase;
  font-weight: 700;
}
.account .main .block a {
  color: #000000;
  font-weight: 600;
}
.account .main .block .block-cards-list {
  padding-right: 20px;
}
.account .main .block form.checkout-payment-method {
  padding: 20px;
}
.account .form-edit-account > .fieldset {
  max-width: initial;
  width: 50%;
  margin-right: 0%;
}
.account .form-edit-account > .fieldset.additional_info {
  width: 100%;
}
.account .form-edit-account > .fieldset.additional_info .fieldset.additional-info {
  display: flex;
  flex-wrap: wrap;
}
.account .form-edit-account > .fieldset.additional_info .fieldset.additional-info .field {
  width: 33%;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.account .form-edit-account > .fieldset.additional_info .fieldset.additional-info .field .field {
  width: 100%;
}
.account .form-edit-account > .fieldset.additional_info .fieldset.additional-info .field select {
  line-height: 2;
}
.account .form-edit-account > .fieldset .field {
  padding-right: 5%;
}
.account .form-edit-account > .fieldset .legend {
  background-color: #e8e8e8 /*#dee4e6*/;
  padding: 5px;
  text-transform: uppercase;
}
.account .action-dropdown-menu-action.action-dropdown-menu-item-last {
  border: 0;
  background-color: #ffffff;
}
.account .action-dropdown-menu-action.action-dropdown-menu-item-last ::before {
  content: '+';
  color: #000000;
}
.account .mp-wishlist-category.multiple-view {
  margin-bottom: 80px;
}
.account .admin__data-grid-action-bookmarks .admin__action-dropdown-menu li:not(._active):hover {
  background-color: #ffffff;
}
.account .wishlist .product-items .product-item .actions-primary .tocart {
  background-color: #000000;
  color: #ffffff;
}
.account .products-grid.wishlist .product-item-inner .box-tocart .product-item-actions {
  justify-content: flex-end;
}
.account .products-grid.wishlist .product-item-inner .product-item-actions {
  width: 50%;
}
.account .products-grid.wishlist .product-item-inner .product-item-actions.custom_actions {
  justify-content: left;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}
.account .products-grid.wishlist .product-item-inner .product-item-actions.custom_actions a {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.account .products-grid.wishlist .product-item-actions .action.copy::before {
  color: #000000 !important;
}
.account .products-grid.wishlist .product-item-actions .action.move::before {
  color: #000000 !important;
}
.account .products-grid.wishlist .product-item-actions .action.delete {
  color: #000000 !important;
}
.account .products-grid.wishlist .product-item-actions .action.delete::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') !important;
  background-size: 50%;
  background-color: transparent !important;
  -webkit-mask: none !important;
  background-position: center;
  background-repeat: no-repeat;
}
.account .products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .products-grid.wishlist .product-item-actions .action.edit::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-image: url('../images/product/request_custom.png') !important;
  background-size: 50%;
  background-color: transparent !important;
  -webkit-mask: none !important;
  background-position: center;
  background-repeat: no-repeat;
}
.account .products-grid.wishlist .product-item-actions .action.edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-collapsible-nav .content {
  background-color: #e8e8e8 /*#dee4e6*/;
  text-transform: uppercase;
}
.sidebar .block-collapsible-nav .content .delimiter {
  border-color: #000000;
}
.sidebar .block-collapsible-nav .content .current > strong {
  font-weight: 700;
}
.sidebar .block-collapsible-nav .nav:last-child {
  padding-top: 20px;
}
.sidebar .filter .block-title.filter-title {
  display: none;
}
.sidebar .filter .filter-options-title {
  text-transform: uppercase;
  font-weight: 700 !important;
}
.sidebar .filter.block .filter-options .count {
  display: none;
}
.sidebar .filter.block .filter-options .filter-options-item-category ol.items li.current {
  border-left-width: 0;
}
.sidebar .filter.block .filter-options-content {
  overflow-y: scroll !important;
  margin-right: 4px;
}
.sidebar .filter.block .filter-options-content input.search {
  border: 0px;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.sidebar .filter.block .filter-options-content .swissup-range-slider-container .extra-controls input {
  border: 0px;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.sidebar .filter.block .filter-options-content::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
.sidebar .filter.block .filter-options-content::-webkit-scrollbar-track {
  background: #ffffff !important;
  box-shadow: none !important;
  /* color of the tracking area */
}
.sidebar .filter.block .filter-options-content::-webkit-scrollbar-track:hover {
  background-color: #e8e8e8 /*#dee4e6*/;
}
.sidebar .filter.block .filter-options-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  /* color of the scroll thumb */
  border-radius: 0px;
  /* roundness of the scroll thumb */
  border: 3px solid #ffffff;
  /* creates padding around scroll thumb */
}
.sidebar .filter.block .filter-options-content::-webkit-scrollbar-thumb:hover {
  border: 3px solid #e8e8e8 /*#dee4e6*/;
}
.sidebar .filter.block .initially-active.active .filter-options-title::after {
  opacity: 0.3;
}
.sidebar .recent.products-list {
  max-height: 300px;
  overflow-y: scroll !important;
  margin-right: 4px;
}
.sidebar .recent.products-list::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
.sidebar .recent.products-list::-webkit-scrollbar-track {
  background: #ffffff;
  /* color of the tracking area */
}
.sidebar .recent.products-list::-webkit-scrollbar-track:hover {
  background-color: #e8e8e8 /*#dee4e6*/;
}
.sidebar .recent.products-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  /* color of the scroll thumb */
  border-radius: 0px;
  /* roundness of the scroll thumb */
  border: 3px solid #ffffff;
  /* creates padding around scroll thumb */
}
.sidebar .recent.products-list::-webkit-scrollbar-thumb:hover {
  border: 3px solid #e8e8e8 /*#dee4e6*/;
}
.sidebar.sidebar-additional .block .block-title {
  border-width: 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.toolbar select {
  border: 0px;
}
/* Designer Page */
.lof-designerlist .breadcrumbs {
  display: none;
}
.lof-designerlist h1.page-title {
  display: none;
}
.designerlist .designer-item .designer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lofdesigner-designer-view {
  /*.breadcrumbs {display: none;}*/
}
.lofdesigner-designer-view .page-title {
  display: none;
}
.lofdesigner-designer-view .designer-view {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.lofdesigner-designer-view .designer-view .designer-image-container {
  width: 300px;
  height: 300px;
  border: 1px solid #000000;
}
.lofdesigner-designer-view .designer-view .designer-image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.lofdesigner-designer-view .designer-view .designer-description {
  flex: 1;
  padding: 30px;
  text-align: justify;
}
.lofdesigner-designer-view .designer-view .designer-description .logo-brand-container {
  width: 350px;
  height: 120px;
  margin-bottom: 20px;
}
.lofdesigner-designer-view .designer-view .designer-description .logo-brand-container img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: contain;
}
.lofdesigner-designer-view .designer-view .img-name-age .name-age {
  display: none !important;
}
.designer-searchform .letters-filter {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 3rem;
  padding-top: 3rem;
  flex-wrap: wrap;
}
.designer-searchform .letters-filter li {
  padding-right: 5rem;
}
.designer-searchform .letters-filter li.active {
  font-weight: 600;
}
/* Form, input, button */
.control :where(input:not([type=range])),
.control textarea,
.control select {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  margin: 0;
}
.control input[type=text].admin__control-text {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  margin: 0;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
#form_popup_newsletter .control.privacy-control {
  font-size: 13px;
  color: #808080;
}
#form_popup_newsletter .control.privacy-control a {
  color: #000000;
}
#form_popup_newsletter .control.privacy-control input[name=privacy_email] {
  border: 1px solid #000000;
}
.field > label.label {
  font-weight: 600;
}
.field label[for=privacy_email] {
  font-size: 13px;
  color: #808080;
}
.field label[for=privacy_email] a {
  color: #000000;
}
.field label[for=privacy_email] input[name=privacy_email] {
  border: 1px solid #000000;
}
.primary .action.primary {
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 200;
}
.secondary .action {
  color: #000000;
  font-weight: 600;
}
/* PAGE */
.page-container.boxed-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 1140px;
}
.page-container .subtitle {
  font-weight: 600;
  margin-bottom: 2rem;
  display: inline-block;
}
.page-container .inpage-menu ul {
  list-style: none;
  padding-left: 0;
}
.page-container .inpage-menu ul a {
  font-weight: 600;
  color: #000000;
}
.page-container b {
  font-weight: 800;
}
.page-container p {
  padding: 2rem 0;
  text-align: justify;
}
.page-container .hor-links a {
  display: inline-block;
  margin-right: 20px;
}
.sidebars-pages {
  margin-bottom: 5rem;
}
.sidebars-pages p {
  text-align: justify;
  font-size: 1rem;
}
.sidebars-pages h1 {
  font-size: 2rem;
}
.sidebars-pages table {
  font-size: 1rem;
}
.sidebars-pages .row b {
  font-weight: 700;
}
.sidebars-pages .gray-row {
  background-color: #e8e8e8 /*#dee4e6*/;
  padding: 50px;
  max-width: 100%;
}
.sidebars-pages .white-row {
  margin-top: 20px;
  padding: 50px;
  max-width: 100%;
}
.sidebars-pages .flex.flex-row {
  margin-top: 20px;
}
.sidebars-pages .flex.flex-row .customicon {
  margin-right: 20px;
}
.sidebars-pages .form .row {
  margin-bottom: 20px;
}
.sidebars-pages .form .legend {
  border-bottom: 0;
  font-weight: 600;
}
.sidebars-pages .form .field > label.label {
  font-weight: 400;
}
.sidebars-pages .side-2 {
  /* padding-left: 3%;*/
}
.sidebars-pages .sidebar-menu {
  list-style: none !important;
}
.sidebars-pages .sidebar-menu li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px;
  border-left: 3px solid #ffffff;
  color: #000000;
}
.sidebars-pages .sidebar-menu li a.selected {
  font-weight: 600;
  border-left: 3px solid #e8e8e8 /*#dee4e6*/;
}
.sidebars-pages .shipping-info-table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidebars-pages .shipping-info-table tr {
  border-bottom: 0 !important;
}
.sidebars-pages .shipping-info-table tr.bold-row {
  background-color: #e8e8e8 /*#dee4e6*/;
  font-weight: 900;
  text-transform: uppercase;
}
.sidebars-pages .shipping-info-table tr td {
  text-align: center;
}
.cms-page-view p,
.cms-page-view div {
  font-size: 1rem;
  text-align: justify;
}
.cms-page-view h1 {
  font-size: 2rem;
}
/* PRODUCT PAGE */
.product-info-wrapper {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #000000;
  /*.product-options-bottom*/
}
.product-info-wrapper .product-sub-line a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 0.5px solid #000000;
}
.product-info-wrapper .product-add-form {
  position: relative;
}
.product-info-wrapper .product-add-form .product-options-wrapper {
  border-width: 0px 0px!important;
}
.product-info-wrapper .product-info-main {
  margin-bottom: 5rem;
}
.product-info-wrapper .product-info-main .product.attribute.overview {
  display: none;
  /* oscurata descrizione sotto addtocart  */
}
.product-info-wrapper .product-info-main .product-social-links {
  width: 100%;
}
.product-info-wrapper .product-info-main .product-social-links .product-addto-links {
  width: 100%;
  justify-content: space-between;
}
.product-info-wrapper .reset_configuration {
  text-decoration: underline;
}
.product-info-wrapper .product.media .breeze-gallery img.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-wrapper .product-info-price {
  flex-direction: row;
}
.product-info-wrapper .product-info-price .price-box {
  font-weight: bold;
}
.product-info-wrapper .product-info-price .labelprice {
  font-weight: bold;
  text-transform: uppercase;
  width: 20%;
  min-width: 180px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.product-info-wrapper .main-attributes-container {
  padding: 40px 0;
}
.product-info-wrapper .main-attributes-container .product.attribute {
  display: flex;
}
.product-info-wrapper .main-attributes-container .product.attribute strong {
  display: inline-block;
  width: 20%;
}
.product-info-wrapper .field.textarea {
  display: none;
}
.product-info-wrapper .product-add-form .box-tocart {
  border: 1px solid #000000;
  border-width: 1px 0;
}
.product-info-wrapper .product-add-form .box-tocart .tocart {
  width: 300px;
}
.product-info-wrapper .product-add-form .box-tocart .fieldset {
  justify-content: space-between;
}
.product-info-wrapper .product-add-form .box-tocart .fieldset .control :where(input:not([type=range])) {
  border-bottom: 0;
}
.product.info.detailed {
  margin-top: 6rem;
}
.product.info .caratteristiche {
  list-style: disc;
  margin-left: 5rem;
}
.catalog-product-view .main .block.upsell .block-title,
.catalog-product-view .main .block.related .block-title {
  text-align: left;
  border-top: 1px solid #000000;
  margin-top: 5rem;
  font-size: 1.3rem;
}
.catalog-product-view .main .block.upsell .block-title:before,
.catalog-product-view .main .block.related .block-title:before {
  display: none;
}
.catalog-product-view .main .block.related {
  margin-bottom: 5rem;
}
.catalog-product-view .brand-info-row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.catalog-product-view .brand-info-row h2 {
  font-size: 1.3rem;
}
.catalog-product-view .brand-info-row .brand-image {
  border: 1px solid #000000;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  padding: 20px;
}
.catalog-product-view .brand-info-row .brand-image:has(.brand-image) {
  border: 0px;
  padding: 0px;
}
.catalog-product-view .brand-info-row picture.brand-image {
  border: 0px solid #000000;
}
.catalog-product-view .brand-info-row p {
  text-align: justify;
}
.catalog-product-view table th:first-child {
  width: auto;
}
.product-options-wrapper .label span {
  font-weight: 600;
}
.label-configurable-container {
  display: flex;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;
}
.label-configurable-container label {
  max-width: 50%;
  min-width: 50%;
  height: 2rem;
  position: relative;
}
.label-configurable-container label:after {
  position: absolute;
  right: 0;
  content: '';
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
.custom-option-select-container {
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.custom-option-select-container:has(select.hidden) {
  display: none !important;
}
.custom-option-select-container select {
  border-bottom: 0px;
  max-width: 50%;
  -webkit-appearance: none !important;
}
.custom-option-select-container select option {
  -webkit-appearance: none !important;
}
.swatch-panel {
  margin-top: 20px;
  max-width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  direction: rtl;
  text-align: left;
}
.swatch-panel::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
.swatch-panel::-webkit-scrollbar-track {
  background: #e8e8e8 /*#dee4e6*/;
  /* color of the tracking area */
}
.swatch-panel::-webkit-scrollbar-thumb {
  background-color: #000000;
  /* color of the scroll thumb */
  border-radius: 0px;
  /* roundness of the scroll thumb */
  border: 3px solid #e8e8e8 /*#dee4e6*/;
  /* creates padding around scroll thumb */
}
.swatch-panel .material-collection-group {
  padding-left: 30px;
  /*padding-top: 30px;*/
}
.swatch-panel .material-collection-group .collection-name {
  text-transform: uppercase;
}
.swatch-panel .material-collection-group .material-collection-panel {
  direction: ltr;
  display: flex;
  flex-wrap: wrap;
}
.swatch-panel .material-collection-group .material-collection-panel .swatch-option-container {
  margin: 9px;
  cursor: pointer;
}
.swatch-panel .material-collection-group .material-collection-panel .swatch-option-container .swatch-option-image-container {
  width: 100px;
  height: 70px;
}
.swatch-panel .material-collection-group .material-collection-panel .swatch-option-container .swatch-option-image-container .swatch-option-mini-image {
  width: 100%;
  height: 100%;
}
.swatch-panel .material-collection-group .material-collection-panel .swatch-option-container .swatch-option-image-container .swatch-option-mini-image.borded {
  border: 3px solid #000000;
  padding: 5px;
}
#catalog_product_technical[aria-hidden="true"] {
  display: none !important;
}
.product-sub-line {
  margin-top: 1rem;
  padding-left: 2px;
}
.product-image-photo,
.product.media .main-image,
.product.media .thumbnails img {
  filter: none !important;
}
.product-addto-links .action.tocompare {
  display: none;
}
.product-addto-links .action2 {
  display: inline-flex;
  align-items: center;
}
.product-addto-links .action2::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
  -webkit-mask: none !important;
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
}
.product-addto-links .request_customization::before {
  background-image: url('../images/product/request_custom.png') !important;
  background-size: 60%;
}
.product-addto-links .request_sample::before {
  background-image: url('../images/product/request_sample.png') !important;
  background-size: 60%;
}
.product-addto-links .tear_sheet::before {
  background-image: url('../images/product/tear_sheet.png') !important;
  background-size: 60%;
}
/* CART */
.minicart-wrapper .black-dot-cart {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: -1px;
  right: -2px;
  border-radius: 20px;
}
.cart-container .cart.actions {
  border-top: 1px solid #000000;
}
.cart-container .checkout-methods-items .primary {
  font-size: 1.1rem;
}
.cart-container .cart-totals .totals.sub {
  color: #000000;
}
.cart-container .cart-totals .totals.sub th {
  font-weight: 700 !important;
}
button.action {
  text-transform: uppercase;
}
.form-cart .action-delete::before {
  background-color: #000000 !important;
}
.form-cart .action-edit::before {
  background-image: url('../images/product/request_custom.png') !important;
  background-size: 60%;
  background-color: transparent !important;
  -webkit-mask: none !important;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-cart-index .column.main .cart-summary .block .title {
  /*background-color: @bianco_default;*/
  border-width: 0 0 1px;
  text-transform: uppercase;
}
.checkout-cart-index .column.main .cart-summary .block .title strong {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.checkout-cart-index [data-collapsible] > [data-role="title"]::after,
.checkout-cart-index [data-mage-init*='"collapsible":'] > [data-role="title"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  height: 25px;
  width: 25px;
  transform: rotate(0deg);
}
.checkout-cart-index .modal_popup_start {
  display: none !important;
}
.cart.table thead tr th {
  font-weight: 700;
}
.cart.table tr {
  border-bottom: 1px solid #000000;
}
.cart.table .cart.item .product-item-name .stronger::before {
  display: none;
}
.cart.table .cart.item .stronger {
  font-weight: 700;
}
.cart.table .cart.item .stronger::before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 20px;
  margin-bottom: 3px;
  margin-right: 8px;
}
.cart.table .cart.item .product-image-container {
  border-radius: 0px;
}
.cart.table .cart.item .product-image-container .product-image-photo {
  border-radius: 0;
  border: 1px solid #000000;
}
.cart.table .cart.item .product-image-container .product-image-photo .product-image-photo {
  border: 0px;
}
.cart.table .cart.item .product-item-details .item-options {
  margin-top: 15px;
}
.cart.table .cart.item .product-item-details .item-options dd {
  padding-left: 20px;
}
.checkout-index-index .page-title {
  display: none;
}
.checkout-index-index .modal_popup_start {
  display: none !important;
}
.checkout-container {
  --sidebar-width: 40% !important;
}
.checkout-container .opc {
  border: 0;
}
.checkout-container .opc .step-title {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.checkout-container .opc .step-title:first-of-type {
  margin-top: 0;
}
.checkout-container .opc .checkout-shipping-method {
  margin-top: 5rem;
}
.checkout-container .opc-sidebar.modal-custom {
  background-color: #e8e8e8 /*#dee4e6*/;
}
.checkout-container .opc-sidebar.modal-custom .modal-content {
  background-color: #e8e8e8 /*#dee4e6*/;
}
.checkout-container .opc-sidebar.modal-custom .minicart-items-wrapper:after {
  background: none;
}
.checkout-container .opc-sidebar.modal-custom .block > .title {
  border-width: 0 0 1px;
}
.checkout-container .opc-sidebar.modal-custom .modal-inner-wrap {
  max-width: 100%;
}
.checkout-container .opc-sidebar .opc-block-summary .title {
  font-weight: 700;
}
.checkout-container .opc-sidebar .opc-block-summary tr.totals {
  text-transform: uppercase;
}
.checkout-container .opc-sidebar .opc-block-summary tr.totals.grand {
  border-bottom: 1px solid #000000;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information {
  display: block;
  border-top: 0 !important;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information > div {
  width: 100%;
  margin-bottom: 3rem;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information > div .shipping-information-title {
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information > div .shipping-information-title button span {
  text-transform: lowercase;
  font-weight: 300;
  text-decoration: underline;
}
.checkout-container .fieldset.address {
  row-gap: 2rem;
  column-gap: 2rem;
}
.checkout-container .fieldset.address > .field {
  width: calc(50% - 1rem);
  margin-bottom: 2rem !important;
}
.checkout-container .field.required > .label::after,
.checkout-container .field._required > .label::after {
  content: '(*)';
  color: #808080;
}
.checkout-container [data-collapsible] > [data-role="title"]::after,
.checkout-container [data-mage-init*='"collapsible":'] > [data-role="title"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
  height: 25px;
  width: 25px;
  transform: rotate(0deg);
}
.table-order-items .col {
  width: auto;
}
.mp-wishlist-form .admin__action-dropdown-menu .primary .action.primary {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mp-wishlist-form .admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li {
  background-color: #ffffff;
}
.mp-wishlist-form .admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li button.action-dropdown-menu-link:not(:has(.primary)) {
  background-color: #ffffff;
  border: 1px solid #000000 !important;
  color: #000000;
}
.mp-wishlist-form .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item {
  position: relative;
}
.mp-wishlist-form .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item .action-dropdown-menu-item-actions {
  top: 30px;
  width: auto;
  right: -10px;
}
/* Sticky Menu */
.cms-index-index .page-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  border-width: 0;
}
.cms-index-index div[data-appearance=full-bleed]:has(> .pagebuilder-slider) {
  justify-content: center !important;
  flex-direction: row !important;
  background-color: #e8e8e8 /*#dee4e6*/;
}
.cms-index-index .pagebuilder-slider {
  min-height: 600px;
  max-width: 1876px;
  width: 100%;
}
.page-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-header.fixed {
  background-color: #ffffff !important;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0px;
  animation: myslidedown 1s ease-out;
}
.page-footer .block.newsletter .control > label input {
  padding-left: 0px;
  margin-left: 0px;
}
.mp-wishlist-category li._edit input.admin__control-text {
  padding: 0;
}
.mp-wishlist-category.multiple-view li button {
  /*padding-top:5px;
        padding-bottom: 5px;
        */
  padding: 3px 25px;
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Public Sans';
  text-transform: uppercase;
}
.products-grid.wishlist .box-tocart {
  margin-bottom: 20px;
}
.products-grid.wishlist .box-tocart .fieldset {
  justify-content: space-between;
}
.products-grid.wishlist .product-item-actions {
  justify-content: space-evenly;
}
.form-wishlist-items .actions-toolbar {
  justify-content: center;
  border-top: 1px solid #000000;
  padding-top: 30px;
}
.page-header .header .block-search .minisearch .action:hover {
  cursor: pointer !important;
}
.cookie-bar {
  padding: 10px 15px!important;
  font-size: 0.9rem;
}
.cookie-bar button {
  font-size: 0.9rem !important;
}
.payment-icon {
  width: 68px;
  height: 44px;
}
.lofdesigner-designer-view .filter-current a.remove span {
  display: none;
}
/*Fix Grafici*/
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.login-container,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.page-layout-1column.cms-no-route .columns {
  margin-bottom: 0 !important;
}
.footer-middle {
  background-image: none !important;
}
.footer-middle > div {
  background-color: inherit !important;
}
#bestseller_slider .sly-old-price.barrato .price-label {
  display: none;
}
#bestseller_slider .barrato span {
  text-decoration: line-through;
}
.owl-carousel,
.owl-carousel .owl-item,
.owl-dots,
.owl-nav {
  -webkit-tap-highlight-color: transparent;
}
.owl-nav,
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.brand-item,
ul.bare-list img {
  max-width: 100px;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.designer-widget .carousel-controls a,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.designer-widget:hover .carousel-controls a,
.lof-designerlist .toolbar-products .pages,
.lof-supplierlist .toolbar-products .pages,
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Swissup/breeze-evolution/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale .1s;
  -moz-transition: scale .1s;
  -ms-transition: scale .1s;
  -o-transition: scale .1s;
  transition: scale 0.1s;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-nav {
  text-align: center;
}
.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  text-align: center;
}
.designer-widget .owl-carousel li,
.designer-widget .owl-carousel ul {
  list-style: none;
}
.designer-widget .owl-carousel {
  width: auto !important;
  margin-left: -9px;
  margin-right: -9px;
}
.designer-widget .owl-carousel .owl-item {
  padding-left: 9px;
  padding-right: 9px;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.designer-widget .owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  float: left;
}
.designer-widget .carousel-controls .carousel-control {
  background: #fff;
  font-size: 13px;
  text-shadow: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #1979c3 !important;
}
.designer-widget .carousel-controls .carousel-control.left {
  left: -10px;
  background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
  right: -10px;
  left: auto;
  background-image: none;
}
.designer-widget .carousel-controls .carousel-control.right {
  right: -10px;
  background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
  left: -10px;
  right: auto;
  background-image: none;
}
.designer-description {
  margin-top: 10px;
  margin-bottom: 30px;
}
.designer-widget .block-title {
  text-align: center;
  margin-bottom: 30px;
}
.designer-widget .block-title strong {
  font-size: 25px;
}
.panel {
  margin: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.designerlist .designer-item .designer-image {
  padding: 5px;
  border: 1px solid #000000;
}
.designerlist .designer-item .designer-name {
  margin: 5px auto 0 auto;
}
.designerlist .designer-item {
  margin-bottom: 1rem;
  text-align: center;
}
.lof-designerlist .designerlist .designer-item {
  min-height: 70px;
}
.lof-designerlist .designerlist .designer-toolbar,
.lof-supplierlist .supplierlist .supplier-toolbar {
  margin-top: 30px;
  text-align: right;
}
.designer-sidebar .designer-item,
.supplier-sidebar .supplier-item {
  height: 50px;
}
.lof-supplierlist .supplierlist .supplier-item {
  height: 70px;
}
.brand-images .brands-letter {
  width: 100% !important;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-item {
  min-width: 100px;
  min-height: 130px;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333;
  -webkit-justify-content: flex-start;
}
.brand-item .am-image-wrapper {
  height: 100px;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brand-item .no-img {
  width: 100px;
  line-height: 100px;
  font-size: 65px;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
  text-transform: capitalize;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #c00709 !important;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
@media (min-width: 1440px), print {
  .brands-filters .letter {
    margin: 0;
    border-radius: 0;
    border-right: none;
  }
  .brands-filters .letter-all {
    margin-right: 20px;
  }
  .brands-filters .letter:last-child {
    border-right: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .brands-filters .letter:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 1024px), print {
  .ambrands-search-wrapper {
    float: right;
    width: 20%;
  }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit;
  }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  .brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-images .brands-letter {
    padding-right: 10px;
    width: 33% !important;
  }
}
.brands-filters .letter.active,
.brands-filters .letter:hover {
  background: #fed285;
}
.brands-filters .letter.disabled {
  opacity: .6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.search-form button {
  right: -10px;
  color: #fff;
}
.lof-designerlist .designerlist .designer-toolbar,
form.search-form {
  position: relative;
}
.body-media-color-block__image-col {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-animation: 1s cubic-bezier(0.1, 0.6, 0.4, 1) forwards content-move-up, 1s cubic-bezier(0.1, 0.6, 0.4, 1) forwards content-fade-in;
  animation: 1s cubic-bezier(0.1, 0.6, 0.4, 1) forwards content-move-up, 1s cubic-bezier(0.1, 0.6, 0.4, 1) forwards content-fade-in;
}
.body-media-color-block__image-wrapper > .designer-image {
  display: block;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.row-margin-top {
  margin-top: 200px;
}
.body-media-color-block__image-background {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(70vw);
  height: 100%;
  z-index: 1;
}
@media (min-width: 601px) {
  .body-media-color-block__image-background {
    top: 60px;
    left: 60px;
  }
  .body-media-color-block--text-right .body-media-color-block__image-background {
    right: 60px;
  }
}
@media (min-width: 1025px) {
  .body-media-color-block__image-background {
    top: 100px;
    left: 100px;
  }
  .body-media-color-block--text-right .body-media-color-block__image-background {
    right: 100px;
  }
}
.lofdesigner-designer-view .designer-view .img-name-age img {
  width: 100%;
  margin-bottom: 40px;
}
.block-designer-info .designer-image {
  width: 100%;
}
.block-designer-info .designer-details .designer-bio {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.block-designer-info .designer-details .designer-name {
  font-size: 1.525rem;
  font-weight: 700;
}
.block-designer-info .designer-details .designer-age {
  font-size: 1.525rem;
  margin: 5px 0 10px;
}
.block-designer-info .designer-details p {
  line-height: 26px;
}
.block-designer-info .designer-details a.readmore {
  display: inline-block;
  color: #121212;
  line-height: 1.3;
  font-size: 1.475rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.block-designer-info .designer-details a.readmore:after {
  content: "";
  content: "\f04b";
  font-size: .75rem;
  font-family: FontAwesome;
  color: #121212;
  position: relative;
  margin-left: 10px;
  top: 0;
}
@media (min-width: 767px) {
  .lofdesigner-designer-view .designer-view {
    padding-right: 15px;
    width: calc(25%);
  }
  .lofdesigner-designer-view .designer-view .img-name-age {
    position: relative;
  }
  .lofdesigner-designer-view .designer-view .img-name-age .name-age,
  .lofdesigner-designer-view .designer-view .img-name-age img {
    display: inline-block;
    width: 50%;
    margin-right: -.25em;
    vertical-align: middle;
  }
  .lofdesigner-designer-view .designer-view .img-name-age .name-age {
    padding-left: 20px;
  }
  .block-designer-info .designer-details .section:after,
  .block-designer-info:after,
  .lofdesigner-designer-view .designer-view .img-name-age:after {
    clear: both;
    content: "";
    display: table;
  }
  .block-designer-info .designer-image {
    float: left;
    margin-right: 20px;
    width: calc(0%);
    clear: both;
  }
  .block-designer-info .designer-image img {
    width: 100%;
  }
  .block-designer-info .designer-details {
    width: 80%;
    float: right;
    padding-right: 20%;
  }
}
.link {
  font-size: 16px;
  line-height: 24px;
}
.link--underline:before {
  content: "";
  width: 100%;
  color: inherit;
  border-bottom: 1px solid currentColor;
  display: block;
  position: absolute;
  bottom: 3px;
  transition: transform 0.2s linear;
}
.link--underline {
  position: relative;
  outline: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  color: #323232;
}
.body-media-color-block__link {
  display: inline-block;
  margin-top: 1.6em;
}
.designer-searchform .search-form button {
  background: #2bc9b4;
  float: right;
  right: -10px;
  color: #fff;
  position: absolute;
}
.body-media-color-block--text-right .body-media-color-block__image-wrapper .designer-image {
  margin: 0 0 0 auto;
  text-align: right;
}
.body-media-color-block--text-right .body-media-color-block__image-background {
  left: auto;
  right: 30px;
}
@media (min-width: 601px) {
  .body-media-color-block--text-right .body-media-color-block__image-background {
    right: 60px;
  }
}
@media (min-width: 1025px) {
  .body-media-color-block--text-right .body-media-color-block__image-background {
    right: 100px;
  }
}
.brand-detail-brand {
  display: table-cell;
}
.brand-detail-name {
  font-weight: 600;
}
.mpcss .modal-open,
.mpcss .sr-only,
.mpcss svg:not(:root) {
  overflow: hidden;
}
.mpcss .text-left,
.mpcss caption,
.mpcss th {
  text-align: left;
}
.mpcss .btn,
.mpcss .text-nowrap {
  white-space: nowrap;
}
.mpcss html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.mpcss body,
.mpcss figure {
  margin: 0;
}
.mpcss .carousel-inner > .active,
.mpcss .carousel-inner > .next,
.mpcss .carousel-inner > .prev,
.mpcss .collapse.in,
.mpcss .media-object,
.mpcss .navbar-brand > img,
.mpcss .open > .dropdown-menu,
.mpcss .tab-content > .active,
.mpcss article,
.mpcss aside,
.mpcss details,
.mpcss figcaption,
.mpcss figure,
.mpcss footer,
.mpcss header,
.mpcss hgroup,
.mpcss input[type=file],
.mpcss main,
.mpcss menu,
.mpcss nav,
.mpcss section,
.mpcss summary {
  display: block;
}
.mpcss audio,
.mpcss canvas,
.mpcss progress,
.mpcss video {
  display: inline-block;
  vertical-align: baseline;
}
.mpcss audio:not([controls]) {
  display: none;
  height: 0;
}
.mpcss .badge:empty,
.mpcss .collapse,
.mpcss .label:empty,
.mpcss .tab-content > .tab-pane,
.mpcss [hidden],
.mpcss template {
  display: none;
}
.mpcss a {
  background-color: transparent;
}
.mpcss .btn-group .dropdown-toggle:active,
.mpcss .btn-group.open .dropdown-toggle,
.mpcss .dropdown-toggle:focus,
.mpcss .navbar-toggle:focus,
.mpcss .open > a,
.mpcss a:active,
.mpcss a:hover {
  outline: 0;
}
.mpcss .alert .alert-link,
.mpcss b,
.mpcss dt,
.mpcss optgroup,
.mpcss strong {
  font-weight: 700;
}
.mpcss dfn {
  font-style: italic;
}
.mpcss h1 {
  margin: 0.67em 0;
}
.mpcss mark {
  background: #ff0;
  color: #000;
}
.mpcss sub,
.mpcss sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mpcss sup {
  top: -.5em;
}
.mpcss sub {
  bottom: -.25em;
}
.mpcss img {
  border: 0;
  vertical-align: middle;
}
.mpcss hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.mpcss pre,
.mpcss textarea {
  overflow: auto;
}
.mpcss code,
.mpcss kbd,
.mpcss pre,
.mpcss samp {
  font-size: 1em;
}
.mpcss button,
.mpcss input,
.mpcss optgroup,
.mpcss select,
.mpcss textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.mpcss button {
  overflow: visible;
}
.mpcss button,
.mpcss select {
  text-transform: none;
}
.mpcss button,
.mpcss html input[type=button],
.mpcss input[type=reset],
.mpcss input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.mpcss button[disabled],
.mpcss html input[disabled] {
  cursor: default;
}
.mpcss button::-moz-focus-inner,
.mpcss input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mpcss input {
  line-height: normal;
}
.mpcss input[type=checkbox],
.mpcss input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.mpcss input[type=number]::-webkit-inner-spin-button,
.mpcss input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.mpcss input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mpcss input[type=search]::-webkit-search-cancel-button,
.mpcss input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.mpcss td,
.mpcss th {
  padding: 0;
}
@media print {
  .mpcss *,
  .mpcss :after,
  .mpcss :before {
    background: 0 0!important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .mpcss a,
  .mpcss a:visited {
    text-decoration: underline;
  }
  .mpcss a[href]:after {
    content: " (" attr(href) ")";
  }
  .mpcss abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .mpcss a[href^="#"]:after,
  .mpcss a[href^="javascript:"]:after {
    content: "";
  }
  .mpcss blockquote,
  .mpcss pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .mpcss thead {
    display: table-header-group;
  }
  .mpcss img,
  .mpcss tr {
    page-break-inside: avoid;
  }
  .mpcss img {
    max-width: 100% !important;
  }
  .mpcss h2,
  .mpcss h3,
  .mpcss p {
    orphans: 3;
    widows: 3;
  }
  .mpcss h2,
  .mpcss h3 {
    page-break-after: avoid;
  }
  .mpcss select {
    background: #fff !important;
  }
  .mpcss .navbar {
    display: none;
  }
  .mpcss .btn > .caret,
  .mpcss .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .mpcss .label {
    border: 1px solid #000000;
  }
  .mpcss .table {
    border-collapse: collapse !important;
  }
  .mpcss .table td,
  .mpcss .table th {
    background-color: #fff !important;
  }
  .mpcss .table-bordered td,
  .mpcss .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
.mpcss .btn,
.mpcss .btn-danger.active,
.mpcss .btn-danger:active,
.mpcss .btn-default.active,
.mpcss .btn-default:active,
.mpcss .btn-info.active,
.mpcss .btn-info:active,
.mpcss .btn-primary.active,
.mpcss .btn-primary:active,
.mpcss .btn-success.active,
.mpcss .btn-success:active,
.mpcss .btn-warning.active,
.mpcss .btn-warning:active,
.mpcss .btn.active,
.mpcss .btn:active,
.mpcss .form-control,
.mpcss .navbar-toggle,
.mpcss .open > .dropdown-toggle.btn-danger,
.mpcss .open > .dropdown-toggle.btn-default,
.mpcss .open > .dropdown-toggle.btn-info,
.mpcss .open > .dropdown-toggle.btn-primary,
.mpcss .open > .dropdown-toggle.btn-success,
.mpcss .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.mpcss .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mpcss .img-thumbnail,
.mpcss body {
  line-height: 1.42857143;
  background-color: #fff;
}
.mpcss .glyphicon-asterisk:before {
  content: "\2a";
}
.mpcss .glyphicon-plus:before {
  content: "\2b";
}
.mpcss .glyphicon-eur:before,
.mpcss .glyphicon-euro:before {
  content: "\20ac";
}
.mpcss .glyphicon-minus:before {
  content: "\2212";
}
.mpcss .glyphicon-cloud:before {
  content: "\2601";
}
.mpcss .glyphicon-envelope:before {
  content: "\2709";
}
.mpcss .glyphicon-pencil:before {
  content: "\270f";
}
.mpcss .glyphicon-glass:before {
  content: "\e001";
}
.mpcss .glyphicon-music:before {
  content: "\e002";
}
.mpcss .glyphicon-search:before {
  content: "\e003";
}
.mpcss .glyphicon-heart:before {
  content: "\e005";
}
.mpcss .glyphicon-star:before {
  content: "\e006";
}
.mpcss .glyphicon-star-empty:before {
  content: "\e007";
}
.mpcss .glyphicon-user:before {
  content: "\e008";
}
.mpcss .glyphicon-film:before {
  content: "\e009";
}
.mpcss .glyphicon-th-large:before {
  content: "\e010";
}
.mpcss .glyphicon-th:before {
  content: "\e011";
}
.mpcss .glyphicon-th-list:before {
  content: "\e012";
}
.mpcss .glyphicon-ok:before {
  content: "\e013";
}
.mpcss .glyphicon-remove:before {
  content: "\e014";
}
.mpcss .glyphicon-zoom-in:before {
  content: "\e015";
}
.mpcss .glyphicon-zoom-out:before {
  content: "\e016";
}
.mpcss .glyphicon-off:before {
  content: "\e017";
}
.mpcss .glyphicon-signal:before {
  content: "\e018";
}
.mpcss .glyphicon-cog:before {
  content: "\e019";
}
.mpcss .glyphicon-trash:before {
  content: "\e020";
}
.mpcss .glyphicon-home:before {
  content: "\e021";
}
.mpcss .glyphicon-file:before {
  content: "\e022";
}
.mpcss .glyphicon-time:before {
  content: "\e023";
}
.mpcss .glyphicon-road:before {
  content: "\e024";
}
.mpcss .glyphicon-download-alt:before {
  content: "\e025";
}
.mpcss .glyphicon-download:before {
  content: "\e026";
}
.mpcss .glyphicon-upload:before {
  content: "\e027";
}
.mpcss .glyphicon-inbox:before {
  content: "\e028";
}
.mpcss .glyphicon-play-circle:before {
  content: "\e029";
}
.mpcss .glyphicon-repeat:before {
  content: "\e030";
}
.mpcss .glyphicon-refresh:before {
  content: "\e031";
}
.mpcss .glyphicon-list-alt:before {
  content: "\e032";
}
.mpcss .glyphicon-lock:before {
  content: "\e033";
}
.mpcss .glyphicon-flag:before {
  content: "\e034";
}
.mpcss .glyphicon-headphones:before {
  content: "\e035";
}
.mpcss .glyphicon-volume-off:before {
  content: "\e036";
}
.mpcss .glyphicon-volume-down:before {
  content: "\e037";
}
.mpcss .glyphicon-volume-up:before {
  content: "\e038";
}
.mpcss .glyphicon-qrcode:before {
  content: "\e039";
}
.mpcss .glyphicon-barcode:before {
  content: "\e040";
}
.mpcss .glyphicon-tag:before {
  content: "\e041";
}
.mpcss .glyphicon-tags:before {
  content: "\e042";
}
.mpcss .glyphicon-book:before {
  content: "\e043";
}
.mpcss .glyphicon-bookmark:before {
  content: "\e044";
}
.mpcss .glyphicon-print:before {
  content: "\e045";
}
.mpcss .glyphicon-camera:before {
  content: "\e046";
}
.mpcss .glyphicon-font:before {
  content: "\e047";
}
.mpcss .glyphicon-bold:before {
  content: "\e048";
}
.mpcss .glyphicon-italic:before {
  content: "\e049";
}
.mpcss .glyphicon-text-height:before {
  content: "\e050";
}
.mpcss .glyphicon-text-width:before {
  content: "\e051";
}
.mpcss .glyphicon-align-left:before {
  content: "\e052";
}
.mpcss .glyphicon-align-center:before {
  content: "\e053";
}
.mpcss .glyphicon-align-right:before {
  content: "\e054";
}
.mpcss .glyphicon-align-justify:before {
  content: "\e055";
}
.mpcss .glyphicon-list:before {
  content: "\e056";
}
.mpcss .glyphicon-indent-left:before {
  content: "\e057";
}
.mpcss .glyphicon-indent-right:before {
  content: "\e058";
}
.mpcss .glyphicon-facetime-video:before {
  content: "\e059";
}
.mpcss .glyphicon-picture:before {
  content: "\e060";
}
.mpcss .glyphicon-map-marker:before {
  content: "\e062";
}
.mpcss .glyphicon-adjust:before {
  content: "\e063";
}
.mpcss .glyphicon-tint:before {
  content: "\e064";
}
.mpcss .glyphicon-edit:before {
  content: "\e065";
}
.mpcss .glyphicon-share:before {
  content: "\e066";
}
.mpcss .glyphicon-check:before {
  content: "\e067";
}
.mpcss .glyphicon-move:before {
  content: "\e068";
}
.mpcss .glyphicon-step-backward:before {
  content: "\e069";
}
.mpcss .glyphicon-fast-backward:before {
  content: "\e070";
}
.mpcss .glyphicon-backward:before {
  content: "\e071";
}
.mpcss .glyphicon-play:before {
  content: "\e072";
}
.mpcss .glyphicon-pause:before {
  content: "\e073";
}
.mpcss .glyphicon-stop:before {
  content: "\e074";
}
.mpcss .glyphicon-forward:before {
  content: "\e075";
}
.mpcss .glyphicon-fast-forward:before {
  content: "\e076";
}
.mpcss .glyphicon-step-forward:before {
  content: "\e077";
}
.mpcss .glyphicon-eject:before {
  content: "\e078";
}
.mpcss .glyphicon-chevron-left:before {
  content: "\e079";
}
.mpcss .glyphicon-chevron-right:before {
  content: "\e080";
}
.mpcss .glyphicon-plus-sign:before {
  content: "\e081";
}
.mpcss .glyphicon-minus-sign:before {
  content: "\e082";
}
.mpcss .glyphicon-remove-sign:before {
  content: "\e083";
}
.mpcss .glyphicon-ok-sign:before {
  content: "\e084";
}
.mpcss .glyphicon-question-sign:before {
  content: "\e085";
}
.mpcss .glyphicon-info-sign:before {
  content: "\e086";
}
.mpcss .glyphicon-screenshot:before {
  content: "\e087";
}
.mpcss .glyphicon-remove-circle:before {
  content: "\e088";
}
.mpcss .glyphicon-ok-circle:before {
  content: "\e089";
}
.mpcss .glyphicon-ban-circle:before {
  content: "\e090";
}
.mpcss .glyphicon-arrow-left:before {
  content: "\e091";
}
.mpcss .glyphicon-arrow-right:before {
  content: "\e092";
}
.mpcss .glyphicon-arrow-up:before {
  content: "\e093";
}
.mpcss .glyphicon-arrow-down:before {
  content: "\e094";
}
.mpcss .glyphicon-share-alt:before {
  content: "\e095";
}
.mpcss .glyphicon-resize-full:before {
  content: "\e096";
}
.mpcss .glyphicon-resize-small:before {
  content: "\e097";
}
.mpcss .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.mpcss .glyphicon-gift:before {
  content: "\e102";
}
.mpcss .glyphicon-leaf:before {
  content: "\e103";
}
.mpcss .glyphicon-fire:before {
  content: "\e104";
}
.mpcss .glyphicon-eye-open:before {
  content: "\e105";
}
.mpcss .glyphicon-eye-close:before {
  content: "\e106";
}
.mpcss .glyphicon-warning-sign:before {
  content: "\e107";
}
.mpcss .glyphicon-plane:before {
  content: "\e108";
}
.mpcss .glyphicon-calendar:before {
  content: "\e109";
}
.mpcss .glyphicon-random:before {
  content: "\e110";
}
.mpcss .glyphicon-comment:before {
  content: "\e111";
}
.mpcss .glyphicon-magnet:before {
  content: "\e112";
}
.mpcss .glyphicon-chevron-up:before {
  content: "\e113";
}
.mpcss .glyphicon-chevron-down:before {
  content: "\e114";
}
.mpcss .glyphicon-retweet:before {
  content: "\e115";
}
.mpcss .glyphicon-shopping-cart:before {
  content: "\e116";
}
.mpcss .glyphicon-folder-close:before {
  content: "\e117";
}
.mpcss .glyphicon-folder-open:before {
  content: "\e118";
}
.mpcss .glyphicon-resize-vertical:before {
  content: "\e119";
}
.mpcss .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.mpcss .glyphicon-hdd:before {
  content: "\e121";
}
.mpcss .glyphicon-bullhorn:before {
  content: "\e122";
}
.mpcss .glyphicon-bell:before {
  content: "\e123";
}
.mpcss .glyphicon-certificate:before {
  content: "\e124";
}
.mpcss .glyphicon-thumbs-up:before {
  content: "\e125";
}
.mpcss .glyphicon-thumbs-down:before {
  content: "\e126";
}
.mpcss .glyphicon-hand-right:before {
  content: "\e127";
}
.mpcss .glyphicon-hand-left:before {
  content: "\e128";
}
.mpcss .glyphicon-hand-up:before {
  content: "\e129";
}
.mpcss .glyphicon-hand-down:before {
  content: "\e130";
}
.mpcss .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.mpcss .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.mpcss .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.mpcss .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.mpcss .glyphicon-globe:before {
  content: "\e135";
}
.mpcss .glyphicon-wrench:before {
  content: "\e136";
}
.mpcss .glyphicon-tasks:before {
  content: "\e137";
}
.mpcss .glyphicon-filter:before {
  content: "\e138";
}
.mpcss .glyphicon-briefcase:before {
  content: "\e139";
}
.mpcss .glyphicon-fullscreen:before {
  content: "\e140";
}
.mpcss .glyphicon-dashboard:before {
  content: "\e141";
}
.mpcss .glyphicon-paperclip:before {
  content: "\e142";
}
.mpcss .glyphicon-heart-empty:before {
  content: "\e143";
}
.mpcss .glyphicon-link:before {
  content: "\e144";
}
.mpcss .glyphicon-phone:before {
  content: "\e145";
}
.mpcss .glyphicon-pushpin:before {
  content: "\e146";
}
.mpcss .glyphicon-usd:before {
  content: "\e148";
}
.mpcss .glyphicon-gbp:before {
  content: "\e149";
}
.mpcss .glyphicon-sort:before {
  content: "\e150";
}
.mpcss .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.mpcss .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.mpcss .glyphicon-sort-by-order:before {
  content: "\e153";
}
.mpcss .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.mpcss .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.mpcss .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.mpcss .glyphicon-unchecked:before {
  content: "\e157";
}
.mpcss .glyphicon-expand:before {
  content: "\e158";
}
.mpcss .glyphicon-collapse-down:before {
  content: "\e159";
}
.mpcss .glyphicon-collapse-up:before {
  content: "\e160";
}
.mpcss .glyphicon-log-in:before {
  content: "\e161";
}
.mpcss .glyphicon-flash:before {
  content: "\e162";
}
.mpcss .glyphicon-log-out:before {
  content: "\e163";
}
.mpcss .glyphicon-new-window:before {
  content: "\e164";
}
.mpcss .glyphicon-record:before {
  content: "\e165";
}
.mpcss .glyphicon-save:before {
  content: "\e166";
}
.mpcss .glyphicon-open:before {
  content: "\e167";
}
.mpcss .glyphicon-saved:before {
  content: "\e168";
}
.mpcss .glyphicon-import:before {
  content: "\e169";
}
.mpcss .glyphicon-export:before {
  content: "\e170";
}
.mpcss .glyphicon-send:before {
  content: "\e171";
}
.mpcss .glyphicon-floppy-disk:before {
  content: "\e172";
}
.mpcss .glyphicon-floppy-saved:before {
  content: "\e173";
}
.mpcss .glyphicon-floppy-remove:before {
  content: "\e174";
}
.mpcss .glyphicon-floppy-save:before {
  content: "\e175";
}
.mpcss .glyphicon-floppy-open:before {
  content: "\e176";
}
.mpcss .glyphicon-credit-card:before {
  content: "\e177";
}
.mpcss .glyphicon-transfer:before {
  content: "\e178";
}
.mpcss .glyphicon-cutlery:before {
  content: "\e179";
}
.mpcss .glyphicon-header:before {
  content: "\e180";
}
.mpcss .glyphicon-compressed:before {
  content: "\e181";
}
.mpcss .glyphicon-earphone:before {
  content: "\e182";
}
.mpcss .glyphicon-phone-alt:before {
  content: "\e183";
}
.mpcss .glyphicon-tower:before {
  content: "\e184";
}
.mpcss .glyphicon-stats:before {
  content: "\e185";
}
.mpcss .glyphicon-sd-video:before {
  content: "\e186";
}
.mpcss .glyphicon-hd-video:before {
  content: "\e187";
}
.mpcss .glyphicon-subtitles:before {
  content: "\e188";
}
.mpcss .glyphicon-sound-stereo:before {
  content: "\e189";
}
.mpcss .glyphicon-sound-dolby:before {
  content: "\e190";
}
.mpcss .glyphicon-sound-5-1:before {
  content: "\e191";
}
.mpcss .glyphicon-sound-6-1:before {
  content: "\e192";
}
.mpcss .glyphicon-sound-7-1:before {
  content: "\e193";
}
.mpcss .glyphicon-copyright-mark:before {
  content: "\e194";
}
.mpcss .glyphicon-registration-mark:before {
  content: "\e195";
}
.mpcss .glyphicon-cloud-download:before {
  content: "\e197";
}
.mpcss .glyphicon-cloud-upload:before {
  content: "\e198";
}
.mpcss .glyphicon-tree-conifer:before {
  content: "\e199";
}
.mpcss .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.mpcss .glyphicon-cd:before {
  content: "\e201";
}
.mpcss .glyphicon-save-file:before {
  content: "\e202";
}
.mpcss .glyphicon-open-file:before {
  content: "\e203";
}
.mpcss .glyphicon-level-up:before {
  content: "\e204";
}
.mpcss .glyphicon-copy:before {
  content: "\e205";
}
.mpcss .glyphicon-paste:before {
  content: "\e206";
}
.mpcss .glyphicon-alert:before {
  content: "\e209";
}
.mpcss .glyphicon-equalizer:before {
  content: "\e210";
}
.mpcss .glyphicon-king:before {
  content: "\e211";
}
.mpcss .glyphicon-queen:before {
  content: "\e212";
}
.mpcss .glyphicon-pawn:before {
  content: "\e213";
}
.mpcss .glyphicon-bishop:before {
  content: "\e214";
}
.mpcss .glyphicon-knight:before {
  content: "\e215";
}
.mpcss .glyphicon-baby-formula:before {
  content: "\e216";
}
.mpcss .glyphicon-tent:before {
  content: "\26fa";
}
.mpcss .glyphicon-blackboard:before {
  content: "\e218";
}
.mpcss .glyphicon-bed:before {
  content: "\e219";
}
.mpcss .glyphicon-apple:before {
  content: "\f8ff";
}
.mpcss .glyphicon-erase:before {
  content: "\e221";
}
.mpcss .glyphicon-hourglass:before {
  content: "\231b";
}
.mpcss .glyphicon-lamp:before {
  content: "\e223";
}
.mpcss .glyphicon-duplicate:before {
  content: "\e224";
}
.mpcss .glyphicon-piggy-bank:before {
  content: "\e225";
}
.mpcss .glyphicon-scissors:before {
  content: "\e226";
}
.mpcss .glyphicon-bitcoin:before,
.mpcss .glyphicon-btc:before,
.mpcss .glyphicon-xbt:before {
  content: "\e227";
}
.mpcss .glyphicon-jpy:before,
.mpcss .glyphicon-yen:before {
  content: "\00a5";
}
.mpcss .glyphicon-rub:before,
.mpcss .glyphicon-ruble:before {
  content: "\20bd";
}
.mpcss .glyphicon-scale:before {
  content: "\e230";
}
.mpcss .glyphicon-ice-lolly:before {
  content: "\e231";
}
.mpcss .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.mpcss .glyphicon-education:before {
  content: "\e233";
}
.mpcss .glyphicon-option-horizontal:before {
  content: "\e234";
}
.mpcss .glyphicon-option-vertical:before {
  content: "\e235";
}
.mpcss .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.mpcss .glyphicon-modal-window:before {
  content: "\e237";
}
.mpcss .glyphicon-oil:before {
  content: "\e238";
}
.mpcss .glyphicon-grain:before {
  content: "\e239";
}
.mpcss .glyphicon-sunglasses:before {
  content: "\e240";
}
.mpcss .glyphicon-text-size:before {
  content: "\e241";
}
.mpcss .glyphicon-text-color:before {
  content: "\e242";
}
.mpcss .glyphicon-text-background:before {
  content: "\e243";
}
.mpcss .glyphicon-object-align-top:before {
  content: "\e244";
}
.mpcss .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.mpcss .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.mpcss .glyphicon-object-align-left:before {
  content: "\e247";
}
.mpcss .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.mpcss .glyphicon-object-align-right:before {
  content: "\e249";
}
.mpcss .glyphicon-triangle-right:before {
  content: "\e250";
}
.mpcss .glyphicon-triangle-left:before {
  content: "\e251";
}
.mpcss .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.mpcss .glyphicon-triangle-top:before {
  content: "\e253";
}
.mpcss .glyphicon-console:before {
  content: "\e254";
}
.mpcss .glyphicon-superscript:before {
  content: "\e255";
}
.mpcss .glyphicon-subscript:before {
  content: "\e256";
}
.mpcss .glyphicon-menu-left:before {
  content: "\e257";
}
.mpcss .glyphicon-menu-right:before {
  content: "\e258";
}
.mpcss .glyphicon-menu-down:before {
  content: "\e259";
}
.mpcss .glyphicon-menu-up:before {
  content: "\e260";
}
.mpcss *,
.mpcss :after,
.mpcss :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpcss html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.mpcss body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.mpcss button,
.mpcss input,
.mpcss select,
.mpcss textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mpcss a {
  color: #337ab7;
  text-decoration: none;
}
.mpcss a:focus,
.mpcss a:hover {
  color: #23527c;
  text-decoration: underline;
}
.mpcss a:focus,
.mpcss input[type=checkbox]:focus,
.mpcss input[type=file]:focus,
.mpcss input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.mpcss .carousel-inner > .item > a > img,
.mpcss .carousel-inner > .item > img,
.mpcss .img-responsive,
.mpcss .thumbnail a > img,
.mpcss .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mpcss .container .jumbotron,
.mpcss .container-fluid .jumbotron,
.mpcss .img-rounded {
  border-radius: 6px;
}
.mpcss .img-thumbnail {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.mpcss .img-circle {
  border-radius: 50%;
}
.mpcss hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.mpcss .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mpcss .sr-only-focusable:active,
.mpcss .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mpcss [role=button] {
  cursor: pointer;
}
.mpcss .h1,
.mpcss .h2,
.mpcss .h3,
.mpcss .h4,
.mpcss .h5,
.mpcss .h6,
.mpcss h1,
.mpcss h2,
.mpcss h3,
.mpcss h4,
.mpcss h5,
.mpcss h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.mpcss .popover,
.mpcss .tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mpcss .h1 .small,
.mpcss .h1 small,
.mpcss .h2 .small,
.mpcss .h2 small,
.mpcss .h3 .small,
.mpcss .h3 small,
.mpcss .h4 .small,
.mpcss .h4 small,
.mpcss .h5 .small,
.mpcss .h5 small,
.mpcss .h6 .small,
.mpcss .h6 small,
.mpcss h1 .small,
.mpcss h1 small,
.mpcss h2 .small,
.mpcss h2 small,
.mpcss h3 .small,
.mpcss h3 small,
.mpcss h4 .small,
.mpcss h4 small,
.mpcss h5 .small,
.mpcss h5 small,
.mpcss h6 .small,
.mpcss h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.mpcss .h1,
.mpcss .h2,
.mpcss .h3,
.mpcss h1,
.mpcss h2,
.mpcss h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.mpcss .h1 .small,
.mpcss .h1 small,
.mpcss .h2 .small,
.mpcss .h2 small,
.mpcss .h3 .small,
.mpcss .h3 small,
.mpcss h1 .small,
.mpcss h1 small,
.mpcss h2 .small,
.mpcss h2 small,
.mpcss h3 .small,
.mpcss h3 small {
  font-size: 65%;
}
.mpcss .h4,
.mpcss .h5,
.mpcss .h6,
.mpcss .navbar-btn.btn-sm,
.mpcss h4,
.mpcss h5,
.mpcss h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mpcss .h4 .small,
.mpcss .h4 small,
.mpcss .h5 .small,
.mpcss .h5 small,
.mpcss .h6 .small,
.mpcss .h6 small,
.mpcss h4 .small,
.mpcss h4 small,
.mpcss h5 .small,
.mpcss h5 small,
.mpcss h6 .small,
.mpcss h6 small {
  font-size: 75%;
}
.mpcss .h1,
.mpcss h1 {
  font-size: 36px;
}
.mpcss .h2,
.mpcss h2 {
  font-size: 30px;
}
.mpcss .h3,
.mpcss h3 {
  font-size: 24px;
}
.mpcss .h4,
.mpcss h4 {
  font-size: 18px;
}
.mpcss .h5,
.mpcss h5 {
  font-size: 14px;
}
.mpcss .h6,
.mpcss h6 {
  font-size: 12px;
}
.mpcss p {
  margin: 0 0 10px;
}
.mpcss .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.mpcss .small,
.mpcss small {
  font-size: 85%;
}
.mpcss .mark,
.mpcss mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.mpcss .list-inline,
.mpcss .list-unstyled,
.mpcss .media-list {
  padding-left: 0;
  list-style: none;
}
.mpcss .text-right {
  text-align: right;
}
.mpcss .text-center {
  text-align: center;
}
.mpcss .text-justify {
  text-align: justify;
}
.mpcss .text-lowercase {
  text-transform: lowercase;
}
.mpcss .text-uppercase {
  text-transform: uppercase;
}
.mpcss .text-capitalize {
  text-transform: capitalize;
}
.mpcss .breadcrumb > .active,
.mpcss .dropdown-menu > .disabled > a,
.mpcss .dropdown-menu > .disabled > a:focus,
.mpcss .dropdown-menu > .disabled > a:hover,
.mpcss .list-group-item.disabled .list-group-item-text,
.mpcss .list-group-item.disabled:focus .list-group-item-text,
.mpcss .list-group-item.disabled:hover .list-group-item-text,
.mpcss .nav > li.disabled > a,
.mpcss .navbar-default .btn-link,
.mpcss .navbar-default .navbar-brand,
.mpcss .navbar-default .navbar-link,
.mpcss .navbar-default .navbar-nav > li > a,
.mpcss .navbar-default .navbar-text,
.mpcss .text-muted {
  color: #777;
}
.mpcss .text-primary {
  color: #337ab7;
}
.mpcss a.text-primary:hover {
  color: #286090;
}
.mpcss .has-success .checkbox,
.mpcss .has-success .checkbox-inline,
.mpcss .has-success .control-label,
.mpcss .has-success .form-control-feedback,
.mpcss .has-success .help-block,
.mpcss .has-success .radio,
.mpcss .has-success .radio-inline,
.mpcss .has-success.checkbox label,
.mpcss .has-success.checkbox-inline label,
.mpcss .has-success.radio label,
.mpcss .has-success.radio-inline label,
.mpcss .text-success,
.mpcss a.list-group-item-success {
  color: #3c763d;
}
.mpcss .alert-success .alert-link,
.mpcss a.text-success:hover {
  color: #2b542c;
}
.mpcss .text-info,
.mpcss a.list-group-item-info {
  color: #31708f;
}
.mpcss .alert-info .alert-link,
.mpcss a.text-info:hover {
  color: #245269;
}
.mpcss .has-warning .checkbox,
.mpcss .has-warning .checkbox-inline,
.mpcss .has-warning .control-label,
.mpcss .has-warning .form-control-feedback,
.mpcss .has-warning .help-block,
.mpcss .has-warning .radio,
.mpcss .has-warning .radio-inline,
.mpcss .has-warning.checkbox label,
.mpcss .has-warning.checkbox-inline label,
.mpcss .has-warning.radio label,
.mpcss .has-warning.radio-inline label,
.mpcss .text-warning,
.mpcss a.list-group-item-warning {
  color: #8a6d3b;
}
.mpcss .alert-warning .alert-link,
.mpcss a.text-warning:hover {
  color: #66512c;
}
.mpcss .has-error .checkbox,
.mpcss .has-error .checkbox-inline,
.mpcss .has-error .control-label,
.mpcss .has-error .form-control-feedback,
.mpcss .has-error .help-block,
.mpcss .has-error .radio,
.mpcss .has-error .radio-inline,
.mpcss .has-error.checkbox label,
.mpcss .has-error.checkbox-inline label,
.mpcss .has-error.radio label,
.mpcss .has-error.radio-inline label,
.mpcss .text-danger,
.mpcss a.list-group-item-danger {
  color: #a94442;
}
.mpcss .alert-danger .alert-link,
.mpcss a.text-danger:hover {
  color: #843534;
}
.mpcss .bg-primary,
.mpcss .btn-primary,
.mpcss .nav-pills > li.active > a,
.mpcss .nav-pills > li.active > a:focus,
.mpcss .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.mpcss .label-primary[href]:focus,
.mpcss .label-primary[href]:hover,
.mpcss a.bg-primary:hover {
  background-color: #286090;
}
.mpcss .bg-success,
.mpcss .table > tbody > tr.success > td,
.mpcss .table > tbody > tr.success > th,
.mpcss .table > tbody > tr > td.success,
.mpcss .table > tbody > tr > th.success,
.mpcss .table > tfoot > tr.success > td,
.mpcss .table > tfoot > tr.success > th,
.mpcss .table > tfoot > tr > td.success,
.mpcss .table > tfoot > tr > th.success,
.mpcss .table > thead > tr.success > td,
.mpcss .table > thead > tr.success > th,
.mpcss .table > thead > tr > td.success,
.mpcss .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.mpcss a.bg-success:hover {
  background-color: #c1e2b3;
}
.mpcss .bg-info,
.mpcss .table > tbody > tr.info > td,
.mpcss .table > tbody > tr.info > th,
.mpcss .table > tbody > tr > td.info,
.mpcss .table > tbody > tr > th.info,
.mpcss .table > tfoot > tr.info > td,
.mpcss .table > tfoot > tr.info > th,
.mpcss .table > tfoot > tr > td.info,
.mpcss .table > tfoot > tr > th.info,
.mpcss .table > thead > tr.info > td,
.mpcss .table > thead > tr.info > th,
.mpcss .table > thead > tr > td.info,
.mpcss .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.mpcss a.bg-info:hover {
  background-color: #afd9ee;
}
.mpcss .bg-warning,
.mpcss .table > tbody > tr.warning > td,
.mpcss .table > tbody > tr.warning > th,
.mpcss .table > tbody > tr > td.warning,
.mpcss .table > tbody > tr > th.warning,
.mpcss .table > tfoot > tr.warning > td,
.mpcss .table > tfoot > tr.warning > th,
.mpcss .table > tfoot > tr > td.warning,
.mpcss .table > tfoot > tr > th.warning,
.mpcss .table > thead > tr.warning > td,
.mpcss .table > thead > tr.warning > th,
.mpcss .table > thead > tr > td.warning,
.mpcss .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.mpcss a.bg-warning:hover {
  background-color: #f7ecb5;
}
.mpcss .bg-danger,
.mpcss .table > tbody > tr.danger > td,
.mpcss .table > tbody > tr.danger > th,
.mpcss .table > tbody > tr > td.danger,
.mpcss .table > tbody > tr > th.danger,
.mpcss .table > tfoot > tr.danger > td,
.mpcss .table > tfoot > tr.danger > th,
.mpcss .table > tfoot > tr > td.danger,
.mpcss .table > tfoot > tr > th.danger,
.mpcss .table > thead > tr.danger > td,
.mpcss .table > thead > tr.danger > th,
.mpcss .table > thead > tr > td.danger,
.mpcss .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.mpcss .btn-default,
.mpcss .form-control,
.mpcss .navbar-inverse .navbar-toggle .icon-bar,
.mpcss .table .table {
  background-color: #fff;
}
.mpcss a.bg-danger:hover {
  background-color: #e4b9b9;
}
.mpcss .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.mpcss ol,
.mpcss ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.mpcss .alert > p,
.mpcss .alert > ul,
.mpcss .panel > .list-group,
.mpcss .panel > .panel-collapse > .list-group,
.mpcss .panel > .panel-collapse > .table,
.mpcss .panel > .table,
.mpcss .panel > .table-responsive > .table,
.mpcss blockquote ol:last-child,
.mpcss blockquote p:last-child,
.mpcss blockquote ul:last-child,
.mpcss ol ol,
.mpcss ol ul,
.mpcss ul ol,
.mpcss ul ul {
  margin-bottom: 0;
}
.mpcss .list-inline {
  margin-left: -5px;
}
.mpcss .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.mpcss dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.mpcss dd,
.mpcss dt {
  line-height: 1.42857143;
}
.mpcss .btn .caret,
.mpcss .btn-group > .btn:first-child,
.mpcss .col-xs-offset-0,
.mpcss .modal-footer .btn-block + .btn-block,
.mpcss dd {
  margin-left: 0;
}
.mpcss abbr[data-original-title],
.mpcss abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.mpcss .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.mpcss blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.mpcss code,
.mpcss kbd {
  padding: 2px 4px;
  font-size: 90%;
}
.mpcss blockquote .small,
.mpcss blockquote footer,
.mpcss blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.mpcss blockquote .small:before,
.mpcss blockquote footer:before,
.mpcss blockquote small:before {
  content: '\2014 \00A0';
}
.mpcss .blockquote-reverse,
.mpcss blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.mpcss .blockquote-reverse .small:before,
.mpcss .blockquote-reverse footer:before,
.mpcss .blockquote-reverse small:before,
.mpcss blockquote.pull-right .small:before,
.mpcss blockquote.pull-right footer:before,
.mpcss blockquote.pull-right small:before {
  content: '';
}
.mpcss .blockquote-reverse .small:after,
.mpcss .blockquote-reverse footer:after,
.mpcss .blockquote-reverse small:after,
.mpcss blockquote.pull-right .small:after,
.mpcss blockquote.pull-right footer:after,
.mpcss blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.mpcss address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.mpcss code,
.mpcss kbd,
.mpcss pre,
.mpcss samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.mpcss code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.mpcss kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.mpcss kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mpcss pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mpcss pre code,
.mpcss table {
  background-color: transparent;
}
.mpcss pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.mpcss .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.mpcss .container,
.mpcss .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mpcss .form-horizontal .form-group,
.mpcss .row {
  margin-left: -15px;
  margin-right: -15px;
}
.mpcss .col-lg-1,
.mpcss .col-lg-10,
.mpcss .col-lg-11,
.mpcss .col-lg-12,
.mpcss .col-lg-2,
.mpcss .col-lg-3,
.mpcss .col-lg-4,
.mpcss .col-lg-5,
.mpcss .col-lg-6,
.mpcss .col-lg-7,
.mpcss .col-lg-8,
.mpcss .col-lg-9,
.mpcss .col-md-1,
.mpcss .col-md-10,
.mpcss .col-md-11,
.mpcss .col-md-12,
.mpcss .col-md-2,
.mpcss .col-md-3,
.mpcss .col-md-4,
.mpcss .col-md-5,
.mpcss .col-md-6,
.mpcss .col-md-7,
.mpcss .col-md-8,
.mpcss .col-md-9,
.mpcss .col-sm-1,
.mpcss .col-sm-10,
.mpcss .col-sm-11,
.mpcss .col-sm-12,
.mpcss .col-sm-2,
.mpcss .col-sm-3,
.mpcss .col-sm-4,
.mpcss .col-sm-5,
.mpcss .col-sm-6,
.mpcss .col-sm-7,
.mpcss .col-sm-8,
.mpcss .col-sm-9,
.mpcss .col-xs-1,
.mpcss .col-xs-10,
.mpcss .col-xs-11,
.mpcss .col-xs-12,
.mpcss .col-xs-2,
.mpcss .col-xs-3,
.mpcss .col-xs-4,
.mpcss .col-xs-5,
.mpcss .col-xs-6,
.mpcss .col-xs-7,
.mpcss .col-xs-8,
.mpcss .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.mpcss .btn-group > .btn-group,
.mpcss .btn-toolbar .btn-group,
.mpcss .btn-toolbar .input-group,
.mpcss .col-xs-1,
.mpcss .col-xs-10,
.mpcss .col-xs-11,
.mpcss .col-xs-12,
.mpcss .col-xs-2,
.mpcss .col-xs-3,
.mpcss .col-xs-4,
.mpcss .col-xs-5,
.mpcss .col-xs-6,
.mpcss .col-xs-7,
.mpcss .col-xs-8,
.mpcss .col-xs-9,
.mpcss .nav-pills > li,
.mpcss .pager .previous > a,
.mpcss .pager .previous > span {
  float: left;
}
.mpcss .btn-group-justified > .btn-group .btn,
.mpcss .col-xs-12,
.mpcss .nav-justified,
.mpcss input[type=button].btn-block,
.mpcss input[type=reset].btn-block,
.mpcss input[type=submit].btn-block {
  width: 100%;
}
.mpcss .col-xs-11 {
  width: 91.66666667%;
}
.mpcss .col-xs-10 {
  width: 83.33333333%;
}
.mpcss .col-xs-9 {
  width: 75%;
}
.mpcss .col-xs-8 {
  width: 66.66666667%;
}
.mpcss .col-xs-7 {
  width: 58.33333333%;
}
.mpcss .col-xs-6 {
  width: 50%;
}
.mpcss .col-xs-5 {
  width: 41.66666667%;
}
.mpcss .col-xs-4 {
  width: 33.33333333%;
}
.mpcss .col-xs-3 {
  width: 25%;
}
.mpcss .col-xs-2 {
  width: 16.66666667%;
}
.mpcss .col-xs-1 {
  width: 8.33333333%;
}
.mpcss .col-xs-pull-12 {
  right: 100%;
}
.mpcss .col-xs-pull-11 {
  right: 91.66666667%;
}
.mpcss .col-xs-pull-10 {
  right: 83.33333333%;
}
.mpcss .col-xs-pull-9 {
  right: 75%;
}
.mpcss .col-xs-pull-8 {
  right: 66.66666667%;
}
.mpcss .col-xs-pull-7 {
  right: 58.33333333%;
}
.mpcss .col-xs-pull-6 {
  right: 50%;
}
.mpcss .col-xs-pull-5 {
  right: 41.66666667%;
}
.mpcss .col-xs-pull-4 {
  right: 33.33333333%;
}
.mpcss .col-xs-pull-3 {
  right: 25%;
}
.mpcss .col-xs-pull-2 {
  right: 16.66666667%;
}
.mpcss .col-xs-pull-1 {
  right: 8.33333333%;
}
.mpcss .col-xs-pull-0 {
  right: auto;
}
.mpcss .carousel-inner > .active.right,
.mpcss .carousel-inner > .next,
.mpcss .col-xs-push-12 {
  left: 100%;
}
.mpcss .col-xs-push-11 {
  left: 91.66666667%;
}
.mpcss .col-xs-push-10 {
  left: 83.33333333%;
}
.mpcss .col-xs-push-9 {
  left: 75%;
}
.mpcss .col-xs-push-8 {
  left: 66.66666667%;
}
.mpcss .col-xs-push-7 {
  left: 58.33333333%;
}
.mpcss .col-xs-push-6 {
  left: 50%;
}
.mpcss .col-xs-push-5 {
  left: 41.66666667%;
}
.mpcss .col-xs-push-4 {
  left: 33.33333333%;
}
.mpcss .col-xs-push-3 {
  left: 25%;
}
.mpcss .col-xs-push-2 {
  left: 16.66666667%;
}
.mpcss .col-xs-push-1 {
  left: 8.33333333%;
}
.mpcss .btn-group-justified > .btn-group .dropdown-menu,
.mpcss .col-xs-push-0 {
  left: auto;
}
.mpcss .col-xs-offset-12 {
  margin-left: 100%;
}
.mpcss .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mpcss .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mpcss .col-xs-offset-9 {
  margin-left: 75%;
}
.mpcss .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mpcss .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mpcss .col-xs-offset-6 {
  margin-left: 50%;
}
.mpcss .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mpcss .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mpcss .col-xs-offset-3 {
  margin-left: 25%;
}
.mpcss .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mpcss .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mpcss .dropdown-menu-right,
.mpcss .dropdown-menu.pull-right,
.mpcss .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.mpcss .caret,
.mpcss .nav-pills > li + li {
  margin-left: 2px;
}
.mpcss table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mpcss caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
.mpcss .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mpcss .table > tbody > tr > td,
.mpcss .table > tbody > tr > th,
.mpcss .table > tfoot > tr > td,
.mpcss .table > tfoot > tr > th,
.mpcss .table > thead > tr > td,
.mpcss .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.mpcss .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.mpcss .panel-group .panel-footer,
.mpcss .panel > .table > tbody:first-child > tr:first-child td,
.mpcss .panel > .table > tbody:first-child > tr:first-child th,
.mpcss .table > caption + thead > tr:first-child > td,
.mpcss .table > caption + thead > tr:first-child > th,
.mpcss .table > colgroup + thead > tr:first-child > td,
.mpcss .table > colgroup + thead > tr:first-child > th,
.mpcss .table > thead:first-child > tr:first-child > td,
.mpcss .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.mpcss .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.mpcss .table-condensed > tbody > tr > td,
.mpcss .table-condensed > tbody > tr > th,
.mpcss .table-condensed > tfoot > tr > td,
.mpcss .table-condensed > tfoot > tr > th,
.mpcss .table-condensed > thead > tr > td,
.mpcss .table-condensed > thead > tr > th {
  padding: 5px;
}
.mpcss .nav-tabs-justified > .active > a,
.mpcss .nav-tabs-justified > .active > a:focus,
.mpcss .nav-tabs-justified > .active > a:hover,
.mpcss .nav-tabs.nav-justified > .active > a,
.mpcss .nav-tabs.nav-justified > .active > a:focus,
.mpcss .nav-tabs.nav-justified > .active > a:hover,
.mpcss .table-bordered,
.mpcss .table-bordered > tbody > tr > td,
.mpcss .table-bordered > tbody > tr > th,
.mpcss .table-bordered > tfoot > tr > td,
.mpcss .table-bordered > tfoot > tr > th,
.mpcss .table-bordered > thead > tr > td,
.mpcss .table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.mpcss .table-bordered > thead > tr > td,
.mpcss .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.mpcss .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.mpcss .table-hover > tbody > tr:hover,
.mpcss .table > tbody > tr.active > td,
.mpcss .table > tbody > tr.active > th,
.mpcss .table > tbody > tr > td.active,
.mpcss .table > tbody > tr > th.active,
.mpcss .table > tfoot > tr.active > td,
.mpcss .table > tfoot > tr.active > th,
.mpcss .table > tfoot > tr > td.active,
.mpcss .table > tfoot > tr > th.active,
.mpcss .table > thead > tr.active > td,
.mpcss .table > thead > tr.active > th,
.mpcss .table > thead > tr > td.active,
.mpcss .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.mpcss table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.mpcss table td[class*=col-],
.mpcss table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.mpcss .table-hover > tbody > tr.active:hover > td,
.mpcss .table-hover > tbody > tr.active:hover > th,
.mpcss .table-hover > tbody > tr:hover > .active,
.mpcss .table-hover > tbody > tr > td.active:hover,
.mpcss .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.mpcss .table-hover > tbody > tr.success:hover > td,
.mpcss .table-hover > tbody > tr.success:hover > th,
.mpcss .table-hover > tbody > tr:hover > .success,
.mpcss .table-hover > tbody > tr > td.success:hover,
.mpcss .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.mpcss .table-hover > tbody > tr.info:hover > td,
.mpcss .table-hover > tbody > tr.info:hover > th,
.mpcss .table-hover > tbody > tr:hover > .info,
.mpcss .table-hover > tbody > tr > td.info:hover,
.mpcss .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.mpcss .table-hover > tbody > tr.warning:hover > td,
.mpcss .table-hover > tbody > tr.warning:hover > th,
.mpcss .table-hover > tbody > tr:hover > .warning,
.mpcss .table-hover > tbody > tr > td.warning:hover,
.mpcss .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.mpcss .table-hover > tbody > tr.danger:hover > td,
.mpcss .table-hover > tbody > tr.danger:hover > th,
.mpcss .table-hover > tbody > tr:hover > .danger,
.mpcss .table-hover > tbody > tr > td.danger:hover,
.mpcss .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.mpcss .table-responsive {
  overflow-x: auto;
  min-height: .01%;
}
@media screen and (max-width: 767px) {
  .mpcss .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .mpcss .table-responsive > .table {
    margin-bottom: 0;
  }
  .mpcss .table-responsive > .table > tbody > tr > td,
  .mpcss .table-responsive > .table > tbody > tr > th,
  .mpcss .table-responsive > .table > tfoot > tr > td,
  .mpcss .table-responsive > .table > tfoot > tr > th,
  .mpcss .table-responsive > .table > thead > tr > td,
  .mpcss .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .mpcss .table-responsive > .table-bordered {
    border: 0;
  }
  .mpcss .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .mpcss .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .mpcss .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .mpcss .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .mpcss .table-responsive > .table-bordered > thead > tr > td:first-child,
  .mpcss .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .mpcss .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .mpcss .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .mpcss .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .mpcss .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .mpcss .table-responsive > .table-bordered > thead > tr > td:last-child,
  .mpcss .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .mpcss .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .mpcss .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .mpcss .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .mpcss .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.mpcss fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.mpcss legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.mpcss .nav-justified > li > a,
.mpcss .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.mpcss .form-control,
.mpcss output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.mpcss label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.mpcss input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.mpcss input[type=checkbox],
.mpcss input[type=radio] {
  margin: 1px 0 0;
  line-height: normal;
}
.mpcss .btn-block,
.mpcss input[type=range] {
  display: block;
  width: 100%;
}
.mpcss select[multiple],
.mpcss select[multiple].form-group-lg .form-control,
.mpcss select[multiple].form-group-sm .form-control,
.mpcss select[multiple].input-group-lg > .form-control,
.mpcss select[multiple].input-group-lg > .input-group-addon,
.mpcss select[multiple].input-group-lg > .input-group-btn > .btn,
.mpcss select[multiple].input-group-sm > .form-control,
.mpcss select[multiple].input-group-sm > .input-group-addon,
.mpcss select[multiple].input-group-sm > .input-group-btn > .btn,
.mpcss select[multiple].input-lg,
.mpcss select[multiple].input-sm,
.mpcss select[size],
.mpcss textarea.form-control,
.mpcss textarea.form-group-lg .form-control,
.mpcss textarea.form-group-sm .form-control,
.mpcss textarea.input-group-lg > .form-control,
.mpcss textarea.input-group-lg > .input-group-addon,
.mpcss textarea.input-group-lg > .input-group-btn > .btn,
.mpcss textarea.input-group-sm > .form-control,
.mpcss textarea.input-group-sm > .input-group-addon,
.mpcss textarea.input-group-sm > .input-group-btn > .btn,
.mpcss textarea.input-lg,
.mpcss textarea.input-sm {
  height: auto;
}
.mpcss output {
  display: block;
  padding-top: 7px;
}
.mpcss .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mpcss .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mpcss .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.mpcss .form-control:-ms-input-placeholder {
  color: #999;
}
.mpcss .form-control::-webkit-input-placeholder {
  color: #999;
}
.mpcss .form-control[disabled],
.mpcss .form-control[readonly],
.mpcss fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.mpcss .checkbox-inline.disabled,
.mpcss .checkbox.disabled label,
.mpcss .form-control[disabled],
.mpcss .radio-inline.disabled,
.mpcss .radio.disabled label,
.mpcss fieldset[disabled] .checkbox label,
.mpcss fieldset[disabled] .checkbox-inline,
.mpcss fieldset[disabled] .form-control,
.mpcss fieldset[disabled] .radio label,
.mpcss fieldset[disabled] .radio-inline,
.mpcss fieldset[disabled] input[type=checkbox],
.mpcss fieldset[disabled] input[type=radio],
.mpcss input[type=checkbox].disabled,
.mpcss input[type=checkbox][disabled],
.mpcss input[type=radio].disabled,
.mpcss input[type=radio][disabled] {
  cursor: not-allowed;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mpcss input[type=date],
  .mpcss input[type=datetime-local],
  .mpcss input[type=month],
  .mpcss input[type=time] {
    line-height: 34px;
  }
  .mpcss .input-group-sm input[type=date],
  .mpcss .input-group-sm input[type=datetime-local],
  .mpcss .input-group-sm input[type=month],
  .mpcss .input-group-sm input[type=time],
  .mpcss input[type=date].input-sm,
  .mpcss input[type=datetime-local].input-sm,
  .mpcss input[type=month].input-sm,
  .mpcss input[type=time].input-sm {
    line-height: 30px;
  }
  .mpcss .input-group-lg input[type=date],
  .mpcss .input-group-lg input[type=datetime-local],
  .mpcss .input-group-lg input[type=month],
  .mpcss .input-group-lg input[type=time],
  .mpcss input[type=date].input-lg,
  .mpcss input[type=datetime-local].input-lg,
  .mpcss input[type=month].input-lg,
  .mpcss input[type=time].input-lg {
    line-height: 46px;
  }
}
.mpcss .form-group {
  margin-bottom: 15px;
}
.mpcss .checkbox,
.mpcss .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mpcss .checkbox label,
.mpcss .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.mpcss .checkbox input[type=checkbox],
.mpcss .checkbox-inline input[type=checkbox],
.mpcss .radio input[type=radio],
.mpcss .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.mpcss .checkbox + .checkbox,
.mpcss .radio + .radio {
  margin-top: -5px;
}
.mpcss .checkbox-inline,
.mpcss .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.mpcss .checkbox-inline + .checkbox-inline,
.mpcss .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.mpcss .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.mpcss .form-control-static.input-lg,
.mpcss .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.mpcss .form-group-sm .form-control,
.mpcss .input-group-sm > .form-control,
.mpcss .input-group-sm > .input-group-addon,
.mpcss .input-group-sm > .input-group-btn > .btn,
.mpcss .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mpcss select.form-group-sm .form-control,
.mpcss select.input-group-sm > .form-control,
.mpcss select.input-group-sm > .input-group-addon,
.mpcss select.input-group-sm > .input-group-btn > .btn,
.mpcss select.input-sm {
  height: 30px;
  line-height: 30px;
}
.mpcss .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.mpcss .form-group-lg .form-control,
.mpcss .input-group-lg > .form-control,
.mpcss .input-group-lg > .input-group-addon,
.mpcss .input-group-lg > .input-group-btn > .btn,
.mpcss .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mpcss select.form-group-lg .form-control,
.mpcss select.input-group-lg > .form-control,
.mpcss select.input-group-lg > .input-group-addon,
.mpcss select.input-group-lg > .input-group-btn > .btn,
.mpcss select.input-lg {
  height: 46px;
  line-height: 46px;
}
.mpcss .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.mpcss .carousel,
.mpcss .dropdown,
.mpcss .dropup,
.mpcss .has-feedback,
.mpcss .input-group-btn > .btn {
  position: relative;
}
.mpcss .has-feedback .form-control {
  padding-right: 42.5px;
}
.mpcss .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.mpcss .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.mpcss .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mpcss .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mpcss .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.mpcss .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.mpcss .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mpcss .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.mpcss .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.mpcss .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mpcss .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.mpcss .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.mpcss .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.mpcss .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.mpcss .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.mpcss .btn,
.mpcss .caret {
  display: inline-block;
  vertical-align: middle;
}
.mpcss .form-horizontal .checkbox,
.mpcss .form-horizontal .checkbox-inline,
.mpcss .form-horizontal .radio,
.mpcss .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.mpcss .form-horizontal .checkbox,
.mpcss .form-horizontal .radio {
  min-height: 27px;
}
.mpcss .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.mpcss .btn {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mpcss .btn.active.focus,
.mpcss .btn.active:focus,
.mpcss .btn.focus,
.mpcss .btn:active.focus,
.mpcss .btn:active:focus,
.mpcss .btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.mpcss .btn.focus,
.mpcss .btn:focus,
.mpcss .btn:hover {
  color: #333;
  text-decoration: none;
}
.mpcss .btn.active,
.mpcss .btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mpcss .btn.disabled,
.mpcss .btn[disabled],
.mpcss fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mpcss .btn-default {
  color: #333;
}
.mpcss .btn-default.active,
.mpcss .btn-default.focus,
.mpcss .btn-default:active,
.mpcss .btn-default:focus,
.mpcss .btn-default:hover,
.mpcss .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mpcss .btn-default.disabled,
.mpcss .btn-default.disabled.active,
.mpcss .btn-default.disabled.focus,
.mpcss .btn-default.disabled:active,
.mpcss .btn-default.disabled:focus,
.mpcss .btn-default.disabled:hover,
.mpcss .btn-default[disabled],
.mpcss .btn-default[disabled].active,
.mpcss .btn-default[disabled].focus,
.mpcss .btn-default[disabled]:active,
.mpcss .btn-default[disabled]:focus,
.mpcss .btn-default[disabled]:hover,
.mpcss fieldset[disabled] .btn-default,
.mpcss fieldset[disabled] .btn-default.active,
.mpcss fieldset[disabled] .btn-default.focus,
.mpcss fieldset[disabled] .btn-default:active,
.mpcss fieldset[disabled] .btn-default:focus,
.mpcss fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.mpcss .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.mpcss .btn-primary.active,
.mpcss .btn-primary.focus,
.mpcss .btn-primary:active,
.mpcss .btn-primary:focus,
.mpcss .btn-primary:hover,
.mpcss .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.mpcss .btn-primary.disabled,
.mpcss .btn-primary.disabled.active,
.mpcss .btn-primary.disabled.focus,
.mpcss .btn-primary.disabled:active,
.mpcss .btn-primary.disabled:focus,
.mpcss .btn-primary.disabled:hover,
.mpcss .btn-primary[disabled],
.mpcss .btn-primary[disabled].active,
.mpcss .btn-primary[disabled].focus,
.mpcss .btn-primary[disabled]:active,
.mpcss .btn-primary[disabled]:focus,
.mpcss .btn-primary[disabled]:hover,
.mpcss fieldset[disabled] .btn-primary,
.mpcss fieldset[disabled] .btn-primary.active,
.mpcss fieldset[disabled] .btn-primary.focus,
.mpcss fieldset[disabled] .btn-primary:active,
.mpcss fieldset[disabled] .btn-primary:focus,
.mpcss fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.mpcss .btn-primary .badge,
.mpcss .list-group-item.active > .badge,
.mpcss .nav-pills > .active > a > .badge,
.mpcss .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.mpcss .btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.mpcss .btn-success.active,
.mpcss .btn-success.focus,
.mpcss .btn-success:active,
.mpcss .btn-success:focus,
.mpcss .btn-success:hover,
.mpcss .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.mpcss .btn-success.disabled,
.mpcss .btn-success.disabled.active,
.mpcss .btn-success.disabled.focus,
.mpcss .btn-success.disabled:active,
.mpcss .btn-success.disabled:focus,
.mpcss .btn-success.disabled:hover,
.mpcss .btn-success[disabled],
.mpcss .btn-success[disabled].active,
.mpcss .btn-success[disabled].focus,
.mpcss .btn-success[disabled]:active,
.mpcss .btn-success[disabled]:focus,
.mpcss .btn-success[disabled]:hover,
.mpcss fieldset[disabled] .btn-success,
.mpcss fieldset[disabled] .btn-success.active,
.mpcss fieldset[disabled] .btn-success.focus,
.mpcss fieldset[disabled] .btn-success:active,
.mpcss fieldset[disabled] .btn-success:focus,
.mpcss fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.mpcss .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.mpcss .btn-info {
  color: #fff;
  background-color: #5bc0de;
}
.mpcss .btn-info.active,
.mpcss .btn-info.focus,
.mpcss .btn-info:active,
.mpcss .btn-info:focus,
.mpcss .btn-info:hover,
.mpcss .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.mpcss .btn-info.disabled,
.mpcss .btn-info.disabled.active,
.mpcss .btn-info.disabled.focus,
.mpcss .btn-info.disabled:active,
.mpcss .btn-info.disabled:focus,
.mpcss .btn-info.disabled:hover,
.mpcss .btn-info[disabled],
.mpcss .btn-info[disabled].active,
.mpcss .btn-info[disabled].focus,
.mpcss .btn-info[disabled]:active,
.mpcss .btn-info[disabled]:focus,
.mpcss .btn-info[disabled]:hover,
.mpcss fieldset[disabled] .btn-info,
.mpcss fieldset[disabled] .btn-info.active,
.mpcss fieldset[disabled] .btn-info.focus,
.mpcss fieldset[disabled] .btn-info:active,
.mpcss fieldset[disabled] .btn-info:focus,
.mpcss fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.mpcss .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.mpcss .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.mpcss .btn-warning.active,
.mpcss .btn-warning.focus,
.mpcss .btn-warning:active,
.mpcss .btn-warning:focus,
.mpcss .btn-warning:hover,
.mpcss .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.mpcss .btn-warning.disabled,
.mpcss .btn-warning.disabled.active,
.mpcss .btn-warning.disabled.focus,
.mpcss .btn-warning.disabled:active,
.mpcss .btn-warning.disabled:focus,
.mpcss .btn-warning.disabled:hover,
.mpcss .btn-warning[disabled],
.mpcss .btn-warning[disabled].active,
.mpcss .btn-warning[disabled].focus,
.mpcss .btn-warning[disabled]:active,
.mpcss .btn-warning[disabled]:focus,
.mpcss .btn-warning[disabled]:hover,
.mpcss fieldset[disabled] .btn-warning,
.mpcss fieldset[disabled] .btn-warning.active,
.mpcss fieldset[disabled] .btn-warning.focus,
.mpcss fieldset[disabled] .btn-warning:active,
.mpcss fieldset[disabled] .btn-warning:focus,
.mpcss fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.mpcss .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.mpcss .btn-danger {
  color: #fff;
  background-color: #d9534f;
}
.mpcss .btn-danger.active,
.mpcss .btn-danger.focus,
.mpcss .btn-danger:active,
.mpcss .btn-danger:focus,
.mpcss .btn-danger:hover,
.mpcss .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.mpcss .btn-danger.disabled,
.mpcss .btn-danger.disabled.active,
.mpcss .btn-danger.disabled.focus,
.mpcss .btn-danger.disabled:active,
.mpcss .btn-danger.disabled:focus,
.mpcss .btn-danger.disabled:hover,
.mpcss .btn-danger[disabled],
.mpcss .btn-danger[disabled].active,
.mpcss .btn-danger[disabled].focus,
.mpcss .btn-danger[disabled]:active,
.mpcss .btn-danger[disabled]:focus,
.mpcss .btn-danger[disabled]:hover,
.mpcss fieldset[disabled] .btn-danger,
.mpcss fieldset[disabled] .btn-danger.active,
.mpcss fieldset[disabled] .btn-danger.focus,
.mpcss fieldset[disabled] .btn-danger:active,
.mpcss fieldset[disabled] .btn-danger:focus,
.mpcss fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.mpcss .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.mpcss .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.mpcss .btn-link,
.mpcss .btn-link.active,
.mpcss .btn-link:active,
.mpcss .btn-link[disabled],
.mpcss fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mpcss .btn-link,
.mpcss .btn-link:active,
.mpcss .btn-link:focus,
.mpcss .btn-link:hover {
  border-color: transparent;
}
.mpcss .btn-link:focus,
.mpcss .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.mpcss .btn-link[disabled]:focus,
.mpcss .btn-link[disabled]:hover,
.mpcss fieldset[disabled] .btn-link:focus,
.mpcss fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.mpcss .btn-group-lg > .btn,
.mpcss .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mpcss .btn-group-sm > .btn,
.mpcss .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mpcss .btn-group-xs > .btn,
.mpcss .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mpcss .alert > p + p,
.mpcss .btn-block + .btn-block,
.mpcss .panel-group .panel + .panel {
  margin-top: 5px;
}
.mpcss .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.mpcss .fade.in {
  opacity: 1;
}
.mpcss tr.collapse.in {
  display: table-row;
}
.mpcss tbody.collapse.in {
  display: table-row-group;
}
.mpcss .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mpcss .caret {
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mpcss .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mpcss .dropdown-header,
.mpcss .dropdown-menu > li > a {
  padding: 3px 20px;
  white-space: nowrap;
  display: block;
  line-height: 1.42857143;
}
.mpcss .dropdown-menu .divider,
.mpcss .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.mpcss .dropdown-menu > li > a {
  clear: both;
  font-weight: 400;
  color: #333;
}
.mpcss .dropdown-menu > li > a:focus,
.mpcss .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
}
.mpcss .dropdown-menu > .active > a,
.mpcss .dropdown-menu > .active > a:focus,
.mpcss .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.mpcss .dropdown-menu > .disabled > a:focus,
.mpcss .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.mpcss .dropdown-menu-left {
  left: 0;
  right: auto;
}
.mpcss .dropdown-header {
  font-size: 12px;
  color: #777;
}
.mpcss .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.mpcss .dropup .caret,
.mpcss .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.mpcss .dropup .dropdown-menu,
.mpcss .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.mpcss .btn-group,
.mpcss .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mpcss .btn-group-vertical > .btn,
.mpcss .btn-group > .btn {
  position: relative;
  float: left;
}
.mpcss .btn-group-vertical > .btn.active,
.mpcss .btn-group-vertical > .btn:active,
.mpcss .btn-group-vertical > .btn:focus,
.mpcss .btn-group-vertical > .btn:hover,
.mpcss .btn-group > .btn.active,
.mpcss .btn-group > .btn:active,
.mpcss .btn-group > .btn:focus,
.mpcss .btn-group > .btn:hover,
.mpcss .input-group-btn > .btn:active,
.mpcss .input-group-btn > .btn:focus,
.mpcss .input-group-btn > .btn:hover {
  z-index: 2;
}
.mpcss .btn-group .btn + .btn,
.mpcss .btn-group .btn + .btn-group,
.mpcss .btn-group .btn-group + .btn,
.mpcss .btn-group .btn-group + .btn-group,
.mpcss .input-group-btn:last-child > .btn,
.mpcss .input-group-btn:last-child > .btn-group,
.mpcss .input-group-btn > .btn + .btn,
.mpcss .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.mpcss .btn-toolbar {
  margin-left: -5px;
}
.mpcss .btn-toolbar > .btn,
.mpcss .btn-toolbar > .btn-group,
.mpcss .btn-toolbar > .input-group {
  margin-left: 5px;
}
.mpcss .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.mpcss .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.mpcss .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.mpcss .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.mpcss .input-group .form-control:not(:first-child):not(:last-child),
.mpcss .input-group-addon:not(:first-child):not(:last-child),
.mpcss .input-group-btn:not(:first-child):not(:last-child),
.mpcss .navbar-fixed-bottom,
.mpcss .navbar-fixed-top,
.mpcss .navbar-static-top {
  border-radius: 0;
}
.mpcss .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mpcss .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mpcss .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.mpcss .input-group .form-control:first-child,
.mpcss .input-group-addon:first-child,
.mpcss .input-group-btn:first-child > .btn,
.mpcss .input-group-btn:first-child > .btn-group > .btn,
.mpcss .input-group-btn:first-child > .dropdown-toggle,
.mpcss .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.mpcss .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mpcss .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.mpcss .btn-group > .btn:last-child:not(:first-child),
.mpcss .btn-group > .dropdown-toggle:not(:first-child),
.mpcss .input-group .form-control:last-child,
.mpcss .input-group-addon:last-child,
.mpcss .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.mpcss .input-group-btn:first-child > .btn:not(:first-child),
.mpcss .input-group-btn:last-child > .btn,
.mpcss .input-group-btn:last-child > .btn-group > .btn,
.mpcss .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mpcss .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.mpcss .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.mpcss .btn-danger.active,
.mpcss .btn-danger:active,
.mpcss .btn-default.active,
.mpcss .btn-default:active,
.mpcss .btn-group.open .dropdown-toggle,
.mpcss .btn-info.active,
.mpcss .btn-info:active,
.mpcss .btn-primary.active,
.mpcss .btn-primary:active,
.mpcss .btn-success.active,
.mpcss .btn-success:active,
.mpcss .btn-warning.active,
.mpcss .btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mpcss .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mpcss .btn-lg .caret {
  border-width: 5px 5px 0;
}
.mpcss .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.mpcss .btn-group-vertical > .btn,
.mpcss .btn-group-vertical > .btn-group,
.mpcss .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.mpcss .btn-group-vertical > .btn-group > .btn,
.mpcss .nav-justified > li,
.mpcss .nav-stacked > li,
.mpcss .nav-tabs.nav-justified > li {
  float: none;
}
.mpcss .btn-group-vertical > .btn + .btn,
.mpcss .btn-group-vertical > .btn + .btn-group,
.mpcss .btn-group-vertical > .btn-group + .btn,
.mpcss .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.mpcss .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mpcss .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mpcss .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mpcss .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mpcss .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mpcss .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.mpcss .btn-group-justified > .btn,
.mpcss .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.mpcss [data-toggle=buttons] > .btn input[type=checkbox],
.mpcss [data-toggle=buttons] > .btn input[type=radio],
.mpcss [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.mpcss [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.mpcss .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mpcss .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.mpcss .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.mpcss .input-group .form-control,
.mpcss .input-group-addon,
.mpcss .input-group-btn {
  display: table-cell;
}
.mpcss .input-group-addon,
.mpcss .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.mpcss .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mpcss .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.mpcss .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.mpcss .input-group-addon input[type=checkbox],
.mpcss .input-group-addon input[type=radio],
.mpcss .media:first-child {
  margin-top: 0;
}
.mpcss .input-group-addon:first-child,
.mpcss .panel > .table-bordered > tbody > tr > td:last-child,
.mpcss .panel > .table-bordered > tbody > tr > th:last-child,
.mpcss .panel > .table-bordered > tfoot > tr > td:last-child,
.mpcss .panel > .table-bordered > tfoot > tr > th:last-child,
.mpcss .panel > .table-bordered > thead > tr > td:last-child,
.mpcss .panel > .table-bordered > thead > tr > th:last-child,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.mpcss .input-group-addon:last-child,
.mpcss .panel > .table-bordered > tbody > tr > td:first-child,
.mpcss .panel > .table-bordered > tbody > tr > th:first-child,
.mpcss .panel > .table-bordered > tfoot > tr > td:first-child,
.mpcss .panel > .table-bordered > tfoot > tr > th:first-child,
.mpcss .panel > .table-bordered > thead > tr > td:first-child,
.mpcss .panel > .table-bordered > thead > tr > th:first-child,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.mpcss .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.mpcss .input-group-btn:first-child > .btn,
.mpcss .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.mpcss .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.mpcss .nav > li {
  position: relative;
  display: block;
}
.mpcss .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.mpcss .nav > li > a:focus,
.mpcss .nav > li > a:hover,
.mpcss .pager li > a:focus,
.mpcss .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.mpcss .nav > li.disabled > a:focus,
.mpcss .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.mpcss .nav .open > a,
.mpcss .nav .open > a:focus,
.mpcss .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.mpcss .nav > li > a > img {
  max-width: none;
}
.mpcss .nav-tabs,
.mpcss .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.mpcss .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.mpcss .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.mpcss .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.mpcss .nav-tabs > li.active > a,
.mpcss .nav-tabs > li.active > a:focus,
.mpcss .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.mpcss .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.mpcss .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.mpcss .nav-justified > .dropdown .dropdown-menu,
.mpcss .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.mpcss .nav-pills > li > a {
  border-radius: 4px;
}
.mpcss .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.mpcss .nav-tabs-justified,
.mpcss .panel-group .panel-heading,
.mpcss .panel > .table-bordered > tbody > tr:first-child > td,
.mpcss .panel > .table-bordered > tbody > tr:first-child > th,
.mpcss .panel > .table-bordered > tbody > tr:last-child > td,
.mpcss .panel > .table-bordered > tbody > tr:last-child > th,
.mpcss .panel > .table-bordered > tfoot > tr:last-child > td,
.mpcss .panel > .table-bordered > tfoot > tr:last-child > th,
.mpcss .panel > .table-bordered > thead > tr:first-child > td,
.mpcss .panel > .table-bordered > thead > tr:first-child > th,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.mpcss .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.mpcss .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.mpcss .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.mpcss .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.mpcss .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mpcss .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.mpcss .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.mpcss .navbar-collapse.in {
  overflow-y: auto;
}
.mpcss .navbar-fixed-bottom .navbar-collapse,
.mpcss .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .mpcss .navbar-fixed-bottom .navbar-collapse,
  .mpcss .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.mpcss .container-fluid > .navbar-collapse,
.mpcss .container-fluid > .navbar-header,
.mpcss .container > .navbar-collapse,
.mpcss .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.mpcss .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.mpcss .navbar-fixed-bottom,
.mpcss .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.mpcss .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.mpcss .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.mpcss .navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.mpcss .badge,
.mpcss .label {
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  vertical-align: baseline;
}
.mpcss .navbar-brand:focus,
.mpcss .navbar-brand:hover {
  text-decoration: none;
}
.mpcss .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mpcss .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.mpcss .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.mpcss .breadcrumb > li,
.mpcss .pagination {
  display: inline-block;
}
.mpcss .navbar-nav {
  margin: 7.5px -15px;
}
.mpcss .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.mpcss .navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
.mpcss .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mpcss .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.mpcss .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mpcss .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.mpcss .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mpcss .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.mpcss .navbar-default .navbar-brand:focus,
.mpcss .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.mpcss .navbar-default .navbar-nav > li > a:focus,
.mpcss .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.mpcss .navbar-default .navbar-nav > .active > a,
.mpcss .navbar-default .navbar-nav > .active > a:focus,
.mpcss .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.mpcss .navbar-default .navbar-nav > .disabled > a,
.mpcss .navbar-default .navbar-nav > .disabled > a:focus,
.mpcss .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.mpcss .navbar-default .navbar-toggle,
.mpcss .panel-default {
  border-color: #ddd;
}
.mpcss .navbar-default .navbar-toggle:focus,
.mpcss .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.mpcss .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.mpcss .navbar-default .navbar-collapse,
.mpcss .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.mpcss .navbar-default .navbar-nav > .open > a,
.mpcss .navbar-default .navbar-nav > .open > a:focus,
.mpcss .navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.mpcss .navbar-default .btn-link:focus,
.mpcss .navbar-default .btn-link:hover,
.mpcss .navbar-default .navbar-link:hover,
.mpcss a.list-group-item .list-group-item-heading {
  color: #333;
}
.mpcss .navbar-default .btn-link[disabled]:focus,
.mpcss .navbar-default .btn-link[disabled]:hover,
.mpcss fieldset[disabled] .navbar-default .btn-link:focus,
.mpcss fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.mpcss .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.mpcss .navbar-inverse .btn-link,
.mpcss .navbar-inverse .navbar-brand,
.mpcss .navbar-inverse .navbar-link,
.mpcss .navbar-inverse .navbar-nav > li > a,
.mpcss .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.mpcss .navbar-inverse .navbar-brand:focus,
.mpcss .navbar-inverse .navbar-brand:hover,
.mpcss .navbar-inverse .navbar-nav > li > a:focus,
.mpcss .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.mpcss .navbar-inverse .navbar-nav > .active > a,
.mpcss .navbar-inverse .navbar-nav > .active > a:focus,
.mpcss .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.mpcss .navbar-inverse .navbar-nav > .disabled > a,
.mpcss .navbar-inverse .navbar-nav > .disabled > a:focus,
.mpcss .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.mpcss .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.mpcss .navbar-inverse .navbar-toggle:focus,
.mpcss .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.mpcss .navbar-inverse .navbar-collapse,
.mpcss .navbar-inverse .navbar-form {
  border-color: #101010;
}
.mpcss .navbar-inverse .navbar-nav > .open > a,
.mpcss .navbar-inverse .navbar-nav > .open > a:focus,
.mpcss .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
.mpcss .navbar-inverse .btn-link:focus,
.mpcss .navbar-inverse .btn-link:hover,
.mpcss .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.mpcss .navbar-inverse .btn-link[disabled]:focus,
.mpcss .navbar-inverse .btn-link[disabled]:hover,
.mpcss fieldset[disabled] .navbar-inverse .btn-link:focus,
.mpcss fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.mpcss .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.mpcss .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.mpcss .pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.mpcss .label,
.mpcss .pager li,
.mpcss .pagination > li {
  display: inline;
}
.mpcss .pagination > li > a,
.mpcss .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.mpcss .pagination > li:first-child > a,
.mpcss .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mpcss .pagination > li:last-child > a,
.mpcss .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mpcss .pagination > li > a:focus,
.mpcss .pagination > li > a:hover,
.mpcss .pagination > li > span:focus,
.mpcss .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.mpcss .pagination > .active > a,
.mpcss .pagination > .active > a:focus,
.mpcss .pagination > .active > a:hover,
.mpcss .pagination > .active > span,
.mpcss .pagination > .active > span:focus,
.mpcss .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.mpcss .pagination > .disabled > a,
.mpcss .pagination > .disabled > a:focus,
.mpcss .pagination > .disabled > a:hover,
.mpcss .pagination > .disabled > span,
.mpcss .pagination > .disabled > span:focus,
.mpcss .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.mpcss .pagination-lg > li > a,
.mpcss .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.mpcss .pagination-lg > li:first-child > a,
.mpcss .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.mpcss .pagination-lg > li:last-child > a,
.mpcss .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.mpcss .pagination-sm > li > a,
.mpcss .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.mpcss .pagination-sm > li:first-child > a,
.mpcss .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.mpcss .pagination-sm > li:last-child > a,
.mpcss .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.mpcss .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.mpcss .pager li > a,
.mpcss .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.mpcss .list-group-item > .badge,
.mpcss .pager .next > a,
.mpcss .pager .next > span {
  float: right;
}
.mpcss .pager .disabled > a,
.mpcss .pager .disabled > a:focus,
.mpcss .pager .disabled > a:hover,
.mpcss .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.mpcss .label {
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
}
.mpcss a.badge:focus,
.mpcss a.badge:hover,
.mpcss a.label:focus,
.mpcss a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mpcss .btn .badge,
.mpcss .btn .label {
  position: relative;
  top: -1px;
}
.mpcss .label-default {
  background-color: #777;
}
.mpcss .label-default[href]:focus,
.mpcss .label-default[href]:hover {
  background-color: #5e5e5e;
}
.mpcss .label-primary {
  background-color: #337ab7;
}
.mpcss .label-success,
.mpcss .progress-bar-success {
  background-color: #5cb85c;
}
.mpcss .label-success[href]:focus,
.mpcss .label-success[href]:hover {
  background-color: #449d44;
}
.mpcss .label-info,
.mpcss .progress-bar-info {
  background-color: #5bc0de;
}
.mpcss .label-info[href]:focus,
.mpcss .label-info[href]:hover {
  background-color: #31b0d5;
}
.mpcss .label-warning,
.mpcss .progress-bar-warning {
  background-color: #f0ad4e;
}
.mpcss .label-warning[href]:focus,
.mpcss .label-warning[href]:hover {
  background-color: #ec971f;
}
.mpcss .label-danger,
.mpcss .progress-bar-danger {
  background-color: #d9534f;
}
.mpcss .label-danger[href]:focus,
.mpcss .label-danger[href]:hover {
  background-color: #c9302c;
}
.mpcss .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #777;
  border-radius: 10px;
}
.mpcss .btn-group-xs > .btn .badge,
.mpcss .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.mpcss .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.mpcss .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.mpcss .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.mpcss .jumbotron .h1,
.mpcss .jumbotron h1,
.mpcss .list-group-item.active .list-group-item-heading,
.mpcss .list-group-item.active .list-group-item-heading > .small,
.mpcss .list-group-item.active .list-group-item-heading > small,
.mpcss .list-group-item.active:focus .list-group-item-heading,
.mpcss .list-group-item.active:focus .list-group-item-heading > .small,
.mpcss .list-group-item.active:focus .list-group-item-heading > small,
.mpcss .list-group-item.active:hover .list-group-item-heading,
.mpcss .list-group-item.active:hover .list-group-item-heading > .small,
.mpcss .list-group-item.active:hover .list-group-item-heading > small,
.mpcss .list-group-item.disabled .list-group-item-heading,
.mpcss .list-group-item.disabled:focus .list-group-item-heading,
.mpcss .list-group-item.disabled:hover .list-group-item-heading,
.mpcss .panel-heading > .dropdown .dropdown-toggle,
.mpcss .panel-title > .small,
.mpcss .panel-title > .small > a,
.mpcss .panel-title > a,
.mpcss .panel-title > small,
.mpcss .panel-title > small > a,
.mpcss a.list-group-item-danger .list-group-item-heading,
.mpcss a.list-group-item-info .list-group-item-heading,
.mpcss a.list-group-item-success .list-group-item-heading,
.mpcss a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.mpcss .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.mpcss .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.mpcss .jumbotron .container {
  max-width: 100%;
}
.mpcss .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.mpcss .thumbnail a > img,
.mpcss .thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.mpcss .panel-primary,
.mpcss a.thumbnail.active,
.mpcss a.thumbnail:focus,
.mpcss a.thumbnail:hover {
  border-color: #337ab7;
}
.mpcss .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.mpcss .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mpcss .alert h4 {
  margin-top: 0;
  color: inherit;
}
.mpcss .alert-dismissable,
.mpcss .alert-dismissible {
  padding-right: 35px;
}
.mpcss .alert-dismissable .close,
.mpcss .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.mpcss .alert-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.mpcss .alert-success hr {
  border-top-color: #c9e2b3;
}
.mpcss .alert-info {
  background-color: #d9edf7;
  color: #31708f;
}
.mpcss .alert-info hr {
  border-top-color: #a6e1ec;
}
.mpcss .alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.mpcss .alert-warning hr {
  border-top-color: #f7e1b5;
}
.mpcss .alert-danger {
  background-color: #f2dede;
  color: #a94442;
}
.mpcss .alert-danger hr {
  border-top-color: #e4b9c0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.mpcss .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mpcss .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s;
  -o-transition: width .6s;
  transition: width 0.6s;
}
.mpcss .progress-bar-striped,
.mpcss .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.mpcss .progress-bar.active,
.mpcss .progress.active .progress-bar {
  -webkit-animation: 2s linear infinite progress-bar-stripes;
  -o-animation: 2s linear infinite progress-bar-stripes;
  animation: 2s linear infinite progress-bar-stripes;
}
.mpcss .progress-bar-striped,
.mpcss .progress-striped .progress-bar-danger,
.mpcss .progress-striped .progress-bar-info,
.mpcss .progress-striped .progress-bar-success,
.mpcss .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mpcss .media {
  margin-top: 15px;
}
.mpcss .media,
.mpcss .media-body {
  zoom: 1;
  overflow: hidden;
}
.mpcss .media-body {
  width: 10000px;
}
.mpcss .media-right,
.mpcss .media > .pull-right {
  padding-left: 10px;
}
.mpcss .media-left,
.mpcss .media > .pull-left {
  padding-right: 10px;
}
.mpcss .media-body,
.mpcss .media-left,
.mpcss .media-right {
  display: table-cell;
  vertical-align: top;
}
.mpcss .media-middle {
  vertical-align: middle;
}
.mpcss .media-bottom {
  vertical-align: bottom;
}
.mpcss .list-group-item-heading,
.mpcss .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.mpcss .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.mpcss .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.mpcss .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.mpcss .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mpcss a.list-group-item {
  color: #555;
}
.mpcss a.list-group-item:focus,
.mpcss a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.mpcss .list-group-item.disabled,
.mpcss .list-group-item.disabled:focus,
.mpcss .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.mpcss .list-group-item.active,
.mpcss .list-group-item.active:focus,
.mpcss .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
}
.mpcss .list-group-item.active .list-group-item-text,
.mpcss .list-group-item.active:focus .list-group-item-text,
.mpcss .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.mpcss .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.mpcss a.list-group-item-success:focus,
.mpcss a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.mpcss a.list-group-item-success.active,
.mpcss a.list-group-item-success.active:focus,
.mpcss a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.mpcss .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.mpcss a.list-group-item-info:focus,
.mpcss a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.mpcss a.list-group-item-info.active,
.mpcss a.list-group-item-info.active:focus,
.mpcss a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.mpcss .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.mpcss a.list-group-item-warning:focus,
.mpcss a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.mpcss a.list-group-item-warning.active,
.mpcss a.list-group-item-warning.active:focus,
.mpcss a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.mpcss .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.mpcss a.list-group-item-danger:focus,
.mpcss a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.mpcss a.list-group-item-danger.active,
.mpcss a.list-group-item-danger.active:focus,
.mpcss a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.mpcss .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.mpcss .carousel-inner > .item > a > img,
.mpcss .carousel-inner > .item > img,
.mpcss .close {
  line-height: 1;
}
.mpcss .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mpcss .panel-body {
  padding: 15px;
}
.mpcss .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.mpcss .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.mpcss .panel-group,
.mpcss .well {
  margin-bottom: 20px;
}
.mpcss .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mpcss .panel > .list-group .list-group-item,
.mpcss .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.mpcss .panel > .table-responsive:first-child > .table:first-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.mpcss .panel > .table:first-child,
.mpcss .panel > .table:first-child > tbody:first-child > tr:first-child,
.mpcss .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mpcss .panel > .table-responsive:last-child > .table:last-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.mpcss .panel > .table:last-child,
.mpcss .panel > .table:last-child > tbody:last-child > tr:last-child,
.mpcss .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mpcss .panel > .list-group:first-child .list-group-item:first-child,
.mpcss .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.mpcss .panel > .list-group:last-child .list-group-item:last-child,
.mpcss .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mpcss .list-group + .panel-footer,
.mpcss .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.mpcss .panel > .panel-collapse > .table caption,
.mpcss .panel > .table caption,
.mpcss .panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.mpcss .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.mpcss .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.mpcss .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.mpcss .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.mpcss .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.mpcss .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.mpcss .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.mpcss .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.mpcss .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.mpcss .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.mpcss .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.mpcss .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.mpcss .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.mpcss .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.mpcss .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.mpcss .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.mpcss .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.mpcss .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.mpcss .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.mpcss .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.mpcss .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.mpcss .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.mpcss .panel-group .panel-heading + .panel-collapse > .list-group,
.mpcss .panel-group .panel-heading + .panel-collapse > .panel-body,
.mpcss .panel > .panel-body + .table,
.mpcss .panel > .panel-body + .table-responsive,
.mpcss .panel > .table + .panel-body,
.mpcss .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.mpcss .panel > .table-bordered,
.mpcss .panel > .table-responsive > .table-bordered {
  border: 0;
}
.mpcss .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.mpcss .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.mpcss .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.mpcss .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mpcss .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.mpcss .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mpcss .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.mpcss .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.mpcss .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.mpcss .panel-success {
  border-color: #d6e9c6;
}
.mpcss .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.mpcss .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.mpcss .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.mpcss .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.mpcss .panel-info {
  border-color: #bce8f1;
}
.mpcss .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.mpcss .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.mpcss .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.mpcss .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.mpcss .panel-warning {
  border-color: #faebcc;
}
.mpcss .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.mpcss .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.mpcss .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.mpcss .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.mpcss .panel-danger {
  border-color: #ebccd1;
}
.mpcss .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.mpcss .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.mpcss .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.mpcss .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.mpcss .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.mpcss .embed-responsive .embed-responsive-item,
.mpcss .embed-responsive embed,
.mpcss .embed-responsive iframe,
.mpcss .embed-responsive object,
.mpcss .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.mpcss .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.mpcss .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.mpcss .well {
  min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mpcss .well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}
.mpcss .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.mpcss .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.mpcss .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.mpcss .carousel-caption,
.mpcss .carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.mpcss .close:focus,
.mpcss .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
.mpcss button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.mpcss .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.mpcss .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.mpcss .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mpcss .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.mpcss .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.mpcss .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.mpcss .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.mpcss .modal-backdrop.fade {
  opacity: 0;
}
.mpcss .modal-backdrop.in {
  opacity: .5;
}
.mpcss .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.mpcss .modal-header .close {
  margin-top: -2px;
}
.mpcss .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.mpcss .modal-body {
  position: relative;
  padding: 15px;
}
.mpcss .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.mpcss .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.mpcss .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .mpcss .lead {
    font-size: 21px;
  }
  .mpcss .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mpcss .dl-horizontal dd {
    margin-left: 180px;
  }
  .mpcss .container {
    width: 750px;
  }
  .mpcss .col-sm-1,
  .mpcss .col-sm-10,
  .mpcss .col-sm-11,
  .mpcss .col-sm-12,
  .mpcss .col-sm-2,
  .mpcss .col-sm-3,
  .mpcss .col-sm-4,
  .mpcss .col-sm-5,
  .mpcss .col-sm-6,
  .mpcss .col-sm-7,
  .mpcss .col-sm-8,
  .mpcss .col-sm-9,
  .mpcss .navbar-header,
  .mpcss .navbar-nav > li {
    float: left;
  }
  .mpcss .col-sm-12,
  .mpcss .form-inline .input-group > .form-control,
  .mpcss .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .mpcss .col-sm-11 {
    width: 91.66666667%;
  }
  .mpcss .col-sm-10 {
    width: 83.33333333%;
  }
  .mpcss .col-sm-9 {
    width: 75%;
  }
  .mpcss .col-sm-8 {
    width: 66.66666667%;
  }
  .mpcss .col-sm-7 {
    width: 58.33333333%;
  }
  .mpcss .col-sm-6 {
    width: 50%;
  }
  .mpcss .col-sm-5 {
    width: 41.66666667%;
  }
  .mpcss .col-sm-4 {
    width: 33.33333333%;
  }
  .mpcss .col-sm-3 {
    width: 25%;
  }
  .mpcss .col-sm-2 {
    width: 16.66666667%;
  }
  .mpcss .col-sm-1 {
    width: 8.33333333%;
  }
  .mpcss .col-sm-pull-12 {
    right: 100%;
  }
  .mpcss .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mpcss .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mpcss .col-sm-pull-9 {
    right: 75%;
  }
  .mpcss .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mpcss .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mpcss .col-sm-pull-6 {
    right: 50%;
  }
  .mpcss .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mpcss .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mpcss .col-sm-pull-3 {
    right: 25%;
  }
  .mpcss .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mpcss .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mpcss .col-sm-pull-0 {
    right: auto;
  }
  .mpcss .col-sm-push-12 {
    left: 100%;
  }
  .mpcss .col-sm-push-11 {
    left: 91.66666667%;
  }
  .mpcss .col-sm-push-10 {
    left: 83.33333333%;
  }
  .mpcss .col-sm-push-9 {
    left: 75%;
  }
  .mpcss .col-sm-push-8 {
    left: 66.66666667%;
  }
  .mpcss .col-sm-push-7 {
    left: 58.33333333%;
  }
  .mpcss .col-sm-push-6 {
    left: 50%;
  }
  .mpcss .col-sm-push-5 {
    left: 41.66666667%;
  }
  .mpcss .col-sm-push-4 {
    left: 33.33333333%;
  }
  .mpcss .col-sm-push-3 {
    left: 25%;
  }
  .mpcss .col-sm-push-2 {
    left: 16.66666667%;
  }
  .mpcss .col-sm-push-1 {
    left: 8.33333333%;
  }
  .mpcss .col-sm-push-0 {
    left: auto;
  }
  .mpcss .col-sm-offset-12 {
    margin-left: 100%;
  }
  .mpcss .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mpcss .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mpcss .col-sm-offset-9 {
    margin-left: 75%;
  }
  .mpcss .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mpcss .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mpcss .col-sm-offset-6 {
    margin-left: 50%;
  }
  .mpcss .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mpcss .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mpcss .col-sm-offset-3 {
    margin-left: 25%;
  }
  .mpcss .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mpcss .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mpcss .col-sm-offset-0 {
    margin-left: 0;
  }
  .mpcss .form-inline .form-control-static,
  .mpcss .form-inline .form-group,
  .mpcss .navbar-form .form-control-static,
  .mpcss .navbar-form .form-group {
    display: inline-block;
  }
  .mpcss .form-inline .control-label,
  .mpcss .form-inline .form-group,
  .mpcss .navbar-form .control-label,
  .mpcss .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mpcss .form-inline .form-control,
  .mpcss .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .mpcss .form-inline .input-group,
  .mpcss .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .mpcss .form-inline .input-group .form-control,
  .mpcss .form-inline .input-group .input-group-addon,
  .mpcss .form-inline .input-group .input-group-btn,
  .mpcss .navbar-form .input-group .form-control,
  .mpcss .navbar-form .input-group .input-group-addon,
  .mpcss .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .mpcss .form-inline .checkbox,
  .mpcss .form-inline .radio,
  .mpcss .navbar-form .checkbox,
  .mpcss .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mpcss .form-inline .checkbox label,
  .mpcss .form-inline .radio label,
  .mpcss .navbar-form .checkbox label,
  .mpcss .navbar-form .radio label {
    padding-left: 0;
  }
  .mpcss .form-inline .checkbox input[type=checkbox],
  .mpcss .form-inline .radio input[type=radio],
  .mpcss .navbar-form .checkbox input[type=checkbox],
  .mpcss .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .mpcss .form-inline .has-feedback .form-control-feedback,
  .mpcss .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .mpcss .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .mpcss .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
  .mpcss .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
  .mpcss .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .mpcss .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .mpcss .nav-justified > li,
  .mpcss .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .mpcss .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .mpcss .nav-tabs-justified > .active > a,
  .mpcss .nav-tabs-justified > .active > a:focus,
  .mpcss .nav-tabs-justified > .active > a:hover,
  .mpcss .nav-tabs.nav-justified > .active > a,
  .mpcss .nav-tabs.nav-justified > .active > a:focus,
  .mpcss .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .mpcss .nav-justified > li > a {
    margin-bottom: 0;
  }
  .mpcss .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .mpcss .navbar {
    border-radius: 4px;
  }
  .mpcss .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mpcss .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .mpcss .navbar-collapse.in {
    overflow-y: visible;
  }
  .mpcss .navbar-fixed-bottom .navbar-collapse,
  .mpcss .navbar-fixed-top .navbar-collapse,
  .mpcss .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .mpcss .container-fluid > .navbar-collapse,
  .mpcss .container-fluid > .navbar-header,
  .mpcss .container > .navbar-collapse,
  .mpcss .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .mpcss .navbar-fixed-bottom,
  .mpcss .navbar-fixed-top,
  .mpcss .navbar-static-top {
    border-radius: 0;
  }
  .mpcss .navbar > .container .navbar-brand,
  .mpcss .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .mpcss .navbar-toggle {
    display: none;
  }
  .mpcss .navbar-nav {
    float: left;
    margin: 0;
  }
  .mpcss .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mpcss .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mpcss .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mpcss .navbar-left {
    float: left !important;
  }
  .mpcss .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .mpcss .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .mpcss .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .mpcss .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .mpcss .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .mpcss .container {
    width: 970px;
  }
  .mpcss .col-md-1,
  .mpcss .col-md-10,
  .mpcss .col-md-11,
  .mpcss .col-md-12,
  .mpcss .col-md-2,
  .mpcss .col-md-3,
  .mpcss .col-md-4,
  .mpcss .col-md-5,
  .mpcss .col-md-6,
  .mpcss .col-md-7,
  .mpcss .col-md-8,
  .mpcss .col-md-9 {
    float: left;
  }
  .mpcss .col-md-12 {
    width: 100%;
  }
  .mpcss .col-md-11 {
    width: 91.66666667%;
  }
  .mpcss .col-md-10 {
    width: 83.33333333%;
  }
  .mpcss .col-md-9 {
    width: 75%;
  }
  .mpcss .col-md-8 {
    width: 66.66666667%;
  }
  .mpcss .col-md-7 {
    width: 58.33333333%;
  }
  .mpcss .col-md-6 {
    width: 50%;
  }
  .mpcss .col-md-5 {
    width: 41.66666667%;
  }
  .mpcss .col-md-4 {
    width: 33.33333333%;
  }
  .mpcss .col-md-3 {
    width: 25%;
  }
  .mpcss .col-md-2 {
    width: 16.66666667%;
  }
  .mpcss .col-md-1 {
    width: 8.33333333%;
  }
  .mpcss .col-md-pull-12 {
    right: 100%;
  }
  .mpcss .col-md-pull-11 {
    right: 91.66666667%;
  }
  .mpcss .col-md-pull-10 {
    right: 83.33333333%;
  }
  .mpcss .col-md-pull-9 {
    right: 75%;
  }
  .mpcss .col-md-pull-8 {
    right: 66.66666667%;
  }
  .mpcss .col-md-pull-7 {
    right: 58.33333333%;
  }
  .mpcss .col-md-pull-6 {
    right: 50%;
  }
  .mpcss .col-md-pull-5 {
    right: 41.66666667%;
  }
  .mpcss .col-md-pull-4 {
    right: 33.33333333%;
  }
  .mpcss .col-md-pull-3 {
    right: 25%;
  }
  .mpcss .col-md-pull-2 {
    right: 16.66666667%;
  }
  .mpcss .col-md-pull-1 {
    right: 8.33333333%;
  }
  .mpcss .col-md-pull-0 {
    right: auto;
  }
  .mpcss .col-md-push-12 {
    left: 100%;
  }
  .mpcss .col-md-push-11 {
    left: 91.66666667%;
  }
  .mpcss .col-md-push-10 {
    left: 83.33333333%;
  }
  .mpcss .col-md-push-9 {
    left: 75%;
  }
  .mpcss .col-md-push-8 {
    left: 66.66666667%;
  }
  .mpcss .col-md-push-7 {
    left: 58.33333333%;
  }
  .mpcss .col-md-push-6 {
    left: 50%;
  }
  .mpcss .col-md-push-5 {
    left: 41.66666667%;
  }
  .mpcss .col-md-push-4 {
    left: 33.33333333%;
  }
  .mpcss .col-md-push-3 {
    left: 25%;
  }
  .mpcss .col-md-push-2 {
    left: 16.66666667%;
  }
  .mpcss .col-md-push-1 {
    left: 8.33333333%;
  }
  .mpcss .col-md-push-0 {
    left: auto;
  }
  .mpcss .col-md-offset-12 {
    margin-left: 100%;
  }
  .mpcss .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mpcss .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mpcss .col-md-offset-9 {
    margin-left: 75%;
  }
  .mpcss .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mpcss .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mpcss .col-md-offset-6 {
    margin-left: 50%;
  }
  .mpcss .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mpcss .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mpcss .col-md-offset-3 {
    margin-left: 25%;
  }
  .mpcss .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mpcss .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mpcss .col-md-offset-0 {
    margin-left: 0;
  }
  .mpcss .modal-lg {
    width: 900px;
  }
}
.mpcss .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
}
.mpcss .tooltip.in {
  opacity: .9;
}
.mpcss .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.mpcss .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.mpcss .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.mpcss .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.mpcss .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.mpcss .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mpcss .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mpcss .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mpcss .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mpcss .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.mpcss .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.mpcss .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mpcss .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mpcss .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mpcss .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.mpcss .popover.top {
  margin-top: -10px;
}
.mpcss .popover.right {
  margin-left: 10px;
}
.mpcss .popover.bottom {
  margin-top: 10px;
}
.mpcss .popover.left {
  margin-left: -10px;
}
.mpcss .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.mpcss .popover-content {
  padding: 9px 14px;
}
.mpcss .popover > .arrow,
.mpcss .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mpcss .popover > .arrow {
  border-width: 11px;
}
.mpcss .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.mpcss .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.mpcss .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.mpcss .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.mpcss .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.mpcss .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mpcss .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.mpcss .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.mpcss .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.mpcss .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mpcss .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .mpcss .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000px;
  }
  .mpcss .carousel-inner > .item.active.right,
  .mpcss .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .mpcss .carousel-inner > .item.active.left,
  .mpcss .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .mpcss .carousel-inner > .item.active,
  .mpcss .carousel-inner > .item.next.left,
  .mpcss .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.mpcss .carousel-inner > .active,
.mpcss .carousel-inner > .next.left,
.mpcss .carousel-inner > .prev.right {
  left: 0;
}
.mpcss .carousel-inner > .next,
.mpcss .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.mpcss .carousel-inner > .active.left,
.mpcss .carousel-inner > .prev {
  left: -100%;
}
.mpcss .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
}
.mpcss .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.mpcss .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.mpcss .carousel-control:focus,
.mpcss .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
}
.mpcss .carousel-control .glyphicon-chevron-left,
.mpcss .carousel-control .glyphicon-chevron-right,
.mpcss .carousel-control .icon-next,
.mpcss .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.mpcss .carousel-control .glyphicon-chevron-left,
.mpcss .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.mpcss .carousel-control .glyphicon-chevron-right,
.mpcss .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.mpcss .carousel-control .icon-next,
.mpcss .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.mpcss .carousel-control .icon-prev:before {
  content: '\2039';
}
.mpcss .carousel-control .icon-next:before {
  content: '\203a';
}
.mpcss .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.mpcss .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.mpcss .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.mpcss .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.mpcss .btn-danger .badge,
.mpcss .btn-default .badge,
.mpcss .btn-info .badge,
.mpcss .btn-primary .badge,
.mpcss .btn-success .badge,
.mpcss .btn-warning .badge,
.mpcss .carousel-caption .btn,
.mpcss .list-group-item.active .badge,
.mpcss .list-group-item.active:focus .badge,
.mpcss .list-group-item.active:hover .badge {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .mpcss .jumbotron {
    padding: 48px 0;
  }
  .mpcss .container .jumbotron,
  .mpcss .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mpcss .jumbotron .h1,
  .mpcss .jumbotron h1 {
    font-size: 63px;
  }
  .mpcss .carousel-control .glyphicon-chevron-left,
  .mpcss .carousel-control .glyphicon-chevron-right,
  .mpcss .carousel-control .icon-next,
  .mpcss .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .mpcss .carousel-control .glyphicon-chevron-left,
  .mpcss .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .mpcss .carousel-control .glyphicon-chevron-right,
  .mpcss .carousel-control .icon-next {
    margin-right: -15px;
  }
  .mpcss .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .mpcss .carousel-indicators {
    bottom: 20px;
  }
}
.mpcss .btn-group-vertical > .btn-group:after,
.mpcss .btn-group-vertical > .btn-group:before,
.mpcss .btn-toolbar:after,
.mpcss .btn-toolbar:before,
.mpcss .clearfix:after,
.mpcss .clearfix:before,
.mpcss .container-fluid:after,
.mpcss .container-fluid:before,
.mpcss .container:after,
.mpcss .container:before,
.mpcss .dl-horizontal dd:after,
.mpcss .dl-horizontal dd:before,
.mpcss .form-horizontal .form-group:after,
.mpcss .form-horizontal .form-group:before,
.mpcss .modal-footer:after,
.mpcss .modal-footer:before,
.mpcss .nav:after,
.mpcss .nav:before,
.mpcss .navbar-collapse:after,
.mpcss .navbar-collapse:before,
.mpcss .navbar-header:after,
.mpcss .navbar-header:before,
.mpcss .navbar:after,
.mpcss .navbar:before,
.mpcss .pager:after,
.mpcss .pager:before,
.mpcss .panel-body:after,
.mpcss .panel-body:before,
.mpcss .row:after,
.mpcss .row:before {
  content: " ";
  display: table;
}
.mpcss .btn-group-vertical > .btn-group:after,
.mpcss .btn-toolbar:after,
.mpcss .clearfix:after,
.mpcss .container-fluid:after,
.mpcss .container:after,
.mpcss .dl-horizontal dd:after,
.mpcss .form-horizontal .form-group:after,
.mpcss .modal-footer:after,
.mpcss .nav:after,
.mpcss .navbar-collapse:after,
.mpcss .navbar-header:after,
.mpcss .navbar:after,
.mpcss .pager:after,
.mpcss .panel-body:after,
.mpcss .row:after {
  clear: both;
}
.mpcss .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mpcss .pull-right {
  float: right !important;
}
.mpcss .pull-left {
  float: left !important;
}
.mpcss .hidden,
.mpcss .hide,
.mpcss .visible-lg,
.mpcss .visible-lg-block,
.mpcss .visible-lg-inline,
.mpcss .visible-lg-inline-block,
.mpcss .visible-md,
.mpcss .visible-md-block,
.mpcss .visible-md-inline,
.mpcss .visible-md-inline-block,
.mpcss .visible-print,
.mpcss .visible-print-block,
.mpcss .visible-print-inline,
.mpcss .visible-print-inline-block,
.mpcss .visible-sm,
.mpcss .visible-sm-block,
.mpcss .visible-sm-inline,
.mpcss .visible-sm-inline-block,
.mpcss .visible-xs,
.mpcss .visible-xs-block,
.mpcss .visible-xs-inline,
.mpcss .visible-xs-inline-block {
  display: none !important;
}
.mpcss .show {
  display: block !important;
}
.mpcss .invisible {
  visibility: hidden;
}
.mpcss .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.mpcss .affix {
  position: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mpcss .visible-sm,
  .mpcss .visible-sm-block {
    display: block !important;
  }
  .mpcss table.visible-sm {
    display: table;
  }
  .mpcss tr.visible-sm {
    display: table-row !important;
  }
  .mpcss td.visible-sm,
  .mpcss th.visible-sm {
    display: table-cell !important;
  }
  .mpcss .visible-sm-inline {
    display: inline !important;
  }
  .mpcss .visible-sm-inline-block {
    display: inline-block !important;
  }
  .mpcss .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mpcss .visible-md,
  .mpcss .visible-md-block {
    display: block !important;
  }
  .mpcss table.visible-md {
    display: table;
  }
  .mpcss tr.visible-md {
    display: table-row !important;
  }
  .mpcss td.visible-md,
  .mpcss th.visible-md {
    display: table-cell !important;
  }
  .mpcss .visible-md-inline {
    display: inline !important;
  }
  .mpcss .visible-md-inline-block {
    display: inline-block !important;
  }
  .mpcss .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .mpcss .container {
    width: 1170px;
  }
  .mpcss .col-lg-1,
  .mpcss .col-lg-10,
  .mpcss .col-lg-11,
  .mpcss .col-lg-12,
  .mpcss .col-lg-2,
  .mpcss .col-lg-3,
  .mpcss .col-lg-4,
  .mpcss .col-lg-5,
  .mpcss .col-lg-6,
  .mpcss .col-lg-7,
  .mpcss .col-lg-8,
  .mpcss .col-lg-9 {
    float: left;
  }
  .mpcss .col-lg-12 {
    width: 100%;
  }
  .mpcss .col-lg-11 {
    width: 91.66666667%;
  }
  .mpcss .col-lg-10 {
    width: 83.33333333%;
  }
  .mpcss .col-lg-9 {
    width: 75%;
  }
  .mpcss .col-lg-8 {
    width: 66.66666667%;
  }
  .mpcss .col-lg-7 {
    width: 58.33333333%;
  }
  .mpcss .col-lg-6 {
    width: 50%;
  }
  .mpcss .col-lg-5 {
    width: 41.66666667%;
  }
  .mpcss .col-lg-4 {
    width: 33.33333333%;
  }
  .mpcss .col-lg-3 {
    width: 25%;
  }
  .mpcss .col-lg-2 {
    width: 16.66666667%;
  }
  .mpcss .col-lg-1 {
    width: 8.33333333%;
  }
  .mpcss .col-lg-pull-12 {
    right: 100%;
  }
  .mpcss .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mpcss .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mpcss .col-lg-pull-9 {
    right: 75%;
  }
  .mpcss .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mpcss .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mpcss .col-lg-pull-6 {
    right: 50%;
  }
  .mpcss .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mpcss .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mpcss .col-lg-pull-3 {
    right: 25%;
  }
  .mpcss .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mpcss .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mpcss .col-lg-pull-0 {
    right: auto;
  }
  .mpcss .col-lg-push-12 {
    left: 100%;
  }
  .mpcss .col-lg-push-11 {
    left: 91.66666667%;
  }
  .mpcss .col-lg-push-10 {
    left: 83.33333333%;
  }
  .mpcss .col-lg-push-9 {
    left: 75%;
  }
  .mpcss .col-lg-push-8 {
    left: 66.66666667%;
  }
  .mpcss .col-lg-push-7 {
    left: 58.33333333%;
  }
  .mpcss .col-lg-push-6 {
    left: 50%;
  }
  .mpcss .col-lg-push-5 {
    left: 41.66666667%;
  }
  .mpcss .col-lg-push-4 {
    left: 33.33333333%;
  }
  .mpcss .col-lg-push-3 {
    left: 25%;
  }
  .mpcss .col-lg-push-2 {
    left: 16.66666667%;
  }
  .mpcss .col-lg-push-1 {
    left: 8.33333333%;
  }
  .mpcss .col-lg-push-0 {
    left: auto;
  }
  .mpcss .col-lg-offset-12 {
    margin-left: 100%;
  }
  .mpcss .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mpcss .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mpcss .col-lg-offset-9 {
    margin-left: 75%;
  }
  .mpcss .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mpcss .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mpcss .col-lg-offset-6 {
    margin-left: 50%;
  }
  .mpcss .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mpcss .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mpcss .col-lg-offset-3 {
    margin-left: 25%;
  }
  .mpcss .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mpcss .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mpcss .col-lg-offset-0 {
    margin-left: 0;
  }
  .mpcss .visible-lg,
  .mpcss .visible-lg-block {
    display: block !important;
  }
  .mpcss table.visible-lg {
    display: table;
  }
  .mpcss tr.visible-lg {
    display: table-row !important;
  }
  .mpcss td.visible-lg,
  .mpcss th.visible-lg {
    display: table-cell !important;
  }
  .mpcss .visible-lg-inline {
    display: inline !important;
  }
  .mpcss .visible-lg-inline-block {
    display: inline-block !important;
  }
  .mpcss .hidden-lg {
    display: none !important;
  }
}
@media print {
  .mpcss .visible-print,
  .mpcss .visible-print-block {
    display: block !important;
  }
  .mpcss table.visible-print {
    display: table;
  }
  .mpcss tr.visible-print {
    display: table-row !important;
  }
  .mpcss td.visible-print,
  .mpcss th.visible-print {
    display: table-cell !important;
  }
  .mpcss .visible-print-inline {
    display: inline !important;
  }
  .mpcss .visible-print-inline-block {
    display: inline-block !important;
  }
  .mpcss .hidden-print {
    display: none !important;
  }
}
.mpcss .btn-danger,
.mpcss .btn-default,
.mpcss .btn-info,
.mpcss .btn-primary,
.mpcss .btn-success,
.mpcss .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mpcss .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #ccc;
  text-shadow: 0 1px 0 #ffffff;
}
.mpcss .btn-default:focus,
.mpcss .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.mpcss .btn-default.active,
.mpcss .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.mpcss .btn-default.disabled,
.mpcss .btn-default:disabled,
.mpcss .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.mpcss .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}
.mpcss .btn-primary:focus,
.mpcss .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}
.mpcss .btn-primary.active,
.mpcss .btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}
.mpcss .btn-primary.disabled,
.mpcss .btn-primary:disabled,
.mpcss .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.mpcss .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.mpcss .btn-success:focus,
.mpcss .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}
.mpcss .btn-success.active,
.mpcss .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.mpcss .btn-success.disabled,
.mpcss .btn-success:disabled,
.mpcss .btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.mpcss .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.mpcss .btn-info:focus,
.mpcss .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.mpcss .btn-info.active,
.mpcss .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.mpcss .btn-info.disabled,
.mpcss .btn-info:disabled,
.mpcss .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.mpcss .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.mpcss .btn-warning:focus,
.mpcss .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.mpcss .btn-warning.active,
.mpcss .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.mpcss .btn-warning.disabled,
.mpcss .btn-warning:disabled,
.mpcss .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.mpcss .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.mpcss .btn-danger:focus,
.mpcss .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.mpcss .btn-danger.active,
.mpcss .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.mpcss .btn-danger.disabled,
.mpcss .btn-danger:disabled,
.mpcss .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.mpcss .img-thumbnail,
.mpcss .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.mpcss .dropdown-menu > li > a:focus,
.mpcss .dropdown-menu > li > a:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}
.mpcss .dropdown-menu > .active > a,
.mpcss .dropdown-menu > .active > a:focus,
.mpcss .dropdown-menu > .active > a:hover {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}
.mpcss .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.mpcss .navbar-default .navbar-nav > .active > a,
.mpcss .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.mpcss .navbar-brand,
.mpcss .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.mpcss .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222222 100%);
  background-repeat: repeat-x;
}
.mpcss .navbar-inverse .navbar-nav > .active > a,
.mpcss .navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.mpcss .navbar-inverse .navbar-brand,
.mpcss .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .mpcss .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mpcss .navbar-nav .open .dropdown-menu .dropdown-header,
  .mpcss .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .mpcss .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .mpcss .navbar-nav .open .dropdown-menu > li > a:focus,
  .mpcss .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
  .mpcss .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .mpcss .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .mpcss .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .mpcss .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
  .mpcss .visible-xs,
  .mpcss .visible-xs-block {
    display: block !important;
  }
  .mpcss table.visible-xs {
    display: table;
  }
  .mpcss tr.visible-xs {
    display: table-row !important;
  }
  .mpcss td.visible-xs,
  .mpcss th.visible-xs {
    display: table-cell !important;
  }
  .mpcss .visible-xs-inline {
    display: inline !important;
  }
  .mpcss .visible-xs-inline-block {
    display: inline-block !important;
  }
  .mpcss .hidden-xs {
    display: none !important;
  }
  .mpcss .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .mpcss .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .mpcss .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
  }
}
.mpcss .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mpcss .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.mpcss .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.mpcss .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.mpcss .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.mpcss .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
}
.mpcss .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  background-repeat: repeat-x;
}
.mpcss .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
}
.mpcss .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
}
.mpcss .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
}
.mpcss .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
}
.mpcss .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.mpcss .list-group-item.active,
.mpcss .list-group-item.active:focus,
.mpcss .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.mpcss .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mpcss .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
}
.mpcss .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
}
.mpcss .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
}
.mpcss .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
}
.mpcss .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
}
.mpcss .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
}
.mpcss .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.admin__control-select {
  width: auto;
  margin: 20px 0;
  max-width: 100%;
}
input[type=text].admin__control-text {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  padding: .6rem 1rem;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
  width: auto;
}
.add-after-popup {
  max-width: 800px;
  margin: auto;
}
#add-wishlist-after-notification .continue button,
#add-wishlist-after-notification .go-to-wishlist button {
  background-color: #000000;
  color: #fff;
  width: 90%;
}
[data-mage-init*='"collapsible":'] > [data-role=content],
.modal-inner-wrap,
.block.filter .filter-content,
.block.filter .filter-title strong::after,
.actions-secondary .action,
.toolbar .sorter-action,
.toolbar .modes a,
.pages a.page,
.pages .action.next,
.pages .action.previous,
.minicart-items .actions a,
.breeze.breeze-theme #maincontent > .page.messages .message,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.slick-active button span,
.product-social-links a.action,
.product-social-links button.action,
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist,
.cart.table-wrapper .action-gift::after,
.cart-tax-total::after,
.totals-tax-summary .amount .price::before {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [data-mage-init*='"collapsible":'] > [data-role=content],
.breeze-inactive .modal-inner-wrap,
.breeze-inactive .block.filter .filter-content,
.breeze-inactive .block.filter .filter-title strong::after,
.breeze-inactive .actions-secondary .action,
.breeze-inactive .toolbar .sorter-action,
.breeze-inactive .toolbar .modes a,
.breeze-inactive .pages a.page,
.breeze-inactive .pages .action.next,
.breeze-inactive .pages .action.previous,
.breeze-inactive .minicart-items .actions a,
.breeze-inactive .breeze.breeze-theme #maincontent > .page.messages .message,
.breeze-inactive .navigation-wrapper,
.breeze-inactive .nav-toggle span::after,
.breeze-inactive .navigation .parent > a .ui-icon,
.breeze-inactive .navigation .parent > a::after,
.breeze-inactive .slick-active button span,
.breeze-inactive .product-social-links a.action,
.breeze-inactive .product-social-links button.action,
.breeze-inactive .cart.table-wrapper .action-edit,
.breeze-inactive .cart.table-wrapper .action-delete,
.breeze-inactive .cart.table-wrapper .action-towishlist,
.breeze-inactive .cart.table-wrapper .action-gift::after,
.breeze-inactive .cart-tax-total::after,
.breeze-inactive .totals-tax-summary .amount .price::before {
  transition: none !important;
}
.block > .title,
.block .block-title {
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
  background: rgba(var(--block-title-bg), var(--block-bg-alpha, 1));
}
.block .block-content {
  background: rgb(var(--block-content-bg), var(--block-content-bg-alpha, 1));
}
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .page-wrapper .main .block .block-title::before,
.catalog-product-view .main .container > .block .block-title::before,
.catalog-product-view .main > .block .block-title::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="48" height="9" viewBox="0 0 48 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.441 4.89907C22.0551 4.61749 22.8357 4.40117 24 4.40117V0C22.1531 0 20.6752 0.358529 19.4087 0.939228C18.2215 1.48357 17.2908 2.19727 16.57 2.7499C16.5521 2.76362 16.5344 2.77725 16.5167 2.79077C15.0959 3.87982 14.142 4.59883 12 4.59883C10.8357 4.59883 10.0551 4.38251 9.441 4.10093C8.77707 3.79651 8.22162 3.38254 7.44956 2.79077L7.41657 2.76549C5.84205 1.55852 3.80893 0 -1.90735e-06 0C-3.81198 0 -5.85544 1.56053 -7.43748 2.76867L-7.4631 2.78824C-8.88873 3.87687 -9.85506 4.59883 -12 4.59883V9C-8.18803 9 -6.14456 7.43947 -4.56253 6.23133L-4.5369 6.21176C-3.11127 5.12313 -2.14494 4.40117 -1.90735e-06 4.40117C2.14195 4.40117 3.09588 5.12018 4.51674 6.20923C4.53438 6.22275 4.55215 6.23637 4.57005 6.2501C5.29075 6.80273 6.22151 7.51643 7.40871 8.06077C8.67521 8.64147 10.1531 9 12 9C15.8089 9 17.842 7.44148 19.4166 6.23451L19.4496 6.20923C20.2216 5.61746 20.7771 5.20349 21.441 4.89907Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.441 4.10093C58.0551 4.38251 58.8357 4.59883 60 4.59883V9C58.1531 9 56.6752 8.64147 55.4087 8.06077C54.2215 7.51643 53.2908 6.80273 52.57 6.2501C52.5521 6.23638 52.5344 6.22275 52.5167 6.20923C51.0959 5.12018 50.142 4.40117 48 4.40117C46.8357 4.40117 46.0551 4.61749 45.441 4.89907C44.7771 5.20349 44.2216 5.61746 43.4496 6.20923L43.4166 6.23451C41.842 7.44148 39.8089 9 36 9C32.188 9 30.1446 7.43947 28.5625 6.23133L28.5369 6.21176C27.1113 5.12313 26.1449 4.40117 24 4.40117V0C27.812 0 29.8554 1.56053 31.4375 2.76867L31.4631 2.78824C32.8887 3.87687 33.8551 4.59883 36 4.59883C38.142 4.59883 39.0959 3.87982 40.5167 2.79077C40.5344 2.77725 40.5521 2.76363 40.57 2.7499C41.2907 2.19727 42.2215 1.48357 43.4087 0.939228C44.6752 0.358529 46.1531 0 48 0C51.8089 0 53.842 1.55852 55.4166 2.76549L55.4496 2.79077C56.2216 3.38254 56.7771 3.79651 57.441 4.10093Z"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 48px 9px;
}
.page-footer .block.newsletter .title::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="48" height="9" viewBox="0 0 48 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.441 4.89907C22.0551 4.61749 22.8357 4.40117 24 4.40117V0C22.1531 0 20.6752 0.358529 19.4087 0.939228C18.2215 1.48357 17.2908 2.19727 16.57 2.7499C16.5521 2.76362 16.5344 2.77725 16.5167 2.79077C15.0959 3.87982 14.142 4.59883 12 4.59883C10.8357 4.59883 10.0551 4.38251 9.441 4.10093C8.77707 3.79651 8.22162 3.38254 7.44956 2.79077L7.41657 2.76549C5.84205 1.55852 3.80893 0 -1.90735e-06 0C-3.81198 0 -5.85544 1.56053 -7.43748 2.76867L-7.4631 2.78824C-8.88873 3.87687 -9.85506 4.59883 -12 4.59883V9C-8.18803 9 -6.14456 7.43947 -4.56253 6.23133L-4.5369 6.21176C-3.11127 5.12313 -2.14494 4.40117 -1.90735e-06 4.40117C2.14195 4.40117 3.09588 5.12018 4.51674 6.20923C4.53438 6.22275 4.55215 6.23637 4.57005 6.2501C5.29075 6.80273 6.22151 7.51643 7.40871 8.06077C8.67521 8.64147 10.1531 9 12 9C15.8089 9 17.842 7.44148 19.4166 6.23451L19.4496 6.20923C20.2216 5.61746 20.7771 5.20349 21.441 4.89907Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.441 4.10093C58.0551 4.38251 58.8357 4.59883 60 4.59883V9C58.1531 9 56.6752 8.64147 55.4087 8.06077C54.2215 7.51643 53.2908 6.80273 52.57 6.2501C52.5521 6.23638 52.5344 6.22275 52.5167 6.20923C51.0959 5.12018 50.142 4.40117 48 4.40117C46.8357 4.40117 46.0551 4.61749 45.441 4.89907C44.7771 5.20349 44.2216 5.61746 43.4496 6.20923L43.4166 6.23451C41.842 7.44148 39.8089 9 36 9C32.188 9 30.1446 7.43947 28.5625 6.23133L28.5369 6.21176C27.1113 5.12313 26.1449 4.40117 24 4.40117V0C27.812 0 29.8554 1.56053 31.4375 2.76867L31.4631 2.78824C32.8887 3.87687 33.8551 4.59883 36 4.59883C38.142 4.59883 39.0959 3.87982 40.5167 2.79077C40.5344 2.77725 40.5521 2.76363 40.57 2.7499C41.2907 2.19727 42.2215 1.48357 43.4087 0.939228C44.6752 0.358529 46.1531 0 48 0C51.8089 0 53.842 1.55852 55.4166 2.76549L55.4496 2.79077C56.2216 3.38254 56.7771 3.79651 57.441 4.10093Z"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 48px 9px;
}
.breadcrumbs li::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.swatch-option-tooltip {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: var(--gray-900);
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  text-align: left;
}
.breeze-inactive .swatch-option-tooltip {
  transition: none !important;
}
.swatch-option-tooltip[style*="block"] {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.field-tooltip-content,
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: var(--gray-900);
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  text-align: left;
}
.breeze-inactive .field-tooltip-content,
.breeze-inactive .dropdown.options .dropdown,
.breeze-inactive .tooltip.wrapper .tooltip.content,
.breeze-inactive .minicart-wrapper .mage-dropdown-dialog,
.breeze-inactive .minisearch .search-autocomplete,
.breeze-inactive .map-popup,
.breeze-inactive .navigation .submenu {
  transition: none !important;
}
.breeze .field-tooltip-content,
.breeze .dropdown.options .dropdown,
.breeze .tooltip.wrapper .tooltip.content,
.breeze .minicart-wrapper .mage-dropdown-dialog,
.breeze .minisearch .search-autocomplete,
.breeze .map-popup,
.breeze .navigation .submenu {
  display: block !important;
}
.field-tooltip-content[aria-hidden="false"],
.dropdown.options .dropdown[aria-hidden="false"],
.tooltip.wrapper:hover .tooltip.content,
.tooltip.wrapper:focus .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog[style=""],
.minicart-wrapper .mage-dropdown-dialog[style*="block"],
.minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]),
.map-popup.active,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.breeze) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a {
  --divider-alpha: 0.05;
  cursor: pointer;
}
.dropdown.options .dropdown > li > a:hover,
.dropdown.options .dropdown > ul > li > a:hover,
.minisearch .search-autocomplete [role="listbox"] li:hover,
.navigation :where(li[class*=level]) > a:hover {
  background: rgba(var(--base-color), var(--divider-alpha, .1));
}
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart {
  cursor: pointer;
}
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
:where(input:not([type=range])):focus,
:where(input:not([type=range])):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  --input-bg: var(--gray-100);
  --input-border-color: var(--brand-color);
  --input-outline-color: var(--input-border-color);
  --input-shadow-spread: 1px;
  outline: 2px solid rgba(var(--input-outline-color), var(--input-outline-alpha));
  outline-offset: 2px;
}
:where(input:not([type=range])):-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: none, 0 0 0 30px rgba(var(--muted-bg), var(--muted-bg-alpha, 1)) inset;
  -webkit-text-fill-color: rgba(var(--input-color), var(--input-alpha));
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive button,
.breeze-inactive .action.primary,
.breeze-inactive input[type='submit'],
.breeze-inactive input[type='reset'],
.breeze-inactive input[type='button'],
.breeze-inactive .pagebuilder-button-primary,
.breeze-inactive .pagebuilder-button-secondary,
.breeze-inactive .pagebuilder-button-link {
  transition: none !important;
}
button.selected,
.action.primary.selected,
input[type='submit'].selected,
input[type='reset'].selected,
input[type='button'].selected,
.pagebuilder-button-primary.selected,
.pagebuilder-button-secondary.selected,
.pagebuilder-button-link.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  button:hover,
  .action.primary:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .pagebuilder-button-primary:hover,
  .pagebuilder-button-secondary:hover,
  .pagebuilder-button-link:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
  }
}
button:focus-visible,
.action.primary:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
input[type='button']:focus-visible,
.pagebuilder-button-primary:focus-visible,
.pagebuilder-button-secondary:focus-visible,
.pagebuilder-button-link:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
@media (hover: hover) {
  .pagebuilder-button-link:hover {
    text-decoration: underline !important;
    --button-bg: transparent;
    --button-border-color: transparent;
    --button-color: var(--link-color);
  }
}
@media (hover: hover) {
  .button-ghost button:hover,
  .button-ghost .pagebuilder-button-primary:hover,
  .button-ghost .pagebuilder-button-secondary:hover {
    --button-bg-alpha: .1;
    --button-color: var(--base-color);
  }
}
.product-options-wrapper .action.back {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
.product-options-wrapper .action.back:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close,
.ui-dialog.popup .action.close,
.modal-header .action-close,
.block-minicart .action.close {
  float: right;
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  margin-left: auto;
  opacity: .7;
  cursor: pointer;
}
.button-close:focus-visible,
.ui-dialog.popup .action.close:focus-visible,
.modal-header .action-close:focus-visible,
.block-minicart .action.close:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close::before,
.ui-dialog.popup .action.close::before,
.modal-header .action-close::before,
.block-minicart .action.close::before {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.button-close span,
.ui-dialog.popup .action.close span,
.modal-header .action-close span,
.block-minicart .action.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.minicart-items .details-qty .update-cart-item {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.minicart-items .details-qty .item-qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
.minicart-items-wrapper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
}
.modal-content::-webkit-scrollbar,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}
.modal-content::-webkit-scrollbar-track,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-track {
  background-color: rgb(var(--scrollbar-bg));
  border-radius: 24rem;
}
.modal-content::-webkit-scrollbar-thumb,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-thumb {
  background-color: rgb(var(--scrollbar-color));
  border-radius: 24rem;
}
.loading-mask .loader,
.load.indicator::before,
.product-item-info-image-loading .product-item-photo::before {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  cursor: pointer;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:focus-visible {
  z-index: 10;
}
@media (max-width: 767.98px) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 0.75rem 0.75rem;
  }
  .breeze-inactive [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: none !important;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  --muted-alpha: .9;
  color: #1f2937;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover {
  --muted-bg-alpha: 1;
}
[data-content-type="tabs"] .tab-header {
  cursor: pointer;
}
[data-content-type="tabs"] .tab-header:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-content-type="tabs"] .tab-header:focus-visible {
  z-index: 10;
}
[data-content-type="tabs"] .tab-header.active {
  --muted-alpha: .9;
  color: #1f2937;
}
[data-content-type="tabs"] .tab-header.active:hover {
  --muted-bg-alpha: 1;
}
[data-mage-init*='"tabs":'] > [data-role="content"] {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-content-type="tabs"] .tabs-content > div {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [data-content-type="tabs"] .tabs-content > div {
  transition: none !important;
}
.minicart-items .details-qty .update-cart-item span,
.minicart-items .action.edit span,
.minicart-items .action.delete span,
.review-control-vote label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mobile-header-panel .switcher .label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.minicart-items .details-qty .label,
.minicart-items .details-qty .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-minicart .items-total {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.block-minicart .block-content > .actions a.action {
  color: rgba(var(--link-color), var(--link-alpha));
  text-decoration: none;
}
.block-minicart .block-content > .actions a.action:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.popup-authentication .block-new-customer p {
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  padding-left: 1.25rem;
}
.popup-authentication .block-new-customer ul {
  list-style: disc;
}
.footer-middle {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.85;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.9;
  --block-title-color: 0.9;
  --link-color: 147, 197, 253;
  --link-alpha: 0.9;
  --muted-bg: 31, 41, 55;
  --muted-bg-alpha: 1;
  --ring-color: 255, 255, 255;
  --ring-alpha: 0.7;
  --button-bg: var(--gray-50);
  --button-border-color: var(--gray-50);
  --button-primary-color: var(--gray-900);
  --button-primary-bg: var(--gray-50);
  --button-primary-border-color: var(--gray-50);
  --button-color: var(--gray-900);
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0.07000000000000001;
  --input-border-alpha: 0;
}
div.mage-error,
div.field-error {
  margin-top: 0.125rem;
  font-size: .9rem;
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field-tooltip {
  --dropdown-width: 18rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.field-tooltip-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-trigger::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-sm-around {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
}
.shadow-around {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md-around {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.shadow-lg-around {
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl-around {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.shadow-2xl-around {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  position: static;
}
.block-collapsible-nav .title {
  cursor: pointer;
}
.block-collapsible-nav .content a:hover {
  text-decoration: none;
  --base-bg-alpha: .8;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
}
@media (min-width: 768px) {
  .block-collapsible-nav .content {
    position: sticky;
    top: 0.5rem;
    left: 0;
  }
}
@media (min-width: 640px) {
  .ui-dialog.popup {
    width: 24rem;
  }
}
.ui-dialog.popup .action.close {
  position: absolute;
  z-index: 101;
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown.options .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.dropdown.options .subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.dropdown.options .product-item + .product-item {
  margin-top: 1rem;
}
.dropdown.options .actions-toolbar {
  justify-content: center;
  margin-top: 1rem;
}
.dropdown.options .empty {
  font-weight: 500;
}
:root {
  --dropdown-padding: 0.5rem;
  --dropdown-width: 11rem;
}
.dropdown-lg {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 18rem;
}
.dropdown-xl,
.map-popup {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 20rem;
}
.modals-overlay,
.modal-custom-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  visibility: hidden;
  content: '';
  z-index: 810;
  opacity: 0;
  pointer-events: none;
  background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
}
.breeze-inactive .modals-overlay,
.breeze-inactive .modal-custom-overlay {
  transition: none !important;
}
._show ~ .modals-overlay,
._show ~ .modal-custom-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.breeze._has-modal,
body.breeze._has-modal-custom {
  overflow: hidden;
}
.modal-slide,
.modal-popup,
.modal-custom {
  --modal-max-width: 500px;
  --modal-max-height: 85vh;
  --modal-padding-x: 1rem;
  --modal-padding-y: var(--modal-padding-x);
  inset: 0;
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
}
@media (min-width: 768px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    --modal-padding-x: 2rem;
  }
}
.modal-slide._show,
.modal-popup._show,
.modal-custom._show {
  visibility: visible;
}
@media (min-width: 640px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    justify-content: center;
  }
}
.modal-slide[data-type="slide"] {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  padding-left: 1.75rem;
  left: auto !important;
}
.modal-inner-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: var(--modal-max-width);
  max-height: var(--modal-max-height);
  max-height: -webkit-fill-available;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
  opacity: 0;
}
.modal-xl .modal-inner-wrap {
  --modal-max-width: 850px;
}
@media (max-width: 767.98px) {
  .modal-inner-wrap {
    transform: translateY(10px);
  }
}
@media (min-width: 768px) {
  .modal-inner-wrap {
    transform: scale(0.97);
  }
}
[data-type="slide"] .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: none;
  border-radius: 0;
  transform: translateX(100%);
}
._show .modal-inner-wrap {
  pointer-events: auto;
  transform: none;
  opacity: 1;
}
.modal-header,
.modal-content,
.modal-footer {
  padding: 0 var(--modal-padding-x);
}
.modal-header,
.modal-footer {
  flex-shrink: 0;
  padding-top: var(--modal-padding-y);
  position: relative;
  z-index: 10;
}
.modal-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.modal-header .action-close {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: calc(var(--modal-padding-y) / 3);
  right: calc(var(--modal-padding-x) / 3);
}
.modal-content {
  overflow: auto;
  overscroll-behavior: contain;
  padding-bottom: 3px;
  padding-top: 3px;
}
.modal-content:last-child {
  padding-bottom: var(--modal-padding-y);
}
.modal-content .message .button-close {
  display: none;
}
.modal-footer {
  padding-bottom: var(--modal-padding-y);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.page-header .action.skip {
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 40;
  text-align: center;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.page-header .action.skip:hover {
  text-decoration: underline;
}
.page-header .action.skip:focus-within {
  outline-offset: 0;
  padding: 0.625rem 0.5rem;
}
@media (max-width: 767.98px) {
  .sidebar .action.skip {
    display: none !important;
  }
}
.loading-mask,
.load.indicator {
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 800;
  --base-bg-alpha: .6;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .loading-mask,
body > .load.indicator {
  z-index: 990;
}
body > .loading-mask {
  position: fixed !important;
}
.loading-mask .loader {
  flex-shrink: 0;
  flex-grow: 0;
}
.loading-mask .loader p,
.loading-mask .loader img {
  display: none;
}
.loading-mask + .loading-mask {
  opacity: 0;
}
.load.indicator[style*="display: inline"] {
  display: flex !important;
}
.load.indicator::before {
  content: '';
  display: block;
}
.load.indicator span {
  display: none;
}
._block-content-loading {
  position: relative;
}
.tooltip.wrapper {
  --dropdown-width: 16rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .tooltip.wrapper {
    --dropdown-width: 12rem;
  }
}
.towishlist::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.tocompare::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.print::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.mailto::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hover-zoom {
    overflow: hidden;
  }
  .hover-zoom > a {
    outline-offset: -4px;
  }
  .hover-zoom > img,
  .hover-zoom [data-background-images^="{\\"],
  .hover-zoom [data-background-images^="{\\"] > * {
    transition: transform 600ms cubic-bezier(0.35, 0, 0.05, 1);
  }
  .hover-zoom:hover [data-background-images^="{\\"] {
    transform: scale(1.05);
  }
  .hover-zoom:hover [data-background-images^="{\\"] > * {
    transform: scale(0.95);
  }
  .hover-zoom:hover > img {
    transform: scale(1.05);
  }
}
.popup-authentication .modal-inner-wrap {
  --modal-max-width: 850px;
}
.popup-authentication .block-authentication {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .popup-authentication .block-authentication {
    flex-direction: row;
    gap: 2rem;
  }
  .popup-authentication .block-authentication > .block {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.block .block-title .counter {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs a:hover {
  color: #4b5563;
  text-decoration: underline;
}
.breadcrumbs .home::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs .home:hover::before {
  color: #4b5563;
}
.footer-top {
  background: url(../images/wave-gray.svg) no-repeat 50% 0;
}
.footer-middle {
  background: url(../images/wave-blue.svg) no-repeat 50% 0;
}
.page-footer .block.newsletter .control > label::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.dropdown .header.links {
  flex-direction: column;
  gap: 0;
}
.mobile-header-panel {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.mobile-header-panel .slideout\:hide {
  display: none;
}
.mobile-header-panel .heading,
.mobile-header-panel .switcher-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.mobile-header-panel .switcher,
.mobile-header-panel .header-panel-info {
  margin-top: 1rem;
  padding: 0 0.5rem;
  display: flex;
  gap: 0.75rem;
}
.mobile-header-panel .switcher a:not(.toggle),
.mobile-header-panel .header-panel-info a:not(.toggle) {
  opacity: .7;
}
.mobile-header-panel .switcher + .switcher {
  margin-top: 0.5rem;
}
.mobile-header-panel .header-panel-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .block.filter .filter-content {
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(-100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter:not(.active) .filter-content [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
    visibility: hidden;
  }
  .block.filter .filter-title strong::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-options-content {
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: 243, 244, 246;
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: var(--gray-900);
    --input-border-alpha: 1;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    transform: scale(0.95);
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border-radius: 0.25rem;
    text-align: left;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  }
  .breeze-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .breeze .column.main .block.filter .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: scale(1);
    top: auto;
  }
  .column.main .block.filter .filter-options-content .item {
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
@media (min-width: 768px) {
  .block.filter .filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .block.filter [data-role="title"] {
    cursor: pointer;
  }
  .active.block.filter [data-role="title"] {
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    padding: 1rem 1.5rem;
  }
}
.product-item-name a:hover {
  text-decoration: underline;
}
.actions-secondary .action:hover {
  --muted-alpha: .9;
}
.actions-secondary .action::before {
  -webkit-mask-size: 1.5rem;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .breeze-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .breeze-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock.selected {
    --button-color: 255, 255, 255;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:focus-visible {
    --button-border-alpha: 1;
    z-index: 10;
    outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
    outline-offset: 2px;
  }
}
@media (hover: hover) and (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary a::before {
  -webkit-mask-size: 1.5rem;
}
.pages .action.previous::before,
.pages .action.next::before,
.sorter-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .sort-desc::before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover {
  --muted-alpha: .9;
}
.toolbar .modes a:hover {
  --muted-alpha: .9;
}
.toolbar .mode-grid::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .mode-list::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.pages a.page:hover {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.pages .action.next::before {
  transform: rotate(90deg);
}
.pages .action.previous::before {
  transform: rotate(-90deg);
}
.pages .action.next:hover,
.pages .action.previous:hover {
  --muted-alpha: .9;
}
.lac-notification-sticky {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 810;
  top: 0;
}
.lac-notification .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.minicart-wrapper .mage-dropdown-dialog {
  width: 20rem;
  max-width: 90vw;
  display: block !important;
  padding: 0.75rem 1rem;
  transform-origin: top right;
}
.minicart-wrapper .showcart {
  --spinner-size: 1rem;
}
.block-minicart .block-title {
  float: left;
  padding: 0;
  border: 0;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  clear: both;
  display: flex;
  flex-direction: column;
}
.block-minicart .action.close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.block-minicart .items-total {
  font-weight: 500;
  display: none;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  padding: 0.5rem 0 0;
  display: flex;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: right;
}
.block-minicart .block-content > .actions {
  margin: 0.25rem 0;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty) {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.minicart-items-wrapper {
  position: relative;
  height: auto !important;
  max-height: none !important;
  margin: 1rem 0;
}
.minicart-items-wrapper > .minicart-items {
  max-height: 35vh;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 0.25rem 0.375rem;
  margin: 0 0 0 -0.25rem;
}
.modal-slide[data-type="slide"] .minicart-items-wrapper > .minicart-items {
  max-height: none;
}
.minicart-items-wrapper .message {
  margin-top: 0.25rem;
}
.minicart-items li.product-item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.minicart-items li.product-item > div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
  max-width: 30%;
}
.minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(70% - 0.75rem);
  flex-grow: 1;
}
.minicart-items li.product-item > div.product .message {
  width: 100%;
}
.minicart-items li.product-item > div.product .message:last-child {
  margin: 0;
}
.minicart-items .product.options .toggle {
  justify-content: flex-start;
}
.minicart-items .product-item-photo,
.minicart-items .product-image-container {
  flex-shrink: 0;
}
.minicart-items .subtotal,
.minicart-items .price-container {
  margin: 0.25rem 0;
}
.minicart-items .details-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.minicart-items .details-qty .item-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  width: 2.5rem;
  border-color: transparent;
  margin-left: -0.25rem;
}
.minicart-items .details-qty .update-cart-item::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.minicart-items .actions {
  display: flex;
  gap: 0.125rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.minicart-items .actions a {
  display: flex;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-items .action.edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .action.delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .actions a:hover {
  --muted-alpha: .9;
}
.minisearch .label::before {
  position: relative;
  cursor: pointer;
}
.minisearch.active .control {
  display: block;
  z-index: 40;
  left: 0;
  right: 0;
}
.minisearch.active .actions {
  display: flex;
  z-index: 41;
}
.minisearch .search-autocomplete {
  width: auto;
  right: auto;
}
.minisearch .search-autocomplete [role="listbox"] li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.minisearch .search-autocomplete [role="listbox"] li.selected {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.minisearch .search-autocomplete [role="listbox"] .amount {
  opacity: .5;
}
.message:where(.warning, .success, .notice, .error, .info) {
  background: rgb(var(--message-bg));
  color: rgb(var(--message-color));
  border-color: rgb(var(--message-border-color, var(--message-color)), var(--message-border-alpha, .1));
}
.message a {
  color: rgb(var(--message-color)) !important;
}
.message a:hover {
  text-decoration: none !important;
}
.message > .button-close::before {
  -webkit-mask-size: 1rem 1rem;
}
.message.success {
  --message-bg: 187, 247, 208;
  --message-color: 22, 101, 52;
}
.message.success::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.info,
.message.warning,
.message.notice {
  --message-bg: 219, 234, 254;
  --message-color: 37, 99, 235;
}
.message.info::before,
.message.warning::before,
.message.notice::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.error {
  --message-bg: 254, 226, 226;
  --message-color: 220, 38, 38;
}
.message.error::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.breeze.breeze-theme #maincontent > .page.messages .message {
  transform: translateY(-50px);
  position: relative;
}
.breeze.breeze-theme #maincontent > .page.messages .message.shown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  animation: 0.3s ease-in-out 5s forwards message-hide;
  -moz-animation: 5s ease-in-out forwards moz-message-hide;
}
.breeze.breeze-theme #maincontent > .page.messages .message .button-close::after {
  content: '';
  position: absolute;
  right: -0.375rem;
  bottom: 0;
  width: 3px;
  height: 100%;
  opacity: 0;
  background-color: currentColor;
  animation: 3.5s linear 1.5s forwards message-progress;
}
.breeze.breeze-theme #maincontent > .page.messages .message:hover,
.breeze.breeze-theme #maincontent > .page.messages .message:hover .button-close::after {
  animation-play-state: paused;
}
@keyframes message-hide {
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moz-message-hide {
  0% {
    transform: translateY(0);
  }
  93% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes message-progress {
  0% {
    opacity: .5;
  }
  100% {
    height: 0;
    opacity: 0.1;
  }
}
.map-popup {
  transition: opacity var(--transition-duration), visibility var(--transition-duration) 0s;
  width: 100%;
  right: auto;
  left: 0;
}
.map-popup.active {
  z-index: 950;
  /* Move above modal since map can be triggered within the modal */
}
.map-popup .action.tocart {
  width: 100%;
}
.map-popup-wrapper.ui-dialog .action.close {
  z-index: 951;
}
.map-form-addtocart {
  margin: 0.5rem 0;
}
.actual-price {
  font-weight: 500;
}
.additional-addtocart-box {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.additional-addtocart-box:empty {
  display: none;
}
.additional-addtocart-box > div {
  max-width: calc(50% - 0.25rem);
}
@media (max-width: 639.98px) {
  .navigation-wrapper {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(-100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .nav-open .navigation-wrapper {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open .navigation-wrapper,
  .nav-before-open .navigation-wrapper {
    display: block;
  }
  .nav-toggle::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 640px) {
  .navigation-wrapper {
    transition: none;
  }
}
.nav-toggle {
  cursor: pointer;
}
.nav-open .nav-toggle {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 639.98px) {
  .nav-before-open .nav-toggle span {
    clip: unset;
  }
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  content: '';
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
@media (max-width: 639.98px) {
  .navigation-wrapper .navigation {
    clear: both;
    padding: 0.5rem 0;
  }
  .navigation-wrapper .navigation > ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    top: -9999px;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.breeze) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 640px) {
  .navigation-wrapper li > a:hover,
  .navigation-wrapper .opened > a {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li > a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li.active > a.level-top,
  .navigation-wrapper li.has-active > a.level-top,
  .navigation-wrapper li.active > a.level-top:hover,
  .navigation-wrapper li.has-active > a.level-top:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    top: -9999px;
    left: -9999px;
    right: auto;
    border-radius: 0.25rem;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu.shown {
    top: 100%;
    left: 0;
  }
  .navigation-wrapper .submenu .submenu.shown {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
}
.slick-next::before,
.slick-prev::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.slick-prev::before {
  transform: scaleX(-1);
}
#html-body [data-show-button="hover"]:hover button {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .product.media:not(:has(.opened)),
  .product-info-wrapper .product-info-main {
    position: sticky;
    top: 1rem;
    z-index: 20;
    align-self: flex-start;
  }
  .modal-content .product.media:not(:has(.opened)),
  .modal-content .product-info-wrapper .product-info-main {
    top: 0;
  }
}
.product-social-links a.action:hover,
.product-social-links button.action:hover {
  --muted-alpha: .8;
}
.bundle-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bundle-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
  .bundle-wrapper > div {
    width: 50%;
  }
  .bundle-wrapper .block-bundle-summary {
    position: sticky;
    top: 0;
    right: 0;
  }
}
.bundle-wrapper .product-addto-links {
  display: none;
}
.fieldset-bundle-options .title,
.block-bundle-summary .title,
.block-bundle-summary .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.product-options-wrapper .action.back {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.product-options-wrapper .action.back:hover {
  text-decoration: underline !important;
}
.product-options-wrapper .field.option > .label {
  font-weight: 500;
}
.product-options-wrapper .field.option + .field {
  margin-top: 1.5rem;
}
.product-options-wrapper .field.qty {
  margin-top: 0.5rem;
}
.block-bundle-summary .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-bundle-summary .product.name,
.block-bundle-summary .stock {
  display: none;
}
.block-bundle-summary .product-image-container {
  margin-bottom: 0.75rem;
}
.block-bundle-summary .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-bundle-summary .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-bundle-summary .bundle-summary {
  order: -1;
}
.block-bundle-summary .subtitle {
  display: none;
}
.block-bundle-summary .bundle.items li {
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .block-bundle-summary .content {
    gap: 0.5rem;
  }
  .block-bundle-summary .bundle-summary {
    order: initial;
  }
  .block-bundle-summary .subtitle {
    display: block;
    border: 0;
    padding: 0;
  }
}
.rating-result::before,
.rating-result > span::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
.rating-result > span {
  color: #1f2937;
}
.review-control-vote::before,
.review-control-vote label::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
@media (hover: hover) {
  .review-control-vote label:hover {
    opacity: 1;
  }
}
.review-control-vote input:checked + label,
.review-control-vote input:focus-visible + label {
  opacity: 1;
}
.review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.review-control-vote label {
  cursor: pointer;
  color: #1f2937;
  height: 1.5rem;
  left: 0;
}
.review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.review-field-ratings .mage-error + .mage-error {
  display: none;
}
.search-terms a:hover {
  text-decoration: underline;
}
.search.summary + .message .button-close {
  display: none;
}
.swatch-option-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
  right: auto;
  transform-origin: bottom;
  width: auto;
  text-align: center;
  padding: 0.25rem;
  min-width: 2rem;
}
.swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset rgba(var(--brand-color), var(--brand-alpha, 1)), 0 0 0 3px inset #ffffff;
}
.swatch-option.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.product-item-info-image-loading .product-item-photo::before {
  content: '';
  border-color: rgba(var(--base-color), var(--base-alpha, 1));
  border-top-color: transparent;
  opacity: .3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.625rem;
}
.product-item-info-image-loading .product-item-photo img,
.product-item-info-image-loading .product-item-photo picture {
  opacity: .5;
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  --muted-alpha: .9;
}
.cart.table-wrapper .action::before {
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-gift::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-gift._active::after {
  transform: rotate(-90deg);
}
.cart-tax-total {
  cursor: pointer;
}
.cart-tax-total::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.cart-tax-total-expanded::after {
  transform: rotate(-90deg);
}
.totals-tax-summary {
  cursor: pointer;
}
.totals-tax-summary .amount .price::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.totals-tax-summary.expanded .amount .price::before {
  transform: rotate(-90deg);
}
@media all and (min-width: 768px), print {
  .block.newsletter .form.subscribe.hidden-consents > .field,
  .block.newsletter .form.subscribe.visible-consents > .field,
  .block.newsletter .form.subscribe.hidden-consents > .actions,
  .block.newsletter .form.subscribe.visible-consents > .actions {
    float: none;
  }
}
@media all and (min-width: 1024px), print {
  .breeze-gallery.opened {
    padding: 30px;
  }
}
.bg-wave-top::before,
.bg-wave-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 66px;
}
.bg-wave-top::before {
  background: url(../images/wave-white-top.svg) no-repeat 50% 0;
  top: -2px;
}
.bg-wave-bottom::after {
  background: url(../images/wave-white.svg) no-repeat 50% 100%;
  bottom: -2px;
}
.footer-top::after {
  background: #f7f8f8;
}
.footer-middle {
  --link-color: 255, 255, 255;
  --link-alpha: .7;
}
.footer-middle > div,
.footer-middle::after {
  background: #000121;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .minisearch {
    position: relative;
  }
  .minisearch .control {
    top: -1.125rem;
  }
  .active.minisearch .control {
    left: -300px;
    right: -0.75rem;
  }
}
.swatch-option:focus-visible {
  outline-offset: 0;
}
.page-header .header .block-search .minisearch .action:hover {
  cursor: pointer !important;
}
