/* MAIN STORE */
.main-store {
	clear: both;
	background: url('/images/school-store-banner.jpg') no-repeat right
		center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 20px;
}

.main-store .store-container {
	float: left;
	padding: 1em;
}

.main-store .store-msg {
	width: 50%;
	color: #000000;
	padding: 2em;
	padding-bottom: 6em;
}

.main-store .store-msg h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	text-transform: none;
	text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
}

.main-store .store-msg p {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
}

.main-store h1 {
	color: #000000;
}

@media all and (max-width: 992px) {
	.main-store .store-container {
		float: none;
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	.main-store {
		padding: 0;
	}
	.main-store .store-container {
		margin: 0;
		padding: 0;
	}
	.main-store .store-msg {
		padding: 0.5em;
		padding-bottom: 5em;
	}
}

@media all and (max-width: 600px) {
	.main-store .container {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.main-store .store-container {
		margin-top: 0;
		padding: 1em;
	}
	.main-store .store-msg {
		width: 60%;
		padding-bottom: 5px;
	}
	.main-store .store-msg p {
		margin-top: 1em;
		font-size: 12px;
		line-height: 18px;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
	.main-store .store-msg h1 {
		margin-bottom: 0;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		text-transform: none;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
	.main-store .store-msg a {
		position: absolute;
		bottom: 5px;
	}
}

@media all and (max-width: 480px) {
	.main-store .store-msg p {
		display: none;
	}
	.main-store .store-msg {
		width: 40%;
	}
	.main-store .store-msg h1 {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 26px;
		text-transform: none;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
}

/* MAIN STORE AU  */
.main-store-au {
	clear: both;
	background: url('/images/studentpayplus_store-banner.jpg') no-repeat right
		center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 20px;
}

.main-store-au .store-container {
	float: left;
	padding: 1em;
}

.main-store-au .store-msg {
	width: 50%;
	color: #000000;
	padding: 2em;
	padding-bottom: 6em;
}

.main-store-au .store-msg h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	text-transform: none;
	text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
}

.main-store-au .store-msg p {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
}

.main-store-au .store-msg .btn {
	color: #005DE9;
	background: #ffffff;
	border-color: #ffffff;
}

.main-store-au .store-msg .btn:hover,
.main-store-au .store-msg .btn:focus,
.main-store-au .store-msg .btn.focus,
.main-store-au .store-msg .btn:active,
.main-store-au .store-msg .btn.active {
	color: #005DE9;
	background-color: #ffffff;
}
.main-store-au h1 {
	color: #ffffff;
}

@media all and (max-width: 992px) {
	.main-store-au .store-container {
		float: none;
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	.main-store-au {
		padding: 0;
	}
	.main-store-au .store-container {
		margin: 0;
		padding: 0;
	}
	.main-store-au .store-msg {
		padding: 0.5em;
		padding-bottom: 5em;
	}
}

@media all and (max-width: 600px) {
	.main-store-au .container {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.main-store-au .store-container {
		margin-top: 0;
		padding: 1em;
	}
	.main-store-au .store-msg {
		width: 60%;
		padding-bottom: 5px;
	}
	.main-store-au .store-msg p {
		margin-top: 1em;
		font-size: 12px;
		line-height: 18px;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
	.main-store-au .store-msg h1 {
		margin-bottom: 0;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		text-transform: none;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
	.main-store-au .store-msg a {
		position: absolute;
		bottom: 5px;
	}
}

@media all and (max-width: 480px) {
	.main-store-au .store-msg p {
		display: none;
	}
	.main-store-au .store-msg {
		width: 40%;
	}
	.main-store-au .store-msg h1 {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 26px;
		text-transform: none;
		text-shadow: 0 0 5px rgba(150, 150, 150, 0.4);
	}
}

/*** Product / Catalogue Styles ***/
.product-title h1 {
	margin-top: 20px;
	text-align: left;
}
.product-item {
	padding: 12px 12px 16px;
	background: #fff;
	position: relative;
}
.product-item:hover {
	box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height:0;
}
*+html .product-item {
	zoom:1;
}
.product-item .btn:hover {
	background: #e84d1c;
	border-color: #c8c8c8;
}

.product-item h3 {
	font: 300 14px 'Roboto', sans-serif;
	text-transform: inherit;
	padding-top: 10px;
	padding-bottom: 4px;
}
.product-item h3 a {
	color: #3e4d5c;
}
.product-item h3 a:hover {
	color: #E02222;
}
.product-item .moreinfo {
	float: right;
	width: 120px;
	margin-bottom: 5px;
	color: #a8aeb3;
	border: 1px #ededed solid;
	padding: 3px 6px;
}
.product-item .moreinfo:hover {
	color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;
}
.product-item .add2cart {
	float: right;
	color: #a8aeb3;
	border: 1px #ededed solid;
	padding: 3px 6px;
}
.product-item .add2cart:hover {
	color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;
}
.product-list .product-item {
	margin-bottom: 30px;
}
.product-addstudent {
	padding-bottom: 4px;
	padding-right: 24px;
}

.product-addstudent span i {
	padding-right: 0.2em;
}

.product-detail-previous-content {
	display: inline-block;
	white-space: normal;
}

/* school store */
.product-icon {
	float: left;
	margin: 20px 10px;
	width: 245px;
	border: 1px solid #E1E1E1;
}

.product-icon-img {
	padding: 0;
	height: 135px;
	width: 250px;
	text-align: center;
	line-height: 135px;
}

.product-icon-img img {
	max-height: 135px;
	max-width: 250px;
}

.product-icon-details-btn {
	float: right;
	padding: 15px;
}

.product-icon-name {
	padding: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media all and (max-width:1200px) {
	.product-icon {
		width: 165px;
		height: 225px;
		margin: 20px 1px;
		position: relative;
	}
	.product-icon-img {
		width: 165px;
	}
	.product-icon-img img {
		max-width: 165px;
	}
	.product-icon-details-btn {
		position: absolute;
		bottom: 2px;
	}
	.product-icon-name {
		white-space: normal;
		padding: 0 15px;
	}
}

@media all and (max-width:767px) {
	.product-icon {
		float: left;
		margin: 10px 0;
		width: 135px;
		height: 175px;
		border: 0;
		cursor: pointer;
	}
	.product-icon-img {
		padding: 0;
		width: 135px;
	}
	.product-icon-img img {
		max-width: 135px;
	}
	.product-icon-details-btn {
		display: none;
	}
	.product-icon-name {
		white-space: normal;
		padding: 0 15px;
	}
}

.productsSideBar {
	background-color: #dadada;
	margin: 20px 0;
	padding: 0 15px 15px;
}

.productsSideBar .sideBarContent {
	padding: 5px;
}

.sideBarToggle {
	display: none;
}

@media all and (max-width:767px) {
	.productsSideBar {
		display: none;
	}
	.sideBarToggle {
		display: block;
	}
}
.input-icon.selectright i {
	right: 28px;
	float: right;
}

