header .navbar-nav > li:hover > ul.navbar-subnav {
  overflow: visible;
  position: absolute;
  display: block;
}

.glowna_opis_banner {
  margin-top: 70px;
  margin-left: 60px;
}

.banner_glowna {
  background-image: url(/data/include/cms/naklejto/tlo.webp);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  height: 330px;
}


/* ==========================================================================
   PODSTAWOWE I OGÓLNE STYLE STRONY
   ========================================================================== */
html {
    overflow-y: scroll;
}

body, html.order_process, .main_page {
    padding-top: 0 !important;
}

header {
    background: #fff;
    border-bottom: 1px solid #c4c7c8;
    margin-bottom: 0;
}

footer {
    max-width: unset !important;
    background: #f7f7f7;
}

/* Ukrywanie stopki w tunelach płatności i zamówień */
.payment_tunnel .container + footer,
.order_process .container + footer,
.container.basketedit_page + footer,
.container.prepaid_page + footer,
.order_process footer {
    display: none !important;
}

#content {
    margin-top: 0;
}

/* Etykiety, nagłówki, linki */
.big_label, .headline {
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.breadcrumbs a {
    color: #858484;
}

.breadcrumbs ol > li {
    padding-bottom: 0;
    color: #858484;
}

.distinguished, .label.--distinguished {
    background: #fff;
    color: #ed5d5d;
    border: 2px solid #ed5d5d;
    font-weight: 700;
    margin: 0 10px;
    padding: 3px 15px;
}

.bestseller, .label.--bestseller {
    color: #0184a0;
    border: 2px solid #0184a0;
    font-weight: 700;
    background: #fff;
    padding: 3px 15px;
}

/* Różne ukryte lub zmodyfikowane elementy */
#menu_affiliate, #signin_login_separator, #cookie_login_social_more, #client_new_social,
.oscop .oscop_rebate_code, .oscop_contact .oscop_login__services, .basketedit_summary_container,
.basket__payments, .paypo_basket, .smile_basket, #backTop, #price_info, .warranty__label,
#menu_security_policy, #invoice_box_switcher > div > div, #projector__pitchprint > div,
.projector_details .projector_buy__number_wrapper, .projector_details .projector_shipping__price,
#projector_shipping_dialog > a > span.projector_shipping__text_from,
.projector_details .projector_prices__unit_converted,
#OSCOP .oscop_terms__item.--mailing, #OSCOP .oscop_terms__item.--sms,
#OSCOP .oscop_address__item.--invoice-switch, #client_new_summary .clientnew_regulations > div:nth-child(4) {
    display: none !important;
}

/* ==========================================================================
   UKŁAD NAGŁÓWKA (HEADER)
   ========================================================================== */
.bars__wrapper {
    padding: 9px 20px;
    text-align: right;
    position: relative;
    font-size: 1.4rem;
}

#menu_banners2 {
    position: relative;
    z-index: 1;
    padding: 6px 0;
    grid-area: menu_banners2;
}

#menu_banners2:before {
    background: #f7f7f7;
}

#menu_banners2 > div {
    text-align: right !important;
    margin-right: 0;
}

#menu_banners2 > div > span {
    color: #19839f;
    font-weight: 600;
    border: none;
    font-size: 14px;
    padding: 3.5px 0 3.5px 15px;
}

/* ==========================================================================
   GÓRNE MENU NAWIGACYJNE (#menu_navbar)
   ========================================================================== */

/* Ogólne style dla linków i pozycji menu */
#menu_navbar > ul > li > a,
#menu_navbar > ul > li > span {
    letter-spacing: 1px;
}

header .navbar-nav {
    font-size: 1.8rem;
}

header .nav-link {
    text-transform: none;
}

/* Ikony rozwijania menu (strzałki w dół) */
#menu_navbar > ul > li:nth-child(1) > a:after,
#menu_navbar > ul > li:nth-child(2) > a:after,
#menu_navbar > ul > li:nth-child(3) > a:after,
#menu_navbar > ul > li:nth-child(4) > span:after {
    content: "\F078";
    color: #19839f;
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
}

/* Pod-menu rozwijane (subnav) */
header .navbar-subnav {
    border-top: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.2) 0 15px 25px;
    padding: 10px 10px 10px 20px;
}

