
@media screen and (min-width: 320px) {
.Bar a {
    color: #0b57c1!important;
}
.TL-AddToCart .btn-addtocart {
    padding: 0px;
    font-size: .875rem;
}
button.btn.btn-refresh {
    background: #232323;
}
.btn.btn-csv, .btn.btn-pdf {
    background: #0b57c1!important;
}
.btn.log {
    background-color: #0b57c1!important;
}
span.progress-number {
    color: #0b57c1!important;
}
.page-item.active .page-link {
    background-color: #5b6670!important;
    border-color: #555!important;
}
.page-link {
    color: #555555;
}
.preview-container {
    margin-bottom: 10px;
    margin-top: 10px;
}
a.view-more {
    padding: 5px 10px;
    font-size: 13px;
}
.sub-cat {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14);
}

/******************************** Tile-List ***/
.breadcrumb-heading {
    padding: 11px 0 6px 0;
    background: #eef0f1!important;
    border-bottom: none;
}
.breadcrumb-item.active {
    color: #5b6670!important;
}
.breadcrumb.cat-breadcrumb a {
    color: #0b57c1!important;
}
.breadcrumb-title {
    color: #5b6670!important;
    font-size: 1.75rem!important;
}
.Bar {
    margin-bottom: 10px;
}
.Tile-ListContainer {
    margin-top: 10px;
}
p.results-label {
    color: #252525!important;
    font-size: 14px;
}
.TL-buttons button {

}
.TL-Price {
    color: #000000;
}
button.AddToCart {
    background: #0b57c1!important;
}
.product-sku {
    margin-bottom: 0px;
}


.TileView {
   
    margin: 0px;
	border: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tile--category {
  

}

/** Tile-List **/



/******************************** Product-Detail ***/

.dp-image-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 3%;
    text-align: center;
}
.InfoTableContainer {
    text-align: left;
    padding: 0px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.dp-image-wrapper span {
    height: 380px;
    padding: 15px;
}

.table--info-table {
    margin-bottom: 0px;
}
.InfoTableContainer .table-cell.table-cell-label {
    width: auto;
}
.table.table--warehouse-table {
    padding-top: 15px;
}
.table-cell.table-cell-label.th-warehouse {
    background: #5b6771;
    /* border-bottom: 1px solid #e4e4e4; */
    color: #fff;
}
.table-cell.table-cell-value.td-warehouse span, .th-warehouse span {
    display: inline-block;
    width: 120px;
}
span.key {
    font-weight: 600;
}
.table.table--warehouse-table .table-row:nth-child(even) {
    background: #f7f7f7;
}
.price-box .DetailLine2 {
    color: #0b57c1!important;
}
div#tabContent {
    font-size: 14px;
}
.tab-content .table-cell {
    padding: 8px 55px 8px 25px;
}
.dp-tabs-wrapper .nav-link.active {
    border-top: 3px solid #0b57c1;
    font-weight: 600;
}
.dp-tabs-wrapper .nav-link {
    color: #0b57c1;
}
.glossary {
    margin-bottom: 2rem;
}
.glossary dl {
    font-size: 14px;
    margin-bottom: 0;
}
.glossary dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: left;
	margin-bottom: .5rem;
    font-weight: 700;
}
.glossary dd {
    margin: 0 0 0 130px;
    padding: 0 0 .5em 0;
}
.product-specs-box {
    font-size: 14px;
}
.product-specs-box .table-cell {
    padding: .5rem;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: .25rem .5rem;
    vertical-align: middle;
	display: table-cell!important;
}
.product-specs-box .table-head .table-cell {
    padding: .5rem;
    vertical-align: top;
	border: none;
}
thead.t-head {
    background: #0b57c1;
    color: white;
}
.product-specs-box .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.product-specs-box .table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
}

.product-specs-box .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

}







@media screen and (max-width: 767px) {
	.dp-image-wrapper {
-ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    text-align: center;
}
.InfoTableContainer {
text-align: left;
    padding: 0px 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
}


@media screen and (max-width: 576px) {
.dp-image-wrapper span {
    height: 250px;
    padding: 10px;
}
.image-wrapper {
    height: 130px;
}

}


.line-drawing {
    text-align: center;
}
.line-drawing-dimensions .table-cell {
    padding: .5rem;
}
/** Product-Detail **/