/* cognito form módosítások */

.styled-cognito-box {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff6f3;
    border: 1px solid #ffa17d26;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.container-kapcsolat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: #ffd5c547;
    border-radius: 10px;
    margin-bottom: 10px;
}

  
.column.image {
 flex: 0.1;
}
  
.column.text {
flex: 0.9;
}

.scroll-container {
    height: 400px; /* Látható magasság */
	width:100%;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    flex-direction: column;
	animation: scrollUp 50s linear infinite; }


/* Folyamatos lassú felgörgetés */
@keyframes scrollUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}



/* manubim fejléc */


body {
font-family: 'Poppins', sans-serif !important;
}

@media (min-width: 992px) {
    .headroom--not-top .header-logo-img {
        max-height: 80px;
    }
}

.header-logo {
    justify-content: space-around;
}

.header-top a {
    font-size: .75rem;
    color: #622252d1;
    margin: 8px 5px;
    font-weight: 600;
}

/* cégeknek egyedi html modul */


.hero-section {
    position: relative;
    width: 100%;
    height: 500px; 
    background-image: url('/custom/manubim/image/data/budapest-sablon/bannerek/cegeknek-2.png'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    padding: 20px;
	box-sizing:border-box;
	flex-direction: column;
    align-content: stretch;
	border-radius:10px;
}


.text-content {
    max-width: 80%;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
}


.hero-title {
    font-size: 28px;
    font-weight: bold;
    color: #ff4500; 
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 968px) {
.hero-title {
    font-size: 24px;
    font-weight: bold;
    color: #ff4500; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
}

@media (max-width: 968px) {
    .hero-section {
        height: auto; 
        flex-direction: column; 
        justify-content: center; 
        padding: 40px 20px;
    }
    }
		
	
@media (max-width: 968px) {
    .text-content {
        max-width: 100%;
        text-align: left; 
		font-size: 14px;
    }
    }
	


/* kategória link */

.nav-link:hover {
    color: #d8b8d0; 
	font-weight:bold;
}

.category-menu>.category-list>.nav-link {
    color: #4a0739;
}

.children .category-list:active>a, .children .category-list:hover>a {
    background: #8a6280;
}

a:not([class]) {
text-decoration: none;
}

a {
text-decoration-line: none;
color: #cb1f86;
text-decoration: none;
}


.maximalis-mennyiseg {
    color: #ffa17d;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffa17d;
    padding: 5px;
    border-radius: 10px;
    background: #4a0739;
    text-align: center;
    display: inline-block;
}

.maximalis-mennyiseg:hover {
    background: #ffa17d;
    color: #4a0739;
    border-color: #4a0739;
	text-decoration: none;
}

.product-cart-box .product-addtocart .button-add-to-cart {
    font-weight: 800;
    font-size: 14px;
}




.advantages-grid {
grid-gap: 60px;
padding: 60px 80px;
background: #ffffff;
    }

.location-wrapper-box-right {
border-radius: 0px;
background: #ffffff;
}

.slick-dots li button {
color: #4a0739;
}


.btn-quickview.btn, .product-card__details .btn {
border-color: #cb1f86;
color: #fff2fc;
background-color: #cb1f86;
}

/* lekerekített sarkok */

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
border-radius: 10px;
}

.header-middle-right-wrapper {
border-radius: 10px;
    }

.cart-dropdown-toggle {
border-radius: 10px;
    }

.currencies-form__select, .language-form__select {
    border-radius: 10px;
}

.splide__slide--main .banner-item__image {
border-radius: 10px;
    }

a.btn.btn-primary.scroll-top-button.js-scroll-top {
    border-radius: 10px;
}

.product-card {
    border-radius: 10px;
}
    
.reviews-wrapper {
border-radius: 10px;
    }

.location-wrapper-box-right {
    border-radius: 10px !important;
}

.location-pic {
    border-radius: 10px !important;
}

.module-newsletter_subscribe-wrapper .home-position {
    border-radius: 10px;
}

.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: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

.advantages-grid {
    border-radius: 10px;
}

.footer-middle {
    border-radius: 10px;
}

.subcategory__card {
    border-radius: 10px;
}

.pagination__link {
    border-radius: 10px;
}

.btn-quickview.btn, .product-card__details .btn {
    border-radius: 10px;
}

.product-cart-box {
    border-radius: 10px;
}

.product-cart-box .product-addtocart .button-add-to-cart {
    border-radius: 10px;
}

.js-input-spinner-wrapper {
    border-radius: 10px;
}

.form-select, .input-select {
    border-radius: 10px;
	box-sizing:border-box;
}

.product-advantages-grid {
border-radius: 10px;
}

.product-page-tab-container {
    border-radius: 10px;
}

#productcustomcontent.module.product-position {
    border-radius: 10px;
	background: #ffd6c6;
}

.active.tab-menu__item-button-desktop {
    border-radius: 10px;
}

.information__introtext-image {
    border-radius: 10px;
}


/* 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;
}
}



/* 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: 0px;      
}


/* szolgáltatások blokk */

