.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.compare-shades-tool .pick-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.compare-shades-tool .pick-wrapper .pick {
  height: 0;
  width: 0;
  top: 2em;
  left: 2em;
  border: 3em solid rgba(153,133,143,0.8);
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.compare-shades-tool .pick-wrapper.best .pick {
  border: 3em solid #3a2d4a;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.compare-shades-tool .pick-wrapper .pick-text {
  top: 0.7em;
  width: 4em;
  color: #fff;
  left: 0;
  text-align: center;
  position: absolute;
  line-height: 1.3em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare-shades-tool .pick-wrapper .pick-text.two {
  top: 1.6em;
}
.compare-shades-tool .modal-wrapper {
  z-index: 201;
  width: 90%;
  margin-top: 10%;
  margin-left: 5%;
  position: relative;
}
.compare-shades-tool .modal-wrapper > div {
  padding-top: 2.5em;
  padding-bottom: 2em;
}
.compare-shades-tool .modal-wrapper .icon-x {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
}
.compare-shades-tool .modal-wrapper p {
  padding: 0.5em 2em;
}
.compare-shades-tool .title-wrap h1 {
  padding: 0.5em 0;
}
.compare-shades-tool .shade-dropdown {
  position: relative;
  width: 300px;
  height: 45px;
  margin: 0 auto;
  cursor: pointer;
}
.compare-shades-tool .shade-dropdown .swatches {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 45px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-in-out;
  -moz-transition: max-height 500ms ease-in-out;
  -ms-transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
  background-color: #fff;
}
.compare-shades-tool .shade-dropdown .swatches .arrow {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-top-color: #343434;
}
.compare-shades-tool .shade-dropdown .swatches.selected .arrow {
  border-top-color: #fff;
}
.compare-shades-tool .shade-dropdown .swatches.open {
  max-height: 520px;
}
.compare-shades-tool .shade-dropdown .swatches.open .arrow {
  border-top-color: transparent;
  border-bottom-color: #343434;
  top: 12px;
}
.compare-shades-tool .shade-dropdown .swatches.open.selected .arrow {
  border-bottom-color: #fff;
}
.compare-shades-tool .shade-dropdown .start-swatch {
  position: relative;
  border: 3px solid #ebebeb;
  width: 300px;
  height: 45px;
  margin-bottom: 1px;
}
.compare-shades-tool .shade-dropdown .start-swatch p {
  position: absolute;
  left: 12px;
  top: 11px;
  padding: 0 !important;
  margin: 0 !important;
}
.compare-shades-tool .shade-dropdown .swatch,
.compare-shades-tool .shade-dropdown .selected-swatch {
  position: relative;
  width: 300px;
  height: 45px;
  margin-bottom: 1px;
  overflow: hidden;
  -webkit-text-shadow: 0 0 5px #000;
  -moz-text-shadow: 0 0 5px #000;
  -o-text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
}
.compare-shades-tool .shade-dropdown .swatch img,
.compare-shades-tool .shade-dropdown .selected-swatch img {
  width: 100%;
}
.compare-shades-tool .shade-dropdown .swatch p,
.compare-shades-tool .shade-dropdown .selected-swatch p {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0 !important;
  margin: 0 !important;
}
.compare-shades-tool .shades-in-level {
  position: relative;
}
.compare-shades-tool .shades-in-level .left-nav,
.compare-shades-tool .shades-in-level .right-nav {
  position: absolute;
}
.compare-shades-tool .shades-in-level .img {
  outline: none;
  position: relative;
}
.compare-shades-tool .shades-in-level .img img {
  width: 90%;
  margin: 0 auto;
}
.compare-shades-tool .shades-in-level .img .prod-code {
  padding-top: 0.5em;
}
.compare-shades-tool .simple-shades-in-level {
  padding-bottom: 2em;
  position: relative;
}
.compare-shades-tool .simple-shades-in-level .left-nav-simple,
.compare-shades-tool .simple-shades-in-level .right-nav-simple {
  padding-top: 3.5em;
  display: inline-block;
  vertical-align: top;
}
.compare-shades-tool .simple-shades-in-level .img {
  display: inline-block;
  position: relative;
}
.compare-shades-tool .simple-shades-in-level .img img {
  width: 90%;
  margin: 0 auto;
}
.compare-shades-tool .simple-shades-in-level .img .prod-code {
  padding-top: 0.5em;
}
.compare-shades-tool .shades-in-level .img-wrap,
.compare-shades-tool .simple-shades-in-level .img-wrap {
  position: relative;
}
.compare-shades-tool .shades-in-level .img-wrap img,
.compare-shades-tool .simple-shades-in-level .img-wrap img {
  display: block;
}
.compare-shades-tool .shades-in-level .img-wrap .pick-wrapper,
.compare-shades-tool .simple-shades-in-level .img-wrap .pick-wrapper {
  left: 5%;
}
.compare-shades-tool .shades-in-level .img-wrap .icon-check,
.compare-shades-tool .simple-shades-in-level .img-wrap .icon-check {
  position: absolute;
  bottom: 0.2em;
  right: 0.4em;
}
.compare-shades-tool .shade-selector {
  background-color: #e5e5e5;
}
.compare-shades-tool .shade-selector img {
  max-width: 100%;
}
.compare-shades-tool .shade-selector .shade-dropdown {
  margin: 3em auto;
}
.compare-shades-tool .shade-comparer {
  padding: 1em 0;
}
.compare-shades-tool .shade-comparer .selected-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.compare-shades-tool .shade-comparer .selected-product .empty-selected-wrap {
  background-color: #e5e5e5;
  border: 0.4em solid #d2d2d2;
  padding: 3.8em 0;
}
.compare-shades-tool .shade-comparer .selected-product .image-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.compare-shades-tool .shade-comparer .selected-product .image-wrap img {
  width: 120%;
  margin-left: -10%;
  display: block;
}
.compare-shades-tool .shade-comparer .selected-product .image-wrap .x-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em;
  background-color: rgba(104,104,104,0.75);
}
.compare-shades-tool .shade-comparer .selected-product .image-wrap .not-recommended-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5em;
  display: table;
  width: 100%;
}
.compare-shades-tool .shade-comparer .selected-product .image-wrap .not-recommended-wrap .text-center {
  display: table-cell;
  vertical-align: middle;
}
.compare-shades-tool .shade-comparer .selected-product .prod-name {
  padding-top: 0.5em;
  display: block;
}
.compare-shades-tool .shade-comparer .selected-product .prod-desc {
  padding: 0.3em 0;
}
.compare-shades-tool .compare-tips {
  padding: 1em 0;
  min-height: 15em;
}
.compare-shades-tool .compare-tips .compare-tip,
.compare-shades-tool .compare-tips .compare-tip-fallback {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #e5edf8;
  padding: 1em 1%;
}
.compare-shades-tool .compare-tips .compare-tip {
  width: 20%;
}
.compare-shades-tool .compare-tips .compare-tip:after {
  content: '';
  position: absolute;
  top: -2em;
  left: 50%;
  margin-left: -0.75em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-left-width: 0.75em;
  border-right-width: 0.75em;
  border-bottom-color: #e5edf8;
}
.compare-shades-tool .compare-tips .compare-tip.one {
  margin-right: 3%;
}
.compare-shades-tool .compare-tips .compare-tip-fallback {
  width: 43%;
}
.compare-shades-tool .nav-simple {
  display: inline-block;
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .compare-shades-tool .slick-list {
    padding-left: 1em;
    padding-right: 1em;
  }
  .compare-shades-tool .shades-in-level {
    padding: 0 3%;
    padding-top: 2em;
  }
  .compare-shades-tool .shades-in-level .left-nav,
  .compare-shades-tool .shades-in-level .right-nav {
    top: 0;
  }
  .compare-shades-tool .shades-in-level .left-nav {
    left: 0.5em;
    width: 50%;
  }
  .compare-shades-tool .shades-in-level .right-nav {
    right: 0.5em;
    width: 50%;
  }
  .compare-shades-tool .simple-shades-in-level .img {
    width: 33.333333%;
    padding-top: 9%;
  }
  .compare-shades-tool .simple-shades-in-level .left-nav-simple,
  .compare-shades-tool .simple-shades-in-level .right-nav-simple {
    width: 50%;
    position: absolute;
    top: 0;
    display: block;
    padding-top: 0;
  }
  .compare-shades-tool .simple-shades-in-level .left-nav-simple {
    left: 0;
    padding-left: 10%;
  }
  .compare-shades-tool .simple-shades-in-level .right-nav-simple {
    right: 0;
    padding-right: 10%;
  }
  .compare-shades-tool .shade-selector .shade-dropdown {
    margin: 1.5em auto;
  }
  .compare-shades-tool .shade-selector .shades-carousel {
    margin-bottom: 10px;
  }
  .compare-shades-tool .shade-comparer .selected-product {
    width: 46%;
  }
  .compare-shades-tool .shade-comparer .selected-product.one {
    margin-right: 3%;
  }
  .compare-shades-tool .shade-comparer .selected-product .empty-selected-wrap {
    padding: 3.8em 0;
  }
  .compare-shades-tool .shade-comparer .selected-product .prod-name {
    padding: 0 0.5em;
    padding-top: 0.5em;
  }
  .compare-shades-tool .compare-tips .compare-tip {
    width: 46%;
  }
  .compare-shades-tool .compare-tips .compare-tip-fallback {
    width: 95%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .compare-shades-tool .slick-list {
    padding-left: 2em;
    padding-right: 2em;
  }
  .compare-shades-tool .modal-wrapper {
    width: 56%;
    margin-left: 22%;
  }
  .compare-shades-tool .modal-wrapper p {
    padding: 0.5em 3em;
  }
  .compare-shades-tool .shades-in-level {
    padding: 0 13%;
  }
  .compare-shades-tool .shades-in-level .left-nav,
  .compare-shades-tool .shades-in-level .right-nav {
    top: 0;
    height: 100%;
    padding-top: 10%;
  }
  .compare-shades-tool .shades-in-level .left-nav {
    left: 0.5em;
    width: 13%;
  }
  .compare-shades-tool .shades-in-level .right-nav {
    right: 0.5em;
    width: 13%;
  }
  .compare-shades-tool .simple-shades-in-level .img {
    width: 20%;
  }
  .compare-shades-tool .simple-shades-in-level .left-nav-simple,
  .compare-shades-tool .simple-shades-in-level .right-nav-simple {
    width: 10%;
  }
  .compare-shades-tool .shade-comparer .selected-product {
    width: 33%;
  }
  .compare-shades-tool .shade-comparer .selected-product.one {
    margin-right: 3%;
  }
  .compare-shades-tool .shade-comparer .selected-product .empty-selected-wrap {
    padding: 5.3em 0;
  }
  .compare-shades-tool .compare-tips .compare-tip {
    width: 33%;
  }
  .compare-shades-tool .compare-tips .compare-tip-fallback {
    width: 69%;
  }
}
@media only screen and (min-width: 560px) {
  .compare-shades-tool .shade-dropdown {
    width: 420px;
  }
  .compare-shades-tool .shade-dropdown .start-swatch,
  .compare-shades-tool .shade-dropdown .selected-swatch,
  .compare-shades-tool .shade-dropdown .swatch {
    width: 420px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .compare-shades-tool .slick-list {
    padding-left: 2em;
    padding-right: 2em;
  }
  .compare-shades-tool .modal-wrapper {
    width: 46%;
    margin-left: 27%;
  }
  .compare-shades-tool .modal-wrapper p {
    padding: 0.5em 3em;
  }
  .compare-shades-tool .shades-in-level {
    padding: 0 13%;
  }
  .compare-shades-tool .shades-in-level .left-nav,
  .compare-shades-tool .shades-in-level .right-nav {
    top: 0;
    height: 100%;
    padding-top: 10%;
  }
  .compare-shades-tool .shades-in-level .left-nav {
    left: 0.5em;
    width: 13%;
  }
  .compare-shades-tool .shades-in-level .right-nav {
    right: 0.5em;
    width: 13%;
  }
  .compare-shades-tool .simple-shades-in-level .img {
    width: 18%;
  }
  .compare-shades-tool .simple-shades-in-level .left-nav-simple,
  .compare-shades-tool .simple-shades-in-level .right-nav-simple {
    width: 11%;
  }
  .compare-shades-tool .shade-comparer .selected-product {
    width: 30%;
  }
  .compare-shades-tool .shade-comparer .selected-product.one {
    margin-right: 3%;
  }
  .compare-shades-tool .shade-comparer .selected-product .empty-selected-wrap {
    padding: 5.9em 0;
  }
  .compare-shades-tool .compare-tips .compare-tip {
    width: 30%;
    padding: 1em 2%;
  }
  .compare-shades-tool .compare-tips .compare-tip-fallback {
    width: 63%;
  }
}
@media only screen and (min-width: 960px) {
  .compare-shades-tool .slick-list {
    padding-left: 2em;
    padding-right: 2em;
  }
  .compare-shades-tool .modal-wrapper {
    width: 34%;
    margin-left: 33%;
  }
  .compare-shades-tool .modal-wrapper p {
    padding: 0.5em 3.5em;
  }
  .compare-shades-tool .shades-in-level {
    padding: 0 18%;
  }
  .compare-shades-tool .shades-in-level .left-nav,
  .compare-shades-tool .shades-in-level .right-nav {
    top: 0;
    height: 100%;
    padding-top: 7%;
    width: 18%;
  }
  .compare-shades-tool .shades-in-level .left-nav {
    left: 0;
    padding-left: 4em;
  }
  .compare-shades-tool .shades-in-level .right-nav {
    right: 0;
    padding-right: 4em;
  }
  .compare-shades-tool .simple-shades-in-level .img {
    width: 12%;
  }
  .compare-shades-tool .simple-shades-in-level .left-nav-simple,
  .compare-shades-tool .simple-shades-in-level .right-nav-simple {
    width: 11%;
  }
  .compare-shades-tool .shade-comparer .selected-product {
    width: 20%;
  }
  .compare-shades-tool .shade-comparer .selected-product.one {
    margin-right: 3%;
  }
  .compare-shades-tool .shade-comparer .selected-product .empty-selected-wrap {
    padding: 5.6em 0;
  }
}
