.counter-price {
    text-align: center;
    font-size: 1.25em;
}

.counter-price #countdown {
    font-weight: bold;
}

.link-products img {
    width: 200px;
}

.link-products-holder {
    padding: 20px 60px;
}

.p-infos-hidden {
    display: none;
}

.highcharts-container {
    display: flex;
    justify-content: center;
}

.highcharts-container svg.highcharts-root {
    width: 80% !important;
}

.devis-table-holder .p_name {
    /* display: block; */
    margin-top: 12px;
    font-size: 1.25em;
}

.devis-table-holder .p_name,
.devis-table-holder .p_price {
    font-family: 'Work Sans';
}

.devis-table-holder .p_price {
    font-size: 1.25em;
}

.devis-table-holder .p_thumbnail {
    display: inline-block;
    width: 65px;
}

.devis_title {
    text-align: center;
    margin: 45px 0 30px 0;
}

.product_row .p_devis_input {
    border-radius: 3px;
    border: 1px solid #e2e2e2;
}

.product_row .p_total {
    display: block;
    min-width: 50%;
    margin-top: 12px;
    background: #e2e2e2;
    border-radius: 6px;
    text-align: center;
    border-radius: 6px;
    padding: 6px 12px;
}

.hidden {
    display: none;
}

.p_product span {
    vertical-align: middle;
}

.p_type_header {
    width: 50%;
}

.p_quantite_header,
.p_prix_header {
    width: 25%;
}

.product_row {}

table.dataTable tbody .product_row td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
}

.sales_price_widget {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #181b20;
    padding: 15px;
    border-radius: 5px;
}

.sales_price_widget a,
.sales_price_widget a:hover {
    color: #fff;
    text-decoration: none;
}

.sales_price_widget .sales_detail_link p {
    margin: 0;
}

.fusion-grid .type-product {}

.fusion-column-wrapper,
.product_row .p_product {
    position: relative;
}

.product-flag {
    position: absolute;
    z-index: 150;
    right: 10px;
    top: 10px;
}

.promo-pill {
    position: absolute;
    z-index: 150;
    left: 10px;
    top: 10px;
}

.promo-pill span {
    display: inline-block;
    border-radius: 6px;
    padding: 6px 12px;
    color: #fff;
    background: #e74c3c;
}

.product-flag-mobile {
    top: 12.5vh;
}

.product-flag img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    border: 3px solid #fff;
}

.product-flag img.not-round {
    border-radius: 0;
    height: auto;
}

.product_row .p_flag {
    position: absolute;
    left: 66px;
    top: 5px;
}

.product_row .p_flag img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.buy_sell {
    display: flex;
    /* justify-content: space-between; */
    gap: 30%;
}

.buy_sell .buy,
.buy_sell_prices .buy_price,
.buy_primes {
    color: #27ae60;
}

.buy_sell .sell,
.buy_sell_prices .sell_price,
.sell_primes {
    color: #e74c3c;
}

.buy_sell_price {
    font-size: 18px;
    line-height: 1.7;
    /* color: rgba(101, 106, 112, 0.76); */
}

.orig_price {
    text-decoration: line-through;
    color: rgba(101, 106, 112, 0.76);
    vertical-align: super;
    font-size: 0.85em;
}

.dispo_tag {
    font-size: 0.95em;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.dispo_tag.disponible {
    color: #16a085;
    border-color: #16a085;
}

.dispo_tag.plus_de_stock {
    color: #c0392b;
    border-color: #c0392b;
}

.dispo_tag.reapprovisionement {
    color: #d35400;
    border-color: #d35400;
}

.cours_primes span {
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.prime_sorts {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 6px 35px 6px 12px;
    border-radius: 6px;
    color: #fff;
    /* background: #ff6f61; */
    transition: all 0.3s;
}

.sell_sort {
    background: #e74c3c;
}

.sell_sort:hover {
    background: #ff6f61;
}

.buy_sort {
    background: #27ae60;
}

.buy_sort:hover {
    background: #2ecc71;
}

.prime_sorts:hover {
    /* background: #ff8c7f; */
    color: #fff;
}

.prime_sorts i {
    position: absolute;
    right: 10px;
    top: 40%;
    font-size: 1.5em;
}

.orderby-label {
    font-size: 0.75em;
}

.sub_taxonomies {
    visibility: hidden;
    height: 0;
}

.slider-loading {
    width: 100%;
    text-align: center;
    padding: 5vh 0;
    font-size: 1.25em;
}

.sub_tax_slide_img {
    padding: 10px 40px;
}

.sub_taxonomies .bx-wrapper {
    margin: 0 auto;
}

.sub_tax_slide_title {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.32;
    font-size: 20px;
    text-align: center;
}

.bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.product_column .price_line:not(:last-child) {
    padding: 12px 0;
    border-bottom: 1px solid #ececed;
}

.product_column .price_line.dispo_tag_holder {
    border-bottom: none;
}

.need_help_box {
    text-align: center;
    font-size: 1.1em;
}

.need_help_box .help_icon {
    /* font-size: 1.25em;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    background: #e4e2e2; */
    background-color: rgba(39, 74, 87, 0.07);
    border-radius: calc(30* 1px);
    padding: calc(10* 1px);
    margin-right: calc(12* 1px);
    font-size: 2em;
    vertical-align: middle;
}

.need_help_btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background: #ff6f61;
    color: #fff;
    transition: all 0.3s;
}

.need_help_btn:hover {
    background: #ff8c7f;
    color: #fff;
}


/* .buy_sell .buy_sell_item {
    margin-right: 25px;
} */

@media only screen and (max-width: 820px) {
    #devis_table_pieces td,
    #devis_table_lingots td {
        display: block;
        width: 214%;
        border: none;
    }
    #devis_table_pieces td:nth-child(3),
    #devis_table_lingots td:nth-child(3) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        text-align: center;
        font-size: 1.25em;
    }
    /* #devis_table_pieces tr:nth-child(even),
    #devis_table_lingots tr:nth-child(even) {
        background: #ccc;
    } */
    .reorder-btn {
        width: 45%;
    }
    .sell-order {
        float: left;
    }
    .buy-order {
        float: right;
    }
    .reorder-btn-box {
        margin: 20px 0 40px 0;
    }
    .print-btn {
        display: none;
    }
    #cours_table {
        margin-top: 40px;
    }
    #cours_table td {
        display: block;
        border: none;
        width: 220%;
        text-align: center;
    }
    #cours_table td:nth-child(4) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
}