.Content, .P21SystemBody {
    max-width: none !important;
}

.ContentCustomerFeatureCell > table > tbody > tr:nth-child(1) {
    display: none;
}

#ShopHeader {
    background: url(/customer/boloin/images/ShopHeader.png) no-repeat center center;
    box-shadow: inset 0 0 0 1000px rgba(36, 36, 37, 0.59);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    border-bottom: 1px solid #25236b;
    width: 100%;
}

#ShopTitle {
    margin: 0 auto;
    max-width: 1800px;
}

#ShopTitle h1 {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    font-size: 38px;
    line-height: 40px; 
}

#ShopProductsWrapper form {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 1800px;
	text-align: center;
}

#CategoriesWrapper {
	margin: 0 auto;
	width: 1110px;
}

@media screen and (max-width: 1109px) {
	#CategoriesWrapper {
		margin: 0 auto;
		width: 835px;
	}
}

@media screen and (max-width: 834px) {
	#CategoriesWrapper {
		margin: 0 auto;
		width: 555px;
	}
}

@media screen and (max-width: 554px) {
	#CategoriesWrapper {
		margin: 0 auto;
		width: 100%;
		text-align:  center;
	}

	.CategoryWrapper {
        width: 95% !important;
        margin-bottom: 10px !important;
	}

	.CategoryWrapper .ShopSubCategories {
		padding: 0px !important;
	}

	.CategoryWrapper > a {
		padding: 0px !important;
    }
    
    .SeeMore {
        text-align: center;
    }
}

.CategoryWrapper {
    display: inline-block;
    width: 275px;
    vertical-align: top;
    margin-bottom: 35px;
    position: relative;
    text-align:  left;
}

.CategoryTitle {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    transition: .3s ease-in background;
    padding: 11px 0px;
    color: white;
    background: #005e8d;
}

.CategoryWrapper > a {
	display: block;
	padding: 0px 10px 0px 0px;
}
    
.CategoryTitle:hover {
    background: #0f2763;
    text-decoration: none;
}

.CategoryWrapper a {
	text-decoration:none;
	color:#5B5D60;
	font-size:9px;
	line-height: normal !important;
} 

.CategoryWrapper a:hover {
	text-decoration: none;
}

.CategoryWrapper .ShopSubCategories {
    text-align: left;
    position: relative;
    padding-top: 5px;
    overflow: hidden;
    width: 100%;
    border: none;
    padding: 5px 10px 0px 0px;
    box-sizing:  border-box;
}

.ShopSubCategories a {
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 9px 5px;
    border-bottom: 1px solid #c0c0c0;
    line-height: 20px;
}

.ShopSubCategories a:hover {
    text-decoration: none;
    background: #dedede;
}

.ShopSubCategories a:nth-child(n+7) {
	display: none;
}

.SeeMore {
    font-size: 12px;
    color: #323232;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: italic;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}