header .navbar-subnav .nav-link {
  text-transform: none;
  font-size: 1.8rem;
  padding: 10px;
}

/* Zgrupowane style dla wszystkich linków w pod-menu (optymalizacja) */
#menu_navbar ul li ul li a,
#menu_navbar ul li ul li span {
    padding: 3px 0 3px 10px;
    font-weight: 400;
    position: relative;
}

.wide .navbar-subsubnav > .nav-item > .nav-link {
    font-size: 1.6rem;
}

.wide .navbar-subnav > .nav-merge.nav-item > li.nav-item > .nav-link,
.wide .navbar-subnav > .nav-merge.nav-item .nav-merge.nav-item > li.nav-item > .nav-link {
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.wide .navbar-subnav > .nav-merge.nav-item > li.nav-item > a:hover,
.wide .navbar-subsubnav > .nav-item > .nav-link:hover {
    background: #f6fafb;
}

/* Link "Bestseller" */
#menu_navbar > ul > li:nth-child(1) > ul > li:nth-child(1) > li:nth-child(2) > a:after,
#menu_navbar > ul > li.nav-item.active > ul > li:nth-child(1) > li:nth-child(2) > a:after {
    content: "Bestseller";
    background: #ea6061;
    border-radius: 5px;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    margin-top: 2px;
    margin-left: 10px;
    position: absolute;
}

#menu_navbar > ul > li:nth-child(1) > ul > li:nth-child(1) > li:nth-child(2) > a:hover::after {
    text-decoration: none;
}

/* Specjalne formatowanie dla niektórych pozycji */
#menu_navbar > ul > li:nth-child(1) > ul > li:nth-child(3) > li:nth-child(1) > a {
    letter-spacing: 1px;
    font-size: 1.8rem !important;
    color: #19839f;
}

#menu_navbar > ul > li:nth-child(1) > ul > li:nth-child(3) > li:nth-child(1) > a:hover {
    background: #fff0;
}

/* ==========================================================================
   MEGA MENU "NAKLEJKI" - ZMODERNIZOWANE STYLE
   ========================================================================== */

/* --- Sekcja 0: Ustawienia globalne dla Mega Menu --- */
#menu_categories .has-mega-menu a.nav-link {
  position: relative !important;
}

#menu_categories .has-mega-menu .nav-link .nav-link-icon {
  display: none !important; /* Ukrywamy domyślne ikony SVG z HTML */
}

.mega-menu-column:last-of-type {
  border-left: 0;
  padding: 0;
}


#menu_categories .has-mega-menu a.nav-link:hover::after {
  color: #0184a0;
  right: 12px;
}

.mega-menu-content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4.2rem 0 2rem 0;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.4fr 1.2fr;
    gap: 20px;
    align-items: start;
}

.mega-menu-group-highlight {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 15px;
  margin-top: 35px;
}

.mega-menu-subtitle {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.featured-card-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding: 10px;
}

/* --- Sekcja 1: Kolumna "Polecamy" --- */
#menu_categories .mega-menu-column.--bestseller-column {
  position: relative;
  background: #fdfdfd;
  border-right: 1px solid #f0f0f0;
  padding-top: 20px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0 !important;
  padding: 0
}



/* Stylowanie głównych przycisków w kolumnie "Polecamy" */
#menu_categories .mega-menu-column.--bestseller-column a.nav-link[title="Naklejki standard"],
#menu_categories .mega-menu-column.--bestseller-column a.nav-link[title="Naklejki przezroczyste"] {
  display: block !important;
  margin: 0 45px 20px 0px !important;
  padding: 12px 40px 12px 15px !important;
  background-color: #f7f7f7 !important;
  border: 1px solid #f7f7f7 !important;
  border-radius: 8px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#menu_categories .mega-menu-column.--bestseller-column a.nav-link[title="Naklejki standard"]:hover,
#menu_categories .mega-menu-column.--bestseller-column a.nav-link[title="Naklejki przezroczyste"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-color: #dbeaf0 !important;
  background-color: #fff !important;
}

/* Nowy nagłówek "Polecamy" nad "Zestawami na arkuszach" */
#menu_categories .mega-menu-column.--bestseller-column .mega-menu-featured-card {
  position: relative;
  margin: 5rem 15px 0 15px;
}

