/* =Media path
------------------------------------------------------------------------------*/
/* =Color variables
------------------------------------------------------------------------------*/
/* =Fonts
------------------------------------------------------------------------------*/
/* =Breakpoints
------------------------------------------------------------------------------*/
/* =Mixins
------------------------------------------------------------------------------*/
/* =Define view port
------------------------------------------------------------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* =Bread crumbs
------------------------------------------------------------------------------*/
.nav-crumb-container {
  width: 100%;
  display: block;
  border-bottom: 1px solid;
  border-color: #979797;
}

ul.nav-crumb {
  margin: 10px 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #414141;
  padding-left: 15px;
}

ul.nav-crumb li {
  display: inline;
  font-size: 12px;
  margin-left: 0;
}

ul.nav-crumb li i {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

ul.nav-crumb li i[class^="icon-"], ul.nav-crumb li i[class*=" icon-"] {
  font-size: 10px;
}

ul.nav-crumb li a {
  color: #414141;
}

ul.nav-crumb li:first-child a:before {
  font-family: FontAwesome;
  content: "\f015";
  margin-right: 5px;
}

ul.nav-crumb li:first-child a.new-home-icon:before {
  font-family: 'es-font-icons';
  content: "\e90d";
  margin-right: 5px;
}

ul.nav-crumb li.last,
ul.nav-crumb li.active {
  color: #ce188e;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,transform;
  transition-property: visibility,opacity,transform,-webkit-transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=top][data-state=hidden] {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=bottom][data-state=hidden] {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=left][data-state=hidden] {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=right][data-state=hidden] {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-state=hidden] {
  opacity: 0;
}

/*! Hint.css - v2.5.1 - 2018-11-17
* http://kushagragour.in/lab/hint/
* Copyright (c) 2018 Kushagra Gour */
[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

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

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.alert {
  margin-bottom: 1em;
  padding: .5em 2em .5em .75em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  position: relative;
}

.alert--note {
  background-color: #34ace7;
  border-color: #f5fbfe;
}

.alert--success {
  background-color: #f4faee;
  border-color: #7fb749;
  color: #71a241;
}

.alert p {
  font-size: 14px;
  margin-left: 3.5em;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .alert p {
    margin-left: 0;
  }
}

.alert a:not(.close) {
  font-weight: 600;
  text-decoration: underline;
}

.alert .close {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  color: inherit;
  font-size: 1.5em;
  line-height: 1.75em;
}

.es-accordion {
  background: #f1f1f1;
  border-radius: 5px;
}

.es-accordion:not(:last-of-type) {
  margin-bottom: .5em;
}

.es-accordion--parent {
  list-style: none;
}

.es-accordion--animated .es-accordion__label::before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.es-accordion__sub {
  display: none;
  overflow: hidden;
}

.es-accordion__sub--is-visible {
  display: block;
}

.es-accordion__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 0;
  padding-left: 20px;
  cursor: pointer;
}

.es-accordion__sub .es-accordion__item:last-child {
  padding-bottom: 1em;
}

.es-accordion__input {
  position: absolute;
  opacity: 0;
  margin: 0;
  height: initial;
}

.es-accordion__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background: #f1f1f1;
  color: #414141;
  font-weight: 600;
  cursor: pointer;
}

.es-accordion__label span {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  position: relative;
}

