/* pz NEW --------------------- */

body.no_bg {
	background:none;
}


a {
	text-decoration:none !important;
	-moz-outline-style: none;
}
a:hover{
	-moz-outline-style: none;
	outline: none;
}
a:focus{
	text-decoration:none !important;
	-moz-outline-style: none;
	outline: none;
	color: inherit;	
}
img {
	border: 0;
}
.clear {
	clear:both; 
	font-size:0;
}




.container {
    max-width: 1240px;
    width: 100%;
}


.header-top {
    text-align: center;
    min-height: 39px;
}
.mobile-menu {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 20px;
    line-height: 40px;
}
.mobile-menu div {
    height: 30px;
    cursor: pointer;
}
.mobile-menu-logo {
    height: 26px;
    margin: 0px;
    padding-bottom: 4px;
}
.mobile-menu-user {
    position: relative;
    top: 1px;
}
.mobile-menu div i {
    padding: 0px 4px;
}
.mobile-menu a:focus, a:hover, i:focus, i:hover {
	color: #000;
}
.mobile-menu-cart-quantity-container {
    position: relative;
    color: white;
}
.nav-trigger {
    cursor: pointer;
}


.mobile-search-space {
    min-height: 10px;
}
.mobile-search-container {
    display: none;
    padding: 0px;
}

.desktop_logo {
	float: left;
	height: 60px;
	
}
.main_logo{
	height: 50px;
}
.desktop_menu {
	float: right;
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: normal !important;
	
}
.desktop_menu_plus {
	background: red;
    box-shadow: 0 1px 1px red;
    color: white;
    border-left:0px !important;
    padding: 10px 10px 10px 10px !important;
}
.desktop_menu > li {
	border-left: 1px solid #f6f7f8;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 20px 20px 20px 20px;
    margin: 0px;
}
.desktop_nav_menu {
	background-color: #000;
	color: white;
	margin-top: 2px;
	width: 100%;	
}


.hp_linki {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.hp_linki a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px;
    text-decoration: none;
    background-color: #000;
}
.hp_linki a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}


.searchrow {
	background: #f8f8f8;
}

#findForm.searchform{
	display: block!important;
	margin-bottom: 0px;
    padding: 4px;
}

.form_item {
    margin: 0 0 15px;
}

.form_item input {
	border: 1px solid #b9b9b9;
    padding: 12px 8px;
    margin-bottom: 3px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    color: #666;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0;
    transition: box-shadow .5s;
}

.form_input:focus {
	border-color: #ED433D;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(128, 35, 27, 0.6);
}
.form_select:focus {
	border-color: #ED433D;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(128, 35, 27, 0.6);
}

.form_item select {
	height: 42px;
	transition: box-shadow .5s;
	border: 1px solid #b9b9b9;
    padding: 12px 8px;
    margin-bottom: 3px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    color: #666;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0;
}
#zapychacz select {
	background-color: #f9f9f9;
}

.form_button {

    overflow: visible;
    font-size: 16px;
    padding: 6px 21px;
    font-weight: 600;
    border-width: 0px;
    height: 42px;
    background-color: #DA231B;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px;
}

.premium {
	margin-top: 10px;
}


#special-offers .price_ad_offer {
    left: 10px;
    top: 10px;
    font-size: 18px;
    opacity: 0.8;
    background: #2F343A none repeat scroll 0% 0%;
    color:#fff !important;
    padding: 2px;
    padding-right:6px;
}
#special-offers .caption{
	min-height:61px;
	color:#fff;
}
#special-offers .caption hr{
	margin-top:5px;
	margin-bottom:5px;
	opacity:0.2;
}
p.special_title {
    background: none repeat scroll 0% 0% #f90000;
    position: absolute;
    top: 20px;
    padding: 9px 10px;
    font-weight: 600;
    color: #fff;
    left: -1px;
}
#product-list .price_ad_offer {    
    position: absolute;
    right: -1px;
    top: 20px;
    font-size: 14px;

    background: #2F343A none repeat scroll 0% 0%;
    color:#fff !important;
    padding: 2px;
    padding-right:6px;
}
#product-list .price_ad_offer_top {    
    background: red;
}
.price_ad_offer_special {
    background: none repeat scroll 0% 0% #f90000;
    position: absolute;
    top: 20px;
    padding: 9px 10px;
    font-weight: 600;
    color: #fff;
    right: -1px;
}