.footer-specialoffer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .footer-specialoffer-row {
        flex-direction: column;
        align-items: center;
    }
}

/* kategória oldal */

.category-custom-html-bottom.section__spacer {
    background-color: #ff573345; 
    padding: 20px; 
    border-radius: 10px; 
	border:1px solid #1414141a;
}


  
  /* Mobil nézet */
@media (max-width: 768px) {
    .footer-specialoffer-col {
        flex: 1 1 100%; 
    }
}
  
  .footer-specialoffer-col-1 {
    flex: 1 1 calc(33.33% - 20px); 
    box-sizing: border-box;
    padding-top: 40px;
    font-weight: 400;
    font-style: normal;
    color: #f84502;
    font-size: 16px;
    background-color: #4a0739;
    border: 10px solid #4a0739;
    border-radius: 10px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left top; 
    background-size: auto;
	padding: 20px;
}
  
.footer-specialoffer-col-1 h2 a {
    color: #f84502;
    font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  text-decoration: none;
  transition: color 0.3s ease-in-out;
	 text-align: left;
	 margin-bottom: 10px;
}
  
    .footer-specialoffer-col-1 h2 a:hover {
    color: #ffffff; 
    text-decoration: none;
}
  
  
  .custom-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #f84502;
    border: 2px dashed #4a0739; 
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.custom-button:hover {
    background-color: #622252; 
    color: #ffffff; 
    border-color: #4a0739; 
  text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}

