/* kategória menü */

.category-menu>.category-list>.nav-link {
    font-size: 0.9rem;
    margin: 1.3rem 0.9rem;
}

/* logo */

.header-logo {
    display: flex;
    flex-grow: 1;
    font-family: var(--secondary-font-family);
    font-size: clamp(.875rem, calc(.088rem + 2.8vw), 2.1875rem);
    font-weight: 900;
    justify-content: space-around;
}

/* cookie elfogadás */

.nanobar-modal .nanobar__container {
    background-color: #4f2072 !important;
}

/* gombok */

.btn-secondary:not(.link-collection__link) {
	background: linear-gradient(90deg, rgba(114,42,166,1) 0%, rgba(151,41,231,1) 100%);
	padding: 15px;
	font-weight: 400;
	border-radius: 20px;
	border: 0;
	color: #ffffff;
}

.btn-quickview.btn, .product-card__details .btn {
    border-color: #141414;
    color: #ffffff;
}

/* modulok közötti tér */

.main-content .module:not(.module-search-criteria) {
margin-bottom: 80px;
}

@media (max-width: 576px) {
.main-content .module:not(.module-search-criteria) {
    margin-bottom: 40px;
}
}

/* főoldali előnykommunikáció */
@media (min-width: 992px) {
    .advantages-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        border-radius: var(--corner_30);
        grid-gap: 30px;
		background: #e9e9e9;
        border: 0px solid;
    }
}

.advantages-grid {
    background: #e9e9e9;
}

.advantages-item__title {
    font-size: 1.2rem;
    font-weight: 400;
}

/* közösségi média oldalak/link gyűjtemény modul */

@media (min-width: 992px) {
    .link-collection-wrapper {
        border-radius: 20px;
        padding: 40px;
        border: 0px;
background: linear-gradient(#7207ac, #8f2ed1);
    }
}

    .link-collection-wrapper {
        border-radius: 20px;
        border: 0px;
		padding:40px;
        background: linear-gradient(#7207ac, #8f2ed1);
    }

.link-collection__link {
    border: 0px;
    color: #ffffff;
    font-size: 0.9rem;
	font-weight:800;
}

@media (min-width: 992px) {
    .link-collection__links-wrapper {
        max-width: 1200px;
        margin: auto;
    }
}


/*információ blokk*/
div#module_customcontent2_wrapper {
    /* background: #D4D0CB; */
	border-radius: 20px;
}
#customcontent2 p {
    /* text-align: center; */
    margin: auto 0;
	font-weight: 700;
    font-size: 19px;
    margin-left: -50px;
}

#customcontent2 a {
    color: #615951 !important;
}
#customcontent2 .col-sm{
	display: flex;
}


div#module_customcontent4_wrapper {
    background: #D4D0CB;
	border-radius: 20px;
}
#customcontent4 p {
    text-align: center;
    margin: auto 0;
	font-weight: 700;
    font-size: 19px;
    margin-left: -50px;
}

#customcontent4 a {
    color: #615951 !important;
}
#customcontent4 .col-sm{
	display: flex;
}


.module-customcontent2-wrapper {
	background: rgb(92,42,128);
	background: -moz-linear-gradient(90deg, rgba(92,42,128,1) 0%, rgba(153,41,234,1) 50%, rgba(92,42,128,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(92,42,128,1) 0%, rgba(153,41,234,1) 50%, rgba(92,42,128,1) 100%);
	background: linear-gradient(90deg, rgba(92,42,128,1) 0%, rgba(153,41,234,1) 50%, rgba(92,42,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c2a80",endColorstr="#5c2a80",GradientType=1);
}

#customcontent2 a {
    color: #ffffff !important;
}

/* főoldali blog szekció */

.news-card-body-wrapper {
    background: #e9e9e9;
    border-radius: 20px;
}

/* teljes oldalas blog lista */

@media (min-width: 992px) {
    .blog-page .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* teljes oldalas szöveges tartalom */

@media (min-width: 992px) {
    .tartalom .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* lokáció modul */

.location-placeholder {
    width: 500px !important;
}

.location-wrapper-box-right {
border-radius: 0px;
}

.location-pic {
    width: 100%;             
    height: auto;            
    aspect-ratio: 1 / 1;      
    object-fit: cover;        
    max-width: 500px;         
    border-radius: 10px;      
}

.location-wrapper-box-right {
    border-radius: 0px;
    border: 0px;
}

/* hírlevél feliratkozás */

.module-newsletter_subscribe-wrapper .home-position {
    background: url('/custom/russionshine/image/data/budapest-design/hirlevel-bg-4.png') no-repeat center center;
    background-size: cover;
}

.module-newsletter_subscribe-wrapper .home-position .module-body, .module-newsletter_subscribe-wrapper .home-position .module-head-title {
    max-width: 750px;
    margin-left: auto;
    margin-right: initial;
    text-align: left;
	background: transparent;
    padding: 20px;
    border-radius: 30px;
}

/* termékoldal */

@media (min-width: 1200px) {
    .product-advantages-grid {
        max-width: 100%;
		 background: #ffffff75;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    }
}

/* footer */

@media (min-width: 576px) {
    .footer-middle {
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(114, 42, 166, 1) 0%, rgba(151, 41, 231, 1) 100%);
    }
}