/*=====================================================================================================================
  SHOW WHOLESALE PRICE TO NON-WHOLESALES
=====================================================================================================================*/
.popover {
    min-width: 350px;
}
.popover-header {
    display: table;
    width: 100%;
    max-width: 100%;
}

.popover-header .custom-title {
    width: 100%;
    max-width: 100%;
    font-weight: 500 !important;
    display: table-cell;
    vertical-align: middle !important;
}

.popover-body {
    padding: 0px;
}

.popover-body table {
    padding: 6px 14px;
}

.popover-body table tbody td {
    background: #ffffff !important;
    vertical-align: middle;
}

.popover-body table tbody td.textalign-right {
    text-align: right !important;
}

.popover-body table tbody td.textalign-left {
    text-align: left !important;
}

.popover-body table tbody td.autowidth {
    white-space: nowrap;
}

.popover-footer {
    padding: 6px 14px;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    text-align: right;
}

.register-link {
    padding: 0px 14px;
}

.register-link a {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
}

.popover-wholesale-price-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    background-color: transparent;
}

.popover-wholesale-price-table .table tr:first-child {
    /*padding: 0.75rem;*/
    vertical-align: top;
    border-top: none !important;
}

.popover-wholesale-price-table .table tr {
    /*padding: 0.75rem;*/
    vertical-align: top;
    border-top: 0.1px solid #dee2e6 !important;
}

.popover_wholesale_replacement_message span {
    padding-right: 6px;
    /*font-weight: 400;
    font-size: 20px;
    color: #333333;*/
}

.popover_wholesale_replacement_message span.is-shop {
    padding-right: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

/* Anchor remove styling */
/*a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}*/

a.nostyle:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*
*/
.wwp-wwlc-inactive {
    border-left-color: #348dd6;
    flex-direction: column;
}
.wwp-wwlc-inactive .checked {
    color: orange;
}

.wwp-wwlc-inactive .discounted {
    color: rgb(5, 160, 83);
}
