.price_history--popup .rowcol {
    position: relative;
    justify-content: center;
    display: flex;
    background-color: #FAFAFA;
}
.price_history--popup .rowcol .detail-prod {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-left: 20px;
}

.price_history--popup button{
    background:transparent;
    color:#0000ff;
    outline: none;
    border: none;
}

#history-change__btn{
    background:transparent;
    color:#24b9d7;
    outline: none;
    border: none;
    cursor:pointer;
    padding: 5px 0 0;
}
.price_history--popup .box-content {
    padding: 10px 0 0;
    background-color: #fff;
    border-radius: 10px;
    max-width: 51vw;
}

.content--price_history  .charts--container {
    padding:20px;
    background-color: #fff;
    width:100%;
    left: 0%;
    top: 0%;
    margin: 5em auto;
    box-shadow: 0 2em 2em #333;
}
.price_history--popup {
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}
.content--price_history__header {
    background-color: #fff;
}
.price_history--popup #close--popup {
    position: absolute;
    right: -1%;
    bottom: -11%;
}
.desc-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 25px;
}
.desc-content p {
    padding: 0;
    margin: 0;
}
.content--price_history {
    background-color: #ffff;
    padding: 20px;
    min-width:35%;
    max-height:500px;
    margin: 10px;
}

.price_history--popup .chart--headline {
    position: relative;
    font-weight: 100;
    font-size: 25px;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

.price_history--popup .charts--headline {
    text-align: center;
    color: #444;
    background-color: #fff;
    padding: 1em;
}

.price_history--popup  .lineChart--area {
    fill: url(#lineChart--gradientBackgroundArea);
}


.price_history--popup .lineChart--areaLine {
    fill: none;
    stroke: #6bb7c7;
    stroke-width: 3;
}

.price_history--popup  .lineChart--bubble--label {
    fill: none;
    stroke: #6bb7c7;
    font-size: 12px;
    font-style: italic;
    font-weight: 100;
}

.price_history--popup  .lineChart--bubble--value {
    fill: #fff;
    stroke: #fff;
    font-size: 12px;
    font-weight: 100;
}

.price_history--popup  .lineChart--circle {
    fill: #6bb7c7;
    stroke: #fff;
    stroke-width: 3;
}

.price_history--popup  .lineChart--circle__highlighted {
    fill: #fff;
    stroke: #3f95a7;
}

.price_history--popup  .lineChart--gradientBackgroundArea--top {
    stop-color: #6bb7c7;
    stop-opacity: 0.1;
}

.price_history--popup  .lineChart--gradientBackgroundArea--bottom {
    stop-color: #6bb7c7;
    stop-opacity: 0.6;
}

.price_history--popup  .lineChart--svg {
    border: 1px solid #eee;
}

.price_history--popup .lineChart--xAxisTicks .domain,
.price_history--popup .lineChart--xAxis .domain,
.price_history--popup .lineChart--yAxisTicks .domain {
    display: none;
}
.price_history--popup .title-box {
    margin: 30px;
    position:relative;
}

.price_history--popup #info-price {
    padding:20px;
    text-align: center;
}
.price_history--popup #info-price p {
    margin-bottom: 0;
}
.price_history--popup #info-price #info-price_lowest-price {
    color:#FFC7B6;
}
.desc-content #lowest-price {
    color:#FFC7B6;
}
.price_history--popup .table--price_history{
    display:flex;
    justify-content: center;
    margin-bottom: 20px;
}
.price_history--popup .table--price_history td{
    padding: 2px 10px;
    height: 30px;
    width: 250px;
}
.price_history--popup .table--price_history tr,
.price_history--popup .table--price_history th {
    padding: 2px 10px;
}

@media screen and (max-width: 640px) {
    .price_history--popup .box-content {
        width: 100%;
        max-width: 90vw;
    }
    .price_history--popup .title-box {
        margin: 30px 0 15px;
    }
    .content--price_history__header .js-qv-product-cover {
        width: 40% !important;
    }
    .content--price_history {
        width: 85vw !important;
        max-width: 96% !important;
        padding: 10px 0 !important;
    }
    .content--price_history canvas {
        width: 100% !important;
    }
}