.es-accordion__label span::after {
  content: '';
  background: url("../../images/v2/product/chevron-down.svg") no-repeat right center;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease-out, -webkit-transform-origin .3s ease-out;
  transition: -webkit-transform .3s ease-out, -webkit-transform-origin .3s ease-out;
  transition: transform .3s ease-out, transform-origin .3s ease-out;
  transition: transform .3s ease-out, transform-origin .3s ease-out, -webkit-transform .3s ease-out, -webkit-transform-origin .3s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.es-accordion__label--with-icon {
  padding-left: 1.25em;
}

.es-accordion__label::after, .es-accordion__label--icon-folder::before {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
}

.es-accordion__label--icon-folder::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.es-accordion__label::after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.es-accordion__input:checked + .es-accordion__label span::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.es-accordion__input:checked ~ .es-accordion__sub {
  display: block;
}

.es-accordion__sub--l1 .es-accordion__label {
  -webkit-box-shadow: inset 0 -1px var(--color-shadow);
          box-shadow: inset 0 -1px var(--color-shadow);
  padding-left: calc(var(--space-md) + 16px);
}

.es-accordion__sub > .es-accordion__item {
  padding-left: 0;
  margin-left: 2em;
  list-style-type: disc;
}

.es-accordion__item:last-child .es-accordion__label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.es-accordion__sub--l2 .es-accordion__label {
  padding-left: 2em;
}

.es-accordion__sub--l3 .es-accordion__label {
  padding-left: 3em;
}

.es-accordion__item a {
  color: #ce188e;
  list-style-type: disc;
}

.es-accordion__item a:hover, .es-accordion__item a:focus {
  text-decoration: underline;
}

/*!
Based from Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md

Modified for EasySigns
*/
.es-btn,
a.es-btn,
input[type="button"].es-btn {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.es-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inherit .pure-g styles */
.es-btn-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.es-btn-group {
  word-spacing: -0.43em;
}

.es-btn-group .es-btn {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*csslint outline-none:false*/
.es-btn,
a.es-btn,
input[type="button"].es-btn {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #8dcb51;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}

.es-btn-hover,
.es-btn:hover,
.es-btn:focus {
  background-color: #78ad45;
}

.es-btn:focus {
  outline: 0;
}

.es-btn-primary {
  background-color: #8dcb51;
}

.es-btn-primary:hover, .es-btn-primary:focus, .es-btn-primary:active {
  background-color: #78ad45;
}

.es-btn-primary--outline {
  background-color: transparent;
  border: 1px solid #8dcb51;
  color: #7aae00;
}

.es-btn-primary--outline:hover, .es-btn-primary--outline:focus {
  background-color: #f4faee;
  color: #7aae00;
}

.es-btn-secondary,
a.es-btn-secondary {
  background-color: #ce188e;
}

.es-btn-secondary:hover, .es-btn-secondary:focus,
a.es-btn-secondary:hover,
a.es-btn-secondary:focus {
  background-color: #af1479;
}

.es-btn-secondary--outline,
a.es-btn-secondary--outline {
  background-color: transparent;
  border: 1px solid #da52aa;
  color: #ce188e;
}

.es-btn-secondary--outline:hover, .es-btn-secondary--outline:focus, .es-btn-secondary--outline:active,
a.es-btn-secondary--outline:hover,
a.es-btn-secondary--outline:focus,
a.es-btn-secondary--outline:active {
  color: #fff;
}

.es-btn-tertiary,
a.es-btn-tertiary {
  color: #414141;
  background-color: #fff;
}

.es-btn-tertiary:hover, .es-btn-tertiary:focus, .es-btn-tertiary:active,
a.es-btn-tertiary:hover,
a.es-btn-tertiary:focus,
a.es-btn-tertiary:active {
  background-color: #f1f1f1;
}

.es-btn-tertiary--outline,
a.es-btn-tertiary--outline {
  border: 1px solid #d0d0d0;
}

.es-btn[disabled],
.es-btn-disabled,
.es-btn-disabled:hover,
.es-btn-disabled:focus,
.es-btn-disabled:active {
  border: none;
  background-image: none;
  background-color: #414141;
  color: #fff;
  /* csslint ignore:start */
  filter: alpha(opacity=50);
  /* csslint ignore:end */
  opacity: 0.45;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.es-btn[disabled].hint,
.es-btn-disabled.hint,
.es-btn-disabled.hint:hover,
.es-btn-disabled.hint:focus,
.es-btn-disabled.hint:active {
  background-color: #979797;
  /* csslint ignore:start */
  filter: alpha(opacity=100);
  /* csslint ignore:end */
  opacity: 1;
  pointer-events: initial;
}

.es-btn-hidden {
  display: none;
}

.es-btn-xsmall {
  font-size: .65em;
}

.es-btn-small {
  font-size: .85em;
}

.es-btn-large {
  font-size: 1.25em;
}

.es-btn-xlarge {
  font-size: 1.5em;
}

.es-btn-round {
  border-radius: 25px;
}

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

/* Button Groups */
.es-btn-group .es-btn {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.es-btn-group .es-btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.es-btn-group .es-btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

.button-text {
  color: #71a241;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .5px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-transform: uppercase;
}

.button-text--with-icon > i {
  width: 16px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

.button-text:hover, .button-text:focus {
  color: #557a31;
}

.customTextBlock {
  padding: 1em 2em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  position: relative;
}

.customTextBlock:not(:last-of-type) {
  margin-bottom: 1em;
}

.customTextBlock--success {
  background-color: #f5fbf7;
  border-color: #2ca057;
}

.customTextBlock--info {
  background-color: #f5fbfe;
  border-color: #34ace7;
}

.customTextBlock--error {
  background-color: #fef5f5;
  border-color: #de382c;
}

.customTextBlock--alert {
  background-color: #fefdf6;
  border-color: #e5c443;
}

.customTextBlock p {
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .customTextBlock p {
    margin-left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .customTextBlock p:first-of-type {
    margin-top: .5em;
  }
}

.customTextBlock p:not(:last-child) {
  margin-bottom: .5em;
}

.customTextBlock__icon {
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  left: 1em;
  top: .85em;
  font-size: 24px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .customTextBlock__icon {
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 1.5em;
  }
}

.customTextBlock__icon + span {
  display: block;
  margin-top: .25em;
  margin-bottom: .25em;
  margin-left: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .customTextBlock__icon + span {
    margin-top: 1em;
    margin-left: 0;
  }
}

.customTextBlock--info .customTextBlock__icon {
  background-color: #cdedfc;
  color: #32a3db;
}

.customTextBlock--info .customTextBlock__icon + span {
  color: #32a3db;
}

.customTextBlock--error .customTextBlock__icon {
  background-color: #facecb;
  color: #d33529;
}

.customTextBlock--error .customTextBlock__icon + span {
  color: #d33529;
}

.customTextBlock--alert .customTextBlock__icon {
  background-color: #fcf3d1;
  color: #d9b940;
}

.customTextBlock--alert .customTextBlock__icon + span {
  color: #5E501C;
}

.customTextBlock--alert .customTextBlock__icon {
  background-color: #fcf3d1;
  color: #d9b940;
}

.customTextBlock--alert .customTextBlock__icon + span {
  color: #5E501C;
}

.customTextBlock--success .customTextBlock__icon {
  background-color: #cbe9d6;
  color: #299753;
}

.customTextBlock--success .customTextBlock__icon + span {
  color: #2EA85C;
}

.customTextBlock--inline {
  padding: .5em 1em;
  margin-bottom: 1em;
  display: inline-block;
  border-radius: 50px;
}

.customTextBlock--inline .customTextBlock__icon {
  top: .5em;
  left: auto;
  right: .85em;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  background: #414141;
}

.customTextBlock--inline p {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 1.45em;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .customTextBlock--inline p:first-of-type {
    margin-top: 0;
  }
}

.customTextBlock--inline .hint--top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

div.configuration li.item-title {
  overflow: visible;
}

/* Standardize form styling, from Foundation
------------------------------------------------------------------------------*/
[type='text'], [type='password'],
[type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'],
[type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  width: 100%;
  padding-left: .5em;
  padding-right: .5em;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #979797;
  color: #414141;
}

[type='text']:disabled, [type='password']:disabled,
[type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='month']:disabled, [type='week']:disabled,
[type='email']:disabled, [type='number']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='time']:disabled, [type='url']:disabled, [type='color']:disabled,
textarea:disabled {
  background-color: #eee;
}

input {
  font-size: 1em;
}

select {
  height: 36px;
  background-color: #fff;
  font-size: 1em;
  background-position: calc(100% - .5rem) center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  border-radius: 5px;
  border: 1px solid #979797;
  padding-left: .5rem;
}

select:disabled {
  background-color: #eee;
}

[type='search'],
.search input {
  -webkit-appearance: textfield;
}

.form-label {
  display: block;
  margin-bottom: .25em;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #414141;
}

/* =Products Quote form
------------------------------------------------------------------------------*/
#quote-form {
  background: #f1f1f1;
  padding: 15px;
}

#quote-form fieldset {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
}

a#print-quote {
  display: block;
  text-align: right;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ce188e;
}

.input-holder {
  height: 90px;
}

label.error,
*[label-for].error {
  margin-top: 0;
  font-weight: normal !important;
  font-size: 13px;
  color: #c60f13;
  display: block;
  margin-bottom: 10px;
}

input.error,
textarea.error {
  border: 1px solid #df5053;
  background: #eddadb;
  margin-bottom: 0;
}

#contact-area form fieldset input,
#contact-area form fieldset textarea {
  margin-bottom: 2px;
}

.product-total {
  background: #ffffff;
  padding: 15px 15px 10px;
  margin-bottom: 16px;
}

ul.quote-outcome {
  list-style: none;
  overflow: hidden;
}

ul.quote-outcome li {
  margin-left: 0;
  font-size: 14px;
  height: auto;
  min-height: 48px;
  display: table;
  width: 100%;
  line-height: 1.3em;
}

ul.quote-outcome li strong {
  width: 30%;
  padding-left: 10px;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: table-cell;
  border-right: 3px solid #ffffff;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  ul.quote-outcome li strong {
    width: 35%;
  }
}

ul.quote-outcome li span {
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  ul.quote-outcome li span {
    width: 65%;
  }
}

ul.quote-outcome li:nth-child(even) {
  background: #f1f1f1;
}

.quote-total-holder {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

@-webkit-keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.iconLoader {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 100%;
  border: 3px solid #414141;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotateLoader linear 0.6s infinite;
          animation: rotateLoader linear 0.6s infinite;
}

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

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

.es-loader {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-left-color: #8dcb51;
  width: 30px;
  height: 30px;
  -webkit-animation: donutSpin 0.6s linear infinite;
          animation: donutSpin 0.6s linear infinite;
  opacity: 0;
}

.is-loading .es-loader, .es-loader--show {
  opacity: 1;
}

.es-loader--xsmall {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.es-loader--small {
  width: 20px;
  height: 20px;
  border-width: 3px;
}

.es-loader--large {
  width: 100px;
  height: 100px;
  border-width: 10px;
}

.es-loader {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.es-btn:not(.is-loading) .es-loader {
  display: none;
}

.es-btn-primary .es-loader,
.es-btn-secondary .es-loader,
.es-btn[disabled] .es-loader,
.es-btn-disabled .es-loader {
  border-left-color: #fff;
}

/* =Override based on Fancybox
------------------------------------------------------------------------------*/
.modal--headerGreen button[data-fancybox-close].fancybox-close-small {
  color: #fff;
}

.modal-header {
  padding: .25em .75em;
  background: #8dcb51;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

.modal-body {
  padding: 1em 2em;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .modal--confirmation .modal-body {
    padding: 0;
  }
}

.modal--alert .modal-body {
  padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .modal--alert .modal-body {
    padding: 2em 0;
  }
}

.modal-cta-wrapper {
  margin-top: 2em;
}

.modal--confirmation h3, .modal--confirmation p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.modal--confirmation h3 {
  margin-bottom: .25em;
  color: #ce188e;
  text-align: center;
}

.modal--confirmation h3 + p {
  text-align: center;
}

.modal--confirmation .es-btn-tertiary {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35em;
}

@media screen and (max-width: 640px) {
  .modal--confirmation .modal-cta-wrapper > div:not(:last-child) .es-btn {
    margin-bottom: .5em;
  }
}

.modal--alert {
  background: transparent;
  padding: 0;
}

.modal--alert-error button[data-fancybox-close].fancybox-close-small {
  color: #d33529;
}

.es-radio-custom label {
  position: relative;
  text-align: center;
}

.es-radio-custom label input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.es-radio-custom input[type="radio"] + span,
.es-radio-custom input[type="radio"] + .span {
  padding: .5em 1em;
  display: block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  border: 2px solid #f1f1f1;
}

.es-radio-custom input[type="radio"]:checked + span,
.es-radio-custom input[type="radio"]:checked + .span {
  border: 2px solid #8dcb51;
  font-weight: 600;
}

.es-radio-custom input[type="radio"]:checked + span:after,
.es-radio-custom input[type="radio"]:checked + .span:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: #8dcb51 url("../../images/v2/product/icon-check-white.svg") no-repeat center center;
  position: absolute;
  right: -13px;
  top: -13px;
  border-radius: 50%;
}

.es-radio-custom input[type="radio"]:not(:checked) + span:hover,
.es-radio-custom input[type="radio"]:not(:checked) + span:focus,
.es-radio-custom input[type="radio"]:not(:checked) + .span:hover,
.es-radio-custom input[type="radio"]:not(:checked) + .span:focus {
  border-color: #DBDBDB;
}

.es-radio-custom.with-help-text input[type="radio"] + span,
.es-radio-custom.with-help-text input[type="radio"] + .span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.es-radio-custom.with-help-text small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  opacity: .75;
  margin-top: .15rem;
}

.es-radio-custom.with-help-text input[type="radio"]:checked + span small,
.es-radio-custom.with-help-text input[type="radio"]:checked + .span small {
  opacity: 1;
}

/* =Table general style
------------------------------------------------------------------------------*/
table.table-foundation {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table.table-foundation thead,
table.table-foundation tbody,
table.table-foundation tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table.table-foundation caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table.table-foundation thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table.table-foundation tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table.table-foundation thead tr,
table.table-foundation tfoot tr {
  background: transparent;
}

table.table-foundation thead th,
table.table-foundation thead td,
table.table-foundation tfoot th,
table.table-foundation tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table.table-foundation tbody th,
table.table-foundation tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table.table-foundation tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.table-foundation.unstriped tbody {
  background-color: #fefefe;
}

table.table-foundation.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table.table-foundation.unstriped tbody tr.grey-row {
  background: #f1f1f1;
}

@media screen and (max-width: 63.9375em) {
  table.table-foundation.stack thead {
    display: none;
  }
  table.table-foundation.stack tfoot {
    display: none;
  }
  table.table-foundation.stack tr,
  table.table-foundation.stack th,
  table.table-foundation.stack td {
    display: block;
  }
  table.table-foundation.stack td {
    border-top: 0;
  }
}

.tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #414141;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag--default {
  background-color: #fae8f4;
  color: #ce188e;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,transform;
  transition-property: visibility,opacity,transform,-webkit-transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=top][data-state=hidden] {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=bottom][data-state=hidden] {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=left][data-state=hidden] {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-placement^=right][data-state=hidden] {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.tippy-tooltip[data-animation=shift-away-subtle][data-state=hidden] {
  opacity: 0;
}

.displayNone {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

[data-tippy-content]:hover, [data-tippy-content]:focus {
  cursor: pointer;
}

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

.select2-container .select2-selection--single {
  height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}

/*------------------------------------*\
  Page layout and scaffold
\*------------------------------------*/
/* =Checkout Page
------------------------------------------------------------------------------*/
#visual-aid {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

#visual-aid img {
  display: block;
}

.checkout-intro article {
  padding-bottom: 0;
}

.user-is-logged-in #updateOrderArea .checkout-intro .link--back-to-orders {
  display: inline-block;
  margin-bottom: .75rem;
  border-bottom: 1px solid #ce188e;
}

.user-is-logged-in #updateOrderArea .checkout-intro article {
  padding-top: 0;
}

.grand-total {
  display: block;
  background: #ffffff;
  padding: 0;
  border: solid 1px #414141;
  margin-top: 1rem;
}

.grand-total h5 {
  margin-top: 0;
  width: 100%;
  background: #414141;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .grand-total {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.grand-total .table-holder {
  padding: 20px;
}

.grand-total table {
  width: 100%;
  background: none;
  border: none;
}

.grand-total td.right-align {
  text-align: right;
}

.grand-total span.price {
  font-weight: bold;
  color: #7aae00;
  font-size: 16px;
}

.delivery-disclamer {
  margin: 0;
  margin-bottom: 1.875rem;
  padding: 1.5rem 1.25rem;
  background: #FFF6E5;
  background-color: #fff9f0;
  border: 1px solid #ee982d;
  border-radius: 5px;
  color: #c1710c;
  font-size: 1em;
  text-align: left;
  line-height: 1.4em;
}

.delivery-estimate-wrapper table tr {
  border-color: transparent;
  background: transparent;
}

.delivery-estimate-wrapper .delivery-courier-note {
  color: #696969;
  font-size: 14px;
  line-height: 18px;
}

.delivery-estimate-wrapper .notification.is-warning,
.pickup-date-estimate-row  .notification.is-warning,
.pickup-disabled-warning {
  padding: .75rem 1rem;
  background: #FFF6E5;
  background-color: #fff9f0;
  border: 1px solid #ee982d;
  border-radius: 5px;
  color: #c1710c;
  font-size: 14px;
  line-height: 18px;
}

.delivery-option.pickup-disabled h4{
    color: lightgrey;
}

.pickup-disabled-warning {
  margin-right: 8px;
}

.delivery-estimate-wrapper,
.pickup-estimate-wrapper {
  padding: 0 .75rem 0 1.5rem;
}

.delivery-estimate-wrapper table,
.pickup-estimate-wrapper table {
  border-spacing: 0;
  border-collapse: collapse;
}

.delivery-estimate-wrapper table td,
.pickup-estimate-wrapper table td {
  padding: .5rem 0 0 0;
}

.delivery-estimate-wrapper {
  cursor: auto;
}

.checkout-summary .checkout-cta {
  margin-top: 1em;
}

.checkout-summary #proceed-checkout {
  margin-bottom: .5em;
  font-size: 1.25em;
}

.checkout-summary #save-as-quote {
  font-size: 1.2em;
}

.checkout-summary #save-as-quote:hover, .checkout-summary #save-as-quote:focus {
  border-color: #d0d0d0;
  color: #414141;
}

h2.checkout-heading-bar {
  background: #414141;
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#confirm-quote ul {
  font-size: 0.875em;
  list-style: none;
  margin-left: 0;
}

#confirm-quote li {
  margin-left: 0;
}

