html, body {
    
    font-family: 'LatoWeb' !important;
    
}

a {
    
    color: #7a7a7a;
    
}

a:hover {
    
    color: #575756;
    
}

.submit-order-content h4 {
	
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.submit-order-content h5 {
	
	font-size: 17px;
	font-family: LatoWebLight
	
}

.submit-order-content .cancel {

	background-color: #575756;
}

.submit-order-content .cancel:hover {

	background-color: #b9302d;
}



.m-t-20 {
	
	margin-top: 20px;
	
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-n-35 {
	margin-top: -35px;
}



.container {
	
	font-size: 15px;
	
}

.btn-default {
	
	font-size: 18px;
	color: white;
	background-color: #b9302d;
	border-radius: 0 !important;
}

.btn-default:hover {

	background-color: #575756;
}

.btn-default:disabled {

	cursor:  not-allowed;
}

.btn-default:disabled:hover {

	background-color: #b9302d;
}

.edit-data-link, .blue-link {
	color: blue !important;
	font-size: 1rem;
}

.custom-select {
	border-radius: 0 !important;
}

#validationCountry {
	
	height: 38px;
	
}

#OrderConfirmationTerms {

	font-size: 15px;
	border: 1px solid #e8e8e8;
	padding: 20px;
	height: 300px;
	overflow: auto;
}

#submit-order-step-two {
	
	
	
}

.row {
	
	margin-right: 0px !important;
	margin-left: 0px !important;
	
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	#additional-adresesses-table table, #additional-adresesses-table thead, #additional-adresesses-table tbody, #additional-adresesses-table th, #additional-adresesses-table td, #additional-adresesses-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#additional-adresesses-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#additional-adresesses-table tr { border: 1px solid #ccc; }
	
	#additional-adresesses-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#additional-adresesses-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#additional-adresesses-table td:nth-of-type(1):before { content: "Wybierz"; }
	#additional-adresesses-table td:nth-of-type(2):before { content: "Ulica i nr"; }
	#additional-adresesses-table td:nth-of-type(3):before { content: "Kod pocztowy"; }
	#additional-adresesses-table td:nth-of-type(4):before { content: "Miejscowość"; }
	#additional-adresesses-table td:nth-of-type(5):before { content: "Powiat"; }
	#additional-adresesses-table td:nth-of-type(6):before { content: "Województwo"; }
	#additional-adresesses-table td:nth-of-type(7):before { content: ""; }
	
	.order-link a {
		display: block;
	}
	
	.m-t-n-35 {
		
		margin-top: 0;
		
	}
	
	footer {
		bottom: -20px;
	}
	
}

