Adding product to your cart
This elastic waist pant is constructed of fabulously soft cotton! Featuring a wide leg that tapers at the ankle and side seam pockets - this pair is ideal for a day of running around - or a night at the movies! Guaranteed comfort and style!
- 95% Cotton, 5% Spandex
- Machine wash cold, tumble dry low
- Please call the store for all your sizing questions at 501-221-9195
- One size: Waist - 32"-48", Rise - 14", Inseam - 26 3/4"
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device