.ulasan-item .item-image-pesanan img.image-pesanan-list{
  height: auto !important;
  width: 50px !important;
  padding: .5px !important;
}



.rate {	 
	height: auto;
	padding: 0 10px;
}
.rate:not(:checked) > input {
	position:absolute;
	top:-9999px;
}
.rate:not(:checked) > label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:24px;
	color:#ccc;
	line-height: 23px;
}
.rate:not(:checked) > label:before {
	content: '★ ';
}



.rate > input:checked ~ label {
	color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: #c59b08;
}


.owl-carousel.review-attachs .owl-wrapper {
    display: flex !important;
}

.owl-carousel.review-attachs .owl-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    max-width: initial;
}

#lima-modal .preview-attach img{
	max-height: 400px;
	width:auto;
}
