/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.chart-container {
    position: relative;
    max-width: 1155px;
    min-height: 230px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.chart-container .bar-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-top: 4px;
}

.chart-container .bar-container .limit-a,
.chart-container .bar-container .limit-b {
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 1px;
    background: #ccc;
}

.chart-container .bar-container .limit-a {
    left: -2px;
}

.chart-container .bar-container .limit-b {
    right: -2px;
}

.chart-container .bar-container .top-price {
    position: absolute;
    color: #97c0d7;
    left: -70px;
    top: 0;
    text-align: right;
    font-weight: 700;
    width: auto;
    padding-right: 8px;
}

.chart-container .bar-container .bar {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 1px 0.5px;
    background: #97c0d7d1;
    cursor: pointer;
}

.chart-container .bar-container .bar:hover {
    background: #97c0d7;
}

.chart-container .months-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #707070;
    font-size: 11px;
    font-weight: 700;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

.chart-container .months-container .limit-c,
.chart-container .months-container .limit-d {
    position: absolute;
    top: -1px;
    height: 1px;
    width: 50px;
    background: #ccc;
    margin-bottom: 0;
    margin-top: 0;
}

.chart-container .months-container .limit-c {
    right: -50px;
}

.chart-container .months-container .limit-d {
    left: -50px;
}

.chart-container .months-container .manufacturer {
    overflow: hidden;
    padding-top: 8px;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ccc;
    width: 8.3%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.chart-container .months-container .month:nth-of-type(3) {
    border-left-width: 0;
}

.chart-container .graph-info-container {
    text-align: center;
    padding-top: 8px;
}

.chart-container .graph-info-container span:nth-of-type(1) {
    display: inline-block;
    background: #97c0d7d1;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.chart-container .graph-info-container span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
}
.average_fresh {
    margin-top: 25px;
}
.average_fresh p {
    text-align: center;
    font-size: 600;
}
.average_fresh p.title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.average_fresh p span {
    cursor: pointer;
    color: #58b0da;
}
.dbaveragecategory {
    margin-bottom: 25px;
}
.dbaveragecategory .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #232323;
    text-align: center;
}
.manufacturerimg p.title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #232323;
    margin-bottom: 25px;
}
.manufacturerimg ul{
    display: table;
    margin: auto;
}
.manufacturerimg li {
    float: left;
    margin: 0 15px;
}
.manufacturerimg li img {
/*    max-height: 45px;  */
    max-height: 80px;
}


/*** Mobile ****/
.row-chart {
    clear: both;
}
.row-chart:first-child {
    border-top: 1px solid #ccc;
}
.row-chart:last-child {
    border-bottom: 1px solid #ccc;
    display: flex;
}
.manufactures-mobile {
    width: 30%;
    font-size: 12px;
    display: table;
    float: left; 
    color: #707070;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 700;
    padding: 20px 5px 20px 0;
}
.row-chart:last-child .manufactures-mobile {
    border-bottom: none;
}
.chart-horizontal {
    width: calc(70% - 10px);
    display: table;
    height: 25px;
    border-bottom: 1px solid #FFF;
    padding: 20px 0 20px 5px;
}
.chart-horizontal .bar {
    background-color: #97c0d7d1;
    height: 20px;
    display: block;
}
.top-price-mobile {
    color: #97c0d7;
    text-align: right;
}
.graph-info-container-mobile {
    text-align: center;
    padding-top: 8px;
}
.graph-info-container-mobile span:nth-of-type(1) {
    display: inline-block;
    background: #97c0d7d1;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}
.graph-info-container-mobile span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
}