.off { display: none; }

.review_list .rl_star {
	display: flex;
}
.review_list .rl_star img {
	width: 3vw;
}
.review_list .rl_img img { border-radius: 10px; }

.file_hide { opacity: 0; position: absolute; top: 0px; left: 0px; width: 12vw;}

.dis { background: #f2f2f2 !important;}

.thumb { width: 20vw; }

.addr_pop img {
	position: absolute;
	top: -6vw;
	right: 0px;
	z-index: 10;
	width: 5vw;
}
	.product_img_inner  div { max-width: 100% !important; }

.re_top_right_buttom {
	width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4A4A4A;
}
.re_top_right_buttom.on {
	-webkit-line-clamp: inherit;
}

.index_header button.cart_btn .bell_count {
    position: absolute;
    top: -1.3889vw;
    right: -1.3889vw;
    background: #6BA4F3;
    color: #fff;
    border-radius: 100%;
    width: 4.1667vw;
    font-size: 3.3333vw;
}

.red { color: #ff0000; }