.es-btn--continue-shopping {
  margin-top: 1em;
}

@media screen and (max-width: 991px) {
  .es-btn--continue-shopping {
    width: 100%;
    margin: 2em auto 4em;
  }
}

.confirm-button-holder {
  margin-top: 20px;
}

.confirm-button-holder button {
  width: 100%;
}

li.item-thumb img {
  border: 1px solid #979797;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  li.item-thumb img {
    margin: 0 auto 10px;
    display: block;
  }
}

div.configuration li {
  display: inline;
  margin-right: 20px;
  font-size: 13px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  div.configuration li {
    display: block;
  }
}

div.configuration li.item-title {
  margin-right: 0;
  overflow: hidden;
  display: block !important;
}

div.configuration li.item-title h3 {
  margin-top: 0;
  font-size: 18px;
  color: #ce188e;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  div.configuration li.item-title h3 {
    font-size: 14px;
  }
}

div.configuration .customTextBlock--info > p {
  margin-right: 0;
  margin-bottom: 0;
}

.quote-item-attributes {
  margin-top: 40px;
}

ul.quote-item-prices {
  margin-top: 0;
}

ul.quote-item-prices li {
  display: inline;
  margin-right: 20px;
  font-size: 13px;
}

ul.quote-item-prices table {
  width: 100%;
  padding: 5px 20px;
  border: none;
}

