html {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

p{
    margin: 3px 1px 10px;
    line-height: 1.8em;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    box-shadow: none;
}

.card-list{
	display : flex;
	width : 95%;
	box-shadow: 0 0 1px rgba(0,0,0,.0), 0 1px 3px rgba(0,0,0,.2);
	font-size: 1em;
    overflow: hidden;
    border: none;
    padding : 4px;
    margin: 10px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 30px;
    border: none;
    box-shadow: none;
}
.card-block-list{
	font-size: 1em;
    position: relative;
    margin: 0;
    padding: 15px;
    border: none;
    box-shadow: none;
}

.card-img-category {
    display: block;
    width : 90px;
    height : 100px;
    height: auto;
    -khtml-border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px; border: 5px solid rgb(0,0,0,0.05);
}

.card-img-top {
    display: block;
    width: 90%;
    height: auto;
    -khtml-border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px; border: 5px solid rgba(234, 226, 222, 0.8);
}
.card-img-detail {
    display: block;
    height: 80%;
    margin: 8px;
    width : 80%;
}

.barcode{
	height : 150px;
	width  : 98%;
}

.card-img-order-list{
	display: block;
    height: auto;
    -khtml-border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px; border-radius: 150px; border: 5px solid rgb(255,69,0,0.8);
}



.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    border-top: 1px solid rgba(0, 0, 0, .05); padding-top: 1em ;
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.btn-order{
    display: block;
	width : 100%;
	color: rgb(255,69,0,0.8);
    border-color: rgb(255,69,0,0.8);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(255, 0, 0, 0.1);
    border: 2px solid ;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* order-list */
.order-list{
	padding : 1px;
	margin-top: 5px;
}

.item {
  padding: 20px 30px;
  height: 120px;
  display: flex;
}
.item:nth-child(3) {
  border-top:  1px solid #E1E8EE;
  border-bottom:  1px solid #E1E8EE;
}

.image {
  margin-right: 20px;
}
.description span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 500;
}
 
.description span:first-child {
  margin-bottom: 5px;
  font-weight: bold;
}
.description span:last-child {
  font-weight: 600;
  margin-top: 8px;
  color: #86939E;
}

.order-empty{
	font-size: 1em;
    overflow: hidden;
    padding: 4px;
    border: none;
    margin: 10px;
}


/* shilla */

.card-list-shilla{
	display : flex;
	width : 95%;
	box-shadow: 0 0 1px rgba(0,0,0,.0), 0 1px 3px rgba(0,0,0,.2);
	font-size: 1em;
    overflow: hidden;
    border: none;
    padding : 4px;
    margin: 10px;
}

.order-list-shilla{
	padding : 1px;
	margin-top: 5px;
	font-size: 16px;
}

.description-shilla span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 500;
}
 

.description-shilla-product-name {
  display: block;
  font-size: 18px;
  color: #43484D;
  font-weight: 500;
} 
 
.description-shilla span:first-child {
  margin-bottom: 5px;
  
}

/* .description-shilla span:last-child {
  font-weight: 600;
  margin-top: 8px;
  color: #86939E;
} */




