.imgCart {	
	height: 85px;
	float: left;
}
.imgMod {	
	height: 55px;
	display: table;
	margin: 0 auto!important;
}
div.modal {  
  left: 50%;
  margin-left: -450px;
  display: none;
  top: 10%;
  width: 900px;
  z-index: 1050;
  position: absolute;
}

.mj-actionBox {
	width: 155px;
	overflow: hidden;
	height: 85px;
	float: right;
	margin: 0px!important;
	padding: 0px!important;
}

.mj-btnQtyPlus {
	width: 25px;
	height: 25px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	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;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	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;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.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-modBox {
	width: 200px;
	
} 


.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 {
	display: table;
	margin: 0 auto;
}

.mj-modLeft {
	float: left;
	text-align: right;
	width: 85px;
} 

.mj-modRight {
	float: left;
	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;

  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;
}

@media (max-width: 799px) and (min-width: 319px) {
    #koCgcBox {
        text-align:center;
        display:block;
    }
    .KOcard {
        float:none;
        margin:10px auto;
    }

   div.modal {
        left: 0; 
        margin-left: 0;
        display: none;
        top: 10%;
        width: auto;
        z-index: 1050;
        position: absolute;
        top: 50px!;
		
    }  
    #mj-FooterBtn .btn {
        width:100%;
    }
    .modal-footer .btn + .btn {
        margin-left: 0px;
        margin-bottom: 0;
        margin-top:5px;
    }
    .uk-comment-title {
        display:none;
    }
    .uk-comment-body {
        display:none;
    }
    .mj-CartSubBox {
       width: auto; 
       float: none; 
    }
    .uk-comment-meta {
        display:none;
    }
	.mj-actionBox {
     width: auto; 
  
}
}