#menu_categories .mega-menu-column.--bestseller-column .mega-menu-featured-card::before  {
  content: 'Polecamy';
  position: relative;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border: 1px solid #f7f7f7;
  text-align: center;
  background: white;
  width: 100%;
  display: block;
  padding-top: 10px;
  margin-left: auto;
  max-width: 245px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-right: auto;
}

#menu_categories .mega-menu-column.--bestseller-column .mega-menu-featured-card::after {
    content: 'Kompleksowe zestawy w atrakcyjnej cenie.'; /* Nowy opis */
    position: absolute;
    top: -2rem; /* Umiejscowienie pod tytułem */
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
}


/* --- Sekcja 2: Kolumna "Premium" --- */
#menu_categories .mega-menu-column.--premium-highlight {
  background: #f9fbfc;
  border: 1px solid #e9e9ed;
  border-left: 4px solid #0184a0;
  border-radius: 12px;
margin-top: 20px;
  position: relative;
  box-shadow: 0 10px 35px rgba(100, 120, 140, 0.15);
}

#menu_categories .mega-menu-column.--premium-highlight h3.mega-menu-title {
    color: #0184a0;
    font-size: 1.9rem;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #e9e9ed;
    padding-bottom: 15px;
    text-align: center;
}

#menu_categories .mega-menu-column.--premium-highlight h3.mega-menu-title::after {
  display: none;
}

#menu_categories .mega-menu-column.--premium-highlight a.nav-link span {
  font-weight: 500 !important;
  color: #333 !important;
}

/* --- Sekcja 3: Pozostałe kolumny --- */
#menu_categories .mega-menu-column:last-child .mega-menu-group-highlight {
    margin-top: 0; /* Usuwa zbędny margines w ostatniej kolumnie */
}

.mega-menu-reorganized .nav-link {
  padding: 4px 12px !important;
}


/* ==========================================================================
   STOPKA (FOOTER)
   ========================================================================== */
.stopka_kontakt {
    padding: 3rem 0 0 3rem;
    display: flex;
    gap: 8rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stopka-banners {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stopka-banner {
    display: flex;
    align-items: center;
}

.stopka-banner .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    color: #0184a0;
    margin-right: 1rem;
}

.stopka-banner .text strong {
    font-size: 1.5rem;
    display: block;
}

.stopka-banner .text span {
    font-size: 1.3rem;
    line-height: 1.5;
    display: block;
}

.kontakt_dol {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    margin-left: auto;
}

.kontakt_dol-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.025);
    padding: 0.7rem 2rem;
    border-radius: 15px;
    transition: background-color 0.2s ease;
}

.kontakt_dol-item:hover {
    background: rgba(0, 0, 0, 0.03);
}

.kontakt_dol-link {
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.kontakt_dol-link i {
    font-size: 3.5rem;
    color: #0184a0;
}

.kontakt_dol-link span {
  font-weight: normal;
}

#footer_links .footer_links_sub {
    margin-top: 0;
    display: block;
    font-size: 1.6rem;
}

#footer_links .footer_links_sub > li {
    padding: 0 1.5rem 0.6rem 0;
}

#footer_links .footer_links_sub > li.menu_orders_item a {
    width: calc(100% - 35px);
}

#footer_links .footer_links_sub > li.menu_orders_item i {
    margin-right: 15px;
    color: #0184a0;
    font-size: 17px;
}

/* ==========================================================================
   POZOSTAŁE STYLE (PRODUKTY, KOSZYK, NEWSLETTER)
   ========================================================================== */

/* Produkty na listingu */
#search .product,
.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .products.slick-initialized .product {
    text-align: center;
}

#search .product:hover {
    box-shadow: -1px 8px 24px rgb(0 0 0 / 0.1);
    transform: translateY(-2px);
    transition: 0.2s ease-in-out;
}

.product__name {
    font-size: 1.7rem;
    min-height: 20px;
}

.price {
    font-size: 1.7rem;
    display: block;
    color: #ed5d5d;
}

.product__prices .price:before,
.hotspot:not(.--slider):not(.--list):not(.--bundle):not(.--added) .products.slick-initialized .product .price:before {
    content: "Cena od: ";
    color: #333;
    font-weight: 500;
    font-size: 13px;
    margin-right: 5px;
}

