.wrapper_img_product img {
	width: 100%;
	object-fit: contain;
    height: 180px;
}
.wrapper_img_product a  {
	height: inherit;
}
.wrapper_img_product {
	min-height: 160px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo1 img {
    max-width: 175px;
    max-height: 125px;
}
.logo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
}

.product_code_and_price {
	min-height: 90px;
}

.logoContent .logoText  {
    position: relative;
    left: initial;
    right: inherit;
}

.logoText p {
    padding: 0px;
}


@media(min-width: 992px) and (max-width: 1440px) {
	.column_resize {
		width: 33.33%;
	}
}
