/*! NULL SEARCH CSS **/

.screen-lg-up #sidebar {
	display: none;
}

.screen-lg-up .t-main__content-with-side-bar {
	width: 100%;
}

.screen-lg-up .t-product-list__no-results-shop-by-category-content {
	margin-top: 0;
	padding-left: 1rem;
}

.t-main__content-title {
	display: none !important;
}

.t-product-list__no-results-container {
	padding-top: 0 !important;
}

.tiles-row a img {
	border: 1px solid rgba(0,0,0,0);
}

.tiles-row a:hover img,
.tiles-row a:active img,
.tiles-row a:focus img {
	border: 1px solid #7d7d7d;
}

.tiles-row span {
	font-size: 0.75rem;
}

.t-product-list__no-results-header h2 {
    font-size: calc(1.74375rem + 1.425vw);
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:2.8125rem
    }
}