/* Newsletter */
.newsletter {
    border: 0;
    margin: 0;
}

.newsletter__head label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    letter-spacing: normal;
    padding: 10px 0 5px 0;
}

.newsletter__input {
    grid-column: 1 / span 2;
}

.newsletter__btn {
    order: 4;
    grid-column: unset;
}

.newsletter__btn button {
    background: none !important;
    border: 1px solid #333;
    color: #333 !important;
}

/* Koszyk */
.progress__item {
    grid-template-columns: 50px auto 1fr;
}
.progress__icon {
    width: 50px;
    height: 50px;
}
.progress__fontello {
    font-size: 2.4rem;
}
.basket__name_link {
    text-decoration: none;
    padding-right: 1rem;
    font-size: 1.6rem;
}
a.basket__comment.--event {
    font-weight: 700;
    text-decoration: none;
    color: #19839f;
}

/* ==========================================================================
   STYLE DLA URZĄDZEŃ STACJONARNYCH (min-width: 979px)
   ========================================================================== */
@media (min-width: 979px) {
    /* --- OGÓLNE --- */
    .bars__item { padding: 0; }
    .bars__wrapper::after {
        position: absolute; content: ''; background: #f7f7f7 !important;
        width: 100vw; left: 50%; margin-left: -50vw;
        height: 100%; top: 0; z-index: -1;
    }
    .progress__item { flex-basis: 100%; }
    .progress__item.--active .progress__icon { color: #fff; background: #19839f; }
    .basketedit_page .cop_summary, #footer_links .footer_links { margin-top: 0; }
    .warranty:before { display: none; }
    .basket__param.--comment { font-size: 10px; }
    .topBasket__sub strong { display: initial; order: 1; height: 17px; }
    .search_page aside { display: none; }
    .projector_details__wrapper { background: #f7f7f7; }

    /* --- GŁÓWKA --- */
    header {
        height: auto; border: 0; box-shadow: none; align-items: center;
        grid-column-gap: 0;
        grid-template-areas:
            "menu_banners2 menu_banners2 menu_banners2 menu_banners2"
            "bars_top bars_top bars_top bars_top"
            "rabateCode rabateCode rabateCode rabateCode"
            "freeShipping freeShipping freeShipping freeShipping"
            "menu_search logo menu_settings menu_basket"
            "menu_categories menu_categories menu_categories menu_categories"
            "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    }
    #logo { height: 80px; margin-top: 0; padding: 0; }
    header #menu_categories {
        margin: 0; padding: 0 0 0 15px; clear: both;
        border-top: 1px solid #c4c7c8;
        border-bottom: 1px solid #c4c7c8;
    }

    /* --- WYSZUKIWARKA --- */
    #menu_search { width: 80%; }
    #menu_search .menu_search__block { display: block; border-radius: 3px; width: 80%; }
    #menu_search .menu_search__input { border-bottom: none; }
    #menu_search:not(.--focus) .menu_search__input {
        border-radius: 12px; padding: 8px 12px 8px 20px; position: relative;
        color: #333; transition: all 0.2s ease-in-out; background: #f7f7f7;
    }
    #menu_search.--focus .menu_search__block {
        position: absolute; top: 0; left: 0; width: 400px;
        background: #fff; box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

    /* --- NAWIGACJA --- */
    #menu_navbar > ul > li:hover { box-shadow: inset 0 -2px 0 #19839f; color: #000; }
    #menu_navbar > ul > li > a:hover::after,
    #menu_navbar > ul > li > span:hover::after { color: #19839f; }
    #menu_navbar > ul > li:nth-child(4) { position: absolute; right: 0; letter-spacing: 1px; cursor: pointer; }
    #menu_navbar > ul > li:nth-child(4) > ul { left: -150px !important; width: 270px; }
    header .wide .nav-link { padding: 13px 15px; font-weight: 500; }
    header .navbar-subsubnav > .nav-item > .nav-link { padding: 5px 12px 5px 5px; }

    /* --- KOSZYK I KONTO --- */
    #menu_additional .account_link, .topBasket__sub {
        border-radius: 12px; padding: 7px 9px 4px 9px;
        position: relative; height: 52px; background: #f7f7f7;
    }
    #menu_additional .account_link { width: 89px; margin-right: 3rem; }
    .topBasket { width: 100%; z-index: 200; position: relative; min-width: 75px; }
    .topBasket__sub { width: 80px; }
    .topBasket__sub:before { content: "\E89F"; font-family: FontAwesome; font-weight: 400; font-size: 16px; margin-bottom: 1px; }
    .topBasket__sub:hover:before, #menu_additional .account_link:hover:before, #menu_additional .wishlist_link:hover:before { color: #ed5d5d; }
    .topBasket__sub:after { margin-top: 0; font-size: 1.8rem; height: 23px; display: none; }
    .topBasket__price { margin-top: 1px; }
    #menu_additional .account_link:before { font-size: 16px; height: auto; margin-bottom: 1px; }
    
    /* --- BLOG --- */
    #blog-item, #blog_list, #main_blog, #blog_item_associated { padding-left: 100px; padding-right: 100px; }
    
    /* --- NEWSLETTER --- */
    .newsletter { padding: 3.5rem 4rem 1rem 4rem; }
    .newsletter__form { grid-gap: 1rem 3rem; max-width: 80%; margin: 0 auto; }
}