ul.quote-item-prices table td.price-total {
  text-align: right;
}

ul.quote-item-prices li.item-total {
  margin-right: 0;
  text-align: right;
}

.cart-price-each {
  display: block;
  margin-bottom: 8px;
  color: #979797;
  font-size: 11px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .cart-price-each {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 3px;
    color: #414141;
  }
}

.cart-total-item {
  font-size: 18px;
  font-weight: bold;
  color: #7aae00;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .cart-total-item {
    display: block;
    float: right;
  }
}

ul.quote-item-prices.mobile {
  background: #f1f1f1;
  padding: 10px;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

ul.quote-item-prices.mobile li {
  display: block;
}

ul.quote-item-prices.mobile li.item-total {
  position: absolute;
  top: 1em;
  right: 20px;
  font-size: 16px;
}

button.remove {
  background: transparent;
  border: none;
  padding: 0;
  color: #979797;
  font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  button.remove span {
    display: none;
  }
}

.configuration .router-cut-letter-line-text-proof-configs {
  display: list-item;
  margin: 1rem 0;
  padding: 1rem 0 0;
  border-top: 1px dashed #979797;
}

.configuration .router-cut-letter-line-text-proof-configs:last-of-type {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #979797;
}

.configuration .router-cut-letter-line-text-proof-configs .router-cut-letter-proof-thumb {
  display: block;
  margin: 0 0 .5rem;
  height: 60px;
  padding: .25rem;
  border: 1px solid #979797;
}

.triangle-right:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 41px;
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #ffffcd transparent;
  display: block;
  width: 0;
}

