/* Modules for Presta default css */
.body-desktop-header-style-w-1 .header-top,
.body-desktop-header-style-w-2 .header-top,
.body-desktop-header-style-w-3 .header-top,
.body-desktop-header-style-w-4 .header-top,
.body-desktop-header-style-w-5 .header-top {
    margin-top:40px;
}
body:not(.body-desktop-header-style-w-1 ) #header,
body:not(.body-desktop-header-style-w-2 ) #header,
body:not(.body-desktop-header-style-w-3 ) #header,
body:not(.body-desktop-header-style-w-4 ) #header,
body:not(.body-desktop-header-style-w-5 ) #header {
    margin-top:40px;
}
#uninstall-popup .modal-content {
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#uninstall-popup .modal-header {
    background-color: #dc3545;
    color: #fff;
    border-bottom: none;
}

#uninstall-popup .modal-footer {
    border-top: none;
}

#uninstall-popup .modal-footer button {
    border-radius: 0;
}

#uninstall-popup .modal-footer button.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

#uninstall-popup .modal-footer button.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* -- Modules for Presta default css -- */


/* CUSTOM WAREHOUSE THEMRE*/
.body-desktop-header-style-w-1 .m4p_barinfofree,
.body-desktop-header-style-w-2 .m4p_barinfofree,
.body-desktop-header-style-w-3 .m4p_barinfofree,
.body-desktop-header-style-w-4 .m4p_barinfofree,
.body-desktop-header-style-w-5 .m4p_barinfofree {
    z-index: 111 !important;
}

/* -- CUSTOM WAREHOUSE THEMRE*/

.m4p_barinfofree {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
}

#displayHeader {
    top: 0;
}

#displayFooter {
    bottom: 0;
}

.m4p_barinfofree--content {
    text-align: center;
    padding: 10px;
}

.m4p_barinfofree--content p {
    margin-bottom: 0;
}

#close-display-top-bar-m4p {
    position: absolute;
    right:20px;
    top:10px;
    background:transparent;
    outline:0;
    border:0;
    cursor:pointer;
}

/* Ukryj pasek na ekranach mniejszych niż 768px */
@media screen and (max-width: 768px) {
    .dont_show_mobile {
      display: none !important;
    }
  }