/* Alapból elrejtjük az első és második menüpontot */
.headermenu-list > li:nth-child(1),
.headermenu-list > li:nth-child(2) {
    display: none !important;
}

/* Mobil nézetben megjelenítjük őket */
@media (max-width: 991.98px) {
    .headermenu-list > li:nth-child(1),
    .headermenu-list > li:nth-child(2) {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    a.nav-link.headermenu-list__item-link[href*="/customer/login"]::before,
    a.nav-link.headermenu-list__item-link[href*="/customer/register"]::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 6px;
        vertical-align: middle;
        background-image: url('/custom/tchoszivattyu/image/data/tc/user_.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
.categoryoffer-card {
    display: grid;
    grid-template-columns: 90px 1fr;
}
}



.header-hamburger-button {
    color: white;
}

@media (min-width: 992px) {
    .header-search-button {
        color: white;
	}
}



@media (min-width: 1200px) {
    .main-content .module {
        margin-top: 100px;
    }
}


#module_paf_filter_wrapper {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}

    .search-module__input {
        min-height: 50px;
        border-radius: var(--corner_50);
        padding-left: 20px;
        line-height: 22px;
        border: 1px solid #dfdfdf;
    }

.header-logo-img {
    background: transparent;
}

@media (min-width: 992px) {
    .active-subcategory-image .subcategory__card {
        grid-template-columns: 120px 1fr;
    }
}

@media (min-width: 992px) {
    .categoryoffer-card {
        grid-template-columns: 110px 1fr;
    }
}

/*
@media (min-width: 992px) {
    .categoryoffer-card__title {
        font-size: 1.3rem;
    }
}



.categoryoffer-card {
    display: flex;
    text-align: center !important;
} */

a.mm-listitem__text img {
    width: auto;
    margin-right: 6px;
    height: 80px;
}

.header-cart-icon {
    color: #282828;
}


.btn-arrow-icon, .btn-icon {
    background-color: #ffffff;
}

.small-banner-title {
    color: #ffffff !important;
}

h4.categoryoffer-card__title:hover {
	color: #ed1a3a !important;
}

@media (min-width: 992px) {
    .kickerimage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.kickerimage__image {
    border-radius: var(--corner_20);
    width: 100%;
}

.sr-offer-request {
	background: #0196DC;
	color: white;
}

.sr-offer-request:hover {
	background: #0196DC;
	color: white;
}


.header-logo-img {
    max-height: none;
    height: auto;
    max-width: 250px;
}

@media (max-width: 768px) {
.header-logo-img {
    max-height: none;
    height: auto;
    max-width: 170px;
}
}

    .mm-menu .mobile-menu-content li.category-list, .mm-menu .mobile-menu-content li.headermenu-list__item {
        background-color: #ffffff;
    }
.newsletter-posttext, .subscribe-button {
    margin-top: 12px;
    text-align: center;
}

.btn-arrow-icon{
    color: #ed1a3a !important;
}

@media (max-width: 768px) {
.subpoint {
    margin-left: 5px;
}
}

@media (min-width: 768px) {
.subpoint {
    margin-left: 25px;
}
}

.information-list__card-title {
    font-size: 1.1rem;
}

    .small-banner-content {

        text-align: center;
    }


    .small-banner-content {

        text-align: center;
    }


.btn-icon {
    color: #ed1a3a;
}
.alert-danger {
    color: red;
}