.tl-shopping-header-top {
	text-align: center;
	margin-top: 25px;
	border-bottom: 5px solid #b42024;
}
.tl-shopping-header-top-text {
	font-size: 11rem;
    letter-spacing: 4px;
    padding-bottom: 0px;
}
.tl-shopping-header-sub-top-text {
	font-size: 10rem;
    font-family: system-ui;
    font-weight: 800;
    margin-top: -35px;
    padding-bottom: 0px;
}
.tl-shopping-red {
	color: #EC5051;
}
#tl-shopping-category-text {
	display: none;
}
.tl-shopping-purple {
	color: #8565A6;
}
.tl-shopping-split-results-wrapper {
	max-width: 1200px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tl-shopping-full-results {
	display: none;
}
.tl-shopping-legend-list {
	display: inline-flex;
    list-style: none;
    margin-left: 0px;
}
.tl-shopping-legend-list li {
	margin-right: 15px;
}
.tl-shopping-teal {
	color: #30B8C9;
}
.tl-shopping-legend-list li img {
	max-width: 100px;
}
.tl-shopping-legend-list li span {
	display: inline-flex;
    list-style: none;
    margin-left: 0px;
    font-size: 3rem;
    position: relative;
    top: 20px;
}
.tl-shopping-filters-form {
	text-align: right;
    margin-right: 10%;
    font-size: 2rem;
}
#shopping-options {
	display: none;
    text-align: left;
    width: 145px;
}
#shopping-option-filter {
	text-align: center;
}
 #shopping-type {
	width: 145px;
	max-height: 55px;
	display: none;
}
#tl-shopping-no-retailers-results, #tl-shopping-no-resturant-results, #tl-shopping-full-no-results {
	display: none;
	font-size: 3rem;
	text-align: center;
}

#tl-shopping-category label {
	margin-right: 14px;
}
#shopping-type label {
	margin-right: 7%;
}
.tl-shopping-filters-form {
	color: red;
}
#tl-shopping-category label {
	color: #EC5051;
	font-size: 2.5rem;
	cursor: pointer;
}
#tl-shopping-area label {
	color: #EC5051;
	font-size: 2.5rem;
	cursor: pointer;
}
.tl-shopping-filters-form {
	display: inline-flex;
    width: 320px;
}
.tl-shopping-category-wrapper {
	width: 150px;
}
.tl-shopping-area-wrapper {
	width: 80px;
}
.tl-shopping-filter-wrapper {
	text-align: right;
}

.tl-shopping-grid-split {
	display: grid;
    grid-template-columns: auto;
    grid-column-gap: 20px;
    max-width: 600px;
    width: 100%;
    margin-left: 0px;
    grid-row-gap: 40px;
}
.tl-shopping-grid {
	display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin-left: 0px;
    grid-row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.tl-shopping-item-wrapper {
	display: block;
    max-width: 600px;
    width: 100%;
}
.tl-shopping-split-main {
	display: inline-flex;
	width: 100%;
}
.tl-shopping-head-text {
    font-family: system-ui;
    font-size: 4rem;
    font-weight: 600;
}
.tl-shopping-title-text {
	font-family: system-ui;
    font-size: 2rem;
    font-weight: 600;
}
.tl-grid-shopping-item-logo {
	display: block;
	height: 220px;
	padding-right: 60px;
}
.tl-grid-shopping-item {
	display: block;
	height: 220px;
	padding-right: 60px;
}
.tl-grid-shopping-top {
	display: flex;
}
.tl-right-shopping-item {
	max-width: 140px;
}
.tl-shopping-address,.tl-shopping-phone, .tl-shopping-web {
	font-size: 2rem;
    padding-bottom: 5px;
    font-family: system-ui;
    font-weight: 300;
}
.tl-left-shopping-item {
	width: 100%;
}
.tl-shopping-title-text {
	border-bottom: 2px solid lightgray;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.tl-shopping-options-list {
	display: inline-flex;
    list-style: none;
    margin-left: 0px;
}
.tl-shopping-option {
	max-width: 50px;
	margin-right: 10px;
}
#tl-loading-shopping {
	display: none;
	width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.tl-shopping-no-results {
	text-align: center;
    font-size: 2rem;
    font-family: system-ui;
}
#tl-shopping-category-text {
	text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: system-ui;
}
@media (max-width: 1000px) {
		.tl-shopping-split-main {
	    display: block;
	 }
	 .tl-shopping-filter-wrapper {
	 	margin-top: 10px;
	 }
	 .tl-shopping-grid-split {
	 	max-width: 100%;
	 }
	 .tl-shopping-item-wrapper {
	 	max-width: 100%;
	 	padding-left: 50px;
	 	padding-right: 50px;
	 }
	 .tl-grid-shopping-item-logo {
    	display: block;
    	height: 275px;
    	padding-right: 0px;
	}
	.tl-shopping-area-wrapper {
		width: 100px;
	}
	#tl-shopping-full-results {

	}
	.tl-shopping-grid {
    	grid-template-columns: auto;
    	padding-left: 50px;
    	padding-right: 50px;
	}
	.tl-grid-shopping-item {
		height: auto;
	}
	.tl-shopping-header-top-text {
    	font-size: 6rem;
	}
	.tl-shopping-header-sub-top-text {
    	font-size: 5rem;
	}
	.tl-shopping-legend-list li {
		margin-right: 0px;
	}
	.tl-shopping-legend-list li img {
    	max-width: 70px;
	}
	.tl-shopping-legend-list li span {
    	display: inline-flex;
    	list-style: none;
    	margin-left: 0px;
    	font-size: 1rem;
    	position: relative;
    	top: 20px;
	}

}
@media (max-width: 466px) {
	.tl-grid-shopping-item-logo {
		display: block;
	    height: auto;
	    padding-right: 0px;
	}
	.tl-grid-shopping-item {
		padding-right: 0px;
	}

	.tl-right-shopping-item {
    	max-width: 100%;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}
	.tl-grid-shopping-top {
		display: block;
	}
	.tl-shopping-head-text {
		font-size: 3rem;
	}

	.tl-shopping-red {
		margin-top: 12px;
	}
}