.order-form {
  background: #f1f1f1;
  padding: 40px 30px;
  margin-top: 20px;
  overflow: hidden;
}

.order-form .row--existing-address {
  margin: 1.5rem 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
}

.order-form .form-section {
  margin-bottom: 1rem;
}

.order-form .for-fields {
  margin-bottom: 1rem;
}

.order-form .for-section-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order-form .form-section hr:first-of-type {
  margin: .5rem auto 1rem;
  border: 1px solid #cbcbcb;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .order-form .for-fields > .col-xs-12:not(:last-child) {
    margin-bottom: 1em;
  }
}

.order-form [type="radio"] {
  height: auto !important;
}

.order-form label {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.order-form label:not(.error):hover {
  cursor: pointer;
}

.order-form h3 {
  margin-bottom: 0;
}

.order-form h3 + p {
  margin-bottom: 0;
}

.order-form h4 {
  color: currentColor;
  text-transform: uppercase;
  font-size: 16px;
  opacity: .7;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  .order-form {
    padding: 20px;
  }
}

.order-form .button {
  float: right;
}

@media screen and (max-width: 768px) {
  .order-form .button {
    margin-bottom: .5em;
  }
}

.order-form .button.cart-button {
  float: left;
}

.order-form .checkbox-inline {
  font-size: 13px;
  margin-bottom: 10px;
}

.order-form .checkbox-inline input.first {
  margin-left: 0;
}

.order-form .checkbox-inline input {
  display: inline-block;
  height: 15px;
  margin-left: 15px;
}

.order-form textarea {
  height: 100px;
  padding: 1em;
  font-size: 1em;
}

.order-form input[type="checkbox"] {
  height: 15px;
  margin-right: 5px;
  font-size: 14px;
}

.order-form .checkbox-label {
  cursor: pointer;
}

.order-form div.small-text {
  font-size: 13px;
  display: block;
  margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
  .order-form select[name="customer_account_selection"] + .select2 {
    margin-top: .5rem;
  }
}

.order-form select[name="cust_state"] + .select2,
.order-form select[name="shipping_state"] + .select2 {
  width: auto !important;
  display: block;
}

form sup.required {
  color: #ce188e;
  display: inline;
  position: absolute;
  top: 0;
}

form sup.required:before {
  content: '';
  margin-left: 2px;
}

#billing-holder {
  margin-bottom: 20px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

#artwork-callout {
  width: 100%;
  background: #414141;
  padding: 5px 20px 5px;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 15px;
}

