.box_image {
    max-height: 250px;
	background: #333333;
}
input:checked ~ .btn_view{
    color: var(--bs-primary)
}
.inp_search {
	width: 0;
	-webkit-transition: all 0.5s ease-out;
	max-width: 300px;
	border-width: 0;
	padding: 7px 0px;
	right: 60px;
	position: absolute;
}
.show_search .inp_search {
	width: 165px;
	max-width: 300px;
	border-width: 1px;
	padding: 7px 14px;
	border-color: #d9dee3 !important;
}
.box_image img {
    object-fit: contain;
}