.price-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    /*align-items: center;*/
}

.price-table > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #CADCD8;
}

.price-table-short > div:nth-of-type(n+8) {
    display: none;
}

.price-table > div:first-child {
    background-color: #F1FFDB;
}

.price-table > div > div {
    width: 20%;
    border-right: 1px solid #CADCD8;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
}

.price-table > div > div:first-child {
    justify-content: flex-start;
    align-items: center;
}

.price-table > div > div:last-child {
    display: none;
}


.price-table > div > div p {
    margin: 0;
    text-align: center;
}


.price-table > div > div:first-child p {
    text-align: left;
    font-size: 14px !important;
}

.price-table > div > div:first-child p i {
    text-decoration: none !important;
}

.price-table .spanorang, .price-table-simple .spanorang {
    /*color: #4a9484;*/
    /*color: #ff8400;*/
    color: #CC3300;
} {
    /*color: #4a9484;*/
    /*color: #ff8400;*/
    color: #CC3300;
}

.price-table a {
    display: none;
}

.price-table .spanorang i {
    color: #4a9484;
}

.font-size18 {
    font-size: 18px;
}

.font-size13 {
    font-size: 13px !important;
}

.price-table .product_price_full.spanorang,
.price-table-simple .product_price_full.spanorang
{
    font-weight: 700;
    color: #CC3300;
}

.price-table .product_price_full,
.price-table-short .product_price_full
{
    font-size: 24px;
    /*font-weight: 700;*/
    color: #000;
}

.price-table-simple tr td:last-child {
    font-size: 18px;
    text-align: center;
}

.price-table-simple tr td:nth-child(2) {
    width: 26%;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    border-color: #4a9484;
    border-style: solid;
    border-width: 1px;
}

.tooltip {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-top {
    padding: .4rem 0;
}

.bs-tooltip-bottom {
    padding: .4rem 0;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-top-color: transparent;
    border-style: solid;
}

.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #4a9484;
}

.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #4a9484;
}

.categories-box .group-row:nth-of-type(n+3) {
    display: none;
}

.price-date {
    text-align: right;
}