/* Minification failed. Returning unminified contents.
(58,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-dark'
(66,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-dark'
(105,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(113,32): run-time error CSS1039: Token not allowed after unary operator: '-success'
(117,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(142,22): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(159,22): run-time error CSS1039: Token not allowed after unary operator: '-blue'
 */
@media (min-width: 320px) {

#cartalert {
    min-width: 200px;
    max-width: 335px!important;
    border-bottom: 5px solid #ed0223!important;
    color: #000!important;
}
#cartalert i {
    color: #ed0223!important;
    font-size: 32px!important;
}
.Bar {
    margin-bottom: 16px;
    margin-top: 16px;
}
.Bar a {
    /* color: var(--blue)!important; */
    font-size: 14px;
}
#quickorderbutton {
    color: #fff!important;
}

h4.order-pad-heading {
    font-size: 1.75rem!important;
    font-weight: 500!important;
}

/******************************** Tile-List ***/

.TileView {
    width: calc(100%/4);
    margin: 0;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category-caption {
    text-align: center;
    color: #111111;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 1rem;
}
.TL-buttons button {
    background: transparent;
}
.breadcrumb.cat-breadcrumb a {
    color: #100b79;
}

.breadcrumb-item.active {
    color: var(--gray-dark);
    font-weight: 600;
}
.TL-Price {
    color: #5E87A3;
    font-size: 18px;
}
.breadcrumb-title {
    color: var(--gray-dark);
    margin-bottom: 5px;
    font-size: 2rem;
}
.breadcrumb-heading {
    background: #fff;
    margin-bottom: 0px;
    padding: 12px 0 6px 0px!important;
    border: none;
}
.sortby-wrap {
    margin-left: auto;
}
button.btnCompare {
    margin-left: 5px!important;
    text-transform: none;
    background: #F2B344;
    color: black;
}
.spec-form {
    background: #f7f7f7;
}
.results-group {
    padding: 10px 0px;
}
a.tile.tile--category {
    padding: 0px;
	    border: 0px solid #eee;
}
.image-wrapper.image-wrapper--category {
    margin: 0;
    height: 250px;
}
.page-item.active .page-link {
    background-color: #075671!important;
    border-color: #095670!important;
	    color: #fff!important;
}
.page-link {
    color: var(--blue)!important;
}
/** Tile-List **/



/******************************** Product-Detail ***/
.dp-tabs-wrapper .nav-link.active {
    border-top: 3px solid var(--success);
    font-weight: 600;
}
.dp-tabs-wrapper .nav-link {
    color: var(--blue);
}
/** Product-Detail **/

/******************************** Account ***/
div#accountfunctions_table_45 .SideBar {
    padding-top: 20px;
}
.Cat1.PostLoginCell {
    display: none;
}
.dashboard .account-heading, .OrdHeader, .my-worksheet-page .account-heading  {
    margin-bottom: 15px;
    margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}

.dash-box-heading {
    background: #037d61;
    padding: 5px 8px;
}
button.btn-csv, button.btn-excel {
    text-transform: none;
    font-size: 14px;
    background: var(--secondary);
    padding: 8px 10px;
    margin-top: 5px;
    line-height: 1;
}
.worksheet-heading .account-heading {
    font-weight: 500;
}
.worksheet-actions .btn.btn-link {
    text-transform: none;
}
.worksheet-buttons {
    margin-left: 0px;
}
.worksheet-buttons .btn {
    text-transform: none;
    font-weight: 500!important;
    background: var(--blue);
}
.btn-add-selected {
    padding: 5px 15px;
}
}


@media (min-width: 769px) {
	.TileView.tile--product:nth-child(4n+1) {
    border-right-width: 0;
}
}
	
@media (max-width: 768px) {	
	.TileView {
    width: calc(100%/3);
}
	.TileView.tile--product:nth-child(3n+1) {
    border-right-width: 0;
}
}
@media (max-width: 576px) {	
.breadcrumb-heading {
    margin-bottom: 10px;
    padding: 7px 5px 4px 5px!important;
}
.breadcrumb.cat-breadcrumb a, .breadcrumb.cat-breadcrumb {
    font-size: 12px;
}
.breadcrumb-title {
    margin-bottom: 0px;
    font-size: 1.25rem;
}
.Bar a {
    font-size: 12px;
}
h4.order-pad-heading {
    font-size: 1.25rem!important;
}
.TileView {
    width: calc(100%/2);
    padding: 20px 10px 10px 10px;
}
a.tile.tile--category {
    padding: 10px;
}
.category-caption {
    font-size: 14px;
    line-height: 16px;
}
.image-wrapper.image-wrapper--category {
    margin: 0;
    height: 160px;
}
.TileView.tile--product:nth-child(2n+1) {
    border-right-width: 0!important;
}
.TileView.tile--product:nth-child(3n+1) {
    border-right-width: 1px;
}
.item-desc {
    font-size: 1.25rem;
    line-height: 1.2;
}
}
