
.price-list-module{
    padding: 0.15rem;
}

.plm-without-vat{
    font-size: 80% !important;
}

.plm-row{
    padding: 0.65rem 0.35rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
    border-bottom: 1px solid #eee;
}

.plm-icon{
    flex: 0 0 auto;
    width: 8.33333333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plm-stock{
    flex: 0 0 auto;
    width: 83.33333333%;
    font-weight: 700;
}

.plm-on-stock{
    color: #009901;
}

.plm-out-of-stock{
    color: #bb1a0e;
}

.plm-col-6{
    flex: 0 0 auto;
    width: 50%;
}

.plm-col-5{
    flex: 0 0 auto;
    width: 41.66666667%;
}

.plm-info{
    color: #00aba7;
    text-decoration: underline;
}

.plm-text-end{
    text-align: right !important;
}

.plm-col-12{
    flex: 0 0 auto;
    width: 100%;
}

.plm-muted{
    color: #6c757d;
}

.plm-price{
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 8px;
}

.plm-action-price{
    font-weight: 700;
    font-size: 1.75rem;
    color: #bb1a0e;
    margin-top: 8px;
}

.plm-vat{
    font-size: 1rem;
}

.plm-grid{
    gap: 0.5rem;
    display: grid;
}

.plm-btn-cart{
    border: 0;
    border-radius: 0;
    background-color: #bb1a0e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.75rem 0.35rem;
    font-size: 0.8rem;
}

.plm-btn-cart:hover{
    background-color: #8f130a;
    color: white;
}

.plm-btn-cart-default{
    border: 0;
    border-radius: 0;
    background-color: #00aba7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.75rem 0.35rem;
    font-size: 0.8rem;
}

.plm-btn-cart-default:hover{
    background-color: #008f8c;
    color: white;
}

.plm-btn-hc{
    border-radius: 0;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    text-transform: none;
    font-weight: 400;
    padding: 0.75rem 0.35rem;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
}

.plm-btn-hc:hover{
    background-color: #00aba7;
    color: white;
}

.plm-align-center{
    align-items: center;
}

.plm-btn-group{
    border-radius: 0.375rem;
    position: relative;
    display: inline-flex;
}

.plm-btn-outline-group{
    border-radius: 0;
    border: 1px solid #00aba7;
    background-color: transparent;
    padding: 0.75rem 0.75rem;
    font-size: 0.8rem;
    color: #00aba7;
    margin: 0.35rem;
}

.plm-btn-outline-group:hover{
    background-color: #00aba7;
    color: white;
}

.plm-centered{
    display: flex;
    align-items: center;
    justify-content: end;
}

.plm-stars{
    color: #ffc107;
}

.plm-alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.dvPor.plm-btn-outline-group{
    padding: 0rem;
}

.plm-compare-link.prv{
    background-color: #00aba7;
    color: #fff;
}

.plm-compare-link{
    display: block;
}

.plm-compare-link:hover{
    display: block;
    color: #fff;
}

.plm-compare-link i{
    margin: 0.75rem 0.75rem;
}

.ml-1{
    margin-left: 0.35rem;
}

.plm-list-price{
    font-weight: 700;
    font-size: 1.45rem;
    margin-top: 8px;
}

.plm-list-price .plm-vat{
    font-size: 0.8rem;
}

.plm-list-module .plm-grid{
    border-bottom: none;
}

.plm-standard-row{
    font-size: 0.775rem;
}

.plm-action-absolute-sale{
    position: absolute;
    top: 10%;
    right: 10%;
    width: 74px;
    height: 74px;
    background-color: #bb1a0e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plm-action-absolute-sale-text{
    color: white;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}