
body #main-container .new-category-page{
    background: #f9f9f9 none repeat scroll 0 0;
    text-align:center !important;
}
body #main-container .new-category-page #hero-jeans {
    align-items: center;
    /*background: rgba(0, 0, 0, 0) url("http://lsco.scene7.com/is/image/lsco/mens_hero_image?$full%2Djpeg$") no-repeat fixed right top / 100% auto;*/
    display: flex;
    height: 65vh;
    justify-content: center;
    margin-bottom: 20px;
    max-height: 650px;
    overflow: hidden;
    width: 100%;
}
/* body #main-container .new-category-page #hero-women {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("http://lsco.scene7.com/is/image/lsco/womens_hero_image?$full%2Djpeg$") no-repeat fixed right top / 100% auto;
    display: flex;
    height: 65vh;
    justify-content: center;
    margin-bottom: 20px;
    max-height: 650px;
    overflow: hidden;
    width: 100%;
} */
body #main-container .new-category-page #hero-jeans .hero-text , body #main-container .new-category-page #hero-women .hero-text{
    align-self: center;
    padding: 0 10%;
}
body #main-container .new-category-page small {
    font-size: 60%;
    vertical-align: super;
}
body #main-container .new-category-page h2 {
    color: #222;
    font-family: "InterstateBd",sans-serif;
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
body #main-container .new-category-page .flex-product-container .flex-container {
    list-style: outside none none;
    margin: 25px auto;
    padding: 0;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item {
    margin: 12px 8px 40px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item .img-container {
    height: 370px;
    overflow: hidden;
    width: 250px;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item .img-container img {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.375s ease-out 0s;
    width: 100%;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item:hover {
    cursor: pointer;
}
#main-container .new-category-page .flex-product-container .fadeOut {
    opacity: 0 !important;
}
body #main-container .new-category-page .flex-product-container{
    width: 80%;
    margin:35px auto -40px auto;
}
body #main-container .new-category-page .flex-element-container{
	margin-top:35px;
}
body #main-container .new-category-page .flex-element-container .color-container {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: center;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
body #main-container .new-category-page .flex-element-container .color-container li {
    align-self: center;
    display: inline-block;
    overflow: hidden;
}

body #main-container .new-category-page .flex-element-container .color-container li img {
    height: 300px;
}


body #main-container .new-category-page .flex-product-container .flex-container .flex-item h3 {
    color: #222;
    font-family: "InterstateBold",sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    margin: 25px 0 2px;
    text-transform: uppercase;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item h3 a{
    color: #222;
    text-decoration: none;
}
body #main-container .new-category-page .flex-product-container .flex-container .flex-item p {
    color: #222;
    font-family: "InterstateLight";
    font-size: 15px;
    line-height: 1em;
    margin: 4px 0 3px;
    text-transform:capitalize !important;
}

body #main-container .new-category-page .flex-product-container .flex-container .flex-item > a {
    border-bottom: 1px solid #ddd;
    font-family: "InterstateLight";
    color: #222;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding-bottom: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

body #main-container .new-category-page .flex-product-container .flex-container .flex-item > a:hover {
    border-bottom-color: white;
}

body #main-container .new-category-page .flex-element-container .color-container:hover li {
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
}
body #main-container .new-category-page .flex-element-container .color-container:hover h3 {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
body #main-container .new-category-page .flex-element-container .color-container h3 {
    color: #222;
    font-size: 40px;
    left: 0;
    letter-spacing: 4px;
    margin-top: 100px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}
body #main-container .new-category-page .flex-element-container .color-container h3 a{
	font-family:"Interstate";
	font-weight:bold;
	line-height:60px;
	letter-spacing:0px;
	fill:rgb(0,0,0);
}