/* CUSTOMER > LOGIN */
.login-btn {
	width: 40%;
	margin-right: 10px;
}
/* CUSTOMER > FORGOTTEN PASSWORD */
.forgotten-password-box .fields {
	margin-top: 10px;
}
.forgotten-password-box .errors {
	margin-top: 10px;
}
.forgotten-password-box input,
.forgotten-password-box button {
	display: inline-block;
	vertical-align: middle;
}
.forgotten-password-box input {
	width: 35%;
}
/* CUSTOMER > REGISTER */
/* CUSTOMER > PROFILE */
.customer-box .centered-content-inner-box-content .field-label input,
.customer-box .centered-content-inner-box-content .field-label select {
	max-width: 290px;
}
.customer-box-newsletter-field {
	margin: 15px 0 0;
	padding-left: 30%;
}
.customer-box-newsletter-field .field-label {
	width: 260px !important;
}
.customer-box-newsletter-field input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	width: 16px !important;
	height: 16px !important;
	cursor: pointer;
}
.customer-box-newsletter-field span {
	vertical-align: top;
	width: 210px !important;
	padding: 1px 0 0 1px !important;
	cursor: pointer;
	-webkit-transition: color 0.26s;
	-moz-transition: color 0.26s;
	-o-transition: color 0.26s;
	transition: color 0.26s;
}
.customer-box-newsletter-field span:hover {
	color: #000;
}
.customer-box-newsletter-field span:after {
	display: none !important;
}
.customer-box label.gender {
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color 0.26s;
	-moz-transition: color 0.26s;
	-o-transition: color 0.26s;
	transition: color 0.26s;
}
.customer-box label.gender input {
	width: 18px;
	height: 17px;
}
.customer-box label.gender:first-of-type {
	margin-right: 20px;
}
.customer-box label.gender:hover {
	color: #000;
}
/* CUSTOMER TITLE */
.customer-profile-title {
	font-size: 24px;
}
.customer-profile-title:before {
	content: "";
	display: block;
	width: 36px;
	height: 50px;
	margin: 0 auto 5px;
	background: url("../images/sprite.svg") no-repeat;
}
.customer-profile-title.male:before {
	background-position: 0 -788px;
}
.customer-profile-title.female:before {
	background-position: 0 -718px;
}
/* CUSTOMER > PROFILE > MENU */
.customer-box-menu-level-1 {
	margin-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
.customer-box-menu-level-1 li {
	display: inline-block;
	margin-left: 30px;
	padding: 0 3px 6px;
	text-transform: uppercase;
	font-weight: 400;
}
.customer-box-menu-level-1 li:first-child {
	margin-left: 0;
}
.customer-box-menu-level-1 li.active {
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}
.customer-box-menu-level-1 li a {
	color: #808285;
}
.customer-box-menu-level-1 li a:hover {
	color: #414042;
}
.customer-box-menu-level-1 li.active a {
	color: #000;
}
/* CUSTOMER ORDERS */
.customer-orders .paging-wrapper {
	float: right;
	border-top: 0;
}
.customer-orders .paging-top,
.customer-order .paging-bottom {
	overflow: hidden;
}
.customer-order-row {
	position: relative;
	left: 50%;
	padding: 13px 10px;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid #e5e6e7;
	font-size: 0;
	-webkit-transition: background 0.26s, width 0.36s, margin 0.36s;
	-moz-transition: background 0.26s, width 0.36s, margin 0.36s;
	-o-transition: background 0.26s, width 0.36s, margin 0.36s;
	transition: background 0.26s, width 0.36s, margin 0.36s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	cursor: pointer;
}
.customer-order-row:last-child {
	border-bottom-color: transparent;
}
.customer-order-row:hover {
	background: #fff;
}
.customer-order-row.selected {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
	background: #fff;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 10px 7px 20px -15px rgba(0, 0, 0, 0.25), -10px 7px 20px -17px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 10px 7px 20px -15px rgba(0, 0, 0, 0.25), -10px 7px 20px -17px rgba(0, 0, 0, 0.25);
	box-shadow: 10px 7px 20px -15px rgba(0, 0, 0, 0.25), -10px 7px 20px -17px rgba(0, 0, 0, 0.25);
}
.customer-order-row > div:not(.customer-order-row-info-box) {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.customer-order-row-id {
	width: 95px;
	font-weight: 400;
	color: #000;
}
.customer-order-row-date {
	width: 85px;
	font-size: 12px !important;
	font-style: italic;
}
.customer-order-row-status {
	float: right;
	margin-right: 25px;
}
.customer-order-row-total {
	float: right;
	width: 85px;
	color: #414042;
	font-weight: 400;
	text-align: right;
}
.customer-order-row-info-box {
	position: relative;
	display: none;
	overflow: hidden;
	left: 50%;
	width: 100% !important;
	margin: 16px 0 -10px;
	padding: 30px 20px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	font-size: 13px;
	opacity: 0;

	-webkit-transition: opacity 0.36s, width 0.36s;
	-moz-transition: opacity 0.36s, width 0.36s;
	-o-transition: opacity 0.36s, width 0.36s;
	transition: opacity 0.36s, width 0.36s;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	cursor: auto;
}
.customer-order-row.selected .customer-order-row-info-box {
	opacity: 1;
}
.customer-order-info-section-title {
	position: relative;
	margin-bottom: 14px;
	line-height: 21px;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.customer-order-info-section-title:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 23px;
	height: 1px;
	background: #000;
}
.customer-order-info-section > div:not(.customer-order-info-section-title) {
	margin: 5px 0;
}
.customer-order-info-section .info,
.customer-order-info-section .value {
	display: inline-block;
	vertical-align: top;
}
.customer-order-info-section .info {
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.mois-shipping-info,
.mois-shipping-type,
.mois-payment-type {
	display: inline-block;
	vertical-align: top;
}
.mois-shipping-info {
	width: 400px;
}
.mois-shipping-type {
	float: right;
	width: 270px;
}
.mois-payment-type {
	float: right;
	width: 270px;
}
.customer-order-products-section {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}
.mops-product {
	font-size: 0;
	margin-top: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #f2f2f2;
}
.mops-product > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.mops-image-wrapper {
	width: 80px;
}
.mops-image img {
	display: block;
}
.mops-info {
	width: 500px;
	padding-left: 40px;
}
.mops-info-name {
	color: #000;
}
.mops-info-sku {
	margin-bottom: 8px;
	font-size: 11px;
}
.mops-quantity {
	width: 130px;
}
.mops-total,
.mops-totals .price {
	width: 126px;
	padding-right: 20px;
	color: #414042;
	font-weight: 400;
	text-align: right;
}
.mops-totals {
	float: right;
	margin-top: 10px;
	text-align: right;
}
.mops-totals > div {
	padding: 7px 0;
}
.mops-totals > div:not(:first-child) {
	border-top: 1px solid #f2f2f2;
}
.mops-totals .info,
.mops-totals .price {
	display: inline-block;
}
.mops-totals .grand-total {
	font-size: 14px;
	font-weight: 400;
}
/* CUSTOMER RETURN REQUESTS */
.customer-box-sidebar-content {
	font-size: 0;
	letter-spacing: 0;
}
.customer-box-sidebar-content .customer-box-left-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 13px;
}
.customer-box-left-sidebar ul li {
	display: block;
}
.customer-box-left-sidebar ul li a {
	display: block;
	padding: 19px 25px;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	background: #f8f8f8;
	color: #818181;
	font-weight: 500;
	text-transform: uppercase;

	-webkit-transition: background 0.27s, color 0.27s;
	-moz-transition: background 0.27s, color 0.27s;
	-o-transition: background 0.27s, color 0.27s;
	transition: background 0.27s, color 0.27s;
}
.customer-box-left-sidebar ul li.active a,
.customer-box-left-sidebar ul li a:hover {
	border-right: none;
	background: #fff;
	color: #0a0a0a;
}
.customer-box-sidebar-content .customer-box-inner-content {
	display: inline-block;
	vertical-align: top;
	width: 678px;
	min-height: 300px;
	padding: 10px 30px;
	background: #fff;
	font-size: 13px;
}
.mobile-returns-menu {
	display: none;
}
/* RETURN REQUEST INFO */
.return-request-text-box {
	padding: 7px 0;
}
/* NEW RETURN REQUESTS */
.return-request-order {
	margin-bottom: 60px;
}
.return-request-order-head {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e6e7;
}
.return-request-order-head .info {
	display: inline-block;
	vertical-align: middle;
	width: 330px;
	color: #6d6e71;
}
.return-request-order-head .info strong {
	color: #0a0a0a;
	font-size: 14px;
}
.return-request-order-head .buttons-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 284px;
	text-align: right;
}
.return-request-order-head .buttons-wrapper .add-return-request-btn {
	height: 35px;
	line-height: 35px;
}
.return-request-order-body .ordered-product {
	font-size: 0;
	padding: 15px 0;
}
.return-request-order-body .ordered-product > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.return-request-order-body .ordered-product .image-wrapper {
	width: 80px;
	position: relative;
}
.return-request-order-body .ordered-product .image img {
	display: block;
}
.return-request-order-body .ordered-product .info {
	width: 310px;
	margin-right: 20px;
	color: #828282;
	position: relative;
	z-index: 0;
}
.return-request-order-body .ordered-product .info-name {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.return-request-order-body .ordered-product .sku {
	font-size: 11px;
	margin-bottom: 8px;
}
.return-request-order-body .ordered-product .quantity {
	width: 208px;
	text-align: right;
}
.return-request-order-body .ordered-product .current-return-request-info {
	width: 200px;
	text-align: right;
}
.return-request-order-body .ordered-product .current-return-request-info a {
	display: inline-block;
	vertical-align: middle;
}
.return-request-order-body .ordered-product .current-return-request-info span {
	display: block;
	color: #000;
	font-size: 14px;
}
.return-request-order-body .ordered-product .current-return-request-info span.label {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.return-request-order-body .ordered-product.processing .info:after,
.return-request-order-body .ordered-product.processing .image-wrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
}
/* CURRENT RETURN REQUESTS */
.return-request-review-wrapper {
	width: 620px;
	margin: 0 auto;
}
.return-request {
	margin-bottom: 60px;
}
.return-request-head {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 7px 0 16px;
	border-bottom: 1px solid #e5e6e7;
}
.return-request-head .info {
	display: inline-block;
	vertical-align: middle;
	width: 460px;
	color: #6d6e71;
}
.return-request-head .buttons-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	margin-top: 13px;
	text-align: right;
}
.return-request-head .info strong {
	color: #0a0a0a;
	font-size: 14px;
	text-transform: uppercase;
}
.return-request-head .add-return-request-btn {
	float: right;
	height: 35px;
	line-height: 35px;
}
.return-request-body > .info {
	padding-bottom: 20px;
	border-bottom: 1px dotted #e6e7e8;
	font-size: 0;
}
.return-request-body > .info .info-col {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.return-request-body > .info .info-col.left {
	width: 370px;
}
.return-request-body > .info .info-col .field:not(:last-child) {
	margin-bottom: 5px;
}
.return-request-body > .info .info-col .field > div {
	display: inline-block;
	vertical-align: middle;
}
.return-request-body > .info .info-col .field .label {
	margin-right: 1px;
	color: #6d6e71;
}
.return-request-body > .info .info-col .field .value {
	color: #000;
}
.return-request-body .returned-product {
	padding: 15px 0;
	font-size: 0;
}
.return-request-body .returned-product > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.return-request-body .returned-product .image-wrapper {
	position: relative;
	width: 80px;
}
.return-request-body .returned-product .image img {
	display: block;
}
.return-request-body .returned-product .info {
	position: relative;
	z-index: 0;
	width: 310px;
	margin-right: 20px;
	color: #828282;
}
.return-request-body .returned-product .info-name {
	color: #000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.return-request-body .returned-product .sku {
	font-size: 11px;
	margin-bottom: 8px;
}
.return-request-body .returned-product .quantity {
	width: 208px;
	color: #000;
	text-align: right;
}
.return-request-body .returned-product .quantity .times {
	margin: 0 7px;
}
.return-request-body .comments-wrapper {
	padding-top: 27px;
	border-top: 1px dotted #e6e7e8;
}
.return-request-body .comments-wrapper .comments {
	margin-bottom: 20px;
	border-bottom: 1px dotted #e6e7e8;
}
.return-request-body .comments-wrapper .return-request-comment {
	overflow: hidden;
	margin-bottom: 32px;
}
.return-request-body .comments-wrapper .return-request-comment .info {
	display: inline-block;
	float: left;
	width: 150px;
	margin-right: 20px;
}
.return-request-body .comments-wrapper .return-request-comment .info .author {
	color: #000;
	margin: 14px 0 4px;
	font-size: 14px;
}
.return-request-body .comments-wrapper .return-request-comment .info .date {
	color: #6d6e71;
	font-size: 12px;
}
.return-request-body .comments-wrapper .return-request-comment .text {
	position: relative;
	display: inline-block;
	float: left;
	width: 400px;
	min-height: 80px;
	margin-right: 20px;
	padding: 15px 23px 20px;
	background: #d8f3fc;
	font-weight: 300;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.3px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.return-request-body .comments-wrapper .return-request-comment .text:before {
	content: "";
	position: absolute;
	display: block;
	top: 20px;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #daf3fb;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.return-request-body .comments-wrapper .return-request-comment.operator .info {
	float: right;
	margin: 0 0 0 20px;
}
.return-request-body .comments-wrapper .return-request-comment.operator .text {
	margin: 0 0 0 30px;
	background: #f2f2f2;
}
.return-request-body .comments-wrapper .return-request-comment.operator .text:before {
	left: auto;
	right: -10px;
	background: #f2f2f2;
}
.return-request-body .comments-wrapper .comment-form-wrapper .field-label {
	display: block;
	margin-bottom: 15px;
}
.return-request-body .comments-wrapper .comment-form-wrapper .field-label textarea {
	width: 430px;
	height: 100px;
	max-width: 100%;
	margin-bottom: 1px;
	border: 1px solid #bdbdbd;
}
.return-request-body .comments-wrapper .comment-form-wrapper .field-label .input-error {
	border: 1px solid #fd4f57;
}
.return-request-body .comments-wrapper .comment-form-wrapper .field-label .help-inline {
	display: none;
}
.return-request.collapsible:not(.collapsed) .return-request-body {
	margin-bottom: 0;
	-webkit-animation: fadeInFromNone 0.37s linear;
	-o-animation: fadeInFromNone 0.37s linear;
	animation: fadeInFromNone 0.37s linear;
}
.return-request.collapsed {
	margin-bottom: 0;
}
.return-request.collapsed .return-request-head {
	margin-bottom: 0;
}
.return-request.collapsed .return-request-body {
	display: none;
}
/* RETURN REQUEST AUTHORIZATION */
#returnRequestAuthorizationForm .input-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	margin-right: 10px;
}
#returnRequestAuthorizationForm button {
	vertical-align: top;
	margin-top: 21px;
}
/* RETURN REQUEST ADD FORM */
.return-request-add-form-wrapper {
	width: 800px;
	margin: 50px auto;
	background: #f2f2f2;
}
.empty-layout .return-request-add-form-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 30px;
}
.return-request-add-form-wrapper h1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d4d3;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.return-request-add-form-wrapper .ordered-products-wrapper {
	overflow: hidden;
	color: #6d6e71;
	font-size: 13px;
}
.return-request-add-form-wrapper .ordered-products-wrapper .head {
	padding: 10px 0;
	border-bottom: 1px dotted #a8aaab;
}
.return-request-add-form-wrapper .ordered-products-wrapper .head > div {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.return-request-add-form-wrapper .ordered-products-wrapper .head > .selected {
	width: 70px;
	margin-right: 40px;
	text-align: center;
}
.return-request-add-form-wrapper .ordered-products-wrapper .head > .info {
	width: 480px;
	margin-right: 40px;
}
.return-request-add-form-wrapper .ordered-products-wrapper .head > .returned-qty {
	width: 60px;
	text-align: center;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product {
	padding: 15px 0;
	border-bottom: 1px dotted #a8aaab;
	font-size: 0;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product > .selected {
	width: 70px;
	margin-right: 40px;
	text-align: center;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product input[type="checkbox"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .image-wrapper {
	position: relative;
	width: 80px;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .image img {
	display: block;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .info {
	position: relative;
	z-index: 0;
	width: 428px;
	margin-right: 20px;
	color: #828282;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .info-name {
	color: #000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .returned-qty {
	width: 60px;
	text-align: center;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .returned-qty input {
	width: 60px;
	height: 40px;
	padding: 0;
	font-weight: 700;
	text-align: center;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-product .returned-qty .field-label > span {
	display: none;
}
.return-request-add-form-wrapper .ordered-products-wrapper .ordered-products-error-messages:not(:empty) {
	margin-top: 10px;
}
.return-request-add-form-wrapper .general-info-wrapper {
	margin-top: 17px;
}
.return-request-add-form-wrapper .general-info-wrapper .input-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 224px;
	margin: 0 10px 20px 0;
}
.return-request-add-form-wrapper .general-info-wrapper .field-label span {
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
.return-request-add-form-wrapper .general-info-wrapper .input-wrapper select,
.return-request-add-form-wrapper .general-info-wrapper .input-wrapper input {
	width: 100%;
}
.return-request-add-form-wrapper .general-info-wrapper textarea {
	width: 462px;
	height: 100px;
	max-width: 700px;
}
.return-request-add-form-wrapper .general-info-wrapper button {
	margin: 11px 0 27px;
}