#product-list .caption{
	min-height:55px;
	color:#fff;
}
#special-offers .caption hr{
	margin-top:5px;
	margin-bottom:5px;
	opacity:0.2;
}
#product-list .caption hr{
	margin-top:5px;
	margin-bottom:5px;
	opacity:0.2;
}
#product-top .price_ad_offer {    
    left: 0px;
    top: 0px;
    font-size: 12px;
    opacity: 0.8;
    background: #2F343A none repeat scroll 0% 0%;
    color:#fff !important;
    padding: 2px;
    padding-right:6px;
}
#product-top .caption{
	min-height:40px;
	color:#fff;
}
#special-top .caption hr{
	margin-top:5px;
	margin-bottom:5px;
	opacity:0.2;
}
#product-top .caption hr{
	margin-top:2px;
	margin-bottom:2px;
	opacity:0.2;
}
.caption {
    padding: 2px;
    background-color: #2F343A;
    height: 40px;
}
.premium_ad {
	background-color: red;
}




.footer_line_menu {
	background-color: #000;
	color: white;
	margin-top: 2px;
	width: 100%;
	height: 24px;	
	padding-top: 2px;
}
.footer_line_menu >a:hover {
	color: white;
	text-decoration: none;
}


footer {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.p-none {
	background: #f8f8f8;
}
footer .footer-bottom {
    padding: 0;
}
footer .row {
    max-width: 100%;
    margin: auto;
}
footer .footer-bottom .first a, footer .footer-bottom .first span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 19px;
}
#menu-accordion button {
    width: 100%;
    background: transparent;
    border: none;
    cursor: default;
}
#menu-accordion span.button-sign {
    color: transparent;
}
.footer-bottom .first span {
    display: block;
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 14px;
}
#menu-accordion .panel {
    background: transparent;
}
.panel {
    box-shadow: none;
}

footer .footer-bottom li, footer .footer-bottom a, #nlt_trig {
    display: block;
    color: #2f2f2f;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
}

#menu-accordion button {
    width: 100%;
    background: transparent;
    border: none;
    cursor: default;
}


.navbar_filtry_home {
	margin: 0;
	padding-top: 4px;
    margin-top: 7px;
}

p.name_slider>a

p.name_ads >a , p.name_slider>a{
	font-size: 12px;
	color: white;
	text-decoration: none;
}
p.name_ads , p.name_slider {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
p.name_ads >a:hover, p.name_slider>a:hover{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.navbar_filtry_home >ul >li > a.button {
	margin-left: 20px;
    background: gray;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    cursor: pointer !important;
    color: white;
}

.navbar_filtry_home >ul >li.active > a.button {
    background: red;
}
.navbar_filtry_home >ul >li > a.button:hover {
	text-decoration: none;
    color: white;

}


@media (min-width: 768px) {
	button.accordion {
	    text-align: left;
	}
}

@media (max-width: 767px) {


	#menu-accordion,
	.p-none {
		padding-left: 0;
		padding-right: 0;
	}

	#menu-accordion div:last-child .panel ul li a:after,
	#menu-accordion div:nth-child(2) .panel ul li:last-child,
	.turn-off {
		display: none;
	}
	
	
	.btn-bl {
		margin: 15px 0 !important;
		border-radius: 0 !important;
	}
	
	#menu-accordion div:nth-child(2) .panel li:last-child {
		display: none;
	}
	button.accordion {
		background: #000 !important;
		color: #fff;
		cursor: pointer !important;
		padding: 12px 0;
		width: 100%;
		text-align: center;
		border: none;
		outline: none;
		transition: 0.4s;
	}
	
	button.accordion.active, button.accordion:hover {
		background-color: #000;
	}
	div.panel {
		margin-bottom: 0;
		padding: 0;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
	.panel ul {
		margin-bottom: 0 !important;
	}
	.panel ul li {
		border-bottom: 1px solid lightgrey;
	}
	.panel ul li a {
		display: inline-block;
		width: 195px;
    	margin: 0 auto;
		text-transform: uppercase;
		font-size: 12px;
		padding: 5px 0;
	}

	.btn-f {
		width: 10px;
		height: 10px;
		position: absolute;
		top: 17px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 94px;
	}
	.btn-f span:first-child {
		width: 100%;
		height: 2px;
		background: white;
		margin-top: 4px;
	}
	.span-sec {
		height: 100%;
		width: 2px;
		margin-left: 4px;
		background: white;
		position: absolute;
		top: 0;
		left: 0px;
	}
	.closed {
		display: none !important;
	}

	
}

@media (max-width: 767px) {
	footer {
	    padding-top: 6px;
	    padding-bottom: 3px;
	}
	footer .footer-bottom {
	    text-align: center;
	    padding: 15px 0;
	}
	#menu-accordion, .p-none {
	    padding-left: 0;
	    padding-right: 0;
	}
	button.accordion {
	    background: #000 !important;
	    color: #fff;
	    cursor: pointer !important;
	    padding: 12px 0;
	    width: 100%;
	    text-align: center;
	    border: none;
	    outline: none;
	    transition: 0.4s;
	}
	.btn-f {
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    top: 17px;
	    left: 50%;
	    transform: translateX(-50%);
	    margin-left: 94px;
	}
	div.panel {
	    margin-bottom: 0;
	    padding: 0;
	    background-color: white;
	    max-height: 0;
	    overflow: hidden;
	    transition: max-height 0.2s ease-out;
	}
	footer .footer-bottom ul {
	    margin-bottom: 25px;
	}
	.panel ul {
	    margin-bottom: 0 !important;
	}
	.panel ul li {
	    border-bottom: 1px solid lightgrey;
	}
	.btn-f span:first-child {
	    width: 100%;
	    height: 2px;
	    background: white;
	    margin-top: 4px;
	}
	.span-sec {
	    height: 100%;
	    width: 2px;
	    margin-left: 4px;
	    background: white;
	    position: absolute;
	    top: 0;
	    left: 0px;
	}
	.panel ul li a {
	    display: inline-block;
	    width: 195px;
	    margin: 0 auto;
	    text-transform: uppercase;
	    font-size: 12px;
	    padding: 5px 0;
	}
	.closed {
	    display: none !important;
	}
}














ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}


