@media only screen and (max-width: 1300px) {
.account2-container {

	float: left;
}

.account2-full {
float: left;
}

}

@media only screen and (max-width: 979px) {

#account2-top {
	border-radius: 0;
}

#account2-menu {
	position: relative;
	float: left;
	width: 95%;
	margin: 10px 2.5%;
	text-align: center;
}

#account2-menu a {
	display: inline-block;
	float: none;
	width: initial;
	border-radius: 6px;
	background: #eee;
	text-align: center;
	padding: 10px 10px;
	margin: 0 5px 10px 5px;
	font-size: 16px;
	transition: all ease .25s;
}

.account2-full {
	position: relative;
	float: left;
	width: 97.5%;
	margin: 10px 1% 0 1%;
}

.account2-half {
	position: relative;
	width: 46.5%;
	margin: 10px 1% 10px 1%;
}

.account2-container {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

.account2-button {
	display: inline-block;
	background: #5ba949;
	border-radius: 3px;
	border: 2px solid #5ba949;
	text-align: center;
	padding: 6px 12px;
	margin: 0 30% 10px 30%;
	color: #fff !important;
	font-weight: bold;
	transition: all ease .25s;
	text-decoration: none !important;
	font-style: normal !important;
	cursor: pointer;
}

.account2-warning {
	display: block;
	width: 90%;
	background: #f00;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 5%;
	margin: 0;
}

.account2-needproducts {
	display: none !important;
}

.account2-addproducts {
	display: none;
}

.account2-addprodsmobilebutton {
	width: 60%;
	margin: 10px 20%;
-webkit-box-shadow: 0px 0px 5px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 5px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 5px 3px rgba(255,255,255,1);
}

.account2-mobileprodsadd {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.85);
}

}

@media only screen and (max-width: 710px) {

.account2-reorderbox {
	text-align: center;
}

.account2-orderssummary {
	width: 30%;
	margin: 1%;
}

.account2-ordersaddress {
	width: 30%;
	margin: 1%;
}

.tableBox {
	width: 50%;
	display: inline-block;
	margin: 0 25%;
	padding: 0;
}

}
@media only screen and (max-width: 580px) {

.account2-header {
	text-align: left;
	width: 100%;
	font-weight: bold;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
	box-sizing: border-box;
}

.account2-passwordlink {
	display: none;
}

#account2-menu a {
	display: inline-block;
	float: none;
	width: 47%;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	margin: 3px 0;
	font-size: 12px;
	transition: all ease .25s;
}

.account2-full {
	border: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.account2-half {
	border: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.account2-orderheadercell {
	width: initial;
}

.account2-orderheaderrecell {
	width: initial;
}

.account2-orderheaderrecell a {
	min-width: 90px;
	float: right;
	display: block;
	margin: 0;
}

.account2-ordersorderstatus {
	display: none;
}

.account2-orderheader {
	width: 100%;
}

}
	
@media only screen and (max-width: 380px) {
#account2-menu a {
	font-size: 12px;
}

.account2-repurchase {
	display: none;
}

.account2-repocart {
	display: block;
	font-size: 20px;
	margin-top: -2px;
}

.account2-productlabel {
	width: 60px;
}

.account2-informationtable tr td:first-of-type {
	width: initial;
}

.account2-informationtable tr td:last-of-type {
	width: initial;
}

.account2-orderssummary {
	width: 80%;
	margin: 10px 10%;
}

.account2-ordersaddress {
	width: 40%;
}

.account2-ordersaddress1 {
	margin: 0 0 0 10%;
}

.account2-ordersaddress2 {
	margin: 0 10% 0 0;
}

.account2-buycell {
	width: 80px !important;
}

}
