/* usunięcie RMA */

#order_rma{
    display:none !important;
}
#order_exchange{
    display:none !important;
}
#order_returns{
    display:none !important;
}
#returns_login{
    display:none !important;
}
#rma_login{
    display:none !important;
}


.projector_returns__info{
    display:none !important;
}
.projector_info__link{
    display:none !important;
}
.projector_info__icon{
    display:none !important;
}

/* poprawka wyszukiwarki */

@media (min-width: 979px) {
    #menu_search {
        width: 480px !important;
    }
}

/*  poprawka przyciskow w hotspotach */

.product__content_wrapper {
    padding: var(--product-content-padding);
    min-height: 190px !important;
    display: flex !important;
    align-items: stretch !important;
    flex-direction: column !important;
}

.hotspot .swiper-initialized .products .product {
    max-height: 390px !important;
}

header .nav-link {
    padding: 5px 6px 8px !important;
}