﻿.product-item md-card md-card-content {
    position: relative;
}

.product-item md-card md-card-content .quotes-info .md-button.add {
    position: absolute;
    bottom: -14px;
    right: -14px;
}
.product-item md-card md-card-content .quotes-info .md-button.add md-icon {
    color: #fff;
}

.product-logo img {
    height: 100%;
}

.product-item md-card md-card-content .quotes-info .quote-desc {
    color: #bbb2c7;
    font-weight: 700;
    margin-left: 15px;
}

.product-item md-card md-card-content .quotes-info h3 {
    margin: 0;
    text-align: right;
    font-size: 40px;
    font-weight: 100;
}

.product-item md-card md-card-content .quotes-info h3.price {
    color: #485569;
    font-size: 1.2em;
    padding: 0 0 10px 0;
    font-weight: 500;
}
.product-item md-card md-card-content .quotes-info .badge {
    background: rgb(3 169 244 / 21%);
    color: #2196f3;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.product-item md-card md-card-content .quotes-info .badge small{
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.product-item md-card md-card-content .quotes-info p.description {
    margin: 10px 0 0 0;
    padding: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-style: italic;
    background: rgb(221 221 221 / 20%);
    border-radius: 5px; 
}

.product-item md-card md-card-content .quotes-info .list-price-desc {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    background: #3a5777;
    color: #fff;
    padding: 0 5px;
}

.product-item md-card md-card-actions.product-actions {
    min-height: 60px;
    position: relative;
    margin: 0;    
    background: #3d4b8e;
}

.product-item md-card md-card-actions.product-actions.showDivider:before {
    position: absolute;
    content: '';
    width: 1px;
    opacity: .3;
    height: 80%;
    background-color: #ebe9ec;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-item md-card md-card-actions.product-actions button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item md-card md-card-actions.product-actions md-icon {
    color: #ffeb3b;
    margin: 0 10px 0 0 ;
}

.product-item md-card md-card-actions.product-actions md-icon+span {
    font-size: 11px;
    text-transform: uppercase;
    color: #ffeb3b;
    font-weight: 400
}

.product-item h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.product-item p {
    color: #7f8b98;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}