#artwork-callout p {
  margin-bottom: 0;
}

#visual-aid {
  margin-top: 40px;
  margin-bottom: 20px;
}

#visual-aid .columns {
  background: url(/themes/user/site_themes/default/responsive/images/checkout/dotted-line.svg) repeat-x;
  background-position: left center;
  height: 30px;
  padding: 0;
}

#visual-aid img {
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  margin: 0 auto;
}

#visual-aid .columns:last-child img {
  margin-left: 0;
  margin-right: 0;
  float: right;
}

#visual-aid .columns:first-child img {
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.row-flex.is-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.form-field-actions {
  list-style-type: none;
  margin: 0;
}

ul.form-field-actions li {
  margin-left: 0;
}

ul.form-field-actions li:not(:last-child) {
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .row--existing-address .form-field-actions {
    margin-top: 1rem;
  }
}

.address-list--header h3 {
  color: #414141;
}

.address-list--item {
  padding: 1em;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.address-list--item:hover, .address-list--item:focus {
  background: #fafafa;
  border-color: #979797;
  cursor: pointer;
}

.address-list--item:not(:last-child) {
  margin-bottom: 1em;
}

.address-list--item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.address-list--item li {
  margin-left: 0;
}

.address-list--item .tag {
  margin-bottom: .5em;
  margin-left: -.5em;
}

.link-to-terms {
  color: #ce188e;
  border-bottom: 1px solid #ce188e;
}

#coupon-form {
  margin: 1rem 0;
}