@media (min-width: 1200px) {
    header { font-size: 1em; grid-template-columns: 2fr 4fr 1.5fr 0.5fr; }
    #logo { margin-top: 0; justify-content: center; }
    #menu_search.--focus .menu_search__block { width: 400px; }
    .basketedit_page .basketedit_summary_buttons { grid-template-columns: 1fr 25%; }
    header .navbar-subnav.--cols1 { width: calc(25% - 2rem); }
    header .navbar-subnav.--cols4 { width: calc(87% - 2rem); left: -15px !important; }
    header .navbar-subnav.--cols5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .enclosures__item { flex: 0 0 12%; max-width: 12%; }
    .shopping_list_top { margin-left: 3rem; }
}

@media (min-width: 1500px) {
    .payment_tunnel .container, .order_process .container,
    .container.basketedit_page, .container.prepaid_page,
    .max-width-1200 {
        max-width: 1300px;
    }
}


/* ==========================================================================
   STYLE DLA URZĄDZEŃ MOBILNYCH (max-width: 978px)
   ========================================================================== */
@media (max-width: 978px) {
    .bars_top.bars { display: none; }
    #menu_banners2 { display: none; }
    .koszyk { display: none; }
    #projector__pitchprint { display: none !important; }

    /* --- NAWIGACJA MOBILNA --- */
    .mobileCategories__item a { font-size: 14px; background-color: #0184a0; }
    .mobileCategories__item.--menu a:before { font-size: 14px; margin-right: 1rem; margin-top: 0; font-family: fontawesome; }
    #menu_navbar { margin-top: 10px; }
    aside .nav-link { font-size: 16px; margin-left: 20px; }
    aside .nav-header .nav-link { margin-left: 0; }
    aside .nav-link:not(:only-child):after { margin-right: 10px; }
    #menu_navbar > ul > li:nth-child(4) > a,
    #menu_navbar > ul > li:nth-child(5) > a { color: #333; font-size: 14px; font-weight: 500; }
    
    /* --- GÓRNA BELKA MOBILNA --- */
    #logo { padding: 0; }
    #logo img { max-height: 45px; }
    .topBasket, .navbar-toggler, #menu_search .menu_search__mobile {
        display: inline-block; color: #0184a0; font-size: 1.9rem;
        padding: 0; text-align: center; width: 60px; line-height: 60px;
        border-left: 1px solid #c4c7c8;
    }
    .topBasket { width: 60px; }
    .topBasket__sub { width: 60px; }
    .topBasket__sub:after { font-size: 2.6rem; color: #0184a0; }
    #menu_search .menu_search__mobile { width: 70px; }
    #menu_search .menu_search__mobile:before, #menu_search .menu_search__submit:before { font-size: 2.2rem; color: #0184a0; }

    /* --- STOPKA MOBILNA --- */
    #footer_links { padding-top: 3rem; }
    #footer_links .footer_links#menu_orders,
    #footer_links.four_elements .footer_links,
    #menu_account {
        border: 1px solid #c4c7c8;
        border-radius: 5px;
        padding-top: 17px;
        padding-bottom: 17px;
        margin-bottom: 0;
    }
    #footer_links .footer_links#menu_orders { border-bottom: 0; }
    #links_footer_1, #links_footer_2 { border-bottom: 1px solid #c4c7c8; }
    #links_footer_2 { margin-bottom: 25px !important; }
    .drukujemy { margin-top: 3rem; }
    #footer_links .footer_links_label {
        text-transform: uppercase; justify-content: left; letter-spacing: 1px;
        color: #0184a0; font-size: 1.7rem;
    }
    #footer_links .footer_links_sub > li {
        width: 100%; margin: 0; padding: 10px; text-align: left;
    }
    .stopka_kontakt { padding: 0 0 0 3rem; gap: 3rem; }
    .kontakt_dol { margin-left: auto; margin-right: auto; }
}

