.no-display { display: none!important }
#bss_configurableproducttabtable .non-last-attr .attr-label {font-weight: bold; float: left;}
#bss_configurableproducttabtable .non-last-attr .attr-value {float: left; margin-left: 10px; cursor: pointer;}
#bss_configurableproducttabtable .non-last-attr .attr-value.current {color: red;}
#bss_configurableproducttabtable .non-last-attr .attr-value img {border: 1px solid #cccccc;}
#bss_configurableproducttabtable .non-last-attr .attr-value.current img {border: 1px solid #df280a;}
#bss_configurableproducttabtable .configurable-product-tier-table tr {line-height: 5px;}
#bss_configurableproducttabtable .configurable-product-tier-table thead tr {line-height: 20px;}
#bss_configurableproducttabtable .configurable-product-tier-table {width: 75%; margin-bottom: 20px;}
#bss_configurableproducttabtable .cart-table thead th {padding: 10px 0;}
#bss_configurableproducttabtable .attr-container {margin-bottom: 5px;}
#qty-selected-detail-table {width: 100%; border-bottom: 1px solid; margin-bottom: 5px;}
.configurable-product-table td.attributes img {margin: 0 auto;}
.configurable-product-table td.unit-price .default {text-decoration: line-through;}
#bss_configurableproducttabtable .ajax-load-bss{text-align: center; position: absolute;background: rgba(0, 0, 0, 0.35);width: 100%;top: 0;right: 0;left: 0;bottom: 0;z-index: 99999;display: none;}
#bss_configurableproducttabtable .ajax-load-bss img{margin: auto;position: absolute; width: 50px;top: calc(50% - 10px);left: calc(50% - 10px);}
#bss_configurableproducttabtable .mobile-view {display: none}
.total-area { background:#f8f8f8; float: left; padding: 10px; width: 100%; }
.qty-detail, .qty-total, .price-total { float: right; clear: right; min-width: 30%; }
.qty-total .value, .price-total .value { float: right }
#qty-selected-detail-table td { padding-bottom: 5px }
#qty-selected-detail-table tr > td:last-child { text-align: right }
#qty-selected-detail-table tr > td:first-child { text-transform: capitalize; padding-right: 10px }
.clear-selection { text-align: right; padding: 5px 0 20px; float: left; width: 100%; }
@media only screen and (max-width: 599px) {
    #bss_configurableproducttabtable thead {
        display: none;
    }

    #bss_configurableproducttabtable .mobile-view {
        display: block;
        float: left;
        width: 50%;
        text-align: left;
    }
    #bss_configurableproducttabtable tr {
        border-bottom: 1px solid silver;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}
