.weacc_container {
    background-color: white;
    padding: 10px;
}

.table-weaccesories {
    width: 100%;
}

.table-weaccesories td {
    background-color: #d2d2d2;
    padding: 4px;
}

.table-weaccesories tr:not(:first-child) {
    border-top: 1px solid #b0b0b0;
}

.table-weaccesories img {
    max-height: 24px;
    margin: 12px 4px 8px 0px;
}

.accessories_qty_input{
    width:32px;
    text-align: center;
    height:32px;
}

.weacc_minus, .weacc_plus{
    width: 14px;
    height: 32px;
    padding: 0;
}
.weacc_minus {
   border: 1px solid #888888;
    border-right: 0;
}

.weacc_plus {
    border: 1px solid #888888;
    border-left: 0;
}

.weacc_price_table .table_title{
    font-size: 0.8rem;
    font-weight: bold;
    padding-top: 20px;
    display: block;
}
.weacc_price_table table{
    font-size: 0.8rem;
    font-weight: lighter;
    /*margin:auto;*/
    background-color: #f0f0f0;
    min-width: 250px;
    max-width: 300px;
}
.weacc_price_table td{
    padding: 6px;
}

.product-line-grid {
    padding: 14px 0;
    background-color: white;
}

.product-line-grid.weaccesory .price {
	color: #988e7c;
}

.product-line-grid.weaccesory {
    border-top: none;
}

.product-line-grid .price {
    text-align:right;
}