div.basketedit_rebatecodes_outline {display: block!Important;}

#menu_security_policy {clear: both!important;}

.wide .nav-item {
	position: static;
	font-size: 10pt;
}
.menu_categories_label {
	font-size: 10pt;
}
            @import url('https://fonts.googleapis.com/css?family=Montserrat:300,700&display=swap');
			body {
                margin: 0px;
                padding: 0px;
            }
            /*TYTUL*/
            div.tytul{
                height: 60px; 
                width: 100%; 
                background: #0066CC; 
                position: relative;
                text-align:center
            }
            div.tytul h1{
                font-size: 24pt; 
                color: white; 
                line-height: 60px; 
                font-weight: 700;
            }
            div.cien{
                height: 60px; 
                width: 15%;
                position: absolute;
                content: ' ';
                margin-top:32px !important; 
                z-index: -1;
            }
			
            
          /*NAGLOWKI*/
            div.czerwonekwadraty{
                width: 2%;
                height: 40px; 
                background: #0066CC; 
                float: left;
            }
            div.naglowki{
                width: 80%; 
                height: 40px; 
                background: linear-gradient(90deg,
                    rgba(224, 224, 224,1) 0%, 
                    rgba(224, 224, 224,0) 100%); 
                padding-left: 15px; float: left;
            }
            div.naglowki span{
                line-height: 12px; 
                font-size: 18pt; 
                color: #262626;
                text-transform: uppercase;
            }
            
            /*OPIS*/
            p.opis{
                clear: both; 
                text-align: justify; 
                padding: 0% 1% 0% 1%;
            }
            p.opis span{
                font-size: 12pt; 
                color: #545454;    
            }
            
            /*INNE*/
            span, h1, h2, h3, ul{
                font-family: 'Montserrat', sans-serif;
                color: #545454
            }
            h3{
                font-weight: 300;
            }
            img{
                margin-top: 30px;
                margin-bottom: 40px;
                max-width: 100%;
                z-index: 99;
            }
            p.centrowanieobrazka{
                text-align: center;
            }
            
            div.uwaga{
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
            }
            
            div.galeria img{
                width: 43%;
                margin-left: auto;
                margin-right: auto;
                margin:20px;  
            }
            div.galeria{
                margin: auto; 
                text-align: center;
            }
 
            span#projector_amount.projector_status__info_amount
            {
                  opacity: 0.0;
            }
            
            /* CSS Document */
            
            
            	@media only screen and (max-width: 768px) {  
			
			  /*NAGLOWKI*/
            div.czerwonekwadraty{
                
                height: 70px;
            }
            div.naglowki{
                width: 95%;
                height: 70px;
            }
            div.naglowki span{
                line-height: 120%; 
                font-size: 14pt; 
            }
            
             p.opis{
                padding: 5% 1% 0% 1%;
            }
			
			}