#awtableproduct {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.mpd-input-measure {
    width: 100px;
    text-align: center;
}

.deleteRowMPD {
    cursor: pointer;
}

.mpd-loader {
    background: url('../img/ajax.gif') no-repeat;
    background-size: 50%;

    width: 100%;
    height: 100%;
    z-index: 9999;
}

.mpd-price {
    border-width: 0;
}

#calculeCutTableMPD {
    float: right;
}

#sendTableMPD {
    float: right;
}

#mpd-table-combinations {
    margin-bottom: 50px;
    border-bottom: unset;
}

.mpd-table-buttons {
    display: block;
    margin: 10px;
    text-align: right
}

#mpd-table-combinations thead th {
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    white-space: nowrap;
}

#mpd-table-combinations tbody tr {
    background-color: unset;
    position: relative;
}

#mpd-table-combinations tbody tr:hover {
    background-color: rgba(50, 216, 230, 0.2);
}

#mpd-table-combinations thead tr {
    background: #428bca;
    color: #fff;
}

#mpd-table-combinations tbody tr:last-child td {
    border-bottom: unset;
}

#mpd-table-combinations tbody tr td:first-child,
#mpd-table-combinations thead tr th:first-child {
    font-weight: 600;
    text-align: left;
}

#mpd-table-combinations .mpd-comb-reference {
    font-weight: bold;
}

#mpd-table-combinations .mpd-qty-prices {
}

#mpd-table-combinations .mpd-qty-prices span {
    width: 70px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid;
}

#mpd-table-combinations td {
    vertical-align: middle;
    text-align: center;
}

#mpd-table-combinations td:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mpd-table-combinations td:last-of-type span.unavailable {
    line-height: 29px;
}

#mpd-table-combinations td:last-of-type > button {
    background-color: unset;
}

#mpd-table-combinations td:last-of-type > button:hover {
    filter: invert(71%) sepia(35%) saturate(2669%) hue-rotate(338deg) brightness(99%) contrast(99%);
}

#mpd-table-combinations_filter {
    display: none;
}

.mpdgroup-row-title {
    font-weight: bold;
    text-align: center;
}

.mpdgroup-col-title {
    font-weight: bold;
    text-align: center;
}

#mpd-table-groups .mpdgroup-input {
    font-weight: bold;
    text-align: center;
}

.mpd-price-span {
    color: #428bca;
}

.mpd-price {
    color: #428bca;
}

.mpd-price-disc-span {
    color: red;
}

.mpd-stock-span {
    font-weight: bold;
}

.mpd-input-error {
    color: red
}

#mpd-table-groups .mpdgroup-col-title {
    background: #428bca;
    color: #fff;
    padding: 8px;
}

#mpd-table-groups .mpdgroup-row-title {
    background: #428bca;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.mpd-stock-span img {
    width: 32px;
    height: 32px;
}

#mpd-table-groups .mpd-stock-span img {
    width: 24px;
    height: 24px;
}

.mpdHide {
    position: absolute;
    top: -100000px;
}

.mega-comb-qty-table {
    max-width: 80px;
    text-align: center;
}

.mpd-table {
    margin-top: 15px;
    background: #fff;
    overflow: hidden;
}

.mpd-addcart-line {
    background: none;
    padding: 0px;
    border: none;
}

/*button.mpd-addcart-line:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding-right:4px;
    }*/
.mpd-input-td img {
    width: 22px;
    height: 22px;
}

input.mega-comb-qty-table[type=number]::-webkit-inner-spin-button { /* opacity: 1*/
}

#mpdresult {
    margin-top: 10px;
}

.mpd-attributes-checkbox {
    width: 30px;
    height: 15px;
}

.mpd-checkbox-div {
    display: inline;
}

.hideTableMegaField {
    top: -2300px;
    position: absolute !important;
    display: none;
    -webkit-appearance: none;
}

.awtp-qty-baseprice {
    text-decoration: line-through;
    margin-left: 10px;
}

.awtp-qty-price {
    font-weight: bold;
}

.mlp-qty-disc {
    max-width: 25px;
    border: none;
    text-align: center;
}

.awtp-btns {
    border: 1px solid #f0f0f0;
    text-align: center;
    display: inline-block;
}

.awtp-btns-btn {
    padding: 2px;
    margin: 2px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

#mpd-table-groups .mpd-addcart-line img {
    width: 24px;
    height: 24px;
}

#mpd-table-groups .mpdgroup-input img {
    width: 24px;
    height: 24px;
}

#mpd-table-groups .mpd-square-color {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
}

#mpd-table-groups .mpd-square-color img {
    width: 32px;
    height: 32px;
}

.mpd-price-before {
    text-decoration: line-through;
    font-size: 12px;
}

#product.mpd-table-combinations-product .product-container .leftcolumn {
    width: 100%;
}

#product.mpd-table-combinations-product .product-container .rightcolumn {
    display: none
}

@media (max-width: 991px) {
    div#mpd-table-combinations_wrapper {
        overflow-x: auto;
    }

    #mpd-table-combinations td:last-of-type {
        padding: 14px 10px;
    }

    .mpd-table {
        overflow-x: scroll;
    }
    #mpd-table-combinations td, #mpd-table-combinations th{
        font-size: 12px;
    }
    #mpd-table-combinations thead th{
        white-space: normal;
        max-width: 40px;
    }
}

.mpd_productlist .mpd-add-to-cart-productlist {
    background: black;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: #232323;
    text-align: center;
}

.mpd_productlist .mpd-add-to-cart-productlist.hide {
    display: none;
}

.mpd_productlist .product-quantity:not(.show) {
    display: none;
}

.mpd_productlist .product-quantity.show {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

#product .product-add-to-cart .product-quantity .qty {
    display: none;
}

.mpd_productlist .mpd-add-to-cart-productlist {
    background: transparent;
    text-align: center;
    cursor: pointer;
    width: 111px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #000;
    margin: 0 auto;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.mpd_productlist .product-quantity.show {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    width: 111px;
    height: 29px;
    line-height: 29px;
    /* border: 1px solid #000;*/
    margin: 0 auto;
    border-radius: 30px;
}

.mpd_productlist p.p-quantity {
    margin-bottom: 0px;
    font-size: 12px;
}

.mpd_productlist .product-quantity div {
    width: 20px;
    text-align: center;
    cursor: pointer;
}


#mptQtyAlert {
    position: absolute;
    text-align: center;
    color: #000;
    height: 15px;
    line-height: 0px;
    width: 80%;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background: #32d7e6; /*#d6f7fa;*/
}

.mpd-rounder {
    border: 1px solid;
    border-radius: 50%;
}

.mpd_productlist .product-quantity .mpd-rounder {
    width: 30px;
}

.product-quantity INPUT.awtp-input-edit {
    width: 40px;
    height: 28px;
    background: none;
    line-height: 28px;
    border: 0.8px solid;
    border-radius: 10px;
    text-align: center;
}

.black-to-red {
    filter: invert(15%) sepia(98%) saturate(6563%) hue-rotate(359deg) brightness(101%) contrast(115%);
    width: 20px;
    height: 20px;
}

.black-to-green {
    filter: invert(21%) sepia(89%) saturate(4536%) hue-rotate(108deg) brightness(96%) contrast(104%);
    width: 20px;
    height: 20px;
}

#mpd-table-combinations img {
        width: 19px;
    height: 19px;
}