/*Főoldal - Mintabolt elérhetősége*/

#section-home_shops .shops__address {
    font-size: 1.1rem;
}

/*Csomagajánlatok*/

.packageoffer__product-image {
    max-width: 125px;
}

/*Akciós oldal*/

#minden #tabla1, #minden #tabla2, #minden #tabla3 {
    border-radius: 10px;
}

#akctermeknev {
	padding: 15px 5px 0 5px;
}

#akctermeknev a {
    line-height: 1.4;
    font-weight: 600;
	font-size: 1rem;
    color: #1d2227;
	text-decoration: none;
}

#akctermeknev a:active, #akctermeknev a:hover {
    color: #de261d;
	text-decoration: underline;
}

#akctermeknev .list-productname-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#akcleiras {
    font-weight: 400;
}

#akcleiras a {
    font-weight: 600;
	text-decoration: none;
}

#akcleiras a:active, #akcleiras a:hover {
    color: #de261d;
	text-decoration: underline;
}

#akcleiras div {
    padding: 0 5px;
}

@media screen and (max-width: 1199px) {

    #tabla1 .button-add-to-cart {
        margin-top: 10px;
    }
	
	#tabla2 .button-add-to-cart, #tabla3 .button-add-to-cart {
        margin-top: 25px;
    }

}