/*********
**  Talbots responsive design uses 4 viewports
**  Sample Media Queries are provided
**  Be sure to handle each viewport override global styles with caution
*********/

/*// mobile portrait viewports 320-479
@media only screen and (max-width: 479px) {

}

// mobile landscape viewports 480-767
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

// tablet viewports 768-1024
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

// desktop viewports 1025+
@media only screen and (min-width: 1025px) {

}*/

.infinite-scroll-loader span {
background-color: #aa1e26;
color: #ffffff;
border: none;
line-height: inherit;
}
.infinite-scroll-loader span.button:hover {
background-color: #7f161c;
color: #ffffff;
}

.stores-container .number {
    display: none;
}