a {
    color: inherit;
    text-decoration: none;
}

a, a:hover, a:active {
    outline: 0;
}

.vin_box_item {
	background-color: #fff;
	float: left;
	padding: 10px;
	margin: 0 0 0px;
	height: 80px;
	text-align: center;
}
.vin_form_item {
    margin: 0 0 15px;
}

.vin_form_item input {
	border: 1px solid #b9b9b9;
    padding: 12px 8px;
    margin-bottom: 3px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    color: #666;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0;
    transition: box-shadow .5s;
}

.vin_check{
	border:none;
	height:34px;
	display:block;
	float:right;
	margin-left:0px;
}

.vin_form_button {
    overflow: visible;
    font-size: 16px;
    padding: 6px 21px;
    font-weight: 600;
    border-width: 0px;
    height: 42px;
    background-color: #008eba;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px;
    margin-right: 10px;
}

.vin_box {
	display: block!important;
	padding: 4px;
	-webkit-box-shadow: inset 0px 0px 5px 0px #DA231B;
	-moz-box-shadow: inset 0px 0px 5px 0px #DA231B;
	box-shadow: inset 0px 0px 5px 0px #DA231B;
}
#inputVIN.vin_form_input {
	width: 62%;
}
#inputVINhref.vin_form_input {
	width: 62%;
}
#inputVINhrefmobile.vin_form_input {
	width: 62%;
}


@media (min-width: 768px) and (max-width: 991px){
	.oferta100 {
		width: 100%;
		padding: 0;
		padding-bottom: 20px
	}
	.oferta100 >div>div>p.name_ads	{
		max-height: 26px;
	}
	.hidden_oferta{
		display: none;
	}
}

@media (max-width: 500px) {
	#product-list>div>div.premium >div.caption {
		display: none;
	}
}


