.tMenu {
	padding-top:8px;
	padding-left:0;
	padding-right:16px;
}

.tMenu2 {
	padding-left:16px;
	padding-right:0;
}

.smallHeader {
	line-height: 48px;
	text-transform: capitalize;
}

.ssubmit {
	margin-top:16px;
	margin-bottom:16px;
}

.fetchstatus {
	color: #47A827;
}

.greybox {
	border-radius: 6px;
    background-color: white;
    border: 1px solid #F0F0F0;
    padding: 0 16px;
 }
 
  #maincontent {
  	display:flex;
  }
 
 #maincontent .tabcontents {
 	padding-top:8px;
 }

.greybox_header {
	border-radius:6px 6px 0 0;
	display: block;
    background: #F0F0F0;
    height: 42px;
    line-height: 42px;
    position: relative;
    margin-left:-16px;
    margin-right:-16px;
    padding:0 16px;
}

#userInfo {
	padding-bottom:48px;
}

.column .rdark label {
	font-weight: normal;
}

.tabcontents .box {
	padding:16px;
	background: #FFFFFF;
	border-radius: 6px;
}

.tabcontents .rdark {
	background-color: #F0F0F0;
}

.tabcontents .header_box {
	margin-bottom:0
}

.alink2, .alink2:hover, .alink2:active, .alink2:focus {
	color: #2D9CDB;
}

#maincontent .tabcontents .box h2 {
	margin-top:0;
}

.orderRows {
	padding-bottom:12px;
}

.addressinfo.smallw {
	height:150px;
}

.addressinfo {
	position: relative;
	min-height:150px;
	height:auto;
}

.addressinfo .addressinfoInner {
	position: absolute;
    z-index: 10;
    background-color: white;
    left: 0;
    right: 0;
    border-radius: 6px;
    min-height: 100%;
}

.smallw .addressinfoInner {
	z-index: 9;
}

.addressinfoInner {
	padding:12px;
	border: 1px solid #F0F0F0;
    border-radius: 6px;
}

.addressinfo .emptyspace {
	display: none;
}

.addressinfo.smallw .phoneandemail {
	display: none;
}

.addressinfo.smallw .companyandaddress {
	height:32px;
	overflow: hidden;
}

.addressinfo .showMore, .addressinfo .showLess {
	line-height: 38px;
	display: block;
}

.addressinfo.smallw .showLess, .addressinfo .showMore {
	display: none;
}

.addressinfo.smallw .showMore {
	display: block;
}

.addressinfo .aname {
	line-height: 20px;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}

#saved_carts .prodname {
	padding-top:12px;
	height: 52px;
    overflow: hidden;
}

.cw {
	height:98px;
	position: relative;
}

#saved_carts span.desc .editLinks {
	top:0;
	right:0;
	padding-right:0;
}

#saved_carts span.desc .editLinks a {
	padding-right:12px;
	text-decoration: none;
	color: #3795DA;
	font-weight: normal;
}

#saved_carts .row > div {
	padding-left:6px;
	padding-right:6px;
}

.slotrow span.desc {
	text-decoration: underline;
	font-weight: bold;
}

.slotrow .date {
	color: #888888;
	line-height: 32px;
	position: absolute;
	bottom:6px;
}

.slotrow .price {
	line-height: 32px;
	font-weight: 500;
	position: absolute;
	bottom:6px;
	right:12px;
}

.slotrow {
	padding-bottom:12px;
}

.restore, .remove {
	margin-left:30px;
}

.more {
	color:#888;
	padding-bottom: 12px;
}

.statusColorBox1 {
	background: #47A827;
}

.statusColorBox2, .statusColorBox3 {
	background: #F9993A;
}

.statusColorBox4 {
	background: #EB5757;
}

#registerForm .btn_checkbox {
	font-weight: bold;
	color: #333333;
	width: 100%;
	height:48px;
	line-height:48px;
}

#registerSubmit {
	margin-bottom: 12px;
}

#maincontent .error input, #maincontent .error select {
	border-color: #b92d00;
}

#userAddress .col-sm-8 {
	float:none;
}

.tabcontents .dark {
	background-color: #F7F7F7;
	padding-top:0;
	padding-bottom:0;
}

