HI FRIEND!
If you are seeing this message, it is because you are viewing this site on a browser with limited support. Please upgrade your browser to the latest version in order to comfortably browse this site and enjoy its many features. Cheers!
Supported Browsers: (click on the name to go to the manufacturer's website for safe download)
Announcements
ID Center Hours
The ID Center is open Monday-Friday, 9am-5pm.
For more information, visit their website.
Book Buyback
Book buyback is back!! Yes, you can now bring your books & iclickers in to the store for money!
Online Orders
Online orders are currently taking 1-2 business days to process. Once your order has been processed, you will receive a second email.
Confirmation Email
Placed an order online, but didn't receive a confirmation email? Please check your spam folder! Confirmation emails should send within 5 minutes. You will receive another email once the order has been processed.
').insertAfter(".block-featureditems h3");
$(".block-featureditems .product").appendTo(".block-featureditems");
$("
").appendTo(".block-featureditems .feature-slider");
$(".block-featureditems > .product").appendTo(".responsive-feature");
$(".block-featureditems .responsive-feature > .product").wrap("
");
$(".block-featureditems .category-link a").appendTo(".block-featureditems h3");
//transition best sellers block to slider
$("#home .product-feature h3:contains('Best Sellers')").parent().addClass("block-popularitems");
$('
').insertAfter(".block-popularitems h3");
$(".block-popularitems .product").appendTo(".block-popularitems");
$("
").appendTo(".block-popularitems .popular-slider");
$(".block-popularitems > .product").appendTo(".responsive-popular");
$(".block-popularitems .responsive-popular > .product").wrap("
");
//remove empty product-row containers
$(".block-popularitems div.products-row,.block-featureditems div.products-row").remove();
// ::: SLIDESHOW SLIDER SETTINGS :::
$('.slideshow').slick({
dots: true,
infinite: true,
speed: 900,
slidesToShow: 1,
slidesToScroll: 1,
adaptiveHeight: true,
autoplay: false,
autoplaySpeed: 4000,
arrows: true,
responsive: [
{
breakpoint: 1300,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
},
{
breakpoint: 900,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
//fade: true,
}
},
{
breakpoint: 525,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
// ::: FEATURED ITEMS SLIDER SETTINGS :::
$('.responsive-feature').slick({
dots: true,
infinite: true,
speed: 900,
slidesToShow: 4,
slidesToScroll: 4,
adaptiveHeight: true,
autoplay: false,
autoplaySpeed: 4000,
arrows: true,
responsive: [
{
breakpoint: 1150,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
}
},
{
breakpoint: 700,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 525,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
// ::: BEST SELLERS SLIDER SETTINGS :::
$('.responsive-popular').slick({
dots: true,
infinite: true,
speed: 900,
slidesToShow: 4,
slidesToScroll: 4,
adaptiveHeight: true,
autoplay: false,
autoplaySpeed: 4000,
arrows: true,
responsive: [
{
breakpoint: 1150,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
}
},
{
breakpoint: 700,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 525,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
// ::: ANNOUNCEMENT SLIDER SETTINGS :::
$('.announcement-block').slick({
dots: true,
infinite: true,
speed: 900,
slidesToShow: 3,
slidesToScroll: 3,
adaptiveHeight: true,
autoplay: false,
autoplaySpeed: 4000,
arrows: true,
responsive: [
{
breakpoint: 1300,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
}
},
{
breakpoint: 900,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
//fade: true,
}
},
{
breakpoint: 525,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
//hide announcements block when there are no active announcements
$('div.announcements:not(:has(div.slick-slide))').hide();
});