table.mt-tier-price-table td, table.mt-tier-price-table th {
    text-align: center;
}
.mt-tier-price-table thead {
    border-bottom: 1px solid #333;
    border-top: 2px solid #777;
}
table.mt-tier-price-table {
    border-bottom: 1px solid #3333;
}
.tier-price-msg-box h3 {
    margin: 0px;
    border-top: 0;
    padding: 10px 0px 10px 10px;
    background: #f2f2f2;
    display: none;
}
.tier-price-msg-box {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0;
}
.mt-tier-price-table tbody tr:hover {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}


.divTable{
	display: table;
	width: 100%;
	/* border-left: 1px solid #C2C3DE; 
	border-top: 1px solid #C2C3DE; */

    border-left: 1px solid var(--header-mobile); 
	border-top: 1px solid var(--header-mobile);
}
.divTableRow {
	display: table-row;
	/* border-left: 1px solid #C2C3DE; 
	border-right: 1px solid #C2C3DE;  */

    border-left: 1px solid var(--header-mobile); 
	border-right: 1px solid var(--header-mobile);
}
.divTableHeading {
	background-color: #EEE;
	/*display: table-header-group;*/
    display: none;
}
.divTableCell, .divTableHead {
	/* border-bottom: 1px solid #C2C3DE; */
    border-bottom: 1px solid var(--header-mobile);
	display: table-cell;
	padding: 3px 10px;
    text-align: center;
	/* border-right: 1px solid #C2C3DE;  */
    border-right: 1px solid var(--header-mobile);
}


.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	/* border-left: 1px solid #C2C3DE; */
	border-left: 1px solid var(--header-mobile);
}
.tier-hide {
    display: none;
}
.divTable.tier-mobile .price-container .price,
.divTable.tier-mobile .tier-price label {
    color: var(--category_list_cta);
    font-size: 16px!important;
	font-weight: 700;
}

.divTable.tier-desktop .price-container .price,
.divTable.tier-desktop .tier-price label {
    color: #000;
    font-size: 16px!important;
	font-weight: 400;
    margin-right: 0;
}

.tier-desktop .tier-qty {
    color: var(--category_list_cta);
	font-weight: 700;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
    .tier-desktop { display: none;}
}

@media screen and (min-width: 768px) {
    .tier-mobile { display: none;}
}
.divTable.tier-mobile .divTableCell, .divTable.tier-mobile .divTableHead { padding: 10px 5px; font-size: 13px; }
.divTable.tier-mobile .divTableCell.tier-discount { font-size: 11px;}
.divTable.tier-desktop .divTableCell-inside.tier-discount label { font-size: 10px; font-weight:700;}
.divTable.tier-desktop .divTableCell, .divTable.tier-desktop .divTableHead { padding: 15px 5px; font-size: 16px; }
.prices-tier { background-color: transparent;}

.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {

}

.divTable.tier-mobile .divTableCell.tier-discount, .divTable.tier-desktop .divTableCell-inside.tier-discount{
    display: none;
}


.divTableCell.js-tierprice-button:hover{
    box-shadow: inset 0px 0px 20px 3px var(--header-top);
    /* background-color: color-mix(in srgb, var(--header-mobile), transparent 66%); */
}
.divTableCell.js-tierprice-button.active{
	box-shadow: inset 0px 0px 20px 3px var(--header-top);
    /* background-color: var(--header-mobile) !important; */
}

.divTableRow.js-tierprice-button:hover{
    box-shadow: inset 0px 0px 20px 3px var(--header-top);
    /* background-color: color-mix(in srgb, var(--header-mobile), transparent 66%); */
}
.divTableRow.js-tierprice-button.active{
	box-shadow: inset 0px 0px 20px 3px var(--header-top);
    /* background-color: var(--header-mobile) !important; */
}

.divTableCell.js-tierprice-button, .divTableCell.js-tierprice-button label, .divTableRow.js-tierprice-button, .divTableRow.js-tierprice-button label{
    cursor: pointer;
}

.tier-desktop .tier-qty{
	color: #000;
    font-weight: 400;
}
.divTable.tier-desktop .price-container .price, .divTable.tier-desktop .tier-price label{
	color: var(--category_list_cta);
    font-weight: 700;
}
.divTable.tier-mobile .divTableRow .divTableCell.tier-qty{
	border-right: 0;
}
.divTable.tier-mobile .divTableRow{
    display: flex;
    width: 100%;
}
.divTable.tier-mobile .divTableRow .divTableCell.tier-qty, .divTable.tier-mobile .divTableRow .divTableCell.tier-price{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}