html, body {
  height: 100%;
  margin: 0;
  background-color: #fcfcfc;
}
.bg{
	background-image: url("../img/background_main.jpg");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.row_kb{
	margin :0;
	padding: 30px;
}
.row_kb p{
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	display: block;
}
.row_kb h2,h3{
	text-align: center;
	margin: 0 auto;
	margin: 20px 20px;
}
.row_kb b{
	margin: 5px 0 5px 0;
}
.p_content{
	display: block;
}
.content_rowkb{
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo img{
	width: 365px;
	margin: 0px 10px 10px 16px;
}
.logo{
		display: flex;
}
.menu_content{
	text-align: right !important;
	background-color: #ffffffad;
}
.navbar {
	padding: 5px 10px 0 0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0);
}
.col-sm{
	margin-bottom: 20px;
}
.liczba_wyszukiwan{
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-item.active .page-link {
	background-color: #d52334;
    border-color: #961925;
}
.search_content{
	max-width: 350px;
	height: 350px;
	max-height: 350px;
	margin-left: 30px;
	text-align: center;
	background-color: #ffffffe0;
	padding: 10px;
	border-radius: 5px;
}
.search_content_first{
	text-align: center;
	margin: 0 auto;
}
.search_content_second{
	text-align: center;
	margin: 0 auto;
}
.more_search{
	cursor: pointer;
}
.szukaj{
    width: 150px;
    height: 50px;
}
.input_txt{
	width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.producent_list{
	width: 150px;
}
.item_box{
	width: 90%;
	background-color: #ffffffe0;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 12px 27px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 12px 27px -12px rgba(0,0,0,0.75);
box-shadow: 0px 12px 27px -12px rgba(0,0,0,0.75);
}
.item_zdjecie img{
	max-width: 200px;
    max-height: 200px;
    padding: 10px;
}
.item_opis{
	margin-top: 20px;
	text-align: left;
	padding-right: 0px;
    padding-left: 0px;
}
.item_buttons{
	margin-top: 20px;
	text-align: left;
}
.item_opis_marka{
	font-size: 26px;	
	font-weight: 700;
	display: inline;
	margin: 5px;
}
.item_opis_dane{
	font-size: 20px;
	margin: 5px;
}
.item_opis_cena{
	font-size: 24px;
	margin: 5px;
	display: inline;
	color: #c70000;
	
}
.item_opis_ilosc{
	font-size: 12px;
	display: inline;
}
.item_opis_sezon{
	font-size: 12px;
	font-style: italic;
}
.item_opis_bieznik{
	font-size: 12px;
}
.item_opis_etykieta{
	font-size: 14px;
	    margin-top: 5px;
}
.ikony{
	width: 25px;
	margin: -6px 2px 0 2px;
}
.tire-opis{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
.item_szczegoly{
	margin-top: 20px;
}
.kupuj_button, .back_button, .usun_button{
	width: 80%;
	margin: 0 auto;
}
.back_button a{
	text-decoration: none;
	color: #fff;
}
.usun_button{
		background-color: #f7f7f7;
		color: #c1c1c1;
		border: 1px solid #c1c1c1;
}
.usun_button:hover{
	background-color: #f7f7f7;
	color: #000;
	border: 1px solid #c1c1c1;
}
.col-content-usun{
	padding: 0;
	margin-top: 10px;
}
.select_content{
	width: 80px;
	background: #d52334;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.main_content_sezon, .main_content_rodzaj{
	width: 140px;
}
.rodzaj, .sezon{
	width: 140px !important;
}
.select_content_producent{
	width: 320px;
	background: #d52334;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.select_content_cena{
	width: 320px;
	background: #d52334;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.cena_span{
	display: block;
}
.select{
	/*width: 80px;*/
	text-align: center;
}
.select_ilosc{
	width: 50px;
    margin-right: 10px;
	text-align: center;
	height: 39px;
	display: inline;
	margin-bottom: 10px;
}
.select_inline{
	display: inline;
	float: left;
	margin-bottom: 10px;
}
.noimage{
	padding: 30px;
}
.shopping_number {
    display: inline;
    background-color: #d50000;
    border-radius: 5px;
    width: 20px !important;
    padding: 2px 4px 2px 4px;
    color: #fff;
}
.tire_link{
	color: #000;
}
.col-content{
	text-align: center;
}
.koszyk_podsumowanie{
	padding: 10px 0 30px 0;
	margin-bottom: 40px;
}
.inputs-fv{
	display: none;
}
.dane{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
}
.zamowienie{
	text-align: center;
	padding-top: 10px;
}
.zamowienie .btn{
	width: 50%;
	/*color: #fff;*/
}
.dane_input{
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fcfcfc;
}
.dane .form-control {
	font-size: 0.9rem;
    height: 40px;
}
.dane .form-control:first-child{
	margin-right: 3px;
}
.dane .form-control:last-child{
	margin-left: 3px;
}
.dane .form-control::placeholder {
  color: #868e96 !important;
  opacity: 1;
}
#dane_payment{
		width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
}
.text_podsumowanie{
	width: 350px;
	border-bottom: 1px solid #cacaca;
	padding: 5px;
	text-align: right;
}
.text_podsumowanie_01{
	font-style: italic;
	color: #cacaca;
}
.kontakt{
	font-size: 16px;
	line-height: 2.6;
}
@media (max-width: 776px){
.col-lg-4 {
    text-align: center;
}
.item_buttons{
	margin-bottom: 20px;
}
}
@media (max-width: 992px){
.kup{
	margin-top: 20px;
	text-align: center;
}
.zamowienie .btn {
    width: 80%;
}
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 80%;
}
}
.right_input{
	width: 80%;
}
.text_area{
	width: 80%;
	margin: 0 auto;
}
.input_wymiary{
	display: block;
}
.wymiary_block{
	width: 120px;
    float: left;
	margin-right: 35px;
}
.input_grup_txt_moje{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form_control_moje{
	border-top-left-radius: 0;
    border-top-right-radius: 0;	
	margin-top: -1px;
}
.wymiary_col{
	padding: 0;
}
.logo_contener{
	background-color: #367fa9;
}
.panel_contener{
	background-color: #3c8dbc;
}
.menu_contener{
	height: 100v;
	background-color: #202227;
	color: #b8c7ce;
	padding: 0px;
}
.content_contener{
	background-color: #ecf0f5;
}
.list-group-item{
	background-color: #fff0;
}
.loader{
	position: absolute;
	z-index: 9999;
	background-color: #00000050;
	height: 100vmin;
	padding: 0;
	display: none;
}
.loader_gif{
	position: fixed;
	left: 50%;
	top: 20%;
}
