.imgCart {
	width: 85px;
	height: 85px;
}
.imgMod {
	width: 55px;
	height: 55px;
}
div.modal {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -450px;
  outline: 0 none;
  position: fixed;
  top: 10%;
  width: 900px;
  z-index: 1050;
}

.mj-actionBox {
	width: 150px;
	overflow: hidden;
	height: 85px;
	float: right;
	margin: 0px!important;
	padding: 0px!important;
}

.mj-btnQtyPlus {
	width: 25px;
	height: 25px;
	margin: 0px!important;
	padding: 0px!important;
	font-size: 10px!important;
	line-height: 25px!important;
	box-shadow: 0 0px 0 rgba(255, 255, 255, 0.0) inset, 0 0px 0px rgba(0, 0, 0, 0.00);
}

#mjCartBtn {
	margin: 0 auto;
	display:table;
}

.mj-btnQtyMinus {
	width: 25px;
	height: 25px;
	margin: 0px!important;
	padding: 0px!important;
	font-size: 10px!important;
	line-height: 25px!important;
}

.mj-btnDel {
	width: 25px!important;
	height: 82px!important;
	line-height: 82px!important;
	float: right;
	margin: 0px!important;
	padding: 0px!important;
}

.mj-Price {
	width: 82px!important;
	height: 80px!important;
	line-height: 80px!important;
	float: right;
	margin: 0px 5px!important;
	text-align: center;
	padding: 0px!important;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.mj-fieldQty {
	width: 25px;
	height: 30px;
}

.fieldQty {
	width: 10px!important;
	height: 30px;
}

.mj-CartRow .uk-comment-meta {
	margin-right: 160px;
}

.modal-header h2 {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.mj-CartSubBox {
	width: 300px;
	float: right;
}

.mj-subLeft {
	float: left;
	text-align: right;
	width: 140px;
} 

.mj-subRight {
	float: right;
	text-align: right;
	width: 100px;
	padding-right: 40px;
}

#mj-total {
	border-top: 1px solid #acacac;
	font-weight: bold;
}
.mj-center {
	text-align: center;
	padding-bottom: 10px;
}

.mj-ModSubBox {
	width: 150px;
}

.mj-modLeft {
	float: left;
	text-align: right;
	width: 75px;
} 

.mj-modRight {
	float: right;
	text-align: right;
	width: 70px;
	padding-right: 0px;
	font-weight: bold;
}
.mj-modNameBox {
	margin-top: 0px;
	text-align: left;
}
.mj-modQtyBox {
	margin-top: 15px;
	text-align: right;
}

.fieldQty {
	padding: 0px!important;
	height: 30px!important;
	line-height: 30px!important;
	width: 25px!important;
	text-align: center!important;
}

#mj-FooterWait {
	display: none;
	text-align: center;
}

.uk-comment-header:before, .uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
.uk-comment-header:before, .uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header {
  margin-bottom: 15px;
}
.uk-panel-box .uk-panel-title {
  color: #323232;
}
.uk-panel-title {
  color: #323232;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
}
.uk-comment-avatar {
  border-radius: 5px;
  float: left;
  margin-right: 15px;
}
.uk-comment-title {
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0 0;
}
.uk-comment-meta {
	color: #323232;
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 0;
}