.btn-new {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #f84502;
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.btn-new:hover {
    background-color: #622252; 
    color: #ffffff; 
  text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}

.btn-new-idea {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #f84502;
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 	
}

.btn-new-idea:hover {
    background-color: #622252; 
    color: #ffffff; 
  text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}

  
 .footer-specialoffer-col-2 {
    flex: 1 1 calc(33.33% - 20px); 
    box-sizing: border-box;
   padding-top:40px;
    font-weight: 400;
    font-style: normal;
    color: #4a0739;
    font-size: 16px;
    background-color: #ffa17d;
    border: 10px solid #ffa17d;
    border-radius: 10px;
    background-image: url();
	 padding: 20px;
}
  
  .footer-specialoffer-col-2 h2 a {
    color: #4a0739;
    font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  text-decoration: none;
  transition: color 0.3s ease-in-out;
	   text-align: left;
	   margin-bottom: 10px;
}
  
  .footer-specialoffer-col-2 h2 a:hover {
    color: #ffffff; 
    text-decoration: none;
}
  
  .custom-button-2 {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #4a0739;
    border: 2px dashed #ffa17d; 
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.custom-button-2:hover {
    background-color: #ed6532; 
    color: #ffffff; 
    border-color: #f84502; 
    text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}
  
   .footer-specialoffer-col-3 {
    flex: 1 1 calc(33.33% - 20px); 
    box-sizing: border-box;
    padding-top: 40px;
    font-weight: 400;
    font-style: normal;
    color: #fda6eb;
    font-size: 16px;
    background-color: #cb1f86;
    border: 10px solid #cb1f86;
    border-radius: 10px;
    background-image: url();
	padding: 20px;
}
  
    .footer-specialoffer-col-3 h2 a {
    color: #fda6eb;
    font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  text-decoration: none;
  transition: color 0.3s ease-in-out;
		 text-align: left;
		 margin-bottom: 10px;
}
  
    .footer-specialoffer-col-3 h2 a:hover {
    color: #ffffff; 
    text-decoration: none;
}
  
    .custom-button-3 {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #fda6eb;
    border: 2px dashed #cb1f86; 
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.custom-button-3:hover {
    background-color: #dd62ac; 
    color: #ffffff; 
    border-color: #cb1f86; 
  text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}
  
.footer-specialoffer-col p {
  margin-bottom: 0;
}

.footer-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
}

.footer-icons img {
    max-width: 450px;
    max-height: 300px;
}

.szolgaltatasok {
    width: 100%;
    max-width: 350px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.szolgaltatasok:hover {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.8;
}


/* Betűtípus változtatása */

h1, .h1 {
font-size: 2rem;
font-family: 'Poppins';
font-weight: 600;
}



.h2, h2 {
font-size: 2.1rem;
font-family: 'Poppins' !important;
font-weight: 600;
}

.manubim-general-title {
font-size: 1.8rem;
font-family: 'Poppins' !important;
font-weight: 600;
}

.manubim-justify-paragraph {
    font-size: 16px;
	text-align: left;
}

.manubim-general-paragraph {
    font-size: 16px;
	text-align:left
}


.h3, h3 {
font-size: 2.1rem;
font-family: 'Poppins';
font-weight: 600;
}

.h4, h4 {
font-family: sans-serif;
font-weight: 400;
font-size: 1.5rem;
}

.h5, h5 {
font-family: 'Poppins' !important;
font-weight: 400;
}

.main-content .module-head-title {
    font-weight: 600;
    font-size: x-large;
}

#dealofday .product-card__title-link {
    font-size: 2rem;
    font-family: 'Poppins';
    font-weight: 600;
}

.reviews-box__content {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Poppins';
}

.advantages-item__title {
    font-family: 'Poppins';
}

.product-card__title-link {
    font-family: 'Poppins';
}

.mosaic-item__title {
    font-family: 'Poppins' !important;
}

.tab-menu__item-button-desktop {
    font-family: 'Poppins';
}


.faq-item__question {
        font-weight: 600;
        font-family: 'Poppins';
        font-size: medium;
    }

.subcategory__link {
    font-family: 'Poppins';
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
	word-break: auto-phrase;
	color:#646464;
}

.subcategory__card-body {
    align-items: center;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
	color:#646464;
}

/* 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%;
    }
}



/* ajánló modulok megjelenése */

.product-card__footer {
flex-direction: column;
align-items: center;
    }


/* hírlevél feliratkozás */

.module-newsletter_subscribe-wrapper .home-position {
    background: url('/custom/manubim/image/data/budapest-sablon/bannerek/manubim-newsletter.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;
}

/* vásárlói visszajelzések */

.reviews-wrapper {
    background: #ffffff;
}

.reviews-box__content {
font-weight: 400;
}

.slick-slide img {
    display: block;
    margin: auto;
}


  .category-custom-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #f84502; 
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.category-custom-button:hover {
    background-color: #622252; 
    color: #ffffff;  
  text-decoration:none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); 
    transition: all 0.3s ease-in-out; 
}

/* termékoldal */

@media (min-width: 1200px) {
    .product-advantages-grid {
        max-width: 100%;
		background:#ffffff;
    }
}

    .product-page-tab-container {
        background: #ffffff;
    }

.product-option__select .form-select {
    width: 120px;
    max-width: 120px;
}



/* Kizárás az egyes elemekre külön */
.product-page-container .module-relatedproducts-wrapper .module.product-position,
.product-page-container .module-packageoffer-wrapper .module.product-position,
.product-page-container .module-boughtwith-wrapper .module.product-position,
.product-page-container .module-similar_products-wrapper .module.product-position,
.product-page-container .module-productreview-wrapper .module.product-position {
    border: none;
    border-radius: 0;
    padding: 0;
	background:#fafafa;
}

.discount-measure__badge {
    background-color: #fda6ec;
    color: #4a0739;
    font-weight: 600;
    font-size: .9375rem;
    margin: 5px 0;
}

.product-option__item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.product-addtocart-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.js-input-spinner-wrapper .btn {
    color: #ffffff;
    opacity: 1;
}

.js-input-spinner-wrapper {
    border: 1px solid rgb(255 255 255);
}

.product-cart-box {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.product-image__main {
border-radius: 10px;
}

.slick-slide img {
    border-radius: 10px;
}

.product-sticky-wrapper .product-sticky-image img {
    border-radius: 10px;
}

/* lábléc */
.footer-middle {
    background-color: #4a0739;
}

.partner__img {
    max-width: 100px;
}

tr:nth-child(even) {
    background-color: transparent;
}

.social-share-module {
    padding-top: 10px;
}

.product-sticky-wrapper .product-addtocart-wrapper .button-add-to-cart {
height: 60px;
border-radius: 10px;
}

.product-sticky-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: max-content;
    border-radius: 10px;
    align-content: stretch;
    justify-content: end;
    align-items: center;
    justify-items: end;
}

/* régi manubim CSS kódok ----------------------------------------------------------------- */

/* GYIK */

.btn-default-manubim-toward {
    width: 100%;
    height: 2.6 rem;
    background: #d6c3ce;
    background: url("https://www.manubim.com/custom/manubim/image/data/google_icons/ic_info_outline_black_24dp_1x_hover.png") no-repeat 10px 15px #f1f1f1;
    color: #000000;
    border: 1px solid #ebebeb;
    cursor: pointer;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.btn-default-manubim-toward:hover {
    background: #ffffff;
}


.accordion {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 5px;
    background: #cb1f86;
    border-radius: 10px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    color: #606060;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: all 0.4s ease;
    background: #f1f1f1;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    color: grey;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 10px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: #622252;
}

.accordion li.open i {
    color: black;
}

.accordion li.open i.fa-chevron-down {
    color: white;
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}


 .submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 18px;
}

.submenu li {
    border-bottom: 1px solid #ffffff;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #cb1f86;
    font-size: 16px;
    transition: all 0.25s ease;
}

.manubim-general-description {
    /*font-family: Relaway,monospace;*/
    text-align: left;
    line-height: 2.0em;
    font-size: 16px;
    color: #606060;
}

/* 3 oszlopos responsive képekhez START --------------------- */




.section {
    clear: both;
    padding: 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    /*margin: 1% 0 1% 1.6%;*/
    text-align: center;
    font-size: 16px;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: ""; display:table;
}

.group:after {
    clear: both;
}

.group {
    /* For IE 6/7 */
    zoom: 1;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

/*  GRID OF TWO  */

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 48.87%;
}

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3,
.span_2_of_3,
.span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2,
.span_1_of_2 {
        width: 100%;
    }