*{ 
box-sizing: border-box;
}

.wrapper_nakup{
background:rgb(252, 252, 252);
display: grid;
grid-template-columns: 1fr;
grid-gap:5px;
min-height: 100vh;
margin:0px;
padding:0px;
align-content:start;
grid-template-areas: 
"cast_a_nk"
"cast_b_nk";
}

@media (min-width:989px){
.wrapper_nakup{
grid-column:1/-1;
align-content:start;
display: grid;
grid-template-columns: repeat(6, minmax(auto, 1fr));
grid-auto-rows: min-content;
/*grid-template-rows: minmax(100px, max-content);*/
grid-gap:0px;
min-height:100vh;
min-width: 100%;
margin:5px 0px 0px 0px;
grid-template-areas: 
"cast_a_nk cast_a_nk cast_a_nk cast_a_nk cast_a_nk cast_a_nk"
"cast_b_nk cast_b_nk cast_b_nk cast_b_nk cast_b_nk cast_b_nk";
}
}

.prihlas_hlaska{
grid-column:1/-1;
width:fit-content;
align-self:center;
justify-self:center;
text-align:center;
margin-top:5px;
padding:0;	
border:1px solid blue;
}

.obal_nakup_cast_a{
grid-area:cast_a_nk;
display: grid;
grid-template-columns: 1fr;
grid-template-rows:min-content;
grid-column:1/-1;
grid-gap:10px;
width:100%;
height:fit-content;
align-content:start;
border:1px solid black;
}

.seznam_nadpis{
grid-column:1/-1;
width:100%;
align-self:center;
justify-self:center;
text-align:center;
margin:0;
padding:0;	
text-decoration:underline;
font-size:17px;		
}

.seznam_podnadpis{
grid-column:1/-1;
width:100%;
align-self:center;
justify-self:center;
text-align:center;
margin:0;
padding:0;	
text-decoration:underline;
font-size:17px;		
}

.sez_zbtk{
grid-column:1/-1;
width:fit-content;
align-self:center;
justify-self:center;
text-align:center;
margin:5px 0px 0px 0px;
padding:0;
font-size:15px;	
/*border:1px solid blue;*/	
}

.nazev_surovina_NS{
grid-column:1/-1;	
width:100%;
height:fit-content;
margin:5px 0px 0px 0px;
padding:0;
/*background:yellow;*/		
}

.obal_form_NS{
grid-column:1/-1;
width:100%;
align-self:center;
justify-self:center;
text-align:center;
margin:8px 0px 0px 0px;	
}

.js_pol{
grid-column:1/-1;
width:100%;
align-self:center;
justify-self:center;
text-align:center;
margin:5px 0px 0px 0px;
padding:0;	
font-size:15px;
background:#E6DFAF;
padding:5px 0px 5px 0px;	
}


.koupeno{
grid-column:1/-1;
align-self:center;
justify-self:center;
width:23px;
height:23px;
margin:7px 0px 0px 0px;
cursor: pointer;
}

.koupeno {
accent-color: yellow;
outline: 3px solid green; /* Magenta border color */
}

.zatrh_visacka_NS{
grid-column:1/-1;
align-self:center;
justify-self:center;
width: 23px;
height: 23px;
text-align:center;
cursor: pointer;	
}

.cek_vse{
grid-column:1/-1;
align-self:center;
justify-self:center;
width:20px;
height:20px;
margin:15px 0px 0px 15px;
cursor: pointer;	
}

.cek_vse{
accent-color: yellow;
outline: 3px solid green; /* Magenta border color */
}

.tl_smaza{
grid-column:1/-1;
align-self:center;
justify-self:center;
text-align:center;
width:29px;
height:29px;
border:none;
cursor:pointer;
background-color:transparent;
outline:none;
color:transparent;
background:url(ikona_delete.png) no-repeat;
padding:14px 0px 0px 0px;
margin:0px 0px 5px 40px;
}