.tabcontents .dark > div:last-child {
	border:none;
}

#addrWrapper .row, #userAddress .row, #userInfo .row {
	margin-left:-8px;
	margin-right:-8px;
}

#userInfo .column {
	padding-left:8px;
	padding-right:8px;
}

#addrWrapper .column {
	padding-bottom:16px;
	padding-left:8px;
	padding-right:8px;
	margin-bottom: 18px;
}

.accountMenu {
	padding:0;
	list-style-type: none;
	background-color: white;
	border-radius: 6px;
}

.accountMenu > li:first-child {
	padding-left:16px;
	padding-right:16px;
	border-radius:6px 6px 0 0;
	background: #F0F0F0;
}

.accountMenu a {
	display:block;
	height:48px;
	line-height:48px;
	font-weight: bold;
	color: #333;
	padding-left:40px;
	position: relative;
}

.accountMenu .mh {
	display: inline-block;
    width: 100%;
	border-bottom: 1px solid #F0F0F0;
}

.accountMenu .mh::first-letter {
	text-transform: uppercase;
}

.accountMenu .mh .icon {
	padding-right: 6px;
    position: absolute;
    right: 0;
    left:auto;
    color: #F9993A;
}

.accountMenu .icon {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left:11px;
    text-align: center;
    color:#333;
}

.accountMenu > li:last-child .mh {
	border:none;
}

.inforow .pull-left {
	padding-top:9px;
	padding-bottom:9px;
	font-weight: normal;
	line-height: normal;
	color: #888888;
}

.inforow .pull-right {
	padding-top:9px;
	padding-bottom:9px;
	font-weight: normal;
	line-height: normal;
}

.inforow {
	border-bottom:1px solid #ECEBEC;
}

.btnReceipt, .btnReorder {
	margin-bottom: 12px;
	margin-right:12px;
	margin-top:12px;
}

.btnReceipt .icon, .btnReorder .icon {
	color:white;
	top:4px;
}

#orderPage {
	padding-bottom:0;
	position: relative;
}

#saved_carts > .row > .slotrow:last-child {
	padding-bottom:0;
}

.editLinks {
	position:absolute;
	right:12px;
	bottom:12px;
}

.addressinfo .editLinks {
	top: 12px;
	bottom: auto;
}

.addressinfo .showmore {
	display: none;
}

.addressinfo a,.addressinfo a:hover {
	color: #2D9CDB;
}

.statusColor1:before, .statusColor2:before, .statusColor3:before, .statusColor4:before, .statusColor5:before {
	font-size: 22px;
}

.orderItem {
	background: #F7F7F7;
	border-radius: 6px;
	padding:12px;
	margin-top:12px;
	position: relative;
}

.orderItem > div {
	padding:0;
}

.ordernr a {
	font-weight: bold;
}

.orderItem .date {
	color: #888888;
}

.orderItem .sum {
	font-weight: bold;
	font-size: 20px;
}

.orderItem .fetchfrom {
	color: #888888;
	position: absolute;
    bottom: 12px;
    right: 12px;
}

.orderItem .date {
	position: absolute;
    top: 12px;
    right: 12px;
}

.accountMenu li:last-child .mh {
	border-bottom:none;
}

#orderHistoryPage .paginator_wrapper {
	margin-left:-9px;
	margin-right:-9px;
	margin-bottom:0;
}

#orderHistoryPage .paginator_wrapper nav {
	padding:0;
}

#orderHistoryPage .paginator_wrapper .mt_pagination {
	padding-bottom:0;
	height:48px;
}

#filterOrder {
	height:28px;
	line-height: 28px;
    padding-right: 40px;
    background: #fff;
    border-radius: 6px;
    padding-left: 12px;
    color: #888;
}

#orderFilterWrapper .select-wrapper:after {
	top:4px;
}

#orderHistoryPage .select-wrapper:after {
	right:6px;
}

#orderFilterWrapper {
	color:#888;
	font-size: 14px;
}

#orderPage .fetchStatusColor {
	position: absolute;
    right: 12px;
    top: 6px;
}

.opItem {
	padding-top:6px;
	padding-bottom:6px;
}

.opItem .sub {
	color:#888;
	padding-top:6px;
}