@media (max-width: 757px) {
    /* --- BANERY --- */
    .banner_glowna {
        background-image: url(/data/include/cms/naklejto/tlo_kom.webp);
        height: 350px;
    }
    .glowna_opis_banner { margin-top: 40px; margin-left: 20px; }
    #main_banner1 .main_slider__content { padding: 0 2rem; }
    
    /* --- STOPKA --- */
    #footer_links .footer_links_label:not(:only-child):before {
        content: "\F107"; font-family: FontAwesome; margin-left: 0.7rem;
        margin-right: 1.5rem; font-size: 2rem;
    }
    #footer_links .footer_links_label:not(:only-child):after { display: none; }
    #footer_links .footer_links_sub > li {
        padding: 5px 40px; line-height: 18px; font-size: 16px;
    }
}





@media (min-width: 979px) {
  .idosell::before {
    content: '';
    background: #0184a0;
    flex-grow: 1;
    height: 1px;
    margin-right: 2rem;
  }
  
  #menu_contact {
  background: #f7f7f7;
  margin: 0 auto 0rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

#menu_contact ul {
  margin: 0;
  background: #f7f7f7;
  z-index: 10;
  position: relative;
  padding-right: 20px;
}

#menu_contact ul > li {
  padding-right: 20px;
  font-weight: 500;
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  line-height: 1em;
  background: #f7f7f7;
}

.footer_settings.container.d-md-flex.justify-content-md-between.align-items-md-center.mb-md-4 {
  max-width: 1300px;
  margin-bottom: 0 !important;
}
  
  
}

@media (min-width: 757px) {
  #footer_links {
    text-align: left;
    margin-bottom: 15px;
    padding-top: 30px;
  }
}


@media (min-width: 979px) {
  .idosell::before {
    content: '';
    background: #0184a0;
    flex-grow: 1;
    height: 1px;
    margin-right: 2rem;
  }
  
  #menu_contact {
  background: #f7f7f7;
  margin: 0 auto 0rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

#menu_contact ul {
  margin: 0;
  background: #f7f7f7;
  z-index: 10;
  position: relative;
  padding-right: 20px;
}

#menu_contact ul > li {
  padding-right: 20px;
  font-weight: 500;
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  line-height: 1em;
  background: #f7f7f7;
}

.footer_settings.container.d-md-flex.justify-content-md-between.align-items-md-center.mb-md-4 {
  max-width: 1300px;
  margin-bottom: 0 !important;
}
  
 }

@media (min-width: 757px) {
  #footer_links {
    text-align: left;
    margin-bottom: 15px;
    padding-top: 30px;
  }
  .mega-menu-content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4.2rem 0.5rem 2rem 0;
  display: grid;
  grid-template-columns: 1.4fr 1.5fr 1.4fr 1.2fr;
  gap: 20px;
  align-items: start;
}

}





#menu_newsletter > p {
  margin-top: 10px;
  display: none;
}

.pitchprint__launch.btn.--solid.--large {
  background: white;
  color: #6c6c6c;
  font-weight: normal;
  border: 1px solid #c4c7c8;
}
div.product_section.file label:hover {
background: #f7f7f7 !important;
  color: #333 !important;
}

.pitchprint__launch.btn.--solid.--large:hover {
  border: 1px solid #c4c7c8;
  background: #f7f7f7;
}

@media (max-width: 979px) {
    html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__item.--input {
        display: none;
    }
    #projector_form > div > div.product_section.file2 {
    display: none;
}

}