@media only screen and (max-width: 767px) {
   .mojedobirky_one{
        display: none;
    }
   .mojedobirky_third{
        display: none;
    }
    
 .mojedobirky_six{
        display: none;
    }
 .mojedobirky_seven{
        display: none;
    }
    .mojedobirky_eight{
        display: none;
    }
   
 
}
@media screen and (min-width: 200px) {
    
    .txt_fm{
        font-size: 16px; 
    }
    .stokoruna{
        font-size: 18px;
    }
    .mh1{
        font-size: 28px; 
        color: white; 
        font-weight: bold; 
        margin: 10px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
    }
    .txt_jiz{
        font-size: 20px; 
    }
    .txt_suma{
        font-size: 28px; 
    }
    .btnbrief{
        padding: 3px 0px 3px 0px; 
   }
    .logo{
        width: 100%;
        height: 40px;
    }
    .tdcash{
		font-size: 12px;
	}
    
	

}

@media screen and (min-width: 767px) {
    
    .txt_fm{
        font-size: 18px; 
        font-weight: bold;
    }
    .stokoruna{
        font-size: 20px;
    }

    .mh1{
        font-size: 32px; 
        color: white; 
        font-weight: bold; 
        margin: 15px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
    }
    .txt_jiz{
        font-size: 22px; 
    }
    .txt_suma{
        font-size: 30px; 
    }
    .btnbrief{
        padding: 5px 0px 5px 0px; 
    }
    .logo{
        width: 100%;
        height: 50px;
    }
    .tdcash{
		font-size: 13px;
	}
	

}

@media screen and (min-width: 1224px) {
    .txt_fm{
        font-size: 20px; 
        font-weight: bold;
    }
        .stokoruna{
        font-size: 22px;
    }

    .mh1{
        font-size: 34px; 
        color: white; 
        font-weight: bold; 
        margin: 15px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
    }
    .txt_jiz{
        font-size: 24px; 
    }
    .txt_suma{
        font-size: 35px; 
    }

    .btnbrief{
        padding: 7px 0px 7px 0px; 
    }
    
    .logo{
       height: 50px; /* Výška loga */
        
    }
    
    .logo{
        height: 50px;
    }
    
    .tdcash{
		font-size: 15px;
	}
	
}

@media screen and (min-width: 1400px) {
    .txt_fm{
        font-size: 22px; 
        font-weight: bold;
    }
    .tdcash{
		font-size: 15px;
	}
	
    .mh1{
        font-size: 34px; 
        color: white; 
        font-weight: bold; 
        margin: 15px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
    }
    .txt_jiz{
        font-size: 25px; 
    }
    .txt_suma{
        font-size: 35px; 
    }
    .btnbrief{
        padding: 10px 0px 10px 0px; 
    }
    .stokoruna{
        font-size: 26px;
    }
    .logo{
        width: 100%;
        height: 50px;
    }
}
.col-12,.col-5  {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Logo styling */
 .logo{
    background-image: url(images/neat_logo_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left; /* Logo se zarovná na levý okraj */    background-size: contain;
    cursor: pointer;
 }
/* Logo kontejner */
.logo-container {
    text-align: left; /* Zarovnání vlevo */
    padding: 0; /* Mezery kolem loga */
    margin: 0;
    display: flex; 
}

/* Text kontejner */
.btnbrief {
    text-align: right; /* Zarovnání obsahu vpravo */
    padding: 10px 0; /* Mezery kolem textu */
    color: white;
}

.txt_suma{
    font-weight: bold; 
    color: white;
}


.txt_fm{
    font-family: tahoma, arial; 
    padding:0; 
    margin: 0; 
    color: #E5E5E5; 
}
.txt_zj{
    font-family: tahoma, ariall; font-size: 22px; padding:0; margin: 15px 0 15px 0; color: #E5E5E5;
}
.txt_jiz{
    color: #E5E5E5;
}
.regtxt{
	max-width: 530px;
	margin: 0 auto;
}
a.flink {
	color: #333333;
    text-decoration:none;
}
a.flink:hover {
	color: #333333;
    text-decoration:underline;
}
.edit-cashdelivery, .stop-cashdelivery{
	font-size: 25px;	
    cursor: pointer;
}
.font-povidani{
    font-size: 18px;
}
.ultxt {
    line-height: 28px;
    list-style-type: circle;
}
a.LK{
    color: #212529;
    text-decoration: none;
}
a.LK:hover{
    color: #212529;
    text-decoration: underline;
}
a.combo_dark{
    color: #212529;
    text-decoration: underline;
}
a.combo_dark:hover{
    color: #212529;
text-decoration: none;    
}
.text{
		font-family: verdana;
		color: black;
		font-size: 14px;
	}
	span .paspage a{
		font-family: verdana;
		color: black;
		font-size: 14px;
	}
	span .actpage a{
		font-family: verdana;
		color: black;
		font-size: 14px;
		font-weight: bold;
	}
    input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
 	      color: #B0B4B5;
	}
    .bg-color{
        background-color: #F1F3F5;
    }
    .row_dark{
		background-color: #F2F2F2;
	}
	.row_light{
		background-color: white;
	}
	.row_green{
		background-color: #D4EDDA;
	}
    
   /* Obecný styl tlačítek */
.btn_insitem, .btn_shopreg {
    border: 2px solid white !important;
    border-radius: 20px !important;
    font-family: Tahoma, sans-serif !important;
    font-weight: bold !important;
    padding: 8px 20px !important; /* Výchozí velikost paddingu */
    font-size: 16px !important; /* Výchozí velikost písma */
    transition: all 0.3s ease !important;
}

/* Hover a focus efekty */
.btn_insitem:hover, .btn_insitem:focus, .btn_shopreg:hover, .btn_shopreg:focus {
    background-color: #218838 !important;
    border-color: white !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