@media (max-width: 991px) {
	

	.header-top {
	    font-family: arial;
	    text-align: left;
    	height: 39px;
    	background: #F00;
	}

	.desktop-menu, .desktop-header {
    	display: none;
	}

	.mobile-menu {
	    display: flex;
	}

	#main_nav {
	    overflow: auto;
	}
	#main_nav {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgb(0,0,0);
	    background: rgba(0,0,0, 0.7);
	    display: block;
	    z-index: 999;
	    text-align: center;
	}
	#main_nav {
	    top: 39px;
	    height: calc(100% - 39px);
	}
	#main_nav > div {
	    height: auto;
	    margin: 0px;
	}
	#main_nav > div {
	    display: table;
	    height: auto;
	    width: 100%;
	}
	#main_nav_menu {
	    margin: 0px;
	    background-color: white;
	    max-width: 220px;
	}
	#main_nav_menu_user {
	    margin: 0px;
	    background-color: white;
	    max-width: 220px;
	    float: right;
	}

	#main_nav > div > ul {
	    background: transparent;
	    border: 0;
	    padding: 0;
	    display: table-cell;
	    vertical-align: middle;
	}
	#main_nav > div > ul {
	    padding-bottom: 9px;
	}
	#main_nav > div > ul > li {
	    list-style: none;
	    border-bottom: solid 1px #E1E1E1;
	    text-align: left;
	}
	#main_nav ul li {
	    display: block;
	    margin: 0;
	    position: relative;
	}
	#main_nav ul li {
	    margin: 0;
	}
	#main_nav > div > ul > li > a {
	    position: relative;
	    color: black;
	    display: block;
	    padding: 14px;
	    font-weight: 600;
	    font-size: 15px;
	    line-height: 18px;
	    text-transform: uppercase;
	    text-decoration: none;
	}
	#main_nav > div > ul > li > a:hover {
	    color: red;
	}

	.vintxt {
		text-transform: uppercase;
		font-family: tahoma;
    	font-weight: bold;
	}
	.footer_line_menu {
		background-color: red;
	}
	.footer-bottom li {
	    text-align: center;
	}
	a.has_megamenu::after {
	    font-family: MS Gothic;
	    content: '>';
	    padding-left: 4px;
	}
	.main_nav_menu_user_inner{
		margin: 0px;
	    padding: 0px;
	    float: none;
	    width: 100%;
	    display: inline-block;
	    height: 100%;
	    position: relative;
	}
	.main_nav_menu_user_inner li {
	    float: none !important;
	    border-top: solid 1px #E1E1E1;
	}
    .main_nav_menu_user_inner > li {
	    display: inline-block;
	    float: left !important;
	    text-transform: uppercase;
	    font-size: 13px;
	    margin: 0 !important;
	    width: 100%;
	}
	.main_nav_menu_user_inner > li > a {
	    text-transform: none;
	    margin-left: 16px;
	    font-size: 13px;
	}

	.main_nav_menu_user_inner > li > a {
	    position: relative;
	    color: black;
	    display: block;
	    padding: 10px;
	    font-weight: 600;
	    font-size: 12px;
	    line-height: 18px;
	}
}

    

@media (min-width: 992px) {
	.header-top {
	    background: #fff;
	}
	.desktop-menu {
	    display: block;
	}
	.mobile-menu, .mobile-flexslides, .mobile-search-container, .mobile-searchautocomplete, .mobile-haeder {
	    display: none;
	}
}



.cookiepolicy {
    background: #fff;
    bottom: 0;
    box-shadow: 0px -2px 4px 0px rgba(0, 36, 56, 0.1);
    color: #505152;
    font-size: 14px;
    left: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1100;
}
.cookiepolicy > a.button {
	margin-left: 20px;
    background: red;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    cursor: pointer !important;
    color: white;

}
.cookiepolicy > a.button:hover {
	text-decoration: none;
    color: white;

}


.breadcrumb {
    padding: 10px 10px 6px 2px;
    list-style: outside none none;
    border-radius: 0px;
    margin-bottom: 0px !important;
    background-color: white;
}


.form-control{
	border-radius:0px;
}
.input-lg, .form-horizontal .form-group-lg .form-control {
	font-size:16px !important;
}
.search{
	background: #E8E8E8;	
/*	padding:10px 10px !important;	*/
}
#top .search .line{
	border-bottom: none;
}


.show_more_options {
	background-color: red;
	color: white;

}
button.show_more_options:focus {
	background-color: red;
	color: white;
}







/* MENU in search */
#linksMenuTree {
	margin: 0px;
	padding: 0px;
}
#linksMenuTree li{
	margin:5px 0px;
}

#product-list ul .category{
	display:block;
	list-style: none;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
	/*border-top:1px dashed #3C3A3B;*/
	padding:0px 5px;		
}
#product-list ul.main{
	display:block;
	list-style: none;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;

	padding:5px 5px;
}
#product-list ul.main.active{
	border:solid 0px rgba(0,0,0,0.1);
	border-bottom:solid 1px #3C3A3B;
}
#product-list ul.main:hover{
	/*border:solid 0px rgba(0,0,0,0.1);*/
	background: #F7F7F7;
}
#product-list .sub_main{
	background: #FCFCFC;
}
#product-list .sub{
	margin-left:25px !important;
}

