/* TERMÉKKÁRTYA ÁRNYÉK */
.card.product-card.mobile-simple-view {
    border: none;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 5%);
}

/* BANNER HOVER */
.slider-thumbnails-wrapper.slider-thumbnails-wrapper--desktop {
    bottom: -20%;
    transition: .2s;
}
.module.bannerslider-module.home-position.container-wide.banner-container:hover .slider-thumbnails-wrapper.slider-thumbnails-wrapper--desktop {
    bottom: 5%;
}
.module.bannerslider-module.home-position.container-wide.banner-container {
	overflow: hidden
}

/* FOOTER */
/* cím */
footer .module-head {
    text-align: center;
    color: white;
}
/* szekrény háttér */
.footer-col-1-position .module-body {
	background-image: url(https://immanuel.hu/custom/immanuel/image/data/site_elements/polc1.svg);
}
.footer-col-2-position .module-body {
		background-image: url(https://immanuel.hu/custom/immanuel/image/data/site_elements/polc2.svg);
}
.footer-col-3-position {
	display: none;
}
.footer-col-4-position .module-body {
	background-image: url(https://www.immanuel.hu/custom/immanuel/image/data/site_elements/polc4.svg);
}
footer .module-body {
    background-repeat: no-repeat;
    width: 316.7px;
    height: 517.2px;
    padding: 11px;
}
/* szekrény pozíció */
footer .row {
	justify-content: space-around;
	align-items: flex-end;
}
footer .col-12.col-md-6.col-lg-3.aos-init.aos-animate {
    padding: 0;
}
footer .col-12 {
    width: fit-content;
}
/* térközök */
footer .contact-box {
	gap: 11px;
}
footer .social-link {
	margin-left: 6px;
}
footer .module-body > div > div:nth-child(1),
footer .module-body > div > a:nth-child(1):not(.social-link) {
    margin: 16px;
}
footer .module-body > div > div:nth-child(2),
footer .module-body > div > a:nth-child(2) {
    margin: 15px 16px;
}
footer .module-body > div > div:nth-child(3), 
footer .module-body > div > a:nth-child(3) {
    margin: 12px 16px;
}
footer .module-body > div > div:nth-child(4),
footer .module-body > div > a:nth-child(4) {
    margin: 17px 16px;
}
footer .module-body > div > div:nth-child(5),
footer .module-body > div > a:nth-child(5) {
    margin: 15px 16px;
}
footer .module-body > div > div:nth-child(6),
footer .module-body > div > a:nth-child(6) {
    margin: 13px 16px;
}
footer .module-body > div > div:nth-child(7),
footer .module-body > div > a:nth-child(7) {
    margin: 16px;
}
footer .module-body > div > div:nth-child(8),
footer .module-body > div > a:nth-child(8) {
    margin: 15px 16px;
}
footer p.newsletter-pretext {
    margin: 13px 16px 23px;
}
footer .subscribe-box__item:nth-child(1) {
    margin: 7px 16px;
}
footer .subscribe-box__item:nth-child(2) {
    margin: 11px 16px;
}
footer .subscribe-box__item:nth-child(3) {
    margin: 10px 16px;
}
footer .subscribe-policy {
    margin: 23px 16px;
}
footer .subscribe-button {
    margin: 34px auto 16px;
    width: max-content;
}
/* színek */
footer .module-body {
    color: white;
}
footer .footer-middle a {
    color: white;
}
footer .subscribe-button .btn-primary {
	background-color: white;
}
input#subscriber-firstname,
input#subscriber-lastname,
input#newsletter-mail-input {
    background: none;
	color: white;
	border: solid white 2px;
}
input#subscriber-firstname::placeholder,
input#subscriber-lastname::placeholder,
input#newsletter-mail-input::placeholder {
	color: white;
}
input#newsletter-subscriber-policy {
    border: solid white 2px;
}
/* növény */
.footer-col-5-position {
    height: fit-content;
    width: fit-content;
}
/* ikonok */
footer span > svg {
	display: none;
}

footer .module-body > div > div:nth-child(1),
footer .module-body > div > div:nth-child(2),
footer .module-body > div > div:nth-child(3) {
	margin-left: 60px;
}
/* link aláhúzás */
.footer-middle a:not(.social-link):active, .footer-middle a:not(.social-link):hover {
    text-decoration: underline 2px white;
}