.list-academy .box-academy {
    min-height: auto;
}
@media(min-width:992px) {
    .list-academy .box-academy {
        min-height: 480px;
    }
}

@media(min-width:1400px) {
    .list-academy .box-academy {
       min-height: 440px;
    }
}
.azienda-slider {
    margin-top: 75px;
}

.azienda-slider h3 {
    margin-bottom: 37px;
}

.correlati-sider {
    display: flex;
    align-items: center;
}

.slick-arrow {
    height: 33px;
    width: 33px;
    background-color: #6C6C6C;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
    color: transparent;
    padding: 0;
    margin: 0;
}

.slick-arrow:hover {
    opacity: .8;
}

.slick-prev {
    transform: rotate(90deg);
}

.slick-next {
    transform: rotate(-90deg);
}

.card {
    padding: 0 15px;
    border: none;
}

.card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.card-body {
    padding: 0;
}
.card-title {
    font-size: 18px;
    line-height: 24px;
    color: #2E2D2C;
    font-weight: 700;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.card-img-top {
    width: auto;
    height: 162px;
}

.cat-badge {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 24px;
    text-transform: uppercase;
}

.card a {
    color: #2E2D2C;
}

.card .yith-wcwl-add-to-wishlist {
    height: 27px;
    margin-top: 0;
}

.card .yith-wcwl-icon {
    margin-right: 0;
}

.card .yith-wcwl-icon:before {
    width: 27px;
    height: auto;

}

.card .yith-wcwl-wishlistexistsbrowse {
    position: relative;
}

.card .yith-wcwl-icon .feedback p {
    display: none;
}

.card .yith-wcwl-wishlistexistsbrowse a {
    opacity: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.azienda-info-form input {
    margin-bottom: 16px;
}

.azienda-info-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.azienda-info-form .wpcf7-list-item label input[type="checkbox"] {
    margin-bottom: 0!important;
}

.icon p { word-wrap: break-word; }

/* Text image- Correzione link a immagine */

@media(min-width:992px) {
	body .image-dx-full-width > img.sost-img-image {
		position: absolute;
		top: 0;
		right:0;
		width: 48%;
		max-width: 48vw;
		height: 100%;
		object-fit: contain!important;
	}
	body .image-dx-full-width > a.sost-img-link {
		position: absolute!important;
		top: 0;
		right:0;
		width: 100%;
		max-width: 48vw;
		height: 100%;
	}

	body .image-dx-full-width > a.sost-img-link  > img.sost-img-image {
		position: relative;
		top: 0;
		right:0;
		width: 100%!important;
		height: 100%;
		object-fit: contain!important;
	}
}