.coupon-form-container {
  margin: 0;
  padding: 0;
}

.coupon-container {
  padding: 0.5em 1em;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 2px dashed #bcbcbc;
  background: #fcfcfc;
}

.coupon-container > h5 {
  font-size: 20px;
  position: relative;
  padding-left: 2.5rem;
}

.coupon-container .coupon-icon {
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coupon-container > h5 > .coupon-collapse-icon {
  height: 1.0625rem;
  width: 1.0625rem;
  color: #8dcb51;
  position: absolute;
  top: 7px;
  right: 0;
  transition: background-color 0.3s;
}

.coupon-container > h5 > .coupon-collapse-icon:hover {
  cursor: pointer;
}

.coupon-container .coupon-label-wrapper {
  margin-bottom: .75rem;
  padding: .75rem;
  color: #257942;
  background: #effaf3;
}

.coupon-container input[name="coupon_code"] {
  margin-bottom: .75rem;
}

.coupon-container #couponMessageWrapper,
.coupon-container #removeCouponCodeWrapper,
.coupon-container #addCouponCodeWrapper {
  margin: 0.5em 0;
}

.coupon-container #couponMessageWrapper {
    font-size: 13px;
}

.product-actions {
  float: right;
  display: flex;
}

.product-actions > span {
  display: block;
  margin: 0;
}

.product-actions .edit-product {
  margin-right: 10px;
}

.product-actions .edit-product span {
  color: #979797;
}

.line-item-actions:hover {
  cursor: pointer;
}

.edit-product-icon {
  height: 28px;
  width: 28px;
  color: #979797;
}

#modal-update-cart-product {
  position: relative;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

#modal-update-cart-product .title h4 {
  color: #ce188e;
  font-size: 1.2rem;
  padding: 25px 30px 10px 30px;
}

#modal-update-cart-product hr {
  height: 2px;
  background-color: #dbdbdb;
  border: none;
}

#modal-update-cart-product hr.divider {
  margin-left: 30px;
  margin-right: 30px;
}

#modal-update-cart-product .actions {
  padding: 20px 25px 30px 25px;
}

@media only screen and (min-width: 640px) {
  #modal-update-cart-product .row-flex.actions .column {
    padding-right: 3px;
    padding-left: 3px;
  }

  #modal-update-cart-product .row-flex.actions .column:first-child {
    margin-right: 12px;
  }
}

/* Stack buttons on mobile screens */
@media only screen and (max-width: 640px) {
  /* Space between stacked buttons */
  #modal-update-cart-product .row-flex.actions .column {
    margin-bottom: 10px;
  }
  /* Remove margin from the last button */
  #modal-update-cart-product .row-flex.actions .column:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  #modal-update-cart-product {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    min-height: 98vh;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #modal-update-cart-product {
    width: 80%;
  }
}

@media only screen and (min-width: 1025px) {
  #modal-update-cart-product {
    width: 33%;
  }
}

.product-fields,
.shipping-postcode-field {
  padding: 10px 25px;
}

.shipping-postcode-field {
  font-style: italic;
  display: none;
}

.product-fields-item {
  margin-top: .5rem;
}

.product-fields-item label {
  font-weight: 600;
  margin-bottom: .1rem;
  display: block;
}

