
html,
body {
    height: 100%;
}

.btnform {
	display:inline-block; 
	padding:10px; 
	background: red;
	border: none;
	position: fixed;
  	left: 0;
	height: 70px;
	width: 140px;

}
.btnform2 {
    display: inline-block;
    padding: 10px;
    background: #4d585a;
    border: 0;
    left: 0;
    height: 83px;
    width: 180px;
    border-radius: 5px;
    color: white;

}
.darekknakupu {
    display: inline-block;
    padding: 10px;
    padding-left: 25px;
    background: #4d585a;
    border: 0;
    left: 0;
    height: 83px;
    width: 180px;
    border-radius: 5px;
    color: white;

}
.btnform-info {
	display:inline-block; 
	padding:10px; 
	background: red;	
	border: none;
	position: fixed;
	color: white;

  	left: 0;

}
.btnform-lg {
	display:inline-block; 
	padding:10px; 
		border: none;
	background: red;	
	position: fixed;

  	left: 0;

}
.turned-buttonform{
	display:inline-block; 
	padding:10px; 
		border: none;
	background: #c38c47;	
	position: fixed;
  	top: 5%;
  	left: 0;
  	    border-radius: 5px;

}
.turned-buttonform-schuzka{
	display:inline-block; 
	padding:10px; 
		border: none;
	background: #c38c47;	
	position: fixed;
  	top: 5%;
  	left: 0;
  	    border-radius: 5px;

}

.containerform 
{
    height: 100%;
    width:100%;
		border: none;
	background-size: cover;
	background-repeat:no-repeat;    
}
.container-boxpodprodukt
{
    display: flex;
    padding: 10px;
    border: none;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;



}
.container-boxpodproduktdarek
{
	display:inline-block; 
	padding:10px; 

		border: none;



}
.container-box
{

	padding:10px; 

		border: none;



}
.jenzamer {
    background: #ffdd00;
    border-radius: 8px;
    width: 100%;

}
.modal-content
{
	background: rgb(255 255 255);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}

@media (max-width: 1000px) {
	.products-list .products-cards_img .button-group {
		border-left: none;
	}

}