@media (max-width: 768px){
	#linksMenuTree li{
		margin:5px 0px;
	    float: left;
	    padding-left: 20px;
	}
}



.seo_text {
    padding: 20px 20px 20px 0;
    font-size: 12px;
    color: #898989;
    text-align: justify;
}

.padding_null {
	padding: 0px !important;
}

.offer-title {
    font-size: 21px;
    padding: 0;
    margin: 0px;
    margin-left: 6px;
    font-weight: 600;
}

@media (min-width: 991px){
	.offer-title {
	    width:70%;
	}
}

.offer-item__subtitle{
	font-size: 14px;
	padding: 0;
    margin: 0px;
    margin-left: 6px;
    color: darkgray;
}
.offer-item__param, .offer-item__param2{
	font-size: 14px;
	padding: 0;
	padding-top: 10px;
    margin: 0px;
    margin-left: 6px;
}
.offer-item__desc{
	font-size: 12px;
	padding: 0;
	padding-top: 10px;
    margin: 0px;
    margin-left: 6px;
    max-width: 75%;
    text-align: justify;
}

@media (max-width: 991px){
	.offer-item__desc{
		display: none;
	}
}

.premium_ad_lista {
	background-color: red;
	color: white;
	padding-left: 10px;
    padding-right: 10px;
}

.offer-item__price {
    position: absolute;
    right: 15px;
    top: 0px;
    text-align: right;
    margin-right: 4px;
}
.offer-item__price_mobile {
    display: none;
}
.offer-price__number {
    font-size: 22px;
    line-height: 22px;
}

.offer-price__details {
    display: block;
}

.offer-price__details {
    text-align: right;
}
.offer-price__details {
    color: #898989;
    display: block;
    font-size: 12px;
}
.offer-price__currency {
    font-size: 14px;
    position: relative;
    top: -0.4em;
}


.offer-item__bottom-row_right {
	position: absolute;
    bottom: 0px;
    right: 4px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: darkgray;
    margin-right: 4px;
}
.offer-item__bottom-row_left {
	position: absolute;
    bottom: 0px;
    left: 4px;
    padding-left: 10px;
    width: 100%;
    text-align: left;

}

.btn_ulubione {
	background: white;
    border: 0px;
    margin: 0px;
    font-size: 21px;
    color: red;
    padding: 0px;
    margin-bottom: 5px;
    line-height: normal;
}

@media (max-width: 500px){
	.offer-item__desc{
		display: none;
	}
	.btn_ulubione, .offer-item__subtitle, .offer-item__param2, .offer-item__param, .offer-item__bottom-row_right,.offer-item__price {
		display: none;
	}
	.offer-item__price_mobile {
		display: block;
	}
	.offer-price{
		padding: 4px;
		padding-top: 20px;
	}
	.offer-price__details {
	    text-align: left;
	}
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


.fade, .in {
    opacity: 1;
}

.addCar {
    z-index: 1500;
}


.modal-header {
    background-color: #DA231B;
    color: white;
}

.choose_type_ad {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px !important;
}
.add_car_header{
	background-color: #00bb87;
	color:white;
	padding: 0px;
	margin: 4px;
	padding-top: 4px;
	padding-bottom: 4px;

}

.customForm > fieldset > legend {
    color: #1F1A16 !important;
    font-weight: bold;
    /* margin-bottom: 24px !important; */
    overflow: visible !important;
    font-size: 16px;
}

fieldset * {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}

fieldset .row {
	padding: 0px;
	margin: 0px;
}

fieldset .col-lg-12, fieldset .col-lg-9,fieldset .col-lg-6, fieldset .col-lg-3, fieldset .col-lg-10, fieldset .col-lg-2 {
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 6px;

}
fieldset .col-xs-12, fieldset .col-xs-9,fieldset .col-xs-6, fieldset .col-xs-3 {
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 6px;

}
fieldset .col-sm-12, fieldset .col-sm-9,fieldset .col-sm-6, fieldset .col-sm-3, fieldset .col-sm-4{
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 6px;

}
#validationForm .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 3px;
}

#theImg {
    width: 120px !important;
    height: 120px !important;
}

.dropbox-dropin-btn, .dropbox-dropin-btn:link, .dropbox-dropin-btn:hover {
    height:auto !important;
    padding:0px !important;                        
}