#summaryBox {
	background: #F7F7F7;
	border-radius: 4px;
	padding-top:12px;
	padding-bottom:12px;
	margin-top:9px;
}

#summaryBox > div, #summaryBox > div > div {
	padding:0;
}

#summaryBox {
	padding-left:12px;	
	padding-right:12px;
}

#summaryBox .ttr {
	float:right;
}

a.mmenu {
	display: none;
}

#saved_carts .row {
	margin-left: -6px;
    margin-right: -6px;
}

.totalo {
	position:absolute;
	right:12px;
	bottom:12px;
	font-size:15px;
	font-weight:bold;
	line-height: 34px;
}

.dotted_line {
    border-top: 1px dashed #dedede;
    padding-top: 12px;
}

.addAddress {
	margin-bottom: 12px;
}

.mpcount {
	position: absolute;
    bottom: 0;
    color: red;
    font-size: 12px;
}

.green-checkbox {
	color: #333;
	line-height: 24px;
}

#orderHistoryPage .row {
	position: relative;
}

.error .collapse, .collapse.error {
	display:block;
}

.error a.ssubmit {
	display: none;
}

@media screen and (max-width: 767px) {
	
	.totalo {
		display: none;
	}
	
	.cLine {
		display: none;
	}
	
	a.mmenu:focus {
		color:#333;
	}
	
	a.mmenu {
		display: inline-block;
		border-radius: 4px;
		color:#333;
		margin-right:12px;
		margin-bottom:20px;
		background: #f0f0f0;
		border: 2px solid #F0f0f0;
	}
	
	.mmenu.active {
		border: 2px solid #F9993A;
		background: transparent;
	}
	
	.prefs {
		display: none;
	}
	
	#orderFilterWrapper {
	    font-size: 16px;
	}
	
	#summaryBox {
		cursor: pointer;
	}
	
	#summaryBox .ttr {
		float:none;
	}
	
	#summaryBox .icon {
		color:#F9993A;
		font-size: 24px;
		right:12px;
		position: absolute;
	}
	
	#summaryBox.active .icon:before {
		content: "\e914";
	}
	
	.sLine, .sMore {
		display: none;
	}
	
	.active .sLine, .active .sMore {
		display: block;
	}
	
	#orderHistoryPage .paginator_wrapper {
	    margin-left: 0;
	    margin-right: 0;
	}
	
	#orderHistoryPage .paginator_wrapper .mt_pagination {
		height:auto;
	}
	
	#orderHistoryPage .paginator_wrapper nav {
		padding-bottom:12px;
	}
	
	.orderItem {
		background: white;
	}
	
	.tabcontents .box {
		border-radius: 0;
	}
	
	.tabcontents .rdark {
		border-radius: 4px;
	}
	
	#orderHistoryPage .box {
		background-color: transparent;
	}
	
	#maincontent .tMenu2 {
	    padding-right: 0;
	    padding-left: 0;
	}
	
	#maincontent .tabcontents {
		padding-top:0;
		margin-left:-16px;
		margin-right:-16px;
	}
	
	#maincontent .breadcrumb {
		margin:0;
		border-radius:0;
	}
	
	#addrWrapper .addressinfo {
		min-height:unset;
	}
	
	.addressinfo .editLinks a::after {
		content:' ';
		display: block;
	}
	
	#addrWrapper .addressinfo:first-child {
		margin-top:0;
	}

	#addressinfo .column {
		padding-bottom:12px;
	}
	
	#addressinfo {
		margin-bottom:-12px;
	}

	#saveCartForm .rdark {
		margin-top:12px;
	}

	.tMenu {
		padding-bottom: 12px;
		padding-left:0;
		padding-right:0;
	}
	
	.tabcontents .orderHistory {
		background: transparent;
	}
}

@media screen and (max-width: 481px) {

	.addressinfo .addressinfoInner {
		position: relative;
	}
	
	.paginator_wrapper nav {
	    padding: 0 15px;
	}
	
	#orderHistory .ohRow {
		width:100%;
		float:left;
		padding-bottom: 12px;
	}
	
	.tMenu {
		padding-bottom:0;
	}
	
	#addrWrapper .column, #addressinfo .column {
		width:100%;
	}
}

