.account-div-left {
	margin: 0 auto;
	max-width: 380px;
}
.account-div-right {
	margin: 0 auto;
	max-width: 480px;
}
.file_container, .image_container {
	display: inline-block;
}
.file_container {
	position: relative;
	border-radius: 15px;
	font: bold 30px/200px arial;
	text-align: center;
	width: 100px;
	height: 100px;
	border: 5px dotted #D3D3D3;
	color: #D3D3D3;
	overflow: hidden;
	line-height: 100px;
	float:right;
}
.file_container .input_files {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.file_container .fa {
	font-size: 30px;
}
/* .account-div-left
{
   padding-left: 30px;
   
}
.account-div-right {
	padding-right: 30px;
} */
.register-desc {
	font-size: 17px;
    font-family: "Host Grotesk", sans-serif;
}
.form-control {
	border: 1px solid #1C1C1C;
	border-radius: 0;
	box-shadow: none;
}
.register legend {
	font-weight: bold;
}
.register legend span {
	font-size: 0.8em;
	margin-left: 300px;
}
.register label {
	padding-top: 7px;
}
#content .account-title {
    border-bottom: 2px solid #CCC;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
}
#content .account {
    padding-left: 20px;
    padding-right: 20px;
}
.account h3 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 60px;
}
.account .form-group {
    border-bottom: 1px solid #CCC;
}
.account .form-horizontal label {
	text-transform: uppercase;
	text-align: left;
}
.account .form-horizontal .form-control {
	width: 95%;
}
.account .edit-account, .account .edit-password {
    display: none; 
}
.account .view-account, .account .view-password {
    font-size: 15px;
    line-height: 35px;
}
.account .form-account, .account .form-password {
	width: 80%;
	margin: 0 auto;
}
.account .form-group span {
	text-transform: uppercase;
}
.account .required {
	color: #FF0000;
	font-weight: bold;
}
.account .shipping-address, .account .payment {
	padding: 0 50px;
}
.account .addresses {
	width: 100%;
	margin-top: 20px;
}
.account .addresses tr td {
	font-size: 1.2em;
	height: 180px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
.account .addresses tr td:first-child {
	padding-left: 0;
}
.account .addresses tr td:last-child {
	padding-right: 0;
}
.account .addresses tr td .name, .account .addresses tr td .service {
	font-size: 1.4em;
}
.account .addresses tr td .formated-address {
	height: 160px;
	position: relative;
}
#modal-shipping .modal-dialog, #modal-payment .modal-dialog {
	width: 330px;
}
#modal-shipping table tr td, #modal-payment table tr td {
	padding: 5px 0;
	text-align: center;
}
.modal-footer {
	border-top: 0;
	text-align: center;
}
.modal-footer input {
	width: 45%;
	font-weight: bold;
}
.order-table {
	width: 98%;
}
.account .filter {
	margin: 25px 0 40px 0;
}
.account .filter-entry {
	font-size: 1.1em;
	font-weight: bold;
}
.order-detail, .invoice-detail {
	background-color: #4d4d4d;
}
.product-detail table tbody tr td {
	vertical-align: middle;
}
.mywish i {
	font-size: 1.8rem;
	cursor: pointer;
}
.mywish tbody tr td {
	font-size: 1.2em;
	vertical-align: middle;
}
.mywish tbody tr td .price-old {
	font-weight: bold;
	margin-right: 12px;
	color: #CCC;
}
.mywish tbody tr td .price-new {
	font-weight: bold;
	color: #8D5824;
}
.mywish tbody tr td .fa-times {
	font-size: 1.5em;
}
#submit-register-btn.is-loading {
    pointer-events: none;
    opacity: 0.8;
}
#submit-register-btn .fa-spinner {
    margin-right: 6px;
}
.login-page {
	margin-top: 100px;
}
@media screen
{
    .noScreen{display:none;}
}
@media (max-width: 767px) {
	.login-page {
		margin-top: 20px;
	}
}