:host{
    padding:0px;
}
.header {    
    margin:0px;
    background-color:#cccccc;    
    padding-bottom: 5px;
    padding-top: 5px;
}
table > thead > tr > th{
    border: 0px;
    padding-top: 2x;
    padding-bottom: 3px; 
}
table > tbody > tr > th, table > tbody > tr > td{
    border: 0px;
    padding-top: 1px;
    padding-bottom: 2px;   
}
.right-align {
    text-align: right;
}

.col-xs-2 {
    width:20%;
}

.col-xs-2.magenta {
    line-height: 24px;
}

@media (min-width:1200px){
    .margin-left-align {
        margin-left:20px;
        margin-right:20px;
    }

    .product-table {
        padding-right:60px;
    }
}
.condensed-blade {
    line-height: 2em;
}
.condensed-blade:hover {
    background: rgba(0, 0, 0, .05);
    
}
.prod_type_head{
    width: 100%;
    overflow: hidden;
    display: block
}


.prod_type_head:after {
    content:'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
    color:rgba(90, 90, 90, 0.204);
    white-space: nowrap;
    letter-spacing: -.5px;
    font-weight:200;
    overflow: hidden;
    padding-left:10px;
}

.product-table {
    color:#5a5a5a;
    font-size: 14px;
    margin-bottom:20px;
    line-height: 24px;
}

.act-error {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color:red;
}

.mobile-number {
    color:#e20074;
}
.shipping-text{
    font-family: 'TeleGrotesk-Hal', Arial, sans-serif;
    font-size: 20px;
    /* line-height: 24px; */
    color: #323232;
}
