@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: 20px;
}
.Bar a {
    color: #e67e22!important;
    font-size: 14px;
}
button, .btn {
    background: #e67e22;
    color: #fff;
}

#quickorderbutton {
    color: #fff!important;
}

h4.order-pad-heading {
    font-size: 1.75rem!important;
    font-weight: 500!important;
}
button.btnCompare {
    padding: 0px 13px;
    background: #939da9;
}
.sortby-wrap {
    margin-left: auto;
}

/******************************** Brands Page ***/
.container.brands-page {
    margin-bottom: 100px;
}
h2.brands-title {
    margin: 30px 0 30px 0;
}
.flex-index {
    display: none;
}
.letter-group {
    display: none;
}
.brands-page .col-md-12 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.flex-brand {
    text-align: center;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.brand-link {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: block;
    margin: auto;
    text-align: center;
    height: 100%;
}
.brand-link a {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/******************************** 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: 20px;
    padding-bottom: 20px;
}
.category-caption {
    text-align: center;
    color: #696969;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.TL-Info {
    padding-bottom: 5px;
}
.TL-Info.Short.Description {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2e5a82;
    font-family: acumin-pro-condensed, sans-serif;
}
.TL-AddToCart .btn-addtocart {
    min-width: auto;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
}
.TL-buttons button {
padding: 0px 10px;
}
.breadcrumb.cat-breadcrumb a {
    color: #e67e22;
}
.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}
.TL-Price {
    color: #e67e22;
    font-size: 18px;
}
.breadcrumb-title {
    color: #222;
    margin-bottom: 5px;
    font-size: 1.75rem;
}
.breadcrumb-heading {
    background: #fff;
    margin-bottom: 20px;
    padding: 12px 0 0px 0px!important;
    border: none;
}
.spec-form {
    background: #f7f7f7;
}
.results-group {
    padding: 10px 0px;
}
a.tile.tile--category {
   padding: 25px;
}
.page-item.active .page-link {
    background-color: #1e8ec6;
    border-color: #1e8ec6;
}
.page-link {
    color: #1e8ec6;
}
/** Tile-List **/



/******************************** Product-Detail ***/
.dp-tabs-wrapper .nav-link.active {
    border-top: 2px solid #0e4270;
    font-weight: 600;
}
.dp-tabs-wrapper .nav-link {
    color: #0e4270;
}
/** Product-Detail **/

/******************************** Account ***/
div#accountfunctions_table_45 .SideBar {
    padding-top: 20px;
}
.Cat1.PostLoginCell {
    display: none;
}
.account-heading {
    margin-bottom: 15px;
}
.dash-box-heading {
    background: #000000;
    padding: 5px 8px;
}

}


@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;
}
.brands-page .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@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;
}
.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;
}
}