.gbl-page {
    font-family:Arial, sans-serif;
    margin: 0 auto;
    max-width: 1180px;
}

.gbl-page h2 {
	text-align: center;
    background: #f5f5f5;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.gbl-page img {
    max-width: 100%;
    height: auto;
}

.gbl-page p {
    font-size: 12px;
}

.gbl-side h1 {
    padding: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 19px;
}

.gbl-side h2 {
    background: #f5f5f5;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.gbl-types {
    margin:0 0 10px 0;
}

.gbl-category-heading {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.gbl-category-nav ul {
	margin:0 0 0 5px;
	font-size: 14px;
}

.gbl-category-li {
	list-style-type: none;
}

.gbl-category-li a {
	text-decoration: none;
	color:#333;
}

.gbl-category-li a:hover {
	color:#666;
	text-decoration: underline;
}

.gbl-collections {
	text-align: center;
}

.gbl-collections-thumbnail {
	width:31%;
	display: inline-block;
	box-sizing: border-box;
	margin:0 1% 1% 0;
}

.gbl-collections-thumbnail a {
	text-decoration: none;
}

.gbl-collections-thumbnail p {
    background-color:rgba(0, 0, 0, 0.55);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;

}

.gbl-collections-thumbnail img {
	max-width: 100%;
	height: auto;
}


.gbl-skus-thumbnail {
	position: relative;
    width: 32%;
    float: left;
    margin-right: 1%;

}

.gbl-skus-thumbnail img {
    max-width: 100%;
    height:auto;
    
}

.gbl-skus-thumbnail p {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 96%;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;

}

.gbl-skus,.gbl-collections {
    text-align: center;
}

/*.gbl-skus-thumbnail {
	width:24%;
	display: inline-block;
	box-sizing: border-box;
	margin:0 1% 0 0;
}

.gbl-skus-thumbnail img {
	max-width: 100%;
	height: auto;
}*/

@media screen and (max-width: 728px) {
    .gbl-collections-thumbnail {
        width:48%;
    }
}

@media screen and (max-width: 520px) {
    .gbl-collections-thumbnail {
        width:98%;
    }
}