#account {
	margin-bottom: 30px;
}
#account #login .green-btn {
  	margin-top:20px;
}
#account .bg-warning {
    padding: 10px 15px;
    margin-bottom: 20px;
}

.page-content a {
	margin-bottom: 15px;
}
.page-content .maker-btn {
	display: inline-block;
}
.page-content .title {
	font-weight: 500;
	margin: 15px 0;
}
.page-content .btn-container {
	padding: 25px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
	display: inline-block;
}
.page-content .black-btn{
	color: black;
	background: white;
	border: 1px solid black;
	padding: 7px 20px 6px;
	font-size: 13px;
	width: auto;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	border-radius: 0;
	margin: 0;
}

a.black-btn {
	padding: 7px 0;
}
.black-btn:hover,
.black-btn:focus {
	color: #15bdde;
}
.page-content input[type="password"], 
.page-content input[type="email"], 
.page-content input[type="text"] {
	padding: 6px;
	border: 1px solid black;
	margin-bottom: 15px;
	display: block;
}
.errors ul li{
	color: #ef3331;
	background-color: #f2dede;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.input-field {

}
.input-field label {
	display: block;
	text-align: left;
	font-family: 'BentonSans-Book';
	font-size: 16px;
	color: black;
}
.input-field input {
	width: 40%;
	min-size: 200px;
	font-size: 12px;
	padding: 6px;
	border: 1px solid #ccc;
}
.input-field input.error {
	border: 1px solid #ef3331;
}


/*************
	LOGIN
*************/

#fancybox-content{
	border-color:black !important;
}

#recover-password form,
#login form{
	margin:0;
}
#login_password {
	margin-bottom: 15px;
}
#login_password a {
	font-style: italic;
	border: none;
}
#login-register p {
	margin: 0 0 15px 0;
}
#login-register p.title {
	margin: 15px 0 25px;
}
#login-register .btn-container {
	margin: 18px 0 0;
}
#login .input-field input {
  width: 60%;
}
	
/*************
	GUEST
*************/

#guest {
	padding-left: 40px;
	border-left: 1px solid #e7e7e7;
	height: 300px;
	margin-bottom: 200px;
}
#guest p {
	margin-bottom: 0;
}
#guest .title{
	margin-bottom: 15px;
}
#guest .black-btn {
	margin-top: 30px;
}

/* 
	Recover Password
*/
#recover-password {

}
.modal-dialog-center {
    margin-top: 18%;
    text-align: center;
}
#reset-password-modal .modal-content {
	border-radius: 0;
	border: 1px solid black;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
	text-align: left;
}
#recover-password .title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px;
}
#recover-password p {
	margin-bottom: 15px;
}
#recover-email {
	width: 100%;
	margin-bottom: 30px;
}
#recover-password .black-btn {
	width: 100%;
}
/*************
	REGISTER
*************/

#register {
	margin-top: 15px;
	text-align: center;
}

#register #register-btns {
	margin-top: 150px;
	float:right;
	display: table;
}
#register .btn-container {
	text-align: right;
	margin-top: 10px;
}
#register .black-btn {
	margin-left: 30px;
}
#email-error, #password-error {
	float: left;
	width: 85%;
	text-align: left;
	color: #ef3331;
	margin: 0 0 10px 15%;
}
#register p {
	width: 100%;
	float: left;
	margin-bottom:10px;
}
#register p.error {
	width: 75%;
	margin-left: 12.5%;
	text-align: left;
	color: #ef3331;
	float: left;
}
#register p.error a {
	color: #555;
}
#register .text-right, #login .text-right {
   text-align:right!important;
}
#register .min100, #login .min100 {
  min-width:130px;
  padding-top:5px;
}
/* Addresses */

.addresses {
	
}

.addresses h3 {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.addresses p {
	font-weight: normal;
	display: block;
}
.account-box {
	padding: 20px 20px 20px 0;
}
.addresses label {
	display: block;
	text-align: left;

}
.addresses .default_address_container label {
	display: inline-block;
}
.addresses input[type=text],
.addresses input[type=email] {
	width: 100%;
	font-size: 12px;
	padding: 6px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.addresses select {
	width: 50%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.addresses .black-btn {
	display: inline-block;
	margin: 20px 20px 0 0;
}


#return_to_store {
	margin: 30px 0;
	display: table;
}

/* Account Template */

#account-template,
#order-template {
	margin-bottom: 200px;
}
#account-template h3,
#order-template h3 {
	font-weight: bold;
	display: block;
	margin: 20px 0 20px;
}
#account-template .black-btn,
#order-template .black-btn {
	float:left;
}
#account-template p,
#account-template a,
#order-template p,
#order-template a {
	font-weight: normal;
	display: block;
}
#account-template a,
#order-template a {
	margin: 15px 0;
	display: table;
}
#customer_detail p {
	margin: 0;
}
#customer_detail p.name{
	color: black;
	margin-bottom: 30px;
}
#customer_detail p.email{
	margin-bottom: 20px;
}
#border-right {
	border-right: 1px solid black;
	margin-right: 30px;
}

#customer_detail .address {
	border-bottom: 1px solid black;
	display: table;
} 


#customer_orders table {
	width: 100%;
}

#customer_orders td,
#customer_orders th {
	padding-bottom: 20px;
}

#account-template #customer_orders a,
#order-template #customer_orders a {
	display: inline-block;
	margin: 0;
}


/* Orders */
#order-template #customer_detail p.name {
	margin-bottom: 15px;
}
#order-template #customer_detail .address {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#order-template table td:first-child,
#order-template table th:first-child {
	text-align: left;
}
#order-template table td,
#order-template table th {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#order-template #table-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}
#order-template #table-footer .label {
	text-align: right;
	padding: 0 10px 10px 0;
	display: block;
	border-radius: 0;
	vertical-align: baseline;
	font-weight: 500;
	color: black;
	font-size: 13px;
}
#order-template #table-footer .col-xs-3{
	padding-left: 45px;
}

#order_cancelled {
	margin-top: 15px;
}

/* Activate */

#activate p.note {
	margin: 20px 0;
}

@media (max-width: 991px){
	.page-title, .addresses .page-title {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	#border-right {
		border-right: none;
		margin-right: 0;
	}
	#customer_orders {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		margin: 15px 0;
	}
	#account-template, #order-template {
		margin-bottom: 0;
	}
	#customer_orders table.mobile p {
		margin-bottom: 5px;
	}
	#register .input-field input {
		width: 100%;
	}
	#customer_detail .address {
		border: none;
	}
	#customer_orders {
		border: none;
	}
	#customer_orders > h3 {
		border-top: 1px solid black;
		padding: 20px 0 20px;
		margin: 0;
	}
}

@media (max-width: 654px){
	#register .text-right {
  		text-align: left!important;
	}
	#register .min100 {
		min-width: 195px;
	}
}

@media (max-width: 991px){
	#login .input-field input {
  	width: 80%;
	}
}

@media (max-width: 767px){
	#login .text-right {
  		text-align: left!important;
	}