.product-fields input, .product-fields select {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product-fields-item-hidden {
  display: none;
}

h3.product-name {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

.btn-update-cart-actions {
  width: 100%;
  position: relative;
  height: 38px;
  line-height: 20px;
}

.btn-update-cart-actions .btn-loading-spinner {
  position: absolute;
  top: 15%;
  left: 45%;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border-top: 3px solid #fff;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  display: none;
}

/* Animation for the spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.product-actions .edit-product-loading {
  display: none;
  height: 28px;
}

#modal-update-cart-product .prices-container {
  padding: 10px 30px;
  display: none;
}

#modal-update-cart-product .prices-container .icon-info-circle-solid {
  color: #979797;
}

#modal-update-cart-product .price-label {
  color: #979797;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#modal-update-cart-product .total .price-label {
  color: #414141;
}

#modal-update-cart-product .total .price-value {
  color: #414141;
  font-size: 24px;
  font-weight: 600;
}

#modal-update-cart-product .total .old-item-price {
  font-size: 15px;
}

#modal-update-cart-product .old-item-price {
  padding-right: 5px;
}

#modal-update-cart-product .inc-tax-info {
  display: none;
}

#modal-update-cart-product .inc-tax-info span {
  text-transform: uppercase;
}


/* =Multi Select Checkbox under Quote form
------------------------------------------------------------------------------*/
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    input[type='checkbox'] {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .multi-checkbox-item {
        flex: 1 1 calc(33.33% - 10px);
        position: relative;
    }
    .check-icon-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #f1f1f1;
        border-radius: 3px;
        padding: 10px;
        height: 32px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        font-weight: 400;
    }
    /* Change the style when checkbox is checked */
    input[type='checkbox']:checked + span.check-icon-container {
        border-color: #8DC852;
        font-weight: 600;
    }
    /* Add check icon when checked */
    input[type='checkbox']:checked + span.check-icon-container::after {
        content: '✔';
        display: block;
        position: absolute;
        top: -5px;
        right: -8px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #8DC852;
        color: white;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        font-family: Arial, sans-serif;
    }
    /* Adjust checkbox size for smaller screens */
    /* 2 columns on medium screens */
    @media (max-width: 1270px) {
        .multi-checkbox-item {
            flex: 1 1 calc(50% - 10px);
        }
    }
    /* 1 column on small screens */
    @media (max-width: 710px) {
        .multi-checkbox-item {
            flex: 1 1 100%;
        }
    }
}
/* =END Multi Select Checkbox under Quote form
------------------------------------------------------------------------------*/

.multiSelect, .multiCheckbox, .product-fields-item span.select2-selection--multiple{
    height: auto !important;
    margin-bottom: 10px;
    ul {
        .select2-selection__choice {
            margin-left: 5px !important;
        }
        .select2-search--inline {
            margin-left: 5px !important;
            .select2-search__field {
                height: 23px;
            }
        }
    }
}

#popup-window-product {
    position: relative;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: visible;
    padding: 44px;

    .select2-selection {
        min-height: 32px;
    }

    .title h4 {
        color: #ce188e;
        font-size: 1.2rem;
        padding: 25px 30px 10px 30px;
    }

    hr {
        height: 2px;
        background-color: #dbdbdb;
        border: none;
    }

    hr.divider {
        margin-left: 30px;
        margin-right: 30px;
    }

    .actions {
        padding: 20px 25px 30px 25px;
    }

    .btn-pop-up-product-add {
        width: 100%;
    }

    .btn-pop-up-product-cancel {
        width: 100%;
    }

    .title-pop-up-product {
        color: #7aae00;
    }

    .popup-window-product-hero-image {
        background-color: #f1f1f1;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .popup-window-product-fields {
        margin-bottom: 30px;

        input,
        select {
            border: 1px solid #ccc;
            border-radius: 4px;
        }
    }

    .popup-window-product-fields-item {
        margin-top: .5rem;

        label {
            font-weight: 600;
            margin-bottom: .1rem;
            display: block;
        }
    }

    .popup-window-product-fields-item-hidden, .hidden {
        display: none;
    }

    .popup-window-product-learn-more-container {
        text-align: center;
    }

    .tooltip-to-span {
        background-color: #e4e4e4;
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }
}

#popup-window-product-added-cart {
    max-width: 450px;

    h5 {
        font-weight: 500;
        text-align: center;
        font-size: 20px;
    }

    h6 {
        font-weight: bold;
        font-size: 18px;
        color: #414141;
        line-height: 1.2em;
    }

    sup {
        font-size: .5em;
    }

    span.item-counter {
        color: #ce188e;
        font-weight: bold;
    }

    span.item-counter-wording {
        font-weight: bold;
    }

    img {
        display: block;
        width: 135px;
        height: 135px;
        border: 1px solid #979797;
    }

    .continue-shopping {
        margin-bottom: 5px;
        margin-top: 10px;
        display: block;
    }
}

.btn-pop-up-product {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-pop-up-product-margin {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 640px) {
    #popup-window-product .row-flex.actions .column {
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media only screen and (max-width: 640px) {

    #popup-window-product .row-flex.actions .column {
        margin-bottom: 10px;
    }

    #popup-window-product .row-flex.actions .column:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    #popup-window-product {
        width: 90%;
        height: auto;
        margin-bottom: 20px;
        min-height: 98vh;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    #popup-window-product {
        width: 80%;
    }
}

@media only screen and (min-width: 1025px) {
    #popup-window-product {
        width: 60%;
    }
}


/*# sourceMappingURL=checkout.css.map */