/* Category Styles */
/* .categoryRow{
	display:flex;
	justify-content:space-evenly;
	
}
#categoryGrid{
	display:flex;
	flex-wrap:wrap;
	    justify-content: space-between;
}
#categoryGrid > a{ 
	width: 48.5%;
	margin: 15px 0;
}
.categoryRow > a{ 

	margin: 15px 0;
}
.categoryTile{
	width:30%;
	height: 320px;
	position:relative;
}
.categoryTile:hover .catTileDescription {
	max-height:500px;
	background-color: #fff;
	color:#000000;
}
.categoryTile:hover .catTileDescription >*{

	color:#000000;
}
.catTileDescription{
	max-height: 85px;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    bottom: 0;
    width: 100%;
	opacity:80%;
    background-color: #615947;
}
.catTileDescription > *{
	color:#fff;
	opacity:100%;
	margin:20px;
}
.catTileDescription > h3{

}

#catTile1, #categoryGrid{
	width:65%;
}
#catTile3, #catTile4, #catTile5, #catTile6{
	width:45%;
}
#catTile7{
	height: 670px;
} */

/* Product Page */

/* .product{
	display:flex;
	color:brown;
	margin-top:200px;
}
.product > div{
	width:49%;
}
.gallery{
	display:flex;
	flex-direction: column;
}
.gallery > img {
	width:100%;
}

.thumbnails{
	display:flex;
}
.thumbnails > img{
	width:75px;
}
.speciesThumbContainer{
	display:flex;
	flex-wrap:wrap;
}
.speciesThumbContainer > div{
	overflow: hidden;
	width: 17%;
    margin: 0 15px;
    text-align: center;
}
.availableColors > div > div > img{
	width: 600px;
	max-width: none;
} */


/* Modal */
/* .colorModal {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 80%;
}
.modalClose {
    color: #ffffff;
    float: right;
    font-size: 25px;
    font-weight: bold;
    z-index: 5001;
    position: relative;
    top: -40px;
    right: 0;
}
.SlidesContainer {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    background-color: #fff;
    padding: 10px;
}
.SlidesContainer .prev, .SlidesContainer .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-shadow: 0px 0px 5px #666666;
}
.SlidesContainer > img {
    width: 40%;
    margin: auto;
    display: block;
    border: 1px solid #7e7e7e;
}
.SlidesContainer .next {
    right: 10px;
    border-radius: 3px 0 0 3px;
}
.colorRow {
    border-top: rgba(0, 0, 0, 0.18) 1px solid;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
}
.modalItemThumb {
    flex-grow: 1;
    text-align: center;
	flex: 0 170px;
    margin: 10px;
}

*/
/* #expandedImageContainer{
	width:500px;
	height:500px;
	overflow:hidden;
}
#expandedImageContainer > img{
	width:100%;
}
.faqs {
    width: 100%;
    padding: 35px;
    background: linear-gradient(#FB9E13, #FB9E13) 110% 0 / 75% 2px, linear-gradient(#FB9E13, #FB9E13) top right / 2px 60%, #ffffff;
    background-repeat: no-repeat;
} 
.faqs > img{
	float:left;
} */


/* Similar Products */
/* #similarProducts{
	margin: 25px auto;
	width: 100%;
    padding: 35px;
    background: linear-gradient(#FB9E13, #FB9E13) 0% 0 / 67% 2px, linear-gradient(#FB9E13, #FB9E13) top left / 2px 60%, #ffffff;
	background-repeat: no-repeat;
}
.simRow{
	display:flex;
}
.simRow > a {
	width:22%;
	margin:0 15px;
} */