#map {
 
    border: 1px dashed #C0C0C0;
    max-width: 900px;
    max-height: 400px;
    margin-bottom: 20px;
}
.promotion_choose {
    border-top: 1px solid #E6E8ED;
}
.payment_desc li {
    border-bottom: 1px solid #E6E8ED;
}
}

.payment_desc li div.type_highlight {
    width: 75%;
    height: 26px;
    margin: 0px;
    display: table !important;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease 0s;
}

.type_highlight {
    cursor: pointer;
}

.promotion_choose p.checkbox {
    position: relative;
    top: -5px;
}

.payment_desc p {
    line-height: 17px;
}

.nM {
    margin: 0px !important;
}

.np {
    padding: 0px !important;
}
.pull-left {
    float: left!important;
}
.payment_desc li .name {
    vertical-align: middle;
}
.payment_desc li .service_price {
    padding-left: 15px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    color: #3C3A3B;
    font-size: 18px;
}
.payment_desc {
    line-height: 30px;
}
.sup {
    top: -.5em;
}
.pull-right{
	float: right;
}

.payment_desc li div.type_highlight {
    width: 75%;
    height: 26px;
    margin: 0px;
    display: table !important;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease 0s;
}

.summary_txt {
    font-size: 18px;
    color: #3C3A3B;
}
li.total_price .price_ad {
    font-size: 30px;
    display: block;
    padding: 10px 20px;
    color: #DB2317;
}
.font-size10 {
    font-size: 10px;
}
.bold {
    font-weight: bold;
}

.title_package {
    background-color: #D9241B;
    color: #fff;
    border: 1px solid #D9241B;
    padding: 10px;
    font-weight: 700;
}

.data_package {
    border: 1px solid #D9241B;
    padding: 10px;
}
.maxHmobile {
	max-height: 100% !important;
}



/** karta produktu*/
.show_offer-item__price {
    position: absolute;
    right: 15px;
    top: 16px;
    text-align: right;
    margin-right: 4px;
}

.show_offer-price__number {
    font-size: 30px;
    line-height: 22px;
    color: red;
    font-weight: 600;
}	
.show_offer-price__currency {
    font-size: 14px;
    position: relative;
    top: -0.8em;
}
.sekcja_pierwsza{
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 991px){
	.licytuj_class {
		margin-top: 70px;
	}
	.title_mobile {
		margin-top: 30px;
		font-size: 14px;
	}
}

.read-more_shadow:before {
    background: url(http://autowraki.dev/themes/public/assets/files/site/tlo_szare.png) repeat-x left bottom;
    content: '';
    display: block;
    left: 0;
    height: 105px;
    margin-top: -112px;
    position: absolute;
    width: 100%;
}
.read-more_shadow{
	margin-bottom: 10px;
}

.opis_szczegolowy {
	max-height: none; 
	height: 80px;
	transition: height 100ms;
	overflow: hidden;
}
.sekcja_czwarta{
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sekcja_szosta{
	background-color: #f8f8f8;
	padding-top: 10px !important;
	color: darkgray;
	padding-bottom: 10px !important;
}

.vendor-box_firma {
    /* min-height: 160px; */
    background-color: #3C3A3B;
    padding: 15px;
}
.white_font {
    color: #fff !important;
}
.btn_view_number {
    padding: 5px;
    margin: 5px;
    color: #FFF;
    background-color: #DA231B;
    cursor: pointer;
    display: block;
}
.btn-send-msg {
    background-color: #3C3A3B;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    /* margin-top: 20px; */
    display: block;
    text-align: center;
}

.ad_number_autor {
    /* padding: 10px 0px; */
    padding: 5px;
    margin: 5px;
    color: #FFF;
    background-color: #DA231B;
    cursor: pointer;
    display: block;
}
#product small {
    display: block;
}
hr.block_person {
    margin-bottom: 15px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}



#product table.details {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
#product table.details td.lft {
	border-right:none; 
	width:30%; 
	padding:0 6px 0 0; 
	vertical-align:top;
}
#product table.details td.rgt {
	width:70%; 
	border:1px solid #b8bfc5; 
	vertical-align:top;
}
#product table.details td ul {
	padding:15px 28px 15px 28px;
	list-style-type:none;
}
#product table.details td.lft div {
	border:1px solid #DA231B; 
	background:#DA231B;
	color:#fff;
}
#product table.details td.rgt div { 
	margin:0 4px 0 0;
}
#product table.details li {
	padding:4px 0 4px 0;
}
/*galery */
