/* line 1, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
body {
  margin: 0;
}

/* line 4, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React {
  display: inline-block;
  width: 100px;
  height: 20px;
  position: relative;
}
/* line 9, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/_ui/shared/common/svg/priceChart/chart.svg);
  margin-left: 6px;
  vertical-align: middle;
}
/* line 17, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a62f2f;
  text-decoration: underline;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 1px;
}
/* line 31, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__dropdown {
  position: absolute;
  width: 455px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 10;
  transition: opacity 200ms ease-out;
}
/* line 41, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__dropdown:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
/* line 52, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__dropdown.open {
  opacity: 1;
}
/* line 55, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
#pdp-graph-entrypoint-React .pdp-graph__dropdown.close {
  pointer-events: none;
  opacity: 0;
}

/* line 62, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 0 0 10px 0;
}
/* line 70, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__title {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  width: 100%;
  padding: 8px 0;
  position: relative;
}
/* line 83, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__title .pdp-graph-content__title__close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 50%;
  background: url(/_ui/shared/common/svg/priceChart/close.svg) center/cover;
  transform: translate(0, -50%);
  cursor: pointer;
}
/* line 95, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__skuName {
  box-sizing: border-box;
  width: 100%;
  background-color: #e4f2c1;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  margin: 0;
}
/* line 108, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__skuName span {
  font-size: 12px;
  font-weight: 600;
  color: #222222;
}
/* line 114, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #36b44a;
  border-top: 1px solid #36b44a;
  background-color: #fafef0;
  font-size: 0;
  padding: 7px 10px;
}
/* line 122, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data .pdp-graph-content__current-data__box {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #222222;
}
/* line 130, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data .pdp-graph-content__current-data__box .hide {
  pointer-events: none;
  opacity: 0;
}
/* line 134, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data .pdp-graph-content__current-data__box p:nth-child(1) {
  font-size: 12px;
  margin: 0 0 2px 0;
}
/* line 138, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data .pdp-graph-content__current-data__box p:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
/* line 143, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__current-data .pdp-graph-content__current-data__box span {
  opacity: 1;
}
/* line 152, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__graph {
  margin-bottom: 7px;
  height: 220px;
  position: relative;
}
/* line 156, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__graph .pdp-graph-content__graph__dPic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px 20px 30px 60px;
  box-sizing: border-box;
}
/* line 164, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__graph .pdp-graph-content__graph__dPic span {
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
  height: 20%;
  display: block;
}
/* line 169, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__graph .pdp-graph-content__graph__dPic span:last-child {
  border-color: #a7a7a7;
}
/* line 174, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__graph .recharts-responsive-container {
  background: #ffffff;
  position: relative;
}
/* line 181, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .dummy-overlay {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transition: 100ms linear;
  text-align: right;
  opacity: 0;
}
/* line 191, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .dummy-overlay .dummy-overlay__text {
  height: 20px;
  border: 1px solid green;
  transform: translate(50%);
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 201, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .dummy-overlay .dummy-overlay__line {
  display: inline-block;
  height: calc(100% - 20px - 40px);
  width: 1px;
  background: #b9b9b9;
  box-sizing: border-box;
  transform: translateX(50%);
}
/* line 209, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .dummy-overlay.on {
  opacity: 1;
}
/* line 215, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__days-selection {
  box-sizing: border-box;
  display: block;
  padding: 0 12px;
}
/* line 219, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__days-selection .pdp-graph-content__days-selection__title {
  position: relative;
  display: block;
  font-size: 13px;
  margin: 0 6px 2px 0;
  color: #222222;
}
/* line 227, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box {
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #979797;
  background-color: #ffffff;
  padding: 4px 8px;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
  transition: 300ms ease-out;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
/* line 241, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box:nth-child(3n+2) {
  margin: 0 2%;
  margin-bottom: 3px;
}
/* line 245, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box.selected {
  border: solid 1px #36b449;
  background-color: #36b449;
  color: #ffffff;
}
/* line 253, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__memo {
  box-sizing: border-box;
  padding: 0 12px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  margin: 14px 0 0 0;
  line-height: 1.2;
}
/* line 263, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
}
/* line 270, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay .pdp-graph-content__overlay__loading {
  background: url(/_ui/shared/common/svg/priceChart/loading.svg) center/cover;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate360 6000ms linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* line 290, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 296, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail .pdp-graph-content__overlay__fail__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: white;
}
/* line 305, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail .pdp-graph-content__overlay__fail__fail-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 314, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail .pdp-graph-content__overlay__fail__fail-text span {
  background: url(/_ui/shared/common/svg/priceChart/error.png) center/cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
/* line 322, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail .pdp-graph-content__overlay__fail__fail-text p {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 335, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__fail .pdp-graph-content__overlay__fail__fail-text button {
  display: block;
  border: solid 1px #36b449;
  background-color: #36b449;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 5px 16px;
  margin: 8px auto 0;
}
/* line 352, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__tutorial {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
/* line 359, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__tutorial .pdp-graph-content__overlay__tutorial__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 8px;
  box-sizing: border-box;
}
/* line 368, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__tutorial .pdp-graph-content__overlay__tutorial__bg {
  opacity: 0.4;
  background: black;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
}
/* line 377, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__tutorial .pdp-graph-content__overlay__tutorial__img {
  display: inline-block;
  width: 90px;
  height: 25px;
  background: url(/_ui/shared/common/svg/priceChart/tutorial.svg) center/cover;
  margin-bottom: 5px;
}
/* line 384, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content .pdp-graph-content__overlay__tutorial .pdp-graph-content__overlay__tutorial__text {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #ffffff;
}
/* line 391, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 401, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__graph {
  margin-bottom: 4px;
  height: 200px;
}
/* line 406, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__days-selection {
  padding: 0 10px;
}
/* line 409, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__days-selection .pdp-graph-content__days-selection__title {
  font-size: 11px;
  margin: 0 0 4px 0;
}
/* line 413, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box {
  padding: 3px 5px;
  font-size: 11px;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
/* line 420, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box:nth-child(3n+2) {
  margin: 0 2%;
  margin-bottom: 3px;
}
/* line 438, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .dummy-overlay {
  right: 40px;
}
/* line 442, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.inApp .pdp-graph-content__memo {
  font-size: 11px;
  margin: 7px 0 0 0;
}
/* line 449, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data {
  margin-bottom: 4px;
}
/* line 451, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data .pdp-graph-content__current-data__box {
  display: block;
  width: auto;
}
/* line 454, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data .pdp-graph-content__current-data__box p {
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
  width: 50%;
  box-sizing: border-box;
}
/* line 460, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data .pdp-graph-content__current-data__box p:first-child {
  padding-right: 6px;
}
/* line 463, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data .pdp-graph-content__current-data__box p span {
  display: block;
}
/* line 467, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__current-data .pdp-graph-content__current-data__box:first-child {
  margin-bottom: 2px;
}
/* line 473, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__graph {
  height: 210px;
}
/* line 477, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__days-selection {
  margin-top: 12px;
}
/* line 479, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__days-selection .pdp-graph-content__days-selection__title {
  display: none;
}
/* line 482, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box {
  width: 49%;
  font-size: 18px;
  padding: 6px 5px;
}
/* line 487, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box:nth-child(3n+2) {
  margin: 0;
}
/* line 490, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__days-selection .pdp-graph-content__days-selection__box:nth-child(2n) {
  margin-left: 2%;
  margin-bottom: 5px;
}
/* line 499, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__memo {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}
/* line 506, ../../../../../resource/compass/_ui/shared/common/css/pdpGraph/pdpGraph.scss */
.pdp-graph-content.lite .pdp-graph-content__overlay__tutorial .pdp-graph-content__overlay__tutorial__text {
  font-size: 20px;
}
