/* Minification failed. Returning unminified contents.
(3136,35): run-time error CSS1046: Expect comma, found '255'
(3136,42): run-time error CSS1046: Expect comma, found ')'
(13169,29): run-time error CSS1046: Expect comma, found '0'
(13169,33): run-time error CSS1046: Expect comma, found '/'
 */
/*czerwony: rgb(153, 153, 153)*/
@media print {
    a[href]:after {
        content: none !important;
    }
}

body {
    font-family: 'Open Sans' !important;
    background-color: #111;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: none;
    overflow-x:hidden;
}

header {
    background-color: #f9f9f9;
}

#header-bg header {
    background: transparent;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 16px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: transparent;
    /*text-transform: uppercase;
    */
    color: #fff;
    font-weight: 500;
    border-bottom: 0;
}

.nav-bg {
    padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
}

.hidden-xs-rok {
    display: inline-block;
}

.navbar-brand>img {
	max-width: 150px;
	height: auto;
	margin-top: -8px;
	display: none;
}

.affix .navbar-brand>img {
	display: block;
}

.nav>li {
	padding: 0 !important;
}


@media (max-width: 768px) {

    .no-padding-xs {
        padding: 0;
    }

    .hidden-xs-rok {
        display: none;
    }
}

a:hover, a:focus {
    color: rgb(153, 153, 153);
}

.navbar-inverse {
    border: 0;
}

    navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff !important;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   /* color: #000 !important;
        background-color: #080808;*/
    }

.navbar-nav a {
    border-top: 2px solid #f9f9f9;
    border-right: 1px solid #E5E5E5;
}

    .navbar-nav a:hover {
        border-top: 2px solid rgb(153, 153, 153);
        background-color: #3B3A42;
    }

.nav-active a {
    border-top: 2px solid rgb(153, 153, 153);
}

.nav-active:hover {
    border-top: 0 solid rgb(153, 153, 153);
}

.navbar-collapse {
    padding-right: 0;
}

.nav-home {
    font-size: 20px;
}

.logo-top {
    max-width: 110px;
    padding-top: 12px;
}

.top-section {
    padding-top: 13px;
    padding-bottom: 17px;
}

.usr-row {
    border: 1px solid #E5E5E5;
  color: #787878;
    background-color: #333333;
}

.cart-section {
    text-align: right;
}

.cart-box {
    border: 1px solid #DFDFDF;
    padding: 18px 15px 18px 15px;
    color: #fff;
    background-color: #211f20;
    top: 30px;
    position: relative;
}

    .cart-box:hover {
        background-color: #222;
        border: 1px solid #bfc1cb;
        padding: 18px 15px 18px 15px;
        color: #fff;
        cursor: pointer;
    }

.cart-container {
    margin-left: 10px;
    float: right;
    max-width: 100px;
    margin-bottom: 0 !important;
}

.usr-section {
    text-align: right;
}

.first {
    border-left: 1px solid #DAD9D9;
}

.usr-box {
    float: right;
    /*border: 1px solid #DFDFDF;
    */
    padding: 0 15px 0 15px;
    /*color: #fff;
    */
    border-right: 1px solid #DAD9D9;
    /*background-color:#211f20;
    */
}

    .usr-box:hover {
        background-color: #222 !important;
        /*border: 1px solid #bfc1cb;
     padding: 15px;
    */
        color: #fff;
        cursor: pointer;
    }

.kontakt-box:hover a {
    background-color: #222;
    /*border: 1px solid #bfc1cb;
     padding: 15px;
    */
    color: #fff;
    cursor: pointer;
}

.icon-middle {
    vertical-align: middle;
    display: inline-block;
    padding-right: 3px;
}

.fa-nav {
    font-size: 18px;
}

.fa-nav-16 {
    font-size: 16px;
}

.cart-text {
    padding-left: 5px;
    font-size: 14px;
    /*font-weight: 600;
    */
}

.content-bg {
    background-color: #333333;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e6e7;
}

.article-bg {
    background-color: #211f20;
    color: #fff;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    border-top: 1px solid #555559;
    /*padding-bottom: 15px;
    */
    padding-top: 5px;
}

.car-bg {
    background-color: #211f20;
    color: #fff;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 5px;
}

    .car-bg h4 {
        font-family: 'Open Sans' !important;
        padding-bottom: 14px;
        border-bottom: 1px solid #555559;
        color: #fff;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 15px;
        margin-top: 15px;
    }

.car-choose-header {
    font-family: 'Open Sans' !important;
    padding-bottom: 10px;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 3.1;
    padding-top: 7px;
	border-bottom: none;
	margin-top: 0;
}

.car-bg label {
    font-weight: 400;
    color: #bfc1cb;
}

.car-desc-combo {
    background-color: #e7e6e7;
    margin-top: 23px;
    margin-bottom: 13px;
}

    .car-desc-combo .k-autocomplete {
        padding: 0;
    }

.carousel-control {
    font-size: 30px;
}

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 40%;
        left: 40%;
    }

.s-bg {
    background-color: #ebebeb;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 10px;
}

    .s-bg h4 {
        font-family: 'Open Sans' !important;
        font-weight: 500;
        padding-bottom: 15px;
        border-bottom: 1px solid #c8c8c8;
        color: #211f20;
        text-transform: uppercase;
    }

.s-button {
    background-color: #211f20;
    color: #fff;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.s-input {
    display: inline-block;
    width: 98%;
}

.results-grid {
    border: 1px solid #e7e6e7;
    padding: 20px;
}

.main {
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #fff;
}

.no-padding {
    padding: 0;
}

@media (max-width: 768px) {
    .margin-bottom {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .no-padding-right {
        padding-right: 0;
    }

    .no-padding-left {
        padding-left: 0;
    }
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-top {
    padding-top: 10px;
}

.carousel-caption {
    bottom: 80px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display:none;
}

.more {
    background-color: #f9f9f9;
    font-weight: 800;
}

.right-col-bg {
    padding-bottom: 10px;
    /*background-color: #f9f9f9;
     padding-top: 20px;
     border-bottom: 1px solid #e7e6e7;
     border-top: 1px solid #e7e6e7;
    */
}

.panel-summary {
    border: 10px solid #f9f9f9 !important;
}

.navbar-brand {
    padding: 8px 15px;
}

    .navbar-brand #nav {
        display: none;
    }



.affix .navbar-brand > img {
    display: block;
}

.affix .navbar-brand #nav {
    display: inline-block;
}

#nav.affix-top {
    top: 0;
    left: 0;
    z-index: 999;
    border: 0;
    border-bottom: 1px solid #eee;
}

#nav.affix {
    width: 100%;
    position: fixed;
	left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .6s ease-in-out;
    border-bottom: 1px solid #eee;
}

.padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer {
    min-height: 100px;
 background-color: #303433;
    border-top: 1px solid #eee;
}

.contact-font {
    font-size: 16px;
}

.line-bottom {
    border-bottom: 1px solid #e7e6e7;
    padding-bottom: 5px;
}

.padding-10-top {
    padding-top: 10px;
    padding-right: 2px;
}

h4.side-bar {
    font-weight: 300;
    padding: 10px;
    background-color: #211f20;
    color: #fff;
}

footer {
padding-top: 30px;
    padding-bottom: 20px;
    color: #777;
}

.product-list {
    padding: 0;
    list-style: none;
}

.product-desc {
    padding: 0;
    list-style: none;
    color: #9c9c9c;
}

.product-name {
    text-transform: uppercase;
    height: 19px;
    overflow: hidden;
}

.product-name-promo {
    /*text-align:center;
     white-space: nowrap;
    */
    height: 22px;
    overflow: hidden;
}

.promo-title {
    background-color: #f9f9f9;
    padding: 15px;
    color: #545454;
}

.old-price {
    text-decoration: line-through;
    font-size: 15px;
    display: block;
    color: #b6b6b6;
}

.list-price {
    font-size: 23px;
    font-weight: 600;
}

.quantity {
    width: 43px !important;
    float: right !important;
    height: 35px;
}

.simple .quantity {
    width: 43px;
    float: right !important;
    height: 34px;
}

.simple .list-price {
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px !important;
    display: inline-block;
}

.list-price-promo {
    font-size: 20px;
    font-weight: 600;
}

.list-tax {
    font-size: 14px;
}

.car-list {
    color: #959595;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

.car-list-ico {
    font-size: 16px;
    color: #C3C3C3;
    padding-right: 5px;
    display: inline;
}

.car-list-group {
    padding-bottom: 10px;
    /*text-align:center*/
}

#product-all ul {
    list-style: none;
}

#product-all .buttons {
    margin-bottom: 20px;
}

#product-all .n1 {
    border: 0;
}

#product-all .list .n1 {
    /*width: 100%;
    */
    margin-bottom: 0;
    padding-bottom: 5px;
}

#product-all .grid .n1 {
    float: left;
    padding: 10px 0 10px 0;
}

@media (max-width: 768px) {
    .input-group {
        margin: 3px 0;
    }
}

@media (min-width: 768px) {
    #product-all .grid .n1 {
        float: left;
        padding: 5px;
    }

    #product-all .grid .product-promo.n1 {

        padding: 15px 5px;
    }
}

.grid .n1 div.product-block {
    border: 1px solid #ccc;
    display: block;
}

.list .n1 div.product-block {
    border: 0;
    display: block;
}

.promo .n1 {
    margin-bottom: 25px;
}

.display-no {
    display: none !important;
}

.visibility-no {
    visibility: hidden !important;
}

.list-block {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.thumb img {
    margin: 0 auto;
}

.cart-button {
    /*background: rgb(153, 153, 153);
     margin-left: 10px;
    */
    background-color: #575757;
    color: #fff !important;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .cart-button:hover .fa-cart-plus, .cart-button:hover .cart-text, .cart-button:focus .fa-cart-plus, .cart-button:focus .cart-text {
        color: #fff;
    }

.cart-text:hover, .cart-text:focus, .fa-cart-plus:hover, .cart-text:hover .fa-cart-plus, .cart-text:focus .fa-cart-plus {
    color: #fff;
}

.list-button {
    background-color: #fff;
    /*color: white;
    */
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 5px 6px 5px 6px;
}

.list-button-opony {
    background-color: #fff;
    /*color: white;
    */
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 5px 8px 5px 8px;
}

.border-add {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 369px;
}

.border-add-2 {
    border-top: 1px solid #e7e6e7;
    border-bottom: 1px solid #e7e6e7;
    padding-top: 15px;
    /*padding-bottom: 15px;
    */
    overflow: hidden;
    position: relative;
}

.border-add-simple {
    border-top: 1px solid #e7e6e7;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bottom-padding-0 {
    padding-bottom: 0 !important;
}

.list-val {
    padding-bottom: 5px;
    color: #9c9c9c;
    height: 40px;
    display: inline-block;
    position: relative;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgb(153, 153, 153);
    border-color: rgb(153, 153, 153);
}

.pagination > li > a, .pagination > li > span {
    color: #9c9c9c;
}

.pagination {
    margin: 0 auto;
}

.block {
    display: block;
}

@media (max-width: 762px) {
    .pagination {
        padding-top: 10px;
    }
}

.product-list-desc {
    font-size: 13px;
    padding-bottom: 4px;
    padding-right: 0;
    min-height: 150px;
}

.input-pos {
    padding-top: 25px;
}

.product-list-block {
    padding: 0;
}

.product-list.row.list .product-list-block {
    padding: 0;
    min-height: 160px;
}

.product-list-title {
    padding: 0 10px 0 10px
}

.feature {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.val-bold {
    font-weight: 600;
}

.tab-pane {
    border: 1px solid #eee;
    border-top: 0 none;
}

.order-tab-pane {
    border: 1px solid #eee;
    border-top: 0 none;
    padding: 15px;
    display: none;
}

.order-element {
    border: none;
    border-top: 0 none;
}

#karta-tabs {
    border-left: 6px solid #f9f9f9;
    border-right: 6px solid #f9f9f9;
}

.zastosowanie-link:link, .zastosowanie-lin:hover, .zastosowanie-link:active, .zastosowanie-link:focus, .zastosowanie-link:visited {
    color: #333 !important;
}

.nav-pills {
    padding: 0;
    border: 1px solid rgb(238, 238, 238);
    /*border-bottom: 1px solid rgb(238, 238, 238);
    */
    background-color: rgb(249, 249, 249);
    border-bottom: 00 none;
}

.nav > li > a {
 padding: 12px 10px;
}

@media (max-width: 762px) {
    .nav > li > a {
        padding: 20px 15px;
    }
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li {
    border-radius: 0;
    border-right: 1px solid rgb(219, 219, 219);
}

    .nav-pills > li:last-child {
        border-right: 0 solid #eee;
    }

.blue-btn a {
    color: #777;
    text-decoration: none;
    text-align: center;
    display: block;
    /* important */
}

.blue-btn {
    width: 70px;
}

.blue-btn, .first-link {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.second-link {
    background-color: rgb(153, 153, 153) !important;
    color: #fff !important;
    height: 60px;
    line-height: 15px;
    padding-top: 20px !important;
}

    .second-link:hover {
        background-color: rgb(153, 153, 153) !important;
        color: #fff !important;
    }

.second-link-kontakt {
    background-color: rgb(153, 153, 153) !important;
    color: #fff !important;
    padding: 5px 8px 14px 8px;
    height: 60px;
}

    .second-link-kontakt:hover {
        background-color: rgb(153, 153, 153) !important;
        color: #fff !important;
        padding: 9px 8px 14px 8px;
        height: 60px;
    }

.fa-nav-product {
    font-size: 22px;
}

.fa-nav-product-2 {
    font-size: 24px;
}

.blue-btn {
    height: 60px;
    overflow: hidden;
    color: #ffffff;
    /*background-color: rgb(249, 249, 249);
    */
}

@media (min-width: 768px) {
    .blue-btn {
        height: 60px;
        overflow: hidden;
        color: #777;
        width: 132px;
    }

        .blue-btn a:hover {
            text-decoration: none;
        }

    .first-link {
        margin-top: 0;
        background-color: rgb(249, 249, 249);
        color: #777;
        height: 60px;
    }

    .blue-btn:hover .first-link {
        margin-top: -4.2em;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #211f20;
    /*border-right: 1px solid rgb(99, 98, 98);
     border-left: 1px solid rgb(99, 98, 98);
     border-top: 3px solid rgb(153, 153, 153);
    */
}

.nav-pills > li > a:hover {
    color: #ffffff;
    /*background-color: rgb(153, 153, 153);
     border-top: 3px solid rgb(153, 153, 153);
    */
}

tab-content > .active, .pill-content > .active {
    border: 1px solid #eee;
}

a {
    color: #333;
}

.desc-prod-more {
    /*background-color: #f9f9f9;
    */
    padding: 0 0 20px 0;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow: hidden;
}

.desc-val {
    font-weight: 600;
}

.desc-prod-more-h {
    background-color: #211f20 !important;
    color: #fff !important;
    padding: 12px;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
}

.other-producents:nth-child(odd) {
    background-color: #fff;
}

.other-producents:nth-child(even) {
    background-color: #f9f9f9;
}

.inner-text {
    padding-top: 8px;
    display: block;
}

.nav > li > a.tabs {
    background-color: #f9f9f9;
    color: #777;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    text-transform: uppercase;
}

    .nav > li > a.tabs:hover {
        background-color: #eee;
        color: #777;
    }

.tab-content {
    min-height: 244px;
}

.more-info {
    /*text-transform: uppercase;
    */
    font-size: 21px;
    padding-top: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEF;
}

.product-title {
    text-transform: uppercase;
    padding-bottom: 20px;
    /*padding-right: 15px;
    */
}

.product-no-title {
    float: right;
    font-size: 16px;
    color: #777;
    text-transform: none;
    padding-right: 5px;
}

.product-no {
    float: right;
    font-size: 16px;
    color: #777;
}

.price-block {
    text-align: right;
    /* padding-top: 30px;
     */
    padding-left: 0;
}

@media (max-width: 768px) {
    .price-block {
        /*padding-top: 15px;
        */
        padding-bottom: 1px;
        margin-bottom: 11px;
        margin-top: 30px;
        padding-right: 15px !important;
        background-color: #fff;
        padding-top: 0 !important;
    }

    .price-block-container {
        padding-right: 15px !important;
    }

    .product-img {
        margin-top: 35px;
        margin-bottom: 45px;
    }
}

.price {
    padding-top: 4px;
    text-align: right;
    margin-left: 0;
    padding-left: 0;
}

.simple .price, .list .price {
    padding-right: 0;
}

.price-padding {
    padding-right: 10px !important;
}

.cart-list {
    background-color: #fff;
}

.cart-desc {
    display: block;
    font-size: 13px;
    color: #777;
}

.regulamin-gwiazdka {
    color: rgb(153, 153, 153);
}

.cell {
    /*height: 140px;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.cell-center-input {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
    border-right: 1px solid #eee;
}

.cell-center {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 42px;
    border-right: 1px solid #eee;
}

.cell-head {
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
}

.media-body {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

.no-magin {
    margin: 0;
}

.panel-default {
    border-color: #211f20;
}

.panel-footer {
 background-color: #2f3535;
    color: #fff;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.breadcrumb {
    margin-bottom: 40px;
}

.next-step {
    float: right;
    background-color: rgb(153, 153, 153);
    color: #fff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .next-step:hover, .next-step:focus {
        color: #fff !important;
    }

.prev-step {
    float: left;
    background-color: #888888;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .prev-step:hover, .prev-step:focus {
        color: #fff !important;
        background-color: #888888 !important;
    }

.price-sm {
    /*width: 70%;
    */
    display: inline-block;
    text-align: left;
    float: left;
}

.price-sm-input {
    width: 70%;
    display: inline-block;
    text-align: left;
    float: left;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .cell-center {
        padding: 15px;
        border: 1px solid #eee;
        height: 50px;
    }

    .cart-price {
        float: right;
    }

    .cell-center-input {
        height: 50px;
        padding-top: 5px;
        padding-bottom: 10px;
        border: 0;
    }

    .input-sm {
        float: right;
        margin-top: 5px;
    }
}

.input-sm {
    margin: 0 auto !important;
}

a.tab {
    padding: 20px 25px !important;
    background-color: #fff;
    color: #211f20;
}

    a.tab:hover {
        background-color: #211f20 !important;
        color: #fff !important;
    }

.tab-zamowienie > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: rgb(153, 153, 153);
    cursor: pointer;
}

.tab-zamowienie a.tab {
    color: #555555;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.tab-content {
    background-color: #fff;
    padding: 0;
}

.cart-input-p2 {
    padding-bottom: 10px;
}

.cart-input {
    padding: 9px 12px;
    height: auto !important;
}

.checkbox {
    padding: 15px 0;
    color: #777;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media (max-width: 1200px) {
    .right-col-row {
        margin-top: 20px;
    }
}

.object-sm {
    width: 64px;
}

.cart-preview {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart-price-preview {
    float: right;
}

.price-title-preview {
    font-weight: bold;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: #211f20;
}

.btn-payu {
    display: inline-block;
    padding: 15px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgb(87, 85, 85);
    background-color: #fff;
    border-color: #ccc;
    margin-top: 25px;
}

    .btn-payu:hover {
        background-color: #2574A9;
        color: #fff;
        border: 1px solid #fff;
    }

.payu-container {
    text-align: center;
    padding: 50px 0;
    display: block;
}

    .payu-container .fa-info-circle {
        color: #369;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #211f20;
    */
}

.delete-product {
    background-color: #fff;
    color: #777;
    border: 1px solid #eee;
    padding: 5px;
    width: 40px;
    text-align: center;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
}

.media-object {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}


.media-object-ulubione {
    max-width: 82px;
    max-height: 82px;
}


.truncate {
    width: 193px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-wersja {
    width: 193px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-product:hover {
    background-color: #211f20;
    color: #fff;
}

@media (max-width: 1200px) {
    .truncate {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .truncate-wersja {
        width: 120px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px) {
    .truncate {
        width: 150px;
        /* white-space: wrap;*/
        overflow: visible;
        text-overflow: ellipsis;
        display: block;
    }

    .truncate-wersja {
        width: 150px;
       /* white-space: wrap;*/
        overflow: visible;
        text-overflow: ellipsis;
        display: block;
    }
}

.logo-marka {
    padding-right: 10px;
}

.sub-title {
    color: #D3D3D3;
    padding-top: 0;
    border-bottom: 1px solid #1F1F21;
    padding-bottom: 10px;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 16px;
}

.page-title {
    /*padding-bottom: 50px;
    */
    font-family: Open Sans;
    font-weight: 600;
}

.page-title-list {
    font-size: 18px;
    font-family: Open Sans;
    margin-top: 13px;
    font-weight: 600;
    padding-left: 0;
    line-height: 11px;
}

.sub-title-list {
    color: #0a0f12;
    margin-top: 20px;
    padding-bottom: 5px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15px;
}

.buttons {
    padding: 0 0;
}

.model-more {
    background-color: #eee;
    color: #D4D4D4;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.list-view-bar {
    padding: 10px 0 10px 0;
}

.list-results-value-container {
   /* width: 280px; */
    padding-top: 5px;
    display: inline-block;
}

.list-results-value {
    font-size: 15px;
    color: #676767;
    vertical-align: super;
}

.list-results-value-view {
    font-size: 13px;
    color: #676767;
    padding-right: 0;
}

.list-results-value-view-sort {
    padding-left: 72px;
}

.list-results-value-input {
    height: 1.65em;
    line-height: 1.65em;
    padding: 2px 0;
    text-indent: .33em;
    border: 0;
    margin: -7px 5px;
    background-color: #fff;
    position: absolute;
}

.list-results-value-art {
    font-size: 16px;
    color: #B1B1B1;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

a.list-group-item:visited {
    color: #555555 !important;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: rgb(153, 153, 153);
    color: #fff !important;
}

    a.list-group-item:hover .model-more {
        background-color: #211f20;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

.wybor-pojazdu:nth-child(even) {
    background-color: #efefef;
    /*! margin-bottom: 4px;
     */
    border-bottom: 3px solid #f9f9f9;
    /*background-color: #eaeaea;
    */
}

.btn-filtr {
    background-color: #fff;
    border: 1px solid #656567;
}

    .btn-filtr:hover {
        color: #fff !important;
        background-color: #211f20;
    }

    .btn-filtr.active {
        background-color: #4A4A4A;
        color: #fff;
    }

.list-group-hx {
    font-size: 16px;
    font-weight: 500;
}

.desc-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-height: 90px;
    overflow: hidden;
}

.display-block {
    display: block;
}

.simple-grid span:nth-child(-n+2) {
    display: inline-block !important;
}

.desc-1 span {
    padding-bottom: 2px;
}

.simple-grid-form {
    width: 120px;
    float: right;
}

.grid-box {
    height: 395px;
}

@media (min-width: 768px) {
    .input-group-row {
        width: 100px;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 768px) {
    .desc-col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        overflow: hidden;
    }
}

.thumb {
    height: 140px;
}

.cart-row {
    padding-top: 10px;
    width: 100%;
}

.panel-group .panel + .panel {
    background-color: #fff;
}

.list-group-item-panel {
    display: block;
    /*padding: 10px 15px !important;
    */
    margin-bottom: -6px !important;
    border: 0 solid #ddd !important;
}

    .list-group-item-panel:nth-child(even) {
        background-color: #f9f9f9;
    }

.panel-group .group-panel-heading {
    background-color: #f1f0f0;
    /*! margin-bottom:2px;
     */
    /*! margin-left:56px;
     */
    border-left: 53px solid #f9f9f9 !important;
    border-bottom: 3px solid #f9f9f9 !important;
}

list-group-header, a.list-group-header:hover, a.list-group-header:visited, a.list-group-header:focus {
    color: #fff;
}

.row-marka-last {
    margin-left: -10px;
}

.truncate-no-width {
    /*width: 250px;
    */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-no-width {
    /*width: 250px;
    */
    overflow: hidden;
    word-break: break-all;
}

.panel-heading {
    background-color: #f9f9f9;
    border: 0 solid #EDEDED !important;
    cursor: pointer;
    padding:8px 15px 9px 15px;
}

    .panel-heading:hover {
        background-color: rgb(153, 153, 153);
        color: #fff;
    }

.panel-collapse .in {
    background-color: #f9f9f9;
}

.panel-collapse .collapsing {
    background-color: #f9f9f9;
}

.sub-head {
    color: #333;
    position:relative;
}

.grupa-nazwa-logo {
    margin-left:50px;
}
.group-img.c1{
    position:absolute;
    top:0;
    left:0;
}

.panel {
    margin-bottom: 6px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.00);
    border: 1px solid #eee;
}

#product-car-accordion {
    background-color: #f9f9f9;
}

.product-car-accordion-heading {
    background-color: #f9f9f9 !important;
    margin-bottom: 0;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

    .product-car-accordion-heading:hover {
        color: #333;
    }

.product-car-body {
    background-color: #fff;
    border: 1px solid #eee;
}

.product-car-panel {
    border: 0;
}

.product-car-panel-body {
    padding: 0 0 0 15px;
    background-color: #f9f9f9;
}

.product-car-panel-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.product-car-panel-body-2 {
    background-color: #f9f9f9;
    padding: 0 15px;
}

.car-panel-list-title {
    background-color: #211f20;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.car-panel-list-row {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom:1px solid #eee;
    */
}

.product-car-link:link, .product-car-link:visited, .product-car-link:hover, .product-car-link:focus {
    color: #333 !important;
}

.btn-zas {
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    color: #676767;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn-zas-2 {
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    color: #676767;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn-zas-3 {
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    color: #676767;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn-zas--title {
    border-bottom: 1px solid #EAEAEA;
    background-color: #f9f9f9;
    color: #676767;
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 600;
}

.btn-zas-4-title {
    border-bottom: 1px solid #EAEAEA;
    background-color: #f9f9f9;
    color: #676767;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 600;
}

div.btn-zas-3:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.btn-zas-3:hover, .btn-zas-3:nth-child(2n+1):hover {
    background-color: #211f20;
    color: #fff;
}

.btn-zas:hover {
    background-color: #211f20;
    color: #fff;
}

.btn-zas-2:hover {
    background-color: #211f20;
    color: #fff;
}

@media (min-width: 768px) {
    .btn-zas {
        border-right: 1px solid #EAEAEA;
    }

        .btn-zas:nth-child(4n+1) {
            border-right: 1px solid #fff;
        }

    .btn-zas-2:nth-child(2n+1) {
        border-right: 0;
    }
}

.list-group-item {
    border: 0;
    border-bottom: 3px solid #f9f9f9;
    background-color: #eaeaea;
}

.grupa-towarow {
    margin-left: 110px;
    background-color: #eaeaea;
}

.wybor-pojazdu {
    background-color: #f9f9f9;
}

.panel-title {
    font-size: 15px !important;
    height: 36px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .panel-title {
        font-size: 13px !important;
    }
}

.no-pm {
    padding: 0;
    margin: 0;
}

.list-group-item > h4 {
    font-family: Open Sans !important;
}

.padding-right {
    padding-right: 0;
}

.main-bg {
    background-color: #eeeeee !important;
    color: #211f20 !important;
    border-right: 0;
    /* border: 1px solid #eee;
     */
    border-left: 3px solid #4b6c9e !important;
    /*padding: 10px;
    */
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sub-head a:link, .sub-head a:link:visited, .sub-head a:hover {
    color: #333;
    text-decoration: none;
}

.margin-extra-0 {
    margin-right: 0;
}

.margin-extra-1 {
    margin-left: 0;
}

.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    padding: 0 1.9em 0 0;
}

.form-control-kendo {
    height: 31px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: 10px;
}

.hidden {
    display: none;
}

.subtab-content {
    min-height: 0;
    padding: 10px 0 0 0;
}

@media (max-width: 768px) {
    #home {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .margin-extra-right {
        margin-right: -15px !important;
    }
}

.panel-group a:focus, .panel-group a:hover, .panel-group a:visited, .panel-group a:active {
    color: #fff;
}

.hist-header {
    padding: 10px 0;
    background-color: #211f20;
    color: #fff;
    /*border:1px solid #eee;
    */
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-top: 30px;
}

.pull-right {
    display: inline-block;
}

.hist-row {
    padding-left: 0;
    padding-right: 0;
}

h4.model-list {
    margin: 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 600
}

.cart-last-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight:bold;
}

.cart-header {
    background-color: #211f20;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 5px solid #211f20;
    padding: 8px;
}

.cart-header-summary {
    border-bottom: 1px solid #eee;
    padding: 8px;
    font-size: 24px;
    margin-bottom: 20px;
}

.cart-preview-heading {
    font-size: 13px;
}

.summary-bg {
    background-color: #f9f9f9;
}

.line {
    border-top: 1px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px;
}

button.btn:focus, button.btn:hover {
    color: #211f20;
}
/* * Owl Carousel - Animate Plugin */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* * Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* * Core Owl Carousel CSS File */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
        width: 100%;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 40%;
        right: 12px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 40%;
        left: 12px;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* * Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* * Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}



.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-width {
    max-width: 255px;
}

.historia-carousel .owl-controls .owl-nav .owl-next {
    display: block !important;
    top: 40%;
    right: -20px;
}

.historia-carousel .owl-controls .owl-nav .owl-prev {
    display: block !important;
    top: 40%;
    left: -10px;
}

.fa-promocje {
    font-size: 26px;
    color: #e7e6e7;
}

.other-producents {
    /*border-top: 1px solid #e7e6e7;
    */
    border-bottom: 1px solid #e7e6e7;
    overflow: auto;
    padding: 10px 0;
    display: block;
}

    .other-producents:last-of-type {
        border-bottom: none;
    }

.main-thumb img {
    /*border: 1px solid #eee;
    ;
    */
    margin-top: 15px;
    height: 200px;
    width: auto !important;
}

.main-thumb-one img {
    /*border: 1px solid #eee;
    ;
    */
    margin-top: 15px;
    /*height: 200px;
    */
    width: auto !important;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.nav-thumb img {
    height: 77px !important;
    width: 77px !important;
    border: 1px solid #dedee0;
    transition: border .25s linear,opacity .25s linear;
    margin-top: 8px;
    cursor: pointer;
}

    .nav-thumb img:hover {
        /*height: 77px !important;
     width: 77px !important;
    */
        border: 1px solid rgb(153, 153, 153);
    }

.search-car-desc {
    padding: 10px;
    background-color: #F2F2F2 !important;
}

.thumb-visible {
    display: block !important;
}
/* --- Drzewo ---*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: 0;
}
/*/
/ --- KONIEC Drzewo ---/
/*/
.dropdown-menu > li > a {
    display: inline-block !important;
    padding: 0 !important;
    padding-bottom: 10px;
}

.dropdown-menu{
    padding: 0 15px 15px 15px !important;
}


.inline > li {
    display: inline-block !important;
    border-right: 1px solid #eaeaea;
}

    .inline > li:last-child {
        border-right: 0 solid #fff;
    }

    .inline > li:hover .hist-name {
        color: rgb(153, 153, 153);
        font-weight: 600;
    }

.inline {
    /*display:block;
     display:inline-block;
    */
    width: 700px;
    left: -420px;
    z-index: 9999;
}

.hist {
    color: #4d4c4c;
    font-size: 17px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-family: 'Open sans';
    font-weight: 600;
}

.hist-price {
    color: #4d4c4c;
    width: 80px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}

.hist-list {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .hist-list > li {
        display: inline-block !important;
        border-right: 1px solid #eaeaea;
    }

        .hist-list > li:last-child {
            border-right: 0 solid #fff;
        }

.hist-link {
    padding: 0 !important;
    padding-bottom: 18px;
    margin-left: 10px;
}

    .hist-link li {
        word-wrap: break-word;
    }

    .hist-name {
        width: 120px;
        font-size: 14px;
        display: block;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        margin-bottom: 15px;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #fff !important;
    outline: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff !important;
}

.carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(153, 153, 153, 0.6);
    padding: 10px 15px;
    display:none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #080808;
}

.input-group-addon {
    color: #5F5F5F;
}

.top-section-btn {
    font-size: 14px;
    display: block;
    padding: 20px 8px;
}

@media (min-width: 992px) {
    .combo-year {
        padding-left: 0;
    }
}

.navbar-toggle {
    background-color: #333333;
}

.group-title {
    margin-bottom: 10px;
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    background-color: #211f20 !important;
    color: #fff !important;
    border-right: 0;
    border: 1px solid #eee;
    border-left: 3px solid rgb(153, 153, 153) !important;
    font-size: 15px;
    border-radius: 5px;
}

.group-img {
    padding-right: 10px;
}

.group-caret-down {
    padding-top: 13px;
}

.group-caret-down-child {
    padding-top: 3px;
}

ul.breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
}

    ul.breadcrumbs li .fa-angle-right {
        color: #606060;
    }

    ul.breadcrumbs li {
        float: left;
        margin-right: 1em;
    }

.grupa-angle {
    margin-right: 1em;
    margin-left: 1em;
}

ul.breadcrumbs li a {
    cursor: pointer;
    color: #606060;
    text-decoration: none;
}

ul.breadcrumbs li:first-child a {
    display: none;
}

ul.breadcrumbs li:first-child:after {
    content: "\f015";
    font-family: FontAwesome;
    color: #606060;
    font-size: 15px;
}

ul.breadcrumbs li span.inactive {
    color: rgb(153, 153, 153);
}

@media (max-width: 768px) {
    .breadcrumbs {
    display: none !important;
    }
	.szukaj-wg-numeru {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.clear {
    clear: both;
}

.preview-title {
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.preview {
    background-color: rgb(249, 249, 249);
    padding-top: 15px;
    padding-bottom: 15px;
}

.input-wrapper {
    left: 10px;
  position: absolute;
    z-index: 9;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid #CBC8C8;
}

@media (min-width: 992px) {
    .input-wrapper-year {
        left: -5px;
    }
}

.kendo-fix .k-dropdown-wrap {
    padding-left: 30px;
    padding-left: 0;
    background-color: #fff;
    border-color: #fff;
}

.change-car {
    padding-left: 10px;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

    .change-car:link, .change-car:active, .change-car:focus {
        color: rgb(153, 153, 153);
        font-size: 14px;
        text-decoration: none;
    }

    .change-car:hover {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

.panel-heading-img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.pokaz-wiecej .fa-caret-down {
    padding-top: 4px;
}

.panel-heading-disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.pagination-container {
    max-width: 500px;
    float: right;
    /*padding-top: 3px;
    */
}

a:hover {
    text-decoration: none !important;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

@media(min-width:992px) {
    .dropdown:hover .dropdown-menu {
        z-index: 9999 !important;
    }
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
    /*background-color: rgb(153, 153, 153);
    */
    border: 5px solid #f9f9f9;
    padding-top: 15px !important;
}

.navbar .dropdown-menu {
    padding-top: 0 !important;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    /*left: 10px;
    */
    top: 11px;
    left: -6px;
}

.cart-more {
    color: #333 !important;
    left: -245px;
    min-width: 340px;
    width: 379px;
}

.cart-more-desc {
    display: block;
    font-size: 11px;
    color: #777;
}

.cart-more-product {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .cart-more-product .media-heading {
        font-size: 12px;
    }

.btn-cart-container {
    height: 60px;
    position: fixed;
    z-index: 99999;
    width: 342px;
    background-color: #fff;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
}

.btn-cart, .btn-cart:hover, .btn-cart:active:hover {
    font-size: 14px;
    background-color: #000 !important;
    color: #fff !important;
    border: 0;
}

#koszykIlosc, #koszykWartosc {
    font-weight: 600;
}

.cart-more-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom:1px solid rgb(173, 23, 23);
     padding-top:15px;
    */
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding-top: 68px;
}

.cart-more-price {
    font-weight: 600;
}

.cart-more-summ {
    /*border-top: 1px solid rgb(173, 23, 23);
     padding-top:10px;
    */
    margin-top: 10px;
    font-weight: 600;
}

.carousel-caption {
    z-index: 6 !important;
    display:none;
}

.carousel-indicators {
    width: 60%;
    height: auto;
    background-color: transparent;
    border: none;
}

.carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #6a6a6a;
}

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        margin: 0;
  background-color: rgb(75, 108, 158);
        border: none;
    }

.lista-towarow-filtr-producenci {
    background-color: #F2F2F2;
    border-right: 0;
border-left: 3px solid #4b6c9e;
    border-radius: 5px;
    margin-bottom: 10px;
}

.lista-towarow-filtr-producenci-tytul {
    background-color: #33323a;
    padding: 5px;
    border-radius: 0 5px 0 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.lista-towarow-filtr-producenci-zawartosc {
    padding: 5px;
}

.lista-towarow-filtr-producenci-lista {
    max-height: 470px;
    overflow-y: auto;
}

.lista-towarow-filtr-producenci-akcje {
    padding: 5px;
}

.lista-towarow-filtr-kryteria {
    background-color: #F2F2F2;
    border-right: 0;
 border-left: 3px solid #4b6c9e;
    border-radius: 5px;
    margin-bottom: 10px;
}

.lista-towarow-filtr-kryteria-tytul {
    background-color: #33323a;
    padding: 5px;
    border-radius: 0 5px 0 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.lista-towarow-filtr-kryteria-zawartosc {
    padding: 5px;
}

.lista-towarow-filtr-kryteria-akcje {
    padding: 5px;
}

.fieldlist {
    margin: 0 0;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 2px;
    }

    .fieldlist .k-checkbox-label {
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 3px 0;
        line-height: 15px;
    }

    .fieldlist .filtr-ilosc-towarow {
        color: #a8a8a8;
        margin-left: 10px;
    }

.filtr-kryteria-nazwa {
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0 0 0;
}

.filtr-producent-ukryty {
    display: none;
}

.filtr-producent-wiecej-link {
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    padding-left: 5px;
}

.filtr-kryteria-ukryty {
    display: none;
}

.filtr-kryteria-wiecej-link {
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    padding-left: 5px;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
}

.padding-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.padding-sm {
    padding: 2px !important;
    margin: 0 !important;
}

.padding-md {
    padding: 5px !important;
    margin: 0 !important;
}

.filtr-input-small {
    padding: 4px 10px;
    height: 28px;
    font-size: 12px;
}

#wrapper {
    margin-left: -15px;
}

.sidebar-wrapper {
    z-index: 997;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100%;
    /*margin-left: -290px;
    */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: hidden;
    padding-bottom: 40px;
    padding-left: 15px;
}

@media(max-width:992px) {
    .sidebar-wrapper {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s linear;
        padding-left: 5px;
        padding-right: 5px;
        background-color: rgb(255 255 255);
    }

    #page-content-wrapper {
        padding-right: 0;
    }
    #wrapper {
        margin:0;
    }

    .list-results-value-view:nth-child(1) {
        display: none;
    }
}

.sidebar-wrapper-toggle {
    /*margin-left: -250px !important;
    */
    visibility: visible !important;
}

#wrapper.toggled .sidebar-wrapper {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
    position:relative;
}

#wrapper.toggled #page-content-wrapper {
    /*position: absolute;
    */
    margin-right: -250px;
}
/* Sidebar Styles */
@media(min-width:992px) {
    #wrapper.toggled {
        padding-left: 0;
    }

    .sidebar-wrapper {
        width: 25%;
        position: relative;
        left: 0;
        margin-left: 0;
    }

    #wrapper.toggled .sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.btn-filters {
    width: 160px;
}

.lista-towarow-filtr-producenci-wyczysc {
    color: rgb(153, 153, 153);
    font-size: 14px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.lista-towarow-filtr-kryteria-wyczysc {
    color: rgb(153, 153, 153);
    font-size: 14px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.dropdown-menu {
    margin: 0;
}

.cart-button-cennik {
 padding: 7px 10px;
    background-color: rgb(240, 240, 240);
}

.input-wrapper-right-wersja-pojazdu-wybierz {
    color: rgb(153, 153, 153);
    position: absolute;
    top: 3px;
    right: 43px;
    z-index: 9;
    background-color: #f9f9f9;
    padding: 4px 8px 4px 8px;
    border-left: 1px solid #ceced2;
    cursor: pointer;
}

.right-wersja-pojazdu-wybierz {
    color: rgb(153, 153, 153);
    float: right;
    top: 0px;
    right: 13px;
    z-index: 9;
    background-color: #fff;
	height: 52px;
	width: 10%;
    border: none;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    border-radius: 0;
}

.right-wersja-pojazdu-wybierz i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.modal-backdrop {
    background-color: #676767;
}

#zmienPojazd .modal-content {
    background-color: #211f20;
    /*border: 1px solid #211f20;
    */
    border: 5px solid #9B9B9B;
}

#zmienPojazd h4 {
   color: #4b6c9e;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #383838;
    margin-bottom: 25px;
}

#zmienPojazd .fa-car {
    font-size: 25px;
    padding-right: 10px;
}

#zmienPojazd .modal-footer {
    border-top: 1px solid #383838;
    margin-top: 0;
}

#zmienPojazd .modal-dialog {
    padding-top: 100px;
}

.btn-zmien-pojazd, .btn-dodaj-moj-pojazd {
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #777;
    font-weight: 600;
}

button.btn-zmien-pojazd:hover, button.btn-zmien-pojazd:focus, button.btn-zmien-pojazd:active {
    color: rgb(241, 255, 255);
}
button.btn-dodaj-moj-pojazd:hover, button.btn-dodaj-moj-pojazd:focus, button.btn-dodaj-moj-pojazd:active {
    color: rgb(241, 255, 255);
}

.karta-producent {
    text-transform: none;
}

.promocje-slider {
    border: 5px solid #f9f9f9;
    margin-top: 5px;
    margin-bottom: 15px;
}

.naglowek-promocje-slider-kontener {
    background-color: #000;
}

.naglowek-promocje-slider {
    background-color: rgb(153, 153, 153);
    padding: 9px;
    margin-top: 0;
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    width: 130px;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.naglowek-montaz {
    background-color: rgb(153, 153, 153);
    padding: 11px;
    margin-top: 0;
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    width: 195px;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.montaz-body {
    background-color: #f5f5f5;
    text-align: center;
    padding: 12px;
}

.naglowek-kupowali-kontener {
    background-color: rgb(249, 249, 249);
}

.naglowek-kupowali {
    background-color: rgb(29, 29, 29);
    padding: 12px;
    margin-top: 0;
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    width: 300px;
    padding-left: 25px;
    margin-bottom: 0;
}

.inni-kupowali {
    border: 5px solid #f9f9f9;
    margin-top: 25px;
}

.kupowali-cena-kontener {
    margin-top: 8px;
    border: 1px solid #e3e3e3;
}

.kupowali-cena {
    font-size: 18px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 0;
    display: inline-block;
}

.kupowali-opis {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    padding-left: 5px;
}

.kupowali-produkt {
    padding: 15px 0 5px 0;
}

.kupowali-nazwa {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kupowali-nr {
    display: block;
    font-size: 13px;
    color: #676767;
}

.fa-kupowali {
    background-color: rgb(153, 153, 153);
    ;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.produkt-tab {
    border: 5px solid #f9f9f9;
    border-top: none;
}

.media-left {
    max-height: 140px;
}

.tow-history-cart {
    background-color: rgb(153, 153, 153);
    color: #fff !important;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    padding: 6px 8px;
}

.brak-koszyk {
    width: 76px;
    height: 28px;
    display: block;
}

.navbar-inverse .navbar-nav > li.open > a.btn-koszyk-a:focus {
    color: #fff !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #E5E5E5;
}

.grupa-najpopularniejsze-marki-title {
    background-color: rgb(153, 153, 153);
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
}

.grupa-najpopularniejsze-marki-bok {
    background-color: #000;
    height: 35px;
    line-height: 35px;
}

ul.grupa-najpopularniejsze-marki {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

li.grupa-najpopularniejsze-marki-item {
    display: block;
    height: 65px;
    width: 14%;
    float: left;
    min-width: 65px;
    padding-top: 10px;
}

    li.grupa-najpopularniejsze-marki-item a {
        text-decoration: none;
        color: #fff;
        background-color: #fff;
        display: block;
        width: 100%;
        height: 65px;
        line-height: 65px;
    }

    li.grupa-najpopularniejsze-marki-item i {
        max-width: 100%;
        max-height: 65px;
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */
        filter: grayscale(100%);
        margin-left: auto;
        margin-right: auto;
    }

        li.grupa-najpopularniejsze-marki-item i:hover {
            -webkit-filter: grayscale(0);
            /* Chrome, Safari, Opera */
            filter: grayscale(0);
        }

.asterix-require {
    color: rgb(153, 153, 153);
}

.asterix-desc {
    color: #777;
}

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0;
        background-color: #f9f9f9;
        border-color: #fff;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 16px;
        z-index: 10;
        margin: 1px;
        width: 30px;
        height: 30px;
        padding: 0;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

@media(min-width:768px) {
    .required-field-block .required-icon-2 {
        right: 0;
    }
}


@media(min-width:768px) {
    .required-icon-pocztowy {
        right: 42px !important;
    }
}

@media(max-width:768px) {
    .required-icon-pocztowy {
        right: 57px !important;
    }
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: rgb(153, 153, 153);
    font-size: 18px;
    margin: 3px 0 0 12px;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
        border: none !important;
        display: block;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6C6E71;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0;
        height: 0;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 0;
        z-index: 9999;
    }
    /* scrollbar height/width & offset from container borders */
    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }
    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

.scrollable-menu {
    /*height: auto;
     overflow-x: hidden;
    */
    max-height: 500px;
    padding-bottom: 50px;
}

.grupa-popularne-czesci-title {
    background-color: rgb(153, 153, 153);
    color: #fff;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.grupa-popularne-czesci-bok {
    background-color: #000;
    height: 35px;
    line-height: 35px;
}

.grupa-popularne-czesci-dane a {
    text-decoration: none;
    text-align: center;
    padding: 0 0;
    display: block;
    height: 105px;
    color: #EDEDED;
}

.grupa-popularne-czesci-dane i {
    margin-left: auto;
    margin-right: auto;
}

.grupa-popularne-czesci-dane a:hover {
    color: black !important;
}

.grupa-popularne-czesci-item-title {
    font-size: 11px;
    text-transform: uppercase;
}

.grupa-popularne-czesci-item {
    padding: 0;
    background-color: #1C1C1C;
}

    .grupa-popularne-czesci-item:hover {
        background-color: #808080;
    }

.btn-przelewy24 {
    cursor: pointer;
    display: inline-block;
    padding: 15px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgb(87, 85, 85);
    background-color: #fff;
    border-color: #ccc;
    margin-top: 25px;
}

    .btn-przelewy24:hover {
        background-color: #2574A9;
        color: #fff;
        border: 1px solid #fff;
    }

.przelewy24-container {
    text-align: center;
    padding: 50px 0;
    display: block;
}

    .przelewy24-container .fa-info-circle {
        color: #369;
    }

.podpis-karta {
    font-size: 11px;
    display: block;
}

.podpis-karta-OEM {
    font-size: 11px;
    line-height: 22px;
    display: block;
}

.webshop-carousel-control .glyphicon-chevron-left {
    left: 10% !important;
    color: #333 !important;
}
/* LOGOTYPY MAREK */
.logotypy-marki {
    background-image: url(./img/Logotyp/Marki/logotypy-marki.png);
    background-repeat: no-repeat;
    display: block;
}

.logotypy-marki-alfa {
    width: 65px;
    height: 44px;
    background-position: 0 0;
}

.logotypy-marki-audi {
    width: 65px;
    height: 44px;
    background-position: -65px 0;
}

.logotypy-marki-bmw {
    width: 65px;
    height: 44px;
    background-position: -130px 0;
}

.logotypy-marki-citroen {
    width: 65px;
    height: 44px;
    background-position: -65px -44px;
}

.logotypy-marki-chevrolet {
    width: 65px;
    height: 44px;
    background-position: -195px 0;
}

.logotypy-marki-chrysler {
    width: 65px;
    height: 44px;
    background-position: 0 -44px;
}

.logotypy-marki-citroen {
    width: 65px;
}

.logotypy-marki-dacia {
    width: 65px;
    height: 44px;
    background-position: -130px -44px;
}

.logotypy-marki-daewoo {
    width: 65px;
    height: 44px;
    background-position: -195px -44px;
}

.logotypy-marki-dodge {
    width: 65px;
    height: 44px;
    background-position: 0 -88px;
}

.logotypy-marki-fiat {
    width: 65px;
    height: 44px;
    background-position: -65px -88px;
}

.logotypy-marki-ford {
    width: 65px;
    height: 44px;
    background-position: -130px -88px;
}

.logotypy-marki-honda {
    width: 65px;
    height: 44px;
    background-position: -195px -88px;
}

.logotypy-marki-hyundai {
    width: 65px;
    height: 44px;
    background-position: 0 -132px;
}

.logotypy-marki-jaguar {
    width: 65px;
    height: 44px;
    background-position: -65px -132px;
}

.logotypy-marki-jeep {
    width: 65px;
    height: 44px;
    background-position: -130px -132px;
}

.logotypy-marki-kia {
    width: 65px;
    height: 44px;
    background-position: -195px -132px;
}

.logotypy-marki-land-rover {
    width: 65px;
    height: 44px;
    background-position: 0 -176px;
}

.logotypy-marki-lexus {
    width: 65px;
    height: 44px;
    background-position: -65px -176px;
}

.logotypy-marki-mazda {
    width: 65px;
    height: 44px;
    background-position: -130px -176px;
}

.logotypy-marki-mercedes {
    width: 65px;
    height: 44px;
    background-position: -195px -176px;
}

.logotypy-marki-mitsubishi {
    width: 65px;
    height: 44px;
    background-position: 0 -220px;
}

.logotypy-marki-nissan {
    width: 65px;
    height: 44px;
    background-position: -65px -220px;
}

.logotypy-marki-opel {
    width: 65px;
    height: 44px;
    background-position: -130px -220px;
}

.logotypy-marki-peugeot {
    width: 65px;
    height: 44px;
    background-position: -195px -220px;
}

.logotypy-marki-renault {
    width: 65px;
    height: 44px;
    background-position: 0 -264px;
}

.logotypy-marki-saab {
    width: 65px;
    height: 44px;
    background-position: -65px -264px;
}

.logotypy-marki-seat {
    width: 65px;
    height: 44px;
    background-position: -130px -264px;
}

.logotypy-marki-skoda {
    width: 65px;
    height: 44px;
    background-position: -195px -264px;
}

.logotypy-marki-subaru {
    width: 65px;
    height: 44px;
    background-position: -260px 0;
}

.logotypy-marki-suzuki {
    width: 65px;
    height: 44px;
    background-position: -260px -44px;
}

.logotypy-marki-toyota {
    width: 65px;
    height: 44px;
    background-position: -260px -88px;
}

.logotypy-marki-volvo {
    width: 65px;
    height: 44px;
    background-position: -260px -132px;
}

.logotypy-marki-vw {
    width: 65px;
    height: 44px;
    background-position: -260px -176px;
}
/* POPULARNE CZESCI */
.popularne-czesci {
    background-image: url(./img/popularne-czesci/popularne-czesci.png );
    background-repeat: no-repeat;
    display: block;
}

.popularne-czesci-akumulator {
    width: 80px;
    height: 67px;
    background-position: 0 0;
}

.popularne-czesci-amortyzator {
    width: 80px;
    height: 67px;
    background-position: -80px 0;
}

.popularne-czesci-czujnik-temperatury-wody {
    width: 80px;
    height: 67px;
    background-position: -160px 0;
}

.popularne-czesci-filtr-oleju {
    width: 80px;
    height: 67px;
    background-position: -240px 0;
}

.popularne-czesci-filtr-powietrza {
    width: 80px;
    height: 67px;
    background-position: -320px 0;
}

.popularne-czesci-klocki-hamulcowe {
    width: 80px;
    height: 67px;
    background-position: -400px 0;
}

.popularne-czesci-pasek-klinowy {
    width: 80px;
    height: 67px;
    background-position: -480px 0;
}

.popularne-czesci-pasek-rozrzadu {
    width: 80px;
    height: 67px;
    background-position: -560px 0;
}

.popularne-czesci-sprzeglo {
    width: 80px;
    height: 67px;
    background-position: -640px 0;
}

.popularne-czesci-swieca-zaplonowa {
    width: 80px;
    height: 67px;
    background-position: -720px 0;
}

.popularne-czesci-tarcza-hamulcowa {
    width: 80px;
    height: 67px;
    background-position: -800px 0;
}

.popularne-czesci-wycieraczki {
    width: 80px;
    height: 67px;
    background-position: -880px 0;
}

input[aria-owns="ddsAdres_listbox"], input[aria-owns="ddsMiejscowosc_listbox"], input[aria-owns="dwAdres_listbox"], input[aria-owns="dwMiejscowosc_listbox"] {
    padding: 5px 0 !important;
}

.k-dropdown-wrap.k-state-default {
    border-color: #fff;
}

.label-regulamin {
    margin-left: 21px;
    display: block !important;
}

.checkbox-regulamin {
    margin-right: 0 !important;
    margin-left: -20px !important;
}

.header-demo, .footer-demo {
    background-color: #211f20;
    color: #fff;
}

.list-group-demo {
    overflow-y: auto;
    max-height: 600px;
}
/* Wybor opon - strat */
.toolbar-opona {
    background-image: url(./img/toolbar-opona.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.toolbar-felga {
    background-image: url(./img/toolbar-felga.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.toolbar-opona-pojazd {
    background-image: url(./img/toolbar-opona-pojazd.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.toolbar-opona-wh {
    background-image: url(./img/toolbar-opona-wh.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.toolbar-felga-wh {
    background-image: url(./img/toolbar-felga-wh.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-nav > li:hover .toolbar-opona-wh {
    background-image: url(./img/toolbar-opona.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-nav > li:hover .toolbar-felga-wh {
    background-image: url(./img/toolbar-felga.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

#WyborOpon {
  
    background-image: url('img/opony.png');
    width: 465px;
    height: 280px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 3px solid #E5E5E5;
    -webkit-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
}

#WyborOpon-Tlo {
    min-height: 314px;
}

#WyborOpon-Tytul {
    position: relative;
    top: 0;
    left: 138px;
    font-size: 16pt;
    font-weight: bold;
    border-bottom: solid 1px #D0D0D0;
    padding-bottom: 10px;
    display: inline-block;
}

form#WyborOponWgRozmiaru {
    position: relative;
    left: 195px;
    top: 17px;
}

#WyborOponWgRozmiaru label {
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #5B5B5B;
}

    #WyborOponWgRozmiaru label.TopZero {
        margin-top: 0;
    }
/*Wybór opony wg pojazdu - start*/
#WyborOponPojazd {
    background-image: url(./img/opony-pojazd.png);
    width: 465px;
    height: 310px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 3px solid #E5E5E5;
    -webkit-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
}

#WyborOpon-Tlo-Pojazdy {
    min-height: 344px;
}

#WyborOponPojazd-Tytul {
    position: relative;
    top: 0;
    left: 138px;
    font-size: 16pt;
    font-weight: bold;
    border-bottom: solid 1px #D0D0D0;
    padding-bottom: 10px;
    display: inline-block;
}

form#WyborOponWgPojazdu {
    position: relative;
    left: 127px;
    top: 0;
}

    form#WyborOponWgPojazdu label {
        display: block;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: normal;
        font-size: 13px;
        color: #5B5B5B;
    }

        form#WyborOponWgPojazdu label.TopZero {
            margin-top: 0;
        }

span.WyborOponPojazd-Prawy-Title {
    display: block;
    margin-bottom: 3px;
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    color: #5B5B5B;
}

#WyborOponPojazd-Lewy {
    float: left;
    padding-right: 16px;
    border-right: solid 1px #D0D0D0;
}

#WyborOponPojazd-Prawy {
    float: left;
    padding-left: 16px;
}

#WyborOponPojazd-SzukajWgOpisu {
    position: absolute;
    top: 250px;
    left: 0;
    padding: 10px 10px;
    background-color: rgb(153, 153, 153);
    margin-top: 3px;
    margin-bottom: 3px;
    width: 250px;
}

    #WyborOponPojazd-SzukajWgOpisu .k-autocomplete {
        padding: 0;
    }

#WyborOponPojazd-Lewy span.WyborOponPojazd-Lewy-Item {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

#WyborOponPojazd-Prawy span.WyborOponPojazd-Prawy-Item {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#WyborOponPojazd-Prawy {
    float: left;
    padding-left: 16px;
}

    #WyborOponPojazd-Prawy span.WyborOpon-Prawy-Item {
        display: block;
        clear: both;
    }

#WyborOponPojazd-Lewy span.k-combobox {
    width: 110px;
}

#WyborOponPojazd-Lewy input {
    width: 110px;
}

#WyborOponPojazd-Prawy input.poj {
    width: 160px;
    height: 31px;
    padding: 0;
}

#WyborOponPojazd-Prawy span.k-combobox {
    width: 160px;
}

#WyborOponPojazd-Lewy span.k-dropdown {
    width: 110px;
}

.opona-rozmiar-opcja {
    font-size: 14px;
    cursor: pointer;
}

    .opona-rozmiar-opcja:hover {
        text-decoration: underline;
    }

.opona-rozmiar-opcja-aktywna {
    font-weight: bold;
}

.lista-opony-opcje {
    margin-top: 10px;
    border-top: 1px solid #E5E5E5;
    padding-left: 5px;
}

.opona-wybor-pojazd-input-wrapper {
    left: 140px;
    color: #fff;
    position: absolute;
    z-index: 9;
    background-color: #4b6c9e;
    padding: 6px 10px 7px 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid #CBC8C8;
}

@media(max-width:600px) {
    #WyborOponPojazd-SzukajWgOpisu {
        display: none;
    }

    #WyborOpon-Tlo-Pojazdy {
        min-height: 395px;
    }

    #WyborOponPojazd {
        width: 295px;
        height: 300px;
        position: absolute;
        top: 15px;
        left: 15px;
        background-image: none;
        background-color: #F9F9F9;
        margin-top: 64px;
    }

    #WyborOponPojazd-Tytul {
        position: relative;
        top: 0;
        left: 23px;
        font-size: 13pt;
        font-weight: bold;
        border-bottom: solid 1px #D0D0D0;
        padding-bottom: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    form#WyborOponWgPojazdu {
        position: relative;
        left: 10px;
        top: 0;
    }

    #WyborOponPojazd-Lewy span.k-combobox {
        width: 110px;
    }

    #WyborOponPojazd-Lewy span.k-dropdown {
        width: 110px;
    }

    #WyborOponPojazd-Lewy input {
        width: 110px;
        height: 31px;
        padding: 0;
    }

    #WyborOponPojazd-Prawy span.k-combobox {
        width: 120px;
    }

    #WyborOponPojazd-Prawy input {
        width: 120px;
    }
}
/*Wybór opony wg pojazdu - koniec*/
#WyborOpon-Lewy {
    float: left;
    padding-right: 16px;
    border-right: solid 1px #D0D0D0;
}

#WyborOpon-Prawy {
    float: left;
    padding-left: 16px;
}

#WyborOpon-Lewy span.WyborOpon-Lewy-Item {
    display: block;
    clear: both;
}

#WyborOpon-Prawy span.WyborOpon-Prawy-Item {
    display: block;
    clear: both;
}

#WyborOpon-Lewy span.k-combobox, #WyborOpon-Lewy span.k-dropdown {
    width: 100px;
}

#WyborOpon-Lewy input {
    width: 100px;
}

#WyborOpon-Prawy span.k-combobox {
    width: 110px;
}

#WyborOpon-Prawy span.k-dropdown {
    width: 110px;
}

#WyborOpon-Prawy input {
    width: 110px;
}

#btnSzukajOponyWgRozmiar, #btnSzukajOponyWgRozmiarDDL, #btnSzukajOponyWgRozmiarDodatkoweKryt {
    background-color: #000000;
    margin-top: 6px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    line-height: 33px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 210px;
    font-size: 13px;
}

#btnSzukajOponyWgRozmiarDDL {
    max-width: 185px;
}

#WyborOponPrzyciski-Lista {
    list-style: none;
}

.WyborOponPrzyciski-Item {
    display: block;
    width: 77px;
    height: 80px;
    background-color: #F9F9F9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #BFC0C1;
    margin: 4px;
    -webkit-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    cursor: pointer;
}

#WyborOpon-Prawy span.center {
    text-align: center;
}

#opona-zaawansowane {
    color: #4b6c9e;
    font-size: 13px;
    padding-top: 5px;
    display: inline-block;
}

a#opona-zaawansowane:hover {
    text-decoration: underline !important;
}

ul.WyborOponPrzyciski-Lista > li.active {
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #373737;
}

ul.WyborOponPrzyciski-Lista > li:hover {
 background-color: rgb(75, 108, 158);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid rgb(75, 108, 158);
}

.WyborOponPrzyciski-Item {
    color: #494949;
}

ul.WyborOponPrzyciski-Lista > li:hover {
    color: #fff;
}

ul.WyborOponPrzyciski-Lista > li.active {
    color: #fff;
}

div#WyborOponPrzyciski {
    position: absolute;
    top: 25px;
    left: 435px;
    z-index: 1;
}

.WyborOponPrzyciski-Item span {
    display: block;
    line-height: 13px;
    text-align: center;
    font-size: 12px;
}

.WyborOponPrzyciski-Item i {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    font-size: 22px;
    padding-top: 10px;
}

    .WyborOponPrzyciski-Item i.fa-truck {
        font-size: 27px;
    }

    .WyborOponPrzyciski-Item i.fa-motorcycle {
        font-size: 27px;
    }

@media(max-width:600px) {
    #WyborOpon-Tlo {
        min-height: 335px;
    }

    #WyborOpon {
        width: 295px;
        height: 240px;
        position: absolute;
        top: 15px;
        left: 15px;
        background-image: none;
        background-color: #F9F9F9;
        margin-top: 64px;
    }

    #WyborOpon-Tytul {
        position: relative;
        top: 0;
        left: 23px;
        font-size: 13pt;
        font-weight: bold;
        border-bottom: solid 1px #D0D0D0;
        padding-bottom: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    form#WyborOponWgRozmiaru {
        position: relative;
        left: 20px;
        top: 0;
    }

    div#WyborOponPrzyciski {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .WyborOponPrzyciski-Item {
        float: left;
    }
}

#opony-small-filtr {
    background-image: url(./img/opony-small.png);
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    background-position: 0 37px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}

#opony-small-tytul {
    font-size: 16pt;
    font-weight: bold;
    padding-bottom: 0;
    display: inline-block;
    padding-left: 20px;
    margin-top: 10px;
}
/* Wybor opon - stop */
.desoslide-wrapper {
    width: 255px;
    height: 255px;
}

.lista-opony {
    padding-left: 5px;
}

.opony-small-btn-szukaj {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

#opony-small-filtr label {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

    #opony-small-filtr label.TopZero {
        margin-top: 0;
    }

#opony-small-wymiary {
    margin-left: 101px;
    margin-top: 12px;
}

#opony-small-inne {
    clear: both;
    margin-top: 25px;
    height: 170px;
}

    #opony-small-inne label {
        font-weight: bold;
    }

#opony-small-wymiary span.opony-small-wymiary-item {
    display: block;
    clear: both;
}

#opony-small-inne span.opony-small-inne-item {
    display: block;
    float: left;
    padding-left: 12px;
    width: 122px;
}

.opona-filtr-checkbox{
margin-left:12px;
}

#opony-small-inne #opona-rof, #opony-small-inne #opona-wzmocnienie {
    font-size: 12px;
    width: 15px;
}

#opony-small-wymiary span.k-combobox {
    font-size: 12px;
    width: 100px;
    border-color: #8C8C90;
}

#opony-small-wymiary input {
    font-size: 12px;
    width: 100px;
}

#opony-small-inne span.k-combobox {
    font-size: 12px;
    width: 100px;
    border-color: #8C8C90;
}

#opony-small-inne span.k-dropdown {
    font-size: 12px;
    width: 109px;
    border-color: #8C8C90;
}

#opony-small-inne input {
    font-size: 12px;
    width: 100px;
}

#opony-small-inne .k-dropdown-wrap.k-state-default {
    border-color: rgb(222, 222, 224) !important;
}

.opona-producent {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Open Sans' !important;
}

.opona-klasa {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans' !important;
    margin-top: 5px;
    margin-bottom: 7px;
    white-space: nowrap;
    float: left;
    margin-right: 20px;
}

.opona-podtyp {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans' !important;
    margin-top: 5px;
    margin-bottom: 7px;
    white-space: nowrap;
    float: left;
}

.opona-dataprodukcji {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans' !important;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 20px;
    white-space: nowrap;
    float: left;
}

.opona-model {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 5px;
    font-family: 'Open Sans' !important;
    font-size: 19px;
    margin-top: 3px;
    margin-bottom: 7px;
    white-space: nowrap;
}

.opona-rozmiar {
    clear: both;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Open Sans' !important;
    float: left;
    padding-right: 4px;
    white-space: nowrap;
    font-size: 22px;
}

.opona-xl {
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Open Sans' !important;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 3px;
    margin-right: 3px;
    font-size: 18px;
}

.opona-indeks-nosnosci {
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Open Sans' !important;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 3px;
    margin-right: 3px;
    font-size: 18px;
}

.opona-indeks-nosnosci-preview h4 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

.opona-indeks-predkosci {
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Open Sans' !important;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 3px;
    font-size: 18px;
}

.opona-indeks-predkosci-preview h4, .opona-homologacja-preview h4 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

.opona-etykieta {
    display: inline-block;
    border: solid 1px #868686;
    padding: 3px;
    line-height: 18px;
    margin-right: 6px;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-family: 'Open Sans' !important;
    margin-left: 8px;
    float: left;
    margin-top: 3px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-top: 0;
}

.opona-sezon {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Open Sans' !important;
    float: left;
}

.opona-sezon-letnia {
    background-image: url(./img/opona-letnia.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 20px;
    display: inline-block;
    line-height: 30px;
    float: left;
    margin-right: 1px;
}

.opona-sezon-zimowa {
    background-image: url(./img/opona-zimowa.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 20px;
    display: inline-block;
    line-height: 30px;
    float: left;
    margin-right: 1px;
}

.opona-sezon-uniwersalna {
    background-image: url(./img/opona-uniwersalna.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 20px;
    display: inline-block;
    line-height: 30px;
    float: left;
    margin-right: 1px;
}

.opona-promocja-producent {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans' !important;
}

.opona-promocja-model {
    display: block;
    line-height: 25px;
    font-family: 'Open Sans' !important;
    font-size: 17px;
    white-space: nowrap;
}

.opona-promocja-rozmiar {
    display: block;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Open Sans' !important;
    white-space: nowrap;
}

.border-add-3 {
    border-bottom: 1px solid #e7e6e7;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 0;
}

.opona-list-view-bar {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e7e6e7;
}

.opona-etykieta-preview {
    font-size: 10pt;
}

.opona-etykieta-obrazek {
    background-image: url(./img/opona-etykieta-obrazek.png);
    height: 238px;
    width: 162px;
}

.opona-etykieta-obrazek-energ {
    background-image: url(./img/opona-etykieta-obrazek-energ.png);
    height: 238px;
    width: 162px;
}

.opona-klasa-energetycznosci {
    background-image: url(./img/opona-etykieta-obrazek-wskaznik-energ.png);
    position: absolute;
    width: 21px;
    height: 20px;
    left: 71px;
    padding-left: 9px;
    color: #fff;
}

.opona-klasa-energetycznosci-A {
    top: 159px;
}

.opona-klasa-energetycznosci-B {
    top: 176px;
}

.opona-klasa-energetycznosci-C {
    top: 194px;
}

.opona-klasa-energetycznosci-D {
    top: 211px;
}

.opona-klasa-energetycznosci-E {
    top: 228px;
}

.opona-klasa-energetycznosci-F {
    top: 192px;
}

.opona-klasa-energetycznosci-G {
    top: 206px;
}



.opona-klasa-przyczepnosci {
    background-image: url(./img/opona-etykieta-obrazek-wskaznik-energ.png);
    position: absolute;
    width: 21px;
    height: 20px;
    left: 147px;
    padding-left: 9px;
    color: #fff;
}

.opona-klasa-przyczepnosci-A {
    top: 159px;
}

.opona-klasa-przyczepnosci-B {
    top: 176px;
}

.opona-klasa-przyczepnosci-C {
    top: 194px;
}

.opona-klasa-przyczepnosci-D {
    top: 211px;
}

.opona-klasa-przyczepnosci-E {
    top: 228px;
}

.opona-klasa-przyczepnosci-F {
    display: none;
}

.opona-klasa-przyczepnosci-G {
    display: none;
}

.opona-klasa-producent {
    top: 92px;
    position: absolute;
    left: 22px;
    font-size: 10px;
    font-weight: 800;
}

.opona-klasa-producent {
    top: 92px;
    position: absolute;
    left: 22px;
    font-size: 10px;
    font-weight: 800;
}

.opona-klasa-klasa {
    top: 107px;
    right: 28px;
    position: absolute;
    font-size: 10px;
}

.opona-klasa-rozmiar {
    top: 107px;
    left: 23px;
    position: absolute;
    font-size: 10px;
}

.opona-klasa-nrkatalogowy {
    top: 93px;
    right: 28px;
    position: absolute;
    font-size: 10px;
}

.opona-klasa-snieg {
    background-image: url(./img/opona-etykieta-obrazek-snieg.png);
    position: absolute;
    width: 34px;
    height: 32px;
    left: 85px;
    top: 260px;
}

.opona-klasa-lod {
    background-image: url(./img/opona-etykieta-obrazek-lod.png);
    position: absolute;
    width: 34px;
    height: 32px;
    left: 125px;
    top: 261px;
}

.opona-klasa-wartosci-halasu-db {
    position: absolute;
    width: 57px;
    height: 27px;
    left: 25px;
    padding-left: 15px;
    color: #000;
    top: 256px;
    line-height: 27px;
    font-size: 9px;
    font-weight: 800;
}

    .opona-klasa-wartosci-halasu-db > span > span {
        font-weight: normal;
        font-size: 8px;
    }


.opona-klasa-wartosci-halasu-1-keski {
    background-image: url(./img/opona-etykieta-obrazek-db-1-keski.png);
    position: absolute;
    width: 52px;
    height: 36px;
    left: 48px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}


.opona-klasa-wartosci-halasu-2-keski {
    background-image: url(./img/opona-etykieta-obrazek-db-2-keski.png);
    position: absolute;
    width: 52px;
    height: 36px;
    left: 48px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}


.opona-klasa-wartosci-halasu-3-keski {
    background-image: url(./img/opona-etykieta-obrazek-db-3-keski.png);
    position: absolute;
    width: 52px;
    height: 36px;
    left: 48px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}

.opona-klasa-wartosci-halasu-a {
    background-image: url(./img/opona-etykieta-obrazek-db-a.png);
    position: absolute;
    width: 53px;
    height: 41px;
    left: 26px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}


.opona-klasa-wartosci-halasu-b {
    background-image: url(./img/opona-etykieta-obrazek-db-b.png);
    position: absolute;
    width: 53px;
    height: 41px;
    left: 26px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}


.opona-klasa-wartosci-halasu-c {
    background-image: url(./img/opona-etykieta-obrazek-db-c.png);
    position: absolute;
    width: 53px;
    height: 41px;
    left: 26px;
    padding-left: 12px;
    color: #fff;
    top: 252px;
}

.opona-ikona-klasa-energetycznosci {
    background-image: url(./img/opona-etykieta-obrazek-opor-toczenia-keski.png);
    width: 38px;
    height: 36px;
    display: inline-block;
    float: left;
}

.opona-ikona-klasa-przyczepnosci {
    background-image: url(./img/opona-etykieta-obrazek-hamowanie.png);
    width: 38px;
    height: 36px;
    display: inline-block;
    float: left;
}

.opona-ikona-klasa-wartosci-halasu {
    background-image: url(./img/opona-etykieta-obrazek-db-3-keski.png);
    width: 52px;
    height: 36px;
    display: inline-block;
    float: left;
}

.opony-montaz-w-serwisie {
    background-color: rgba(140,140,140,0.83);
    width: 100%;
    /* height: 31px;
     */
    color: #fff;
    position: absolute;
    top: 110px;
    left: 0;
    /* line-height: 27px;
     */
    padding: 2px;
    font-size: 14px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 6px;
}

.opony-montaz-w-serwisie-ikona {
    /* height: 31px;
     */
    color: #fff;
    font-size: 16px;
    padding-left: 2px;
}

#opony-small-etykieta-ue-item-ke span.k-combobox, #opony-small-etykieta-ue-item-kp span.k-combobox {
    font-size: 13px;
    width: 195px;
    border-color: #8C8C90;
    margin-left: 10px;
}

#opony-small-etykieta-ue-item-ke span.k-dropdown, #opony-small-etykieta-ue-item-kp span.k-dropdown {
    font-size: 13px;
    width: 195px;
    border-color: #8C8C90;
    margin-left: 10px;
}

#opony-small-etykieta-ue-item-ke input, #opony-small-etykieta-ue-item-kp input {
    font-size: 13px;
    width: 195px;
}

#opony-small-etykieta-ue-item-wht span.k-combobox {
    font-size: 13px;
    width: 195px;
    border-color: #8C8C90;
    margin-left: 5px;
}

#opony-small-etykieta-ue-item-wht span.k-dropdown {
    font-size: 13px;
    width: 195px;
    border-color: #8C8C90;
    margin-left: 5px;
}

#opony-small-etykieta-ue-item-wht input {
    font-size: 13px;
    width: 195px;
}

@media (max-width: 1200px) {
    #opony-small-wymiary {
        margin-left: 100px;
    }

    #opony-small-inne span.opony-small-inne-item {
        padding-left: 15px;
    }

    #opony-small-etykieta-ue span.opony-small-etykieta-ue-item {
        padding-left: 15px;
    }

    #opony-small-etykieta-ue-item-ke span.k-combobox, #opony-small-etykieta-ue-item-kp span.k-combobox {
        font-size: 13px;
        width: 150px;
        border-color: #8C8C90;
        margin-left: 10px;
    }

    #opony-small-etykieta-ue-item-ke span.k-dropdown, #opony-small-etykieta-ue-item-kp span.k-dropdown {
        font-size: 13px;
        width: 150px;
        border-color: #8C8C90;
        margin-left: 10px;
    }

    #opony-small-etykieta-ue-item-ke input, #opony-small-etykieta-ue-item-kp input {
        font-size: 13px;
        width: 150px;
    }

    #opony-small-etykieta-ue-item-wht span.k-combobox {
        font-size: 13px;
        width: 150px;
        border-color: #8C8C90;
        margin-left: 5px;
    }

    #opony-small-etykieta-ue-item-wht span.k-dropdown {
        font-size: 13px;
        width: 150px;
        border-color: #8C8C90;
        margin-left: 5px;
    }

    #opony-small-etykieta-ue-item-wht input {
        font-size: 13px;
        width: 150px;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .opony-montaz-w-serwisie {
        font-size: 11px;
    }
}

.karta-opona-big-title {
    font-size: 24px;
    font-weight: bold;
}

.karta-opona-feature {
    display: block;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.karta-opona-etykieta-opis {
    font-size: 16px;
}

.opona-karta-etykieta-ue-content {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-extra-top-10px {
    margin-top: 10px;
}

.margin-extra-bottom-10px {
    margin-bottom: 10px;
}

.margin-extra-top-20px {
    margin-top: 20px;
}

.margin-extra-bottom-20px {
    margin-bottom: 20px;
}

.margin-extra-top-30px {
    margin-top: 30px;
}

.margin-extra-bottom-30px {
    margin-bottom: 30px;
}

.opona-lista-etykieta-wartosci {
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    float: left;
    margin-right: 6px;
    margin-left: 6px;
}

#opona-sezon_listbox input[type="checkbox"] {
    margin-right: 5px;
}

#opona-producent_listbox input[type="checkbox"] {
    margin-right: 5px;
}

.opona-ikona-eu {
    background-image: url('img/Ikony/etykietyUE.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
}

.opona-ikona-klasa-energetycznosci-lista {
    background-image: url(./img/opona-paliwo.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 26px;
}

.opona-opis-klasa-energetycznosci-lista {
    padding-right: 5px;
    padding-left: 2px;
}

.opona-ikona-klasa-przyczepnosci-lista {
    background-image: url(./img/opona-chmura.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.opona-opis-klasa-przyczepnosci-lista {
    padding-right: 5px;
    padding-left: 2px;
}

.opona-ikona-klasa-wartosci-halasu-lista {
    background-image: url(./img/opona-trabka.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.header-demo .close, #timetableModal .close {
    color: #fff;
}

.footer-demo .btn-default:hover {
    background-color: #fff;
}

.historia-carousel .active {
    border-right: 1px solid #eee;
}

.opona-opis-klasa-wartosci-halasu-lista {
    padding-left: 2px;
}

#opona-typ_listbox input[type="checkbox"] {
    margin-right: 5px;
}

#opona-indeks_listbox input[type="checkbox"] {
    margin-right: 5px;
}

#opona-nosnosc_listbox input[type="checkbox"] {
    margin-right: 5px;
}

.top-section-btn .fa-user {
    font-size: 13px;
}

.filtr-modele-wersje {
    font-size: 12px;
    padding-right: 0;
}

    .filtr-modele-wersje .btn, .filtr-modele-wersje .form-control {
        font-size: 12px !important;
        height: 31px;
        padding: 5px;
    }

.marka-model-filtr-input-group-addon {
    padding: 3px !important;
    font-size: 12px !important;
}

.pojazd-rok-produkcji-content .k-combobox {
    width: 137px;
}

.pojazd-rok-produkcji-content-wersja .k-combobox {
    width: 90px;
}

#pojazd-rok-produkcji {
    width: 90px;
}

.pojazd-rok-produkcji-content input.k-input {
    height: 26px !important;
}

.pojazd-rok-produkcji-content span.k-dropdown-wrap.k-state-default {
    height: 29px;
}

.pojazd-rodzaj-paliwa-content .k-combobox {
    width: 90px;
}

@media (max-width: 1200px) {
    .pojazd-rok-produkcji-content .k-combobox {
        /*width:80px;
        */
    }

    #pojazd-rok-produkcji {
        width: 80px;
    }

    .pojazd-rodzaj-paliwa-content .k-combobox {
        width: 80px;
    }
}

@media (max-width: 968px) {
    .pojazd-rok-produkcji-content .k-combobox {
        width: 100%;
    }

    .pojazd-moc-silnika-content .input-group, .pojazd-pojemnosc-silnika-content .input-group {
        margin: 2px 0 2px 5px !important;
    }

    #pojazd-rok-produkcji {
        width: 100%;
    }

    .pojazd-rodzaj-paliwa-content .k-combobox {
        width: 100%;
    }
}

#pojazd-rok-produkcji {
    height: 29px;
}

#pojazd-rodzaj-paliwa {
    height: 29px;
}

.pojazd-rodzaj-paliwa-content input.k-input {
    height: 26px !important;
}

.pojazd-rodzaj-paliwa-content span.k-dropdown-wrap.k-state-default {
    height: 29px;
}

#pojazd-rodzaj-paliwa {
    width: 120px;
}

.pojazd-rodzaj-paliwa-content {
    padding-top: 5px;
}

.pojazd-moc-silnika-content {
    padding-top: 5px;
}

@media (max-width: 968px) {
    .pojazd-moc-silnika-content {
        padding-top: 0;
    }

    .filtr-pojazdu {
        padding-top: 0;
    }
}

.btn-pojazd-pojemnosc button.btn:focus, .btn-pojazd-pojemnosc button.btn:hover {
    color: #fff;
}

.btn-pojazd-moc-silnika button.btn:focus, .btn-pojazd-moc-silnika button.btn:hover {
    color: #fff;
}

.opony-menu {
    width: 660px;
    text-align: center;
}

    .opony-menu .thumbnail {
        border: 0;
    }

    .opony-menu h3 {
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    .opony-menu a {
        display: block;
        text-decoration: none;
        border: solid 1px #fff;
    }

        .opony-menu a:hover {
            background-color: #fff;
            border: solid 1px #E5E5E5;
        }

    .opony-menu img {
        max-width: 100%;
        height: 80px;
        margin-top: 20px;
    }

    .opony-menu .thumbnail .caption {
        text-align: center;
    }

.szukaj-wg-menu {
    width: 400px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

    .szukaj-wg-menu .thumbnail {
        border: 0;
    }

    .szukaj-wg-menu h3 {
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    .szukaj-wg-menu a {
        display: block;
        text-decoration: none;
        border: solid 1px #fff;
    }

.menu-glowne-border-right {
    border-right: solid 1px #E5E5E5 !important;
}

.szukaj-wg-menu a:hover {
    background-color: #fff;
    border: solid 1px #E5E5E5;
}

.szukaj-wg-menu img {
    max-width: 100%;
    height: 80px;
    margin-top: 20px;
}

.szukaj-wg-menu .thumbnail .caption {
    text-align: center;
}

.dropdown-menu-glowne {
    padding: 0 !important;
}

.nav-tabs li {
    background-color: #fff;
    color: #333;
}

.szukaj-w-cenniku {
    padding-left: 0;
    padding-right: 0;
}

.border-add-12 .znacznik-promocja {
    background-color: #4b6c9e;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 10px;
    bottom: 0;
    text-transform: capitalize;
    height: 35px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
}

.znacznik-promocja {
    background-image: url('img/Ikony/promocja_2.png');
    width: 120px;
    height: 46px;
    position: absolute;
    left: 2px;
    z-index: 1;
    top: -6px;
}

.znacznik-superpromocja {
    background-image: url('img/Ikony/superpromocja_2.png');
    width: 158px;
    height: 46px;
    position: absolute;
    left: 2px;
    z-index: 1;
    top: -6px;
}

.border-add-2 .znacznik-promocja {
    background-image: url('img/Ikony/promocja.png');
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    z-index: 99;
    top: -3px;
}

.znacznik-promocja .fa-tags {
    display: inline-block;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #4b6c9e;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
    margin-right: 5px;
}

.filtr-pojazdu {
    padding-top: 15px;
}

@media (max-width: 767px) {
    .filtr-pojazdu {
        padding-top: 0;
    }

    .filtr-modele-wersje .col-sm-5 {
        padding-left: 0;
    }
}

.qr-inline {
    /*display:block;
     width: 500px;
     display:inline-block;
     left:-388px;
     z-index:9999;
     color:#333;
    */
    width: 300px;
    left: -190px;
    z-index: 9999;
    color: #333;
}

.navbar-collapse {
    max-height: 440px;
}

#modal-polec .modal-header, #modal-polec .modal-footer {
    background-color: rgb(153, 153, 153);
    color: #fff;
}

.btn-polec {
    background-color: rgb(153, 153, 153);
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
    padding: 4px 10px;
}

    .btn-polec:hover, .btn-polec:focus, .btn-polec:active {
        background-color: rgb(153, 153, 153);
        color: #fff !important;
    }

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #fff;
    color: #000 !important;
}

label {
    font-weight: 600;
}

.polec-body {
    padding-top: 5px;
}

.top-section-qr {
    padding: 17px 8px;
}

.promocje-producent {
    display: block;
    margin-top: -8px;
    color: rgb(182, 182, 182);
    font-weight: 600;
}

.promocje-nrKatalogowy {
    display: block;
    color: rgb(182, 182, 182);
}

#podgladBig {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-produkt-arr {
    font-size: 1.5em;
}

.karta-opis-tytul-pojazd {
    background-color: #E6E6E6 !important;
    color: #000 !important;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}

#btnSzukajOponyCennik {
    background-color: #4b6c9e;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #4b6c9e;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#btnWyczyscFiltrOponyCennik {
    background-color: #e7e6e7;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e7e6e7;
    color: #000;
}

.lista-towarow-filtr-baner-terminarz {
    border-right: 0;
    text-align: center;
    padding-bottom: 10px;
}
/*#WyborOponWgRozmiaruCennik .form-control {
     height: 29px !important;
}
*/
.list-price-opony {
    font-size: 16px;
    font-weight: normal;
    padding-top: 3px;
    display: inline-block;
    margin-top: -12px;
}

.list-price-opony-label {
    font-size: 12px !important;
    line-height: 22px;
    float: left;
    text-align: right;
    width: 43px;
    display: inline-block;
    padding-right: 5px;
}

.list-price-opony-tabelka {
    margin-top: -12px;
    font-weight: normal;
    font-size: 14px
}

#WyborModeluFiltrForm .pojazd-pojemnosc-silnika-content {
    display: inline-block;
    float: left;
    width: 135px;
    /*margin-left: 10px;
    */
    margin-left: 5px;
}

#WyborModeluFiltrForm .pojazd-rok-produkcji-content {
    display: inline-block;
    float: left;
    width: 135px;
    margin-left: 10px;
    margin-right: 4px;
}

#WyborModeluFiltrForm .pojazd-rodzaj-paliwa-content {
    padding-top: 5px;
    display: inline-block;
    margin-left: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-top: 5px !important;
}

.opony-list-nr-katalogowy-color {
    color: rgb(100, 100, 100);
}

.opony-list-price-cena-zakup {
    color: rgb(100, 100, 100);
    display: block;
    font-size: 14px;
}

.opony-list-price-cena-detal {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.nav > li.disabled > a {
    color: rgb(230, 230, 230);
}

.cisnienie-opon-question-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}

.cisnienie-opon-main-reason-title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.cisnienie-opon-main-reason-description {
    font-size: 13px;
    color: rgb(152, 152, 152);
    margin: 10px 40px 0 40px;
}
/*Wybór cisnienia wg pojazdu - start*/
form#WyborCisnieniaWgPojazdu {
    position: relative;
    left: 127px;
    top: 0;
}

    form#WyborCisnieniaWgPojazdu label {
        display: block;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: normal;
        font-size: 13px;
        color: #5B5B5B;
    }

        form#WyborCisnieniaWgPojazdu label.TopZero {
            margin-top: 0;
        }

#WyborCisnieniaPojazd {
    background-image: url(./img/opony-pojazd.png);
    width: 465px;
    height: 310px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 3px solid #E5E5E5;
    -webkit-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
    box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.75);
}

#WyborCisnieniaPojazd-SzukajWgOpisu {
    position: absolute;
    top: 250px;
    left: 0;
    padding: 10px 10px;
    background-color: rgb(153, 153, 153);
    margin-top: 3px;
    margin-bottom: 3px;
    width: 250px;
}

    #WyborCisnieniaPojazd-SzukajWgOpisu .k-autocomplete {
        padding: 0;
    }

span.WyborCisnieniaPojazd-Prawy-Title {
    display: block;
    margin-bottom: 3px;
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    color: #5B5B5B;
}

#WyborCisnieniaPojazd-Prawy {
    float: left;
    padding-left: 16px;
}

    #WyborCisnieniaPojazd-Prawy span.WyborCisnieniaPojazd-Prawy-Item {
        display: block;
        clear: both;
        margin-bottom: 10px;
    }

#WyborCisnieniaPojazd-Prawy {
    float: left;
    padding-left: 16px;
}

    #WyborCisnieniaPojazd-Prawy span.WyborCisnienia-Prawy-Item {
        display: block;
        clear: both;
    }

    #WyborCisnieniaPojazd-Prawy input.poj {
        width: 290px;
        height: 31px;
        padding: 0;
    }

    #WyborCisnieniaPojazd-Prawy span.k-combobox {
        width: 290px;
    }

.cisnienie-wybor-pojazd-input-wrapper {
    left: 13px;
    color: #fff;
    position: absolute;
    z-index: 9;
    background-color: #4b6c9e;
    padding: 6px 10px 7px 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid #CBC8C8;
}

#btnSzukajCisnieniaWgRozmiar {
    background-color: #4b6c9e;
    margin-top: 6px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #4b6c9e;
    line-height: 33px;
    color: #fff;
    width: 150px;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 210px;
    font-size: 13px;
    margin-left: 140px;
}
/*Wybór cisnienia wg pojazdu - koniec*/
.lista-towarow-filtr-baner-promocje {
    margin-top: 20px;
    border: 0;
}

.cisnienie-opon-zmien-pojazd {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

.stan-online {
    color: blue !important;
}

#platformaOponOfertyModal .modal-body {
    background-color: #F9F9F9;
    padding: 0;
}

.platformaOponOfertyNaglowek {
    padding: 10px 15px 10px 15px;
}

.platformaOponOfertyNaglowekOponaProducent {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0 10px;
}

.platformaOponOfertyNaglowekOponaBieznik {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 10px;
}

.platformaOponOfertyNaglowekOponaRozmiar {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 10px;
}

.platformaOponOfertyLista {
}

    .platformaOponOfertyLista table {
        width: 100%;
    }

.platformaOponOfertyListaTabelaNaglowek {
    background-color: #2A2A2A;
    width: 100%;
}

    .platformaOponOfertyListaTabelaNaglowek table {
        width: 97%;
    }

.platformaOponOfertyListaTabela {
    overflow-y: scroll;
    overflow-x: hidden;
}

.platformaOponOfertyLista table thead th {
    background-color: #2A2A2A;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    /* line-height: 35px;
     */
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.platformaOponOfertyLista table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.platformaOponOfertyLista table tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

.platformaOponOfertyLista table tbody tr td {
    font-size: 16px;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(1), .platformaOponOfertyListaTabela table tbody tr td:nth-child(1) {
    width: 21%;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(2), .platformaOponOfertyListaTabela table tbody tr td:nth-child(2) {
    width: 11%;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(3), .platformaOponOfertyListaTabela table tbody tr td:nth-child(3) {
    width: 12%;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(4), .platformaOponOfertyListaTabela table tbody tr td:nth-child(4) {
    width: 13%;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(5), .platformaOponOfertyListaTabela table tbody tr td:nth-child(5) {
    width: 13%;
}

.platformaOponOfertyListaTabelaNaglowek table thead tr th:nth-child(6), .platformaOponOfertyListaTabela table tbody tr td:nth-child(6) {
    width: 27%;
}

.platformaOponOfertyLista table tbody tr td:nth-child(2), .platformaOponOfertyLista table tbody tr td:nth-child(5) {
    font-weight: bold;
}

.platformaOponOfertyNaglowekFiltrLabelIkona {
    padding-right: 10px;
}

.platformaOponOfertyNaglowekFiltrLabel {
    font-size: 13px;
    font-weight: normal;
}

.platformaOponOfertyNaglowekFiltrCombo {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.platformaOponOfertyNaglowekFiltr {
    padding-top: 4px;
    padding-bottom: 4px;
}

.platformaOponOfertyFiltry {
    border-left: 1px solid #EDEDED;
    padding-left: 23px;
}

#platformaOponOfertyFiltrCzasRealizacji {
    width: 100%;
}

#platformaOponOfertyFiltrRokProdukcji {
    width: 100%;
}

#platformaOponOfertyFiltrTypSortowania {
    width: 100%;
}

.platformaOponOfertyDoKoszykaContainer {
    padding: 10px 10px 10px 0;
    margin: 0 !important;
    line-height: 30px;
}

.btn-platformaOponModalZamknij {
    background-color: rgb(153, 153, 153);
    color: #fff !important;
}

    .btn-platformaOponModalZamknij:hover, .btn-platformaOponModalZamknij:focus, .btn-platformaOponModalZamknij:active {
        background-color: rgb(153, 153, 153);
        color: #fff !important;
    }

.opona-producent-lista {
    margin-bottom: 0;
}

@media (max-width: 762px) {
    .opona-model, .opona-klasa, .opona-podtyp {
        margin-top: 0;
        margin-bottom: 0;
    }

    .etykieta-ue-ico {
        max-width: 50px;
    }

    .karta-opona-etykieta-opis {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .lista-opon-sekcja {
        padding-left: 15px;
    }
}

.price-block {
    padding: 15px 0 5px 0;
}

.etykieta-img {
    text-align: center;
}

.sekcja-usun-xs {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
}
.sekcja-usun-xs-ulubione {
    height: auto;
    padding-top: 21px;
    padding-bottom: 36px;
}
@media (max-width: 991px) {
    .right-col-bg {
        padding: 0;
    }
}

@media (min-width: 762px) {
    .no-padding-left-sm {
        padding-left: 0;
    }
}

.btn-cennik {
    padding-top: 24px;
}

@media (min-width: 771px) and (max-width: 1199px) {
    #btnSzukajOponyCennik {
        margin-top: 5px;
    }

    .btn-cennik {
        padding-top: 2px;
    }

    #btnSzukajOponyCennik {
        margin-top: 5px;
    }
}

.hidden-xs-inline {
    display: inline-block;
}

.visible-xs-inline {
    display: none;
}

@media (max-width: 769px) {
    .hidden-xs-inline {
        display: none;
    }

    .visible-xs-inline {
        display: inline-block;
    }

    .nav-pills-xs {
        width: 24%;
        margin-left: 2px;
    }
    button #add-to-favorite, .btn-wyslij-zapytanie, #send-to-friend, #where-to-buy, #buy-online {
        margin-top: 5px !important;
    }

}

.max-width-cennik {
    max-width: 122px;
    padding-right: 0;
}

.line-height-32px {
    line-height: 32px;
}

#btnSzukajOponyCena {
    background-color: #4b6c9e;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #4b6c9e;
    line-height: 28px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    max-width: 120px;
    font-size: 13px;
}

.filtr-cena {
    height: 32px !important;
}

.font-15 {
    font-size: 15px !important;
}

.sweet-alert {
    width: auto !important;
    min-width: 478px;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        min-width: auto;
    }
}

.sweet-alert button {
    background-color: #000 !important;
}

    .sweet-alert button:hover {
        background-color: #cc292a !important;
    }

#platformaOponOfertyFiltrDostepnosc {
    width: 36px;
    padding: 0 5px 0 5px;
    height: 26px;
    display: inline-block;
}

.btn-platformaOponFiltrDostepnoscPokazWszystko {
    background-color: rgb(153, 153, 153);
    color: #fff !important;
    font-size: 10px;
    padding: 5px 3px 5px 3px;
    display: inline-block;
    margin-left: 2px;
}

    .btn-platformaOponFiltrDostepnoscPokazWszystko:hover, .btn-platformaOponFiltrDostepnoscPokazWszystko:focus, .btn-platformaOponFiltrDostepnoscPokazWszystko:active {
        background-color: rgb(153, 153, 153);
        color: #fff !important;
    }

.btn-platformaOponFiltrDostepnoscFiltruj {
    background-color: rgb(153, 153, 153);
    color: #fff !important;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    margin-left: 2px;
}

    .btn-platformaOponFiltrDostepnoscFiltruj:hover, .btn-platformaOponFiltrDostepnoscFiltruj:focus, .btn-platformaOponFiltrDostepnoscFiltruj:active {
        background-color: rgb(153, 153, 153);
        color: #fff !important;
    }

.max-width-magazyn {
}

.gwiazdka-legenda {
    font-size: 13px;
    padding: 9px 0 0 20px;
    color: #626262;
    display: block;
    text-align: left;
}

.rok-legenda {
    font-size: 13px;
    padding: 0 10px 10px 10px;
    color: #8f8f8f;
}

.gwiazdka {
    font-size: 12px;
}

.legenda {
    text-align: center;
    border-right: 1px solid #eee;
    padding: 21px 0;
    background-color: #f3f3f4;
    color: #626262;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: block;
    border: 1px solid #eee;
}

.legenda-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    .legenda-container p {
        font-size: 11px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.legenda-pierwsza {
    margin: 4px 0 5px 0;
}

.platformaopon-btn {
    padding-left: 0;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .legenda-container, .platformaopon-btn {
        padding-right: 0;
    }
}

.filtr-producent-klasa-li {
    margin-top: 7px;
    margin-bottom: 3px;
    border-bottom: 1px solid #999;
}

.filtr-label-producent-klasa {
    font-weight: bold;
    text-transform: uppercase;
}

.filtr-label-producent-towaru-klasa {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.przerwatechniczna-tekst {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
    /* -webkit-border-radius: 20px;
     */
    -moz-border-radius: 20px;
    /* border-radius: 20px;
     */
    background-color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* -webkit-box-shadow: #B3B3B3 2px 2px 2px;
     */
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    /* box-shadow: #B3B3B3 2px 2px 2px;
     */
}

.przerwatechniczna-wroc {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
}

.przerwatechniczna-link, .przerwatechniczna-link:hover, .przerwatechniczna-link:visited {
    color: #fff;
}

.przerwatechniczna-podtytul {
    padding-top: 8px;
    display: block;
}

.przerwatechniczna-tekst-h2 {
    font-family: 'Open Sans';
    font-weight: 400;
}

.przerwatechniczna-tekst-h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    padding-top: 10px;
}

.webshop-stopka {
    padding-left: 10px;
}

.stopka {
    border-top: 1px solid #101010;
    padding-top: 10px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    background-color: #000;
    padding-bottom: 10px;
}

.facebook-fanbox {
    text-align: center;
    padding: 15px;
    background-color: #f5f5f5;
}

#opony-small-etykieta-ue {
    clear: both;
    margin-top: 0;
    height: 65px;
    margin-left: 12px;
}

    #opony-small-etykieta-ue label {
        font-weight: bold;
        font-size: 13px;
    }

    #opony-small-etykieta-ue span.opony-small-etykieta-ue-item {
        display: block;
        float: left;
        padding-left: 9px;
        padding-top: 10px;
    }

    #opony-small-etykieta-ue .k-dropdown-wrap.k-state-default {
        border-color: rgb(222, 222, 224) !important;
    }

#opona-ke_listbox input[type="checkbox"] {
    margin-right: 5px;
}

#opona-kp_listbox input[type="checkbox"] {
    margin-right: 5px;
}

#opona-wht_listbox input[type="checkbox"] {
    margin-right: 5px;
}

.fa-custom-jeep {
    background-image: url(./img/jeep.png);
    width: 33px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 8px !important;
}

ul.WyborOponPrzyciski-Lista > li.active a {
    color: #fff;
}

ul.WyborOponPrzyciski-Lista li:hover #opony-wybor-button-jeep-ico .fa-custom-jeep {
    background-image: url(./img/jeep-white.png) !important;
}

ul.WyborOponPrzyciski-Lista li.active #opony-wybor-button-jeep-ico .fa-custom-jeep {
    background-image: url(./img/jeep-white.png) !important;
}

ul.WyborOponPrzyciski-Lista li:hover a {
    color: #fff;
}

.promocje-glowna-opona-producent {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promocje-glowna-opona-bieznik {
    display: block;
    font-size: 15px;
    color: #676767;
}

.promocje-glowna-opona-rozmiar {
    display: block;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
}

.platforma-opon-stopka-filtry {
    margin-top: -10px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

    .platforma-opon-stopka-filtry label {
        font-weight: normal !important;
    }

.prezentacjaTowaru_dostepny {
    display: inline-block;
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: green;
}

.prezentacjaTowaru_brak {
    display: inline-block;
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: red;
}

.cart-delete {
    cursor: pointer;
}

.pozycja_koszyka_do_karty {
    background: transparent !important;
    display: inline-block !important;
    border: 0 !important;
}

a.pozycja_koszyka_do_karty:hover {
    background: transparent !important;
    text-decoration: underline !important;
    color: #000 !important;
    display: inline-block !important;
    border: 0 !important;
}

.podsumawanie-uwagi-klienta {
    border: 1px solid #eee;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#navbar-mobile-phone {
    display: none;
}

@media (max-width: 768px) {
    #WyszukajWgOpisu input {
        font-size: 15px;
    }
    #WyszukajWgVIN #vin-decoder-input {
        font-size: 15px;
    }
    #navbar-mobile-phone {
        color: #fff;
        font-size: 16px;
        position: relative;
        float: left;
        padding: 6px 0;
        margin-top: 8px;
        margin-left: 0;
        margin-bottom: 8px;
        display: block;
    }
}

@media (max-width: 360px) {
    #navbar-mobile-phone {
        /*display:none;
        */
    }
}

.platforma-opon-stopka-filtry label {
    font-weight: bold !important;
}

#platformaOponOfertyModal .modal-footer {
    margin-top: 0 !important;
}

#platformaOponOfertyModal .modal-header {
    padding-top: 10px !important;
    padding-bottom: 6px !important;
}

.opona-ke-ikona {
    background-image: url(./img/opona-ico-filtr-oszczednosc.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    padding-left: 21px;
}

.opona-kp-ikona {
    background-image: url(./img/opona-ico-filtr-hamowanie.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    padding-left: 21px;
}

.opona-wht-ikona {
    background-image: url(./img/opona-ico-filtr-halas.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    display: inline-block;
    height: 25px;
    padding-left: 28px;
}

#opony-small-etykieta-ue-item-ke span.k-input {
    text-overflow: initial !important;
}

#opony-small-etykieta-ue-item-kp span.k-input {
    text-overflow: initial !important;
}

#opony-small-etykieta-ue-item-wht span.k-input {
    text-overflow: initial !important;
}

.prezentacjaTowaru_wiecej_8 {
    background-image: url('img/Ikony/dostepnosc_wiecej_8.png');
    width: 22px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
}

.prezentacjaTowaru_8 {
    background-image: url('img/Ikony/dostepnosc_8.png');
    width: 22px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
}

.prezentacjaTowaru_4 {
    background-image: url('img/Ikony/dostepnosc_4.png');
    width: 22px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
}

.prezentacjaTowaru_2 {
    background-image: url('img/Ikony/dostepnosc_2.png');
    width: 22px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
}

.prezentacjaTowaru_0 {
    background-image: url('img/Ikony/dostepnosc_0.png');
    width: 22px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .dostepnosc-label {
        float: left;
        margin-left: 97px;
        margin-bottom: 4px;
        font-size: 12px;
        display: none;
    }
}

@media (min-width: 768px) {
    .dostepnosc-label {
        float: left;
        margin-left: 17px;
        margin-bottom: 4px;
        font-size: 12px;
        display: block;
    }
}

@media (min-width: 992px) {
    .dostepnosc-label {
        float: left;
        margin-left: 46px;
        margin-bottom: 4px;
        font-size: 12px;
        display: block;
    }
}

@media (min-width: 1200px) {
    .dostepnosc-label {
        float: left;
        margin-left: 97px;
        margin-bottom: 4px;
        font-size: 12px;
        display: block;
    }
}

.btn-zobacz, .btn-zobacz:hover, .btn-zobacz:active:hover {
    font-size: 14px;
    background-color: #211f20 !important;
    color: #fff !important;
    border: 0;
    width: 100%;
}

.pole-ilosc-red {
    background-color: hsla(0,100%,50%,0.8);
    color: #fff;
}

.btnWybierzOponyWgRozmiarDDL {
    background-color: #4b6c9e;
    margin-top: 3px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #4b6c9e;
    line-height: 25px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1px;
    font-size: 14px;
}

.btnWybierzOponyWgRozmiarSezonDDL {
    width: 125px;
}

.btnWybierzOponyWgRozmiarIndeksDDL {
    width: 185px;
}

.btnWybierzOponyWgRozmiarNosnoscDDL {
    width: 185px;
}

.btnWybierzOponyWgRozmiarKeDDL {
    width: 85px;
}

.btnWybierzOponyWgRozmiarKpDDL {
    width: 86px;
}

.btnWybierzOponyWgRozmiarWhtDDL {
    width: 85px;
}

.btnWybierzOponyWgRozmiarTypDDL {
    width: 115px;
}

@media (min-width: 768px) {
    #platformaOponOfertyModalContent {
        width: 650px;
    }
}

.po-oferty-modal-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
}

.po-pokaz-ukryj-naglowek-filtry {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: #777;
    float: right;
    margin-top: -12px;
}

.po-modal-footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 15px;
}

.k-dropdown-wrap.k-state-default {
    border-color: #eaeaea;
}

.platforma-opon-stopka-filtry {
    padding-left: 10px;
}

.qtip-ilosc {
    width: auto;
    min-width: 0;
}

    .qtip-ilosc .qtip-content {
        padding: 5px 10px !important;
    }
/* zakladka ofert na karcie opon */
.ofertyDostawcowLista {
}

    .ofertyDostawcowLista table {
        width: 100%;
    }

.ofertyDostawcowListaTabelaNaglowek {
    background-color: #2A2A2A;
    width: 100%;
}

    .ofertyDostawcowListaTabelaNaglowek table {
        width: 97%;
    }

.ofertyDostawcowListaTabela {
}

.ofertyDostawcowLista table thead th {
    background-color: #2A2A2A;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    /* line-height: 35px;
     */
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.ofertyDostawcowLista table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.ofertyDostawcowLista table tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

.ofertyDostawcowLista table tbody tr td {
    font-size: 16px;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(1), .ofertyDostawcowListaTabela table tbody tr td:nth-child(1) {
    width: 21%;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(2), .ofertyDostawcowListaTabela table tbody tr td:nth-child(2) {
    width: 11%;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(3), .ofertyDostawcowListaTabela table tbody tr td:nth-child(3) {
    width: 12%;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(4), .ofertyDostawcowListaTabela table tbody tr td:nth-child(4) {
    width: 13%;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(5), .ofertyDostawcowListaTabela table tbody tr td:nth-child(5) {
    width: 13%;
}

.ofertyDostawcowListaTabelaNaglowek table thead tr th:nth-child(6), .ofertyDostawcowListaTabela table tbody tr td:nth-child(6) {
    width: 27%;
}

.ofertyDostawcowLista table tbody tr td:nth-child(2), .ofertyDostawcowLista table tbody tr td:nth-child(5) {
    font-weight: bold;
}

.ofertyDostawcowDoKoszykaContainer {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.dodatkowe-przyciski {
    float: right;
	display: none;
}

#send-to-friend i {
    padding-right: 5px;
}

#facebook-share i {
    padding-right: 5px;
}

.polecTowarZnajomemuModal_labelCol {
    text-align: right;
}

.polecTowarZnajomemuModal_row {
    padding-top: 15px;
}

.btn-polecTowarZnajomemuModalWyslij {
    width: 100px;
    float: right;
}

#timetableModalContent .modal-header {
    background-color: rgb(153, 153, 153);
    color: #fff;
    padding: 0 15px;
}

    #timetableModalContent .modal-header .close {
        padding-top: 5px;
    }

#timetableModalContent .modal-footer {
    background: #efefef;
}

.btn-close {
    background-color: #555;
    color: #fff;
}

    .btn-close:hover {
        background-color: #555;
        color: #fff !important;
    }
/* Filtry dla listy opon - START */
span.opony-small-wymiary-top-szerokosc-item > input, span.opony-small-wymiary-top-profil-item > input, span.opony-small-wymiary-top-srednica-item > input, span.opony-small-top-indeks-predkosci-item > input, span.opony-small-top-indeks-nosnosci-item > input, span.opony-small-top-etykieta-ue-ke input, span.opony-small-top-etykieta-ue-kp input, span.opony-small-top-etykieta-ue-wht input, span.opony-small-top-sezon > input {
    background-color: rgb(66,66,66) !important;
    color: #fff !important;
    border-width: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

span.opony-small-wymiary-top-szerokosc-item .k-select, span.opony-small-wymiary-top-profil-item .k-select, span.opony-small-wymiary-top-srednica-item .k-select {
    border-color: #000 !important;
}

span.opony-small-top-indeks-predkosci-item .k-select, span.opony-small-top-indeks-nosnosci-item .k-select, span.opony-small-top-etykieta-ue-ke .k-select, span.opony-small-top-etykieta-ue-kp .k-select, span.opony-small-top-etykieta-ue-wht .k-select, span.opony-small-top-sezon .k-select {
    border-left: 1px solid black;
}

span.opony-small-wymiary-top-szerokosc-item .k-input, span.opony-small-wymiary-top-profil-item .k-input, span.opony-small-wymiary-top-srednica-item .k-input {
    background-color: rgb(66,66,66) !important;
    color: #fff !important;
}

span.opony-small-wymiary-top-szerokosc-item .k-dropdown-wrap.k-state-default, span.opony-small-wymiary-top-szerokosc-item .k-dropdown-wrap.k-state-disabled, span.opony-small-wymiary-top-profil-item .k-dropdown-wrap.k-state-default, span.opony-small-wymiary-top-profil-item .k-dropdown-wrap.k-state-disabled, span.opony-small-wymiary-top-srednica-item .k-dropdown-wrap.k-state-default, span.opony-small-wymiary-top-srednica-item .k-dropdown-wrap.k-state-disabled {
    background-image: none,linear-gradient(to bottom,rgb(66,66,66) 0,rgb(66,66,66) 100%) !important;
    background-color: rgb(66,66,66) !important;
    border-color: rgb(66,66,66) !important;
}

span.opony-small-wymiary-top-szerokosc-item .k-dropdown-wrap.k-state-hover, span.opony-small-wymiary-top-profil-item .k-dropdown-wrap.k-state-hover, span.opony-small-wymiary-top-srednica-item .k-dropdown-wrap.k-state-hover, span.opony-small-wymiary-top-szerokosc-item .k-dropdown-wrap.k-state-focused, span.opony-small-wymiary-top-profil-item .k-dropdown-wrap.k-state-focused, span.opony-small-wymiary-top-srednica-item .k-dropdown-wrap.k-state-focused {
    background-image: none,linear-gradient(to bottom, #4b6c9e 0, #4b6c9e 100%) !important;
    background-color: #4b6c9e !important;
    border-color: #4b6c9e !important;
}

span.opony-small-wymiary-top-szerokosc-item .k-header, span.opony-small-wymiary-top-profil-item .k-header, span.opony-small-wymiary-top-srednica-item .k-header, span.opony-small-top-indeks-predkosci-item .k-header, span.opony-small-top-indeks-nosnosci-item .k-header, span.opony-small-top-etykieta-ue-ke .k-header, span.opony-small-top-etykieta-ue-kp .k-header, span.opony-small-top-etykieta-ue-wht .k-header, span.opony-small-top-sezon .k-header {
    background-color: #211f20;
}

span.opony-small-top-indeks-predkosci-item .k-dropdown-wrap.k-state-default, span.opony-small-top-indeks-nosnosci-item .k-dropdown-wrap.k-state-default, span.opony-small-top-etykieta-ue-ke .k-dropdown-wrap.k-state-default, span.opony-small-top-etykieta-ue-kp .k-dropdown-wrap.k-state-default, span.opony-small-top-etykieta-ue-wht .k-dropdown-wrap.k-state-default, span.opony-small-top-sezon .k-dropdown-wrap.k-state-default {
    background-image: none,linear-gradient(to bottom,rgb(66,66,66) 0,rgb(66,66,66) 100%) !important;
    background-color: rgb(66,66,66) !important;
    border-color: rgb(66,66,66) !important;
}

span.opony-small-top-indeks-predkosci-item .k-dropdown-wrap.k-state-hover, span.opony-small-top-indeks-nosnosci-item .k-dropdown-wrap.k-state-hover, span.opony-small-top-etykieta-ue-ke .k-dropdown-wrap.k-state-hover, span.opony-small-top-etykieta-ue-kp .k-dropdown-wrap.k-state-hover, span.opony-small-top-etykieta-ue-wht .k-dropdown-wrap.k-state-hover, span.opony-small-top-sezon .k-dropdown-wrap.k-state-hover, span.opony-small-top-indeks-predkosci-item .k-dropdown-wrap.k-state-focused, span.opony-small-top-indeks-nosnosci-item .k-dropdown-wrap.k-state-focused, span.opony-small-top-etykieta-ue-ke .k-dropdown-wrap.k-state-focused, span.opony-small-top-etykieta-ue-kp .k-dropdown-wrap.k-state-focused, span.opony-small-top-etykieta-ue-wht .k-dropdown-wrap.k-state-focused, span.opony-small-top-sezon .k-dropdown-wrap.k-state-focused {
    background-image: none,linear-gradient(to bottom, #4b6c9e 0, #4b6c9e 100%) !important;
    background-color: #4b6c9e !important;
    border-color: #4b6c9e !important;
}

span.opony-small-top-indeks-predkosci-item .k-input, span.opony-small-top-indeks-nosnosci-item .k-input, span.opony-small-top-etykieta-ue-ke .k-input, span.opony-small-top-etykieta-ue-kp .k-input, span.opony-small-top-etykieta-ue-wht .k-input, span.opony-small-top-sezon .k-input {
    color: #fff !important;
    background-color: rgb(66,66,66) !important;
}

span.opony-small-wymiary-top-szerokosc-item .k-i-arrow-s, span.opony-small-wymiary-top-profil-item .k-i-arrow-s, span.opony-small-wymiary-top-srednica-item .k-i-arrow-s, span.opony-small-top-indeks-predkosci-item .k-icon.k-i-arrow-s, span.opony-small-top-indeks-nosnosci-item .k-icon.k-i-arrow-s, span.opony-small-top-etykieta-ue-ke .k-icon.k-i-arrow-s, span.opony-small-top-etykieta-ue-kp .k-icon.k-i-arrow-s, span.opony-small-top-etykieta-ue-wht .k-icon.k-i-arrow-s, span.opony-small-top-sezon .k-icon.k-i-arrow-s {
    background-image: url(Silver/sprite-light.png);
    border-color: transparent;
}

.opony-small-top-filtry-rozmiar {
    padding-left: 5px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
}

.opony-small-top-filtry-indeksy {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
}

.opony-small-top-filtry-ue {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0;
}

span.opony-small-wymiary-top-szerokosc-item {
    display: inline-block;
    clear: both;
    padding-right: 4px;
}

span.opony-small-wymiary-top-profil-item {
    display: inline-block;
    clear: both;
    padding-right: 4px;
}

span.opony-small-wymiary-top-srednica-item {
    display: inline-block;
    clear: both;
    padding-right: 0;
}

span.opony-small-top-indeks-predkosci-item {
    display: inline-block;
    clear: both;
    padding-right: 4px;
}

span.opony-small-top-indeks-nosnosci-item {
    display: inline-block;
    clear: both;
    padding-right: 0;
}

span.opony-small-wymiary-top-szerokosc-item .k-header {
    width: 70px;
}

span.opony-small-wymiary-top-profil-item .k-header {
    width: 70px;
}

span.opony-small-wymiary-top-srednica-item .k-header {
    width: 58px;
}

span.opony-small-top-indeks-predkosci-item .k-header {
    width: 135px;
}

span.opony-small-top-indeks-nosnosci-item .k-header {
    width: 135px;
}

span.opony-small-top-sezon {
    float: right;
}

    span.opony-small-top-sezon .k-header {
        width: 120px;
    }

#opony-small-top-etykieta-ue-item-ke span.k-dropdown {
    width: 80px;
}

#opony-small-top-etykieta-ue-item-kp span.k-dropdown {
    width: 80px;
}

#opony-small-top-etykieta-ue-item-wht span.k-dropdown {
    width: 80px;
}

.opony-small-top-label-opony {
    font-size: 15px;
    font-family: Open Sans;
    margin-top: 16px;
    font-weight: 600;
    padding-left: 0;
    margin-left: 0;
    margin-right: 2px;
}

.opony-small-top-filtr {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.opony-small-top-filtr-fixed {
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 998;
    width: 100%;
}

.opona-top-ke-ikona {
    background-image: url(./img/opona-ico-top-filtr-oszczednosc.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    padding-left: 33px;
    padding-right: 5px;
}

.opona-top-kp-ikona {
    background-image: url(./img/opona-ico-top-filtr-hamowanie.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    padding-left: 33px;
    padding-right: 5px;
}

.opona-top-wht-ikona {
    background-image: url(./img/opona-ico-top-filtr-halas.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    display: inline-block;
    height: 28px;
    padding-left: 33px;
}

#opony-small-top-filtr-rozszerz-button {
    color: #fff;
    height: 32px;
    margin-left: 5px;
    background-color: rgb(202, 7, 7);
    border-color: rgb(202, 7, 7);
}

@media (max-width: 544px) {
    .opony-small-top-filtr {
        width: 100%;
    }

    .opony-small-top-label-opony {
        display: none;
    }

    .opony-small-top-filtry-rozmiar {
        padding-left: 5px;
    }

    .opony-small-top-filtry-indeksy {
        padding-left: 5px;
        display: none;
    }

    .opony-small-top-filtry-ue {
        padding-left: 5px;
        display: none;
    }

    #opony-small-top-etykieta-ue-item-ke span.k-dropdown {
        width: 52px;
    }

    #opony-small-top-etykieta-ue-item-kp span.k-dropdown {
        width: 52px;
    }

    #opony-small-top-etykieta-ue-item-wht span.k-dropdown {
        width: 65px;
    }

    span.opony-small-top-sezon {
        float: left;
        padding-left: 0;
        margin-top: 13px;
        display: none;
    }

    .opony-small-top-filtr-rozszerz-span {
        display: inline-block;
    }
}

@media (min-width: 544px) and (max-width: 768px) {
    .opony-small-top-filtr {
        width: 100%;
    }

    .opony-small-top-label-opony {
        display: none;
    }

    .opony-small-top-filtry-rozmiar {
        padding-left: 5px;
    }

    .opony-small-top-filtry-indeksy {
        padding-left: 5px;
        display: none;
    }

    .opony-small-top-filtry-ue {
        padding-left: 5px;
        display: none;
    }

    span.opony-small-top-sezon {
        float: none;
        padding-left: 10px;
        padding-top: 15px;
        display: none;
    }

    .opony-small-top-filtr-rozszerz-span {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .opony-small-top-filtr {
        width: 760px;
    }

    .opony-small-top-label-opony {
        display: none;
    }

    span.opony-small-top-sezon {
        float: none;
        padding-left: 10px;
        display: none;
    }

    .opony-small-top-filtry-rozmiar {
        padding-left: 5px;
    }

    .opony-small-top-filtry-indeksy {
        padding-left: 5px;
        display: none;
    }

    .opony-small-top-filtry-ue {
        padding-left: 5px;
        display: none;
    }

    .opony-small-top-filtr-rozszerz-span {
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .opony-small-top-filtr {
        width: 970px;
    }

    .opony-small-top-label-opony {
        display: none;
    }

    span.opony-small-top-indeks-predkosci-item .k-header {
        width: 110px;
    }

    span.opony-small-top-indeks-nosnosci-item .k-header {
        width: 110px;
    }

    span.opony-small-top-sezon .k-header {
        width: 100px;
    }

    span.opony-small-top-sezon {
        display: inline-block;
    }

    .opony-small-top-filtry-indeksy {
        display: inline-block;
    }

    .opony-small-top-filtry-ue {
        padding-left: 5px;
        display: inline-block;
    }

    .opony-small-top-filtr-rozszerz-span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .opony-small-top-filtr {
        width: 1170px;
    }

    span.opony-small-top-sezon {
        display: inline-block;
    }

    .opony-small-top-filtry-indeksy {
        display: inline-block;
    }

    .opony-small-top-filtry-ue {
        display: inline-block;
    }

    .opony-small-top-filtr-rozszerz-span {
        display: none;
    }
}
/* Filtry dla listy opon - KONIEC */
.k-list-foot {
    text-align: center;
}

#timetableModalContent .close {
    font-size: 34px !important;
    filter: alpha(opacity=40) !important;
    opacity: .4 !important;
}

.cena-wieksza {
    font-size: 30px;
}

.promo {
    background: rgba(219,219,219,0.35);
    background: -moz-linear-gradient(left, rgba(219,219,219,0.35) 0%, rgba(246,246,246,0.13) 71%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,219,219,0.35)), color-stop(71%, rgba(246,246,246,0.13)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(left, rgba(219,219,219,0.35) 0%, rgba(246,246,246,0.13) 71%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(left, rgba(219,219,219,0.35) 0%, rgba(246,246,246,0.13) 71%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(left, rgba(219,219,219,0.35) 0%, rgba(246,246,246,0.13) 71%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to right, rgba(219,219,219,0.35) 0%, rgba(246,246,246,0.13) 71%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ededed', GradientType=1 );
}

.opony-dodaj-do-porownywanych {
	display: none;
    background-color: rgba(212, 207, 207, 0.83);
    width: 49%;
    height: 31px;
    color: #333;
    position: absolute;
    top: 121px;
    left: 0;
    line-height: 27px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 2px;
    letter-spacing: -2px;
}

.opony-zamienniki {
	display: none;
    background-color: rgba(63, 101, 137, 1);
    width: 49%;
    height: 31px;
    color: #fff;
    position: absolute;
    top: 121px;
    left: 50%;
    line-height: 27px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 2px;
    letter-spacing: -1px;
}

.opony-karta-dodaj-do-porownywanych {
    background-color: transparent;
    width: 100%;
    height: 31px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 27px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
}

.porownywarka-podglad-item {
    float: left;
    border-right: 1px solid #eee;
    margin-left: 7px;
    display: inline-block !important;
    padding: 0;
    width: 160px;
    padding-right: 10px;
    text-align: center;
}

.porownywarka-podglad-naglowek {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.porownywarka-podglad-item-name {
    width: 120px;
    font-size: 14px;
    display: block;
    white-space: normal;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
    color: #787878;
}

.porownywarka-podglad-item-price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 7px;
}

.porownywarka-podglad-item-cena-zam {
}

.porownywarka-podglad-item-delete {
    color: #787878;
    cursor: pointer;
}

.porownywarka-naglowek {
    font-size: 26px;
    text-align: right;
    font-weight: bold;
    color: #333333;
    height: 195px;
    padding-right: 10px;
}

.porownywarka-kolumna-tytul {
    color: #333333;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    height: 100%;
    max-height: 100%;
    min-height: 35px;
    line-height: 35px;
}

.porownywarka-towar-producent {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.porownywarka-towar-nazwa {
    text-align: center;
    font-size: 15px;
    height: 45px;
}

.porownywarka-towar-rozmiar {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
}

.porownywarka-towar-zdjecie {
    text-align: center;
}

.porownywarka-towar-sezon {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}

.porownywarka-wiersz-szary {
    background-color: #F7F7F7;
}

.porownywarka-towar-indeks-nosnosci {
    text-align: center;
}

.porownywarka-towar-indeks-wartosc {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}

span.porownywarka-towar-indeks-opis {
    font-size: 12px;
    padding-left: 5px;
}

.porownywarka-towar-indeks-predkosci {
    text-align: center;
}

.porownywarka-towar-indeks-wartosc {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}

span.porownywarka-towar-indeks-opis {
    font-size: 12px;
    padding-left: 5px;
}

.porownywarka-opor-toczenia {
    height: 50px;
    line-height: 50px;
}

.porownywarka-towar-opor-toczenia {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

span.porownywarka-towar-opor-toczenia-wartosc {
    position: relative;
    left: -13px;
    top: 6px;
    color: #fff;
    font-weight: bold;
}

.porownywarka-hamowanie {
    height: 50px;
    line-height: 50px;
}

.porownywarka-towar-hamowanie {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

span.porownywarka-towar-hamowanie-wartosc {
    position: relative;
    left: -14px;
    top: 5px;
    color: #fff;
    font-weight: bold;
}

.porownywarka-halas {
    height: 50px;
    line-height: 50px;
}

.porownywarka-towar-halas {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 50px;
}

span.porownywarka-towar-halas-wartosc {
    position: relative;
    left: 24px;
    top: -24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.porownywarka-towar-halas-wartosc-jednostka {
    font-size: 12px;
    font-weight: normal;
}

.porownywarka-ocena-ogolna {
    height: 55px;
    line-height: 55px;
}

.porownywarka-towar-ocena-ogolna-wartosc {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    line-height: 20px;
}

.porownywarka-towar-ocena-ogolna-wartosc-maks {
    font-size: 12px;
    font-weight: normal;
}

.porownywarka-towar-ocena-ogolna-gwiazdki {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 20px;
}

.porownywarka-zachowanie-na-suchej {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-zachowanie-na-suchej {
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-zachowanie-na-mokrej {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-zachowanie-na-mokrej {
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-zachowanie-na-blocie {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-zachowanie-na-blocie {
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .porownywarka-zachowanie-na-suchej span {
        display: block;
    }

    .porownywarka-zachowanie-na-mokrej span {
        display: block;
    }

    .porownywarka-zachowanie-na-blocie span {
        display: block;
    }
}

.porownywarka-poziom-halasu {
    height: 55px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-poziom-halasu {
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-trwalosc {
    height: 55px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-trwalosc {
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-cena-koszyk {
    text-align: center;
    font-size: 13px;
}

.porownywarka-towar-cena-koszyk-cena {
    padding-top: 10px;
}

    .porownywarka-towar-cena-koszyk-cena span.cena-wieksza {
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
    }

.porownywarka-towar-cena-koszyk-koszyk div.input-group {
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}

.porownywarka-cena-koszyk {
    height: 95px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.porownywarka-towar-zdjecie img {
    max-height: 130px;
}

@media (max-width: 767px) {
    .porownywarka-kolumna-tytul {
        text-align: center;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }

    .porownywarka-naglowek {
        text-align: center;
        height: 85px;
    }
}

span.product-nazwa {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    border-right: 0;
    /* border: 1px solid #eee;
     */
    border-left: 3px solid rgb(153, 153, 153) !important;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
    display: inline-block;
}

.product-title h3, .product-title h1 {
    float: left;
    padding: 0;
    margin: 0;
    font-size:21px;
}

span.product-ocena-ogolna {
    float: right;
    text-transform: none;
    font-size: 13px;
	display: none;
}

    span.product-ocena-ogolna i {
        font-size: 13px;
        color: #BC2517;
    }

span.product-ocena-ogolna-ilosc {
    padding-left: 5px;
}

.product-ocena-ogolna-nazwa {
    padding-right: 5px;
}

span.product-ocena-ogolna-wartosc {
    font-size: 19px;
    font-weight: bold;
    padding-right: 5px;
}

.ocen-opone-title h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ocen-opone-nazwa h3 {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    border-right: 0;
    /* border: 1px solid #eee;
     */
    border-left: 3px solid rgb(153, 153, 153) !important;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
    display: inline-block;
}

.ocen-opone-obrazek {
    text-align: center;
}

.ocen-opone-info-opona-feature {
    display: block;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.ocen-opone-info-opona-feature-bez-lini {
    display: block;
    padding: 8px 0 8px 0;
    border-bottom: 0;
    font-size: 16px;
}

.ocen-opone-info-opona {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ocen-opone-ocena-kolumna-ciemna {
    background-color: #333333;
    color: #fff;
    text-align: right;
    font-weight: normal;
    border-right: solid 1px #EEEEEE;
    padding: 8px;
    padding-right: 10px;
    height: 100%;
    max-height: 100%;
    min-height: 30px;
    line-height: 25px;
    font-size: 15px;
}

.ocen-opone-ocena-opona-zachowanie {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.ocen-opone-ocena-opona-poziom-halasu {
    font-size: 16px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 7px;
}

.ocen-opone-ocena-opona-trwalosc {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocen-opone-ocena-kierowca-dystans {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocen-opone-ocena-kierowca-styl {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocen-opone-ocena-kierowca-miejsce {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocen-opone-opinia {
    margin-top: 20px;
}

.ocen-opone-ocena-gwiazdki {
    font-size: 20px;
}

.ocen-opone-ocena-ilosc-wskazana {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin: 0;
    padding-right: 0;
}

.ocen-opone-ocena-ilosc-maksymalna {
    font-size: 14px;
}

.ocen-opone-ocena-opona-poziom-halasu-gwiazdki {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 0;
}

.ocen-opone-ocena-opona-trwalosc-gwiazdki {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.ocena-gwiazdki-wartosci {
    clear: both;
    display: inline-block;
    padding-left: 20px;
    padding-top: 4px;
}

.ocena-gwiazdki {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ocena-gwiazdki > i {
        float: right;
    }

        .ocena-gwiazdki > i:hover:before, .ocena-gwiazdki > i:hover ~ i:before {
        }

.ocena-gwiazdki-wiersz {
    display: inline-block;
    border-top: 1px solid #eee;
}

.ocen-opone-ocena-kierowca-puste {
    height: 40px;
}

.ocen-opone-ocena-dodatkowe-info {
    height: 55px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.ocen-opone-ocena-kolumna-szara {
    height: 55px;
    line-height: 36px;
    padding-top: 8px;
}

.btn-ocena-submit {
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #BC2517;
    *background-color: #BC2517;
    background-image: -moz-linear-gradient(top, #BC2517, #BC2517);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BC2517), to(#BC2517));
    background-image: -webkit-linear-gradient(top, #BC2517, #BC2517);
    background-image: -o-linear-gradient(top, #BC2517, #BC2517);
    background-image: linear-gradient(to bottom, #BC2517, #BC2517);
    background-repeat: repeat-x;
    border-color: #BC2517;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC2517', endColorstr='#BC2517', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-ocena-submit:hover, .btn-ocena-submit:focus, .btn-ocena-submit:active, .btn-ocena-submit.active, .btn-ocena-submit.disabled, .btn-ocena-submit[disabled] {
        color: #FFFFFF !important;
        background-color: #BC2517;
        *background-color: #003bb3;
    }

    .btn-ocena-submit i {
        padding-right: 10px;
    }

@media (max-width: 991px) {
    .ocen-opone-ocena-kierowca-puste {
        height: 0;
        padding: 0;
        margin: 0;
        min-height: 0;
    }

    #ocen-opone-ocena-dodatkowe-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ocen-opone-ocena-dodatkowe-info {
        height: 53px;
        line-height: 36px;
        text-align: center;
    }
}

.btn-karta-dodaj-opinie {
    float: right;
}

.karta-dodaj-opinie-belka {
    background-color: #211f20 !important;
    color: #fff !important;
    padding: 12px;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

span.product-lista-ocena-ogolna {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: none;
    font-size: 13px;
}

    span.product-lista-ocena-ogolna i {
        font-size: 13px;
        color: #BC2517;
    }

span.product-lista-ocena-ogolna-ilosc {
    padding-left: 5px;
}

.product-lista-ocena-ogolna-nazwa {
    padding-right: 5px;
}

span.product-lista-ocena-ogolna-wartosc {
    font-size: 19px;
    font-weight: bold;
    padding-right: 5px;
}

.ocen-opone-ocena-kierowca-nazwa {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocen-opone-ocena-kierowca-email {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.car-desc-combo {
    clear: both;
    padding: 19px 30px;
}

.sidebar-wrapper-towary {
    overflow-x: hidden;
}

.btn-porownywarka, .btn-porownywarka:hover, .btn-porownywarka:active:hover {
    font-size: 14px;
    background-color: rgb(153, 153, 153) !important;
    color: #fff !important;
    border: 0;
}

.row-karta-dane {
    clear: both;
}

.lista-towarow-filtr {
    margin-top: 13px;
}

.no-border {
    border: 0 solid white !important;
}

.no-min-height {
    min-height: 0 !important;
}

a.kiosk-grupa-producentow-td-item {
    margin-bottom: 3px;
}

.kiosk-grupa-producentow-td-item-i {
    height: 23px;
    display: inline-block;
    padding-right: 10px;
}

span.badge.pull-right {
    margin-top: 10px;
    margin-left: 10px;
}

    span.badge.pull-right.item-child {
        margin-top: 0;
        margin-left: 10px;
    }

.model-combo-list-table {
    width: 100%
}

@media (max-width: 360px) {
    .model-combo-list-table tr td, .wersja-combo-list-table tbody tr td {
        font-size: 12px;
    }
}

@media (min-width: 361px) and (max-width: 600px) {
    .model-combo-list-table tr td, .wersja-combo-list-table tbody tr td {
        font-size: 13px;
    }
}

.nav-tabs > li > a {
    border: 1px solid #ddd !important;
}

.filtrTowaryTab {
    font-size: 13px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #999;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#towaryFiltrGrupy .group-title {
    margin-bottom: 5px;
    padding: 7px 10px;
    text-align: left;
    font-weight: 600;
    background-color: #211f20 !important;
    color: #fff !important;
    border-right: 0;
    border: 1px solid #eee;
    border-left: 3px solid rgb(153, 153, 153) !important;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#towaryFiltrGrupy .group-img {
    padding-right: 3px;
    width: 40px;
}

#towaryFiltrGrupy .panel-title {
    font-size: 12px !important;
    min-height: 25px;
}

#towaryFiltrGrupy .group-caret-down {
    padding-top: 8px;
}

#towaryFiltrGrupy .fa.pull-right {
    margin-left: .3em;
    position: absolute;
    right: 8px;
}

#towaryFiltrGrupy .panel-group .group-panel-heading {
    border-bottom: 0;
    background-color: #f1f0f0;
    border-left: 19px solid #f9f9f9 !important;
    border-bottom: 3px solid #f9f9f9 !important;
    font-size: 12px;
}

#towaryFiltrGrupy .panel-heading {
    padding: 7px 7px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#towaryFiltrGrupy .grupa-towarow {
    margin-left: 39px;
    background-color: #eaeaea;
    font-size: 12px;
}

#towaryFiltrGrupy .list-group-item {
    position: relative;
    display: block;
    padding: 7px 7px;
    margin-bottom: -1px;
}

#towaryFiltrGrupy .panel-heading:hover {
  background-color: #4b6c9e;
    color: #211f20;
}

#towaryFiltrGrupy a.list-group-item:hover, #towaryFiltrGrupy a.list-group-item:focus {
    text-decoration: none;
 background-color: #4b6c9e;
    color: #211f20 !important;
}

#towaryFiltrGrupy .lista-grup-towarowych-rozwin-liste {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 9px;
    cursor: pointer;
}

#towaryFiltrGrupy .panel-group {
    margin-bottom: 7px;
    margin-top: 3px;
}

.lista-towarow-zakladki {
    position: relative;
    bottom: -1px;
    left: 0;
}

.product-car-marka {
    display: inline-block;
    width: 100%;
}

.lista-tow-zastosowanie-w-pojazdach .panel-title {
    font-size: 15px !important;
    min-height: 15px;
}

.lista-tow-zastosowanie-w-pojazdach .panel-group {
    margin-bottom: 0;
}

.lista-tow-zastosowanie-w-pojazdach .car-panel-list-title {
    margin-bottom: 0;
}

.panel-group.lista-tow-zastosowanie-w-pojazdach {
    margin-bottom: -1px;
}

.lista-towarow-zakladki .nav.nav-tabs {
    border-bottom: 0;
}

.lista-tow-zastosowanie-w-pojazdach {
    border-top: 1px solid #ddd;
}

.lista-tow-model {
    margin-left: -15px;
    padding-left: 30px;
}

.lista-tow-zamienniki {
    border-top: 1px solid #ddd;
}

.lista-tow-numery-oe {
    border-top: 1px solid #ddd;
}

.lista-towarow-zakladki .tab-content {
    min-height: 0;
}

@media (min-width:992px) and (max-width: 1199px) {
    .filtrTowaryTab {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.timetable.red {
    border-color: red;
}

.strona-start-modul-row {
    padding-bottom: 0;
    margin: 0;
}

.hideActiveTab {
    color: initial !important;
    background-color: initial !important;
}

.nav-tabs > li.active.hideActiveTab > a {
    color: initial !important;
    background-color: initial !important;
}
/* KARTA OPON - OPINIE KUPUJACYCH*/
.ocena-opona-karta .ocen-opone-title h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ocena-opona-karta h2 {
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ocena-opona-karta .ocen-opone-nazwa h3 {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    border-right: 0;
    /* border: 1px solid #eee;
     */
    border-left: 3px solid rgb(153, 153, 153) !important;
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
    display: inline-block;
}

.ocena-opona-karta .ocen-opone-obrazek {
    text-align: center;
}

.ocena-opona-karta .ocen-opone-info-opona-feature {
    display: block;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.ocena-opona-karta .ocen-opone-info-opona-feature-bez-lini {
    display: block;
    padding: 8px 0 8px 0;
    border-bottom: 0;
    font-size: 13px;
}

.ocena-opona-karta .ocen-opone-info-opona {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-kolumna-ciemna {
    background-color: #333333;
    color: #fff;
    text-align: right;
    font-weight: normal;
    border-right: solid 1px #EEEEEE;
    padding: 6px;
    padding-right: 10px;
    height: 100%;
    max-height: 100%;
    min-height: 27px;
    line-height: 15px;
    font-size: 13px;
}

.ocena-opona-karta .ocen-opone-ocena-opona-zachowanie {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-opona-poziom-halasu {
    font-size: 13px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 7px;
}

.ocena-opona-karta .ocen-opone-ocena-opona-trwalosc {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-dystans {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-styl {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-miejsce {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-opinia {
    margin-top: 20px;
}

.ocena-opona-karta .ocen-opone-ocena-gwiazdki {
    font-size: 14px;
}

.ocena-opona-karta .ocen-opone-ocena-ilosc-wskazana {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    margin: 0;
    padding-right: 0;
}

.ocena-opona-karta .ocen-opone-ocena-ilosc-maksymalna {
    font-size: 14px;
}

.ocena-opona-karta .ocen-opone-ocena-opona-poziom-halasu-gwiazdki {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 0;
}

.ocena-opona-karta .ocen-opone-ocena-opona-trwalosc-gwiazdki {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocena-gwiazdki-wartosci {
    clear: both;
    display: inline-block;
    padding-left: 20px;
    padding-top: 4px;
}

.ocena-opona-karta .ocena-gwiazdki {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ocena-opona-karta .ocena-gwiazdki-wiersz {
    display: inline-block;
    border-top: 1px solid #eee;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-puste {
    height: 40px;
}

.ocena-opona-karta .ocen-opone-ocena-dodatkowe-info {
    height: 55px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.ocena-opona-karta .ocen-opone-ocena-dodatkowe-aktywny {
    height: 55px;
    padding-top: 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.ocena-opona-karta .ocen-opone-ocena-kolumna-szara {
    background-color: #eee;
    height: 55px;
    line-height: 36px;
    padding-top: 8px;
}

.ocena-opona-karta .btn-ocena-submit {
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #BC2517;
    *background-color: #BC2517;
    background-image: -moz-linear-gradient(top, #BC2517, #BC2517);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BC2517), to(#BC2517));
    background-image: -webkit-linear-gradient(top, #BC2517, #BC2517);
    background-image: -o-linear-gradient(top, #BC2517, #BC2517);
    background-image: linear-gradient(to bottom, #BC2517, #BC2517);
    background-repeat: repeat-x;
    border-color: #BC2517;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC2517', endColorstr='#BC2517', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .ocena-opona-karta .btn-ocena-submit:hover, .ocena-opona-karta .btn-ocena-submit:focus, .ocena-opona-karta .btn-ocena-submit:active, .ocena-opona-karta .btn-ocena-submit.active, .ocena-opona-karta .btn-ocena-submit.disabled, .ocena-opona-karta .btn-ocena-submit[disabled] {
        color: #FFFFFF !important;
        background-color: #BC2517;
        *background-color: #003bb3;
    }

    .ocena-opona-karta .btn-ocena-submit i {
        padding-right: 10px;
    }

@media (max-width: 991px) {
    .ocena-opona-karta .ocen-opone-ocena-kierowca-puste {
        height: 0;
        padding: 0;
        margin: 0;
        min-height: 0;
    }

    .ocena-opona-karta #ocen-opone-ocena-dodatkowe-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ocena-opona-karta .ocen-opone-ocena-dodatkowe-info {
        height: 53px;
        line-height: 36px;
        text-align: center;
    }

    .ocena-opona-karta .ocen-opone-ocena-dodatkowe-aktywny {
        text-align: center;
    }

    .ocena-opona-karta .squaredTwo {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.ocena-opona-karta .btn-karta-dodaj-opinie {
    float: right;
}

.ocena-opona-karta .karta-dodaj-opinie-belka {
    background-color: #211f20 !important;
    color: #fff !important;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.ocena-opona-karta span.product-lista-ocena-ogolna {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: none;
    font-size: 13px;
}

    .ocena-opona-karta span.product-lista-ocena-ogolna i {
        font-size: 13px;
        color: #BC2517;
    }

.ocena-opona-karta span.product-lista-ocena-ogolna-ilosc {
    padding-left: 5px;
}

.ocena-opona-karta .product-lista-ocena-ogolna-nazwa {
    padding-right: 5px;
}

.ocena-opona-karta span.product-lista-ocena-ogolna-wartosc {
    font-size: 19px;
    font-weight: bold;
    padding-right: 5px;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-nazwa {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocen-opone-ocena-kierowca-email {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ocena-opona-karta .ocena-gwiazdki > i {
    float: left;
}

.ocena-opona-karta input {
    font-size: 12px;
}

.ocena-opona-karta span.product-ocena-ogolna {
    float: left;
    text-transform: none;
    font-size: 13px;
}

.ocena-opona-karta-kolumna-szara {
    background-color: #e7e6e7;
    border: 1px solid #e7e6e7;
    min-height: 99px;
}

.ocena-opona-karta-tresc {
    border: 1px solid #e7e6e7;
    min-height: 99px;
    padding: 10px;
}

.ocena-opona-karta-ocena-gwiazdki {
    padding: 5px;
}

.ocena-opona-karta-ocena-gwiazdki {
    padding: 5px;
}

.ocena-opona-karta-kolumna-szara .row {
    padding: 5px;
}

.ocena-szczegoly-przycisk-pokaz {
    float: right;
    font-size: 25px;
    cursor: pointer;
}

input#ocen-opone-ocena-kierowca-dystans {
    height: 30px;
}

input#ocen-opone-ocena-kierowca-styl {
    height: 30px;
}

input#ocen-opone-ocena-kierowca-miejsce {
    height: 30px;
}

.label-dostepnosc {
    display: inline-block;
    padding-right: 5px;
}

.label-dostepnosc-wysrodkowane {
    position: absolute;
    right: 50px;
    top: 8px;
}

.stan-graficzny {
    display: inline-block;
}

.label-dostepnosc-cennik {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding-top: 9px;
    left: 13px;
}

.cart-row-cennik {
    display: inline-block;
    width: 90px;
}

.list-price-cennik {
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px !important;
    display: inline-block;
    position: absolute;
   right: 93px;
}

.stan-graficzny-cennik {
    left: 53px;
    position: absolute;
}

.stan-graficzny-cennik-2 {
    left: 79px;
    position: absolute;
}

.price-cennik {
    padding-top: 0;
}

@media (max-width: 1199px) {
    .label-dostepnosc-cennik {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        padding-top: 9px;
        left: 0;
    }

    .cart-row-cennik {
        display: inline-block;
        width: 90px;
    }

    .list-price-cennik {
        font-size: 16px;
        font-weight: 600;
        padding-top: 0 !important;
        display: inline-block;
        position: absolute;
        left: 70px;
    }

    .stan-graficzny-cennik {
        left: 43px;
        position: absolute;
    }

    .price-cennik {
        padding-top: 0;
    }
}

.list-val-cennik {
    position: absolute;
 right: 196px;
    padding-top: 11px;
    display: inline-block;
    width: 90px;
}

@media (max-width: 769px) {
    .nav-bg {
        margin: 0 -10px;
    }
    .list-val-cennik {
        position: absolute;
        left: 0px;
        right: unset;
    }

    .desc-1{
        padding:0;
    }
    .border-add {
        height: 324px;
    }
.car-choose-header b { display: none; }
}

@media (max-width: 990px) {
    .list-val-wysrodkowane {
        display: none;
    }

    .col-md-6:nth-child(n+2) .cart-last-header {
        margin-top: 35px
    }

    .list-price-cennik {
        /*display: block;
        */
        padding-top: 5px !important;
        position: initial;
    }

    .cart-row-cennik {
        display: block;
        float: right;
        padding-top: 5px;
    }
}

.porownywarka-czesci-naglowek .page-title-list {
    margin-top: 10px;
}

.porownywarka-czesci-towar-nazwa {
    background-color: #211f20 !important;
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 65px;
    text-align: center;
}

.porownywarka-czesci-towar-zdjecie {
    text-align: center;
    height: 180px;
    margin-bottom: 25px;
}

    .porownywarka-czesci-towar-zdjecie img {
        max-height: 180px;
    }

.porownywarka-czesci-towar-klucz {
    padding-right: 5px;
}

.porownywarka-czesci-towar-wartosc {
    font-weight: bold;
}

.porownywarka-czesci-towar-row {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px;
    padding-top: 0;
}

.porownywarka-czesci-towar-usun {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

    .porownywarka-czesci-towar-usun .porownywarka-podglad-item-delete i {
        padding-right: 5px;
    }

    .porownywarka-czesci-towar-usun .porownywarka-podglad-item-delete {
        color: #B00000;
    }

.porownywarka-czesci-towar-cena-koszyk {
    background-color: #F4F4F4;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.porownywarka-czesci-towar-cena-koszyk-koszyk {
    width: 88px;
    margin-left: auto;
    margin-right: auto;
}

.porownywarka-czesci-towar-cena-koszyk-cena .cena-wieksza {
    font-size: 23px;
    font-weight: bold;
}

.porownywarka-czesci-towar-cena-koszyk-cena {
    padding-bottom: 10px;
}

.inlinePodglad {
    width: 725px;
}

.porownywarka-podglad-item {
    width: 165px;
}

.newsletter-start {
	background: #efefef;
	padding-bottom: 20px;
}
.newsletter-start-naglowek {
    background-color: transparent;
}

.newsletter-start-tytul {
	background-color: transparent;
	color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
	text-transform: uppercase;
	padding: 0;
    font-size: 15px;
    font-weight: 600;
}

.newsletter-start-zawartosc label {
    display: block;
    width: 100%;
}

.row.newsletter-start-zawartosc {
    border: 1px solid #999;
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#newsletter-start-dodaj {
    background-color: rgb(153, 153, 153);
}

.cookie-close {
    color: rgb(153, 153, 153);
    font-size: 20px;
}

.product-list-title a {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 4px;
    text-decoration: none;
    width: 100%;
}

.product-name {
    text-transform: uppercase;
    height: 100%;
    min-height: 22px;
    overflow: hidden;
    margin-left: 0;
}

.dostepnosc-lista-opon {
    margin-left: 20px;
    margin-right: -15px;
}

.webkatalog-baner-top {
    display: inline-block;
    padding-left: 20px;
}

.sklep-baner-top {
    display: inline-block;
    padding-left: 20px;
    display:none;
}

.logo-baner-top {
    margin-top: 0;
    position: absolute;
}

.logo-top-webkatalog {
    max-width: 130px;
    padding-top: 12px;
    float: left;
    padding-right: 20px;
}

.logo-top-sklep {
    max-width: 130px;
    padding-top: 12px;
    float: left;
    padding-right: 20px;
}

div#historyDD {
  background-color: #333;
}

.lewa-kolumna {
    padding-left: 0;
}

.prawa-kolumna {
    padding-right: 0;
}

@media (max-width: 769px) {
    .lewa-kolumna {
        padding-right: 0;
    }

    .prawa-kolumna {
        padding-left: 0;
    }

    .kolumna-0 {
        padding-right: 0;
    }

    .kolumna-1 {
        padding-left: 0;
    }

    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 990px) {
    .lista-towarow-filtr {
        /*margin-right: -15px;*/
    }
}

@media (max-width: 766px) {
    .sub-title-list {
        margin-top: 0;
        margin-left: 2px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .main {
        /*overflow-x: hidden;*/
        z-index: 1;
        position: relative;
    }

    .list-group {
        padding-right: 0;
    }
	.szukaj-wg-numeru {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.nr-kat {
    margin: 0;
    display: flex;
	flex-direction: column;
}

@media (max-width: 400px) {
    .wybor-pojazdu {
        height: 62px;
    }
}

@media (max-width: 500px) {
    .page-title {
        font-size: 12px;
        font-weight: 400;
    }

    .sub-title {
        font-size: 15px;
    }
}

@media (max-width: 769px) {
    .page-title {
        font-size: 12px;
        font-weight: 400;
    }

    .sub-title {
        font-size: 15px;
    }

    .group-title {
        margin-top: 2px;
    }

    .btn-zmien-pojazd {
        font-size: 12px;
    }

    .usr-box {
        border-right: 0;
        padding: 0 0 0 15px;
    }

    .page-title-list {
        font-size: 18px;
        font-family: Open Sans;
        margin-top: 12px;
        font-weight: 600;
        padding-left: 0;
        line-height: 27px;
        margin-bottom: 2px;
        padding-bottom: 0;
    }
}

.cena-zamienniki {
    padding-left: 5px;
}

@media (max-width: 766px) {
    .logo-top {
        max-width: 110px;
        padding-top: 12px;
        max-height: 45px;
    }

    .top-section-btn {
        padding: 4px 8px;
    }

    .header-row {
        padding-right: 0;
    }

    .grupa-najpopularniejsze-marki-title, .grupa-popularne-czesci-title {
        padding-left: 28px;
    }

    .car-bg {
        padding-top: 20px;
    }
}

.header-row {
    padding-right: 0;
}

.border-add-simple .product-list-title a {
    border-bottom: 0;
    text-decoration: none;
}

.lista-tow-model .panel-title {
    min-height: 0;
}

.product-car-panel-body .panel-group {
    margin-bottom: 0;
}

.grupy-czesci .panel-group {
    margin-bottom: 0;
}

span.list-group-count {
    display: inline-block;
    float: right;
    height: 36px;
    line-height: 36px;
    border-left: 2px solid #EEEEEE;
    width: 60px;
    text-align: right;
}

.list-group-count span.badge {
    margin-left: 10px;
}

.kiosk-grupa-producentow-td-item .panel-heading {
    padding: 7px 4px;
}

span.list-group-count-header {
    display: inline-block;
    float: right;
    line-height: 21px;
    width: 54px;
    text-align: right;
}

.pojazd-vin-decoder-button {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    cursor: pointer;
    height: 20px;
    /*margin-right: 32px;
    */
}

.pojazd-vin-decoder-window {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #211f20;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.vin-decoder-window-main-title {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 30px;
    font-size: 15px;
    border-bottom: 1px solid #555559;
}

.vin-decoder-window-title {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12px;
}

.vin-decoder-input-div {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 30px;
}

#vin-decoder-input {
    color: black;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
}

.vin-decoder-input-footer-buttons-div {
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
}

#vin-decoder-window-szukaj-button {
    margin-right: 10px;
    width: 100px;
}

#vin-decoder-window-anuluj-button {
    width: 100px;
}

.vin-decoder-window-close-button {
    cursor: pointer;
    display: inline-block;
    float: right;
}

.col-nav {
    padding-left: 0;
    padding-right: 0;
}

.col-wg-numeru {
    background-color: #ebebeb;
}

.szukaj-wg-numeru {
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.btn-szukaj-wg-numeru {
    background-color: rgb(75, 108, 158);
    color: #fff;
}

.btn-dropdown-wg-numeru {
    background-color: rgb(153, 153, 153);
    color: #333;
    border-left: 1px solid #898989;
}

.el-wg-numeru {
    color: #333;
    cursor: pointer;
    padding: 3px 0;
}

.open .dropdown-wg-numeru {
    left: auto;
    right: 0;
}

.row-szukaj-wg-numer {
    margin: 0;
}

.btn-search-ico {
    padding-right: 5px;
}

.qr-dropdown {
    width: 25px;
    height: 25px;
    float: right;
    display: inline-block;
    position: absolute;
    right: 31px;
    margin-top: -3px;
    border-left-width: 0;
}

.top-section-qr img {
    width: 25px;
}

.qr-inline {
    width: 258px;
    left: -202px;
    z-index: 9999;
    color: #333;
    background-image: url(./img/IntegraDecode.png);
    background-repeat: no-repeat;
    height: 349px;
}

#qr-polaczenie {
    position: absolute;
    bottom: 32px;
    right: 7px;
}

#qr-pobierz-decode {
    display: none;
    position: absolute;
    bottom: 32px;
    right: 7px;
}

.pobierz-idecode {
    display: block;
    margin: 0 auto;
    max-width: 137px;
    margin-top: 5px;
    background-color: #cc292a;
    color: #fff;
}

.pobierz-idecode-kod {
    display: none;
    margin: 0 auto;
    max-width: 137px;
    margin-top: 19px;
    background-color: #cc292a;
    color: #fff;
}

.qr-tytul {
    color: #333 !important;
    text-align: center;
    border-bottom: 0 solid #d7d7d7 !important;
    margin-top: 7px !important;
}

.zamienniki-info {
    font-size: 11px;
    position: absolute;
    bottom: 22px;
    left: 0;
}

@media (max-width: 768px) {
    .zamienniki-info {
        display: none;
    }
}

@media (min-width:769px) and (max-width: 990px) {
    .zamienniki-info {
        left: 15px;
        bottom: 5px;
    }
}

@media (min-width:990px) and (max-width: 1199px) {
    .zamienniki-info {
        left: 0;
        bottom: 4px;
    }
}

.grid .zamienniki-info, .simple .zamienniki-info {
    display: none;
}

.zamienniki-info-link {
    text-decoration: underline;
}

.fa-ul > li {
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #5a5a5a;
}

footer h4 {
    font-size: 18px;
	letter-spacing: 2px;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 10px;
    color: #c9c9c9;
    font-weight: bold;
}

footer {
    padding-top: 30px;
    padding-bottom: 0;
    color: #fff;
    background-color: #303433;
    border-top: 1px solid #3e3e3f;
}

    footer a:link, footer a:visited, footer a:hover {
    color: #c9c9c9;
    }

.webshop-stopka {
    opacity: 0.7;
}

.pojazd-demo-ico {
    color: #ccc;
}

.btn-zmien-grupe-td, .btn-zmien-grupe-td:hover {
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #858585;
    font-weight: 600;
    vertical-align: super;
}

#MarkaCombobox {
    margin-left: 18px;
    max-width: 194px;
    height: 33px;
    padding-left: 17px;
}

#RokCombobox {
    margin-left: 18px;
    max-width: 89px;
    height: 33px;
    padding-left: 17px;
}

#ModelCombobox {
    margin-left: 18px;
    max-width: 314px;
    height: 33px;
    padding-left: 17px;
}

#WersjaCombobox {
    margin-left: 18px;
    max-width: 314px;
    height: 33px;
    padding-left: 17px;
}

.carousel-control {
    display: none;
}

.pojazd-col-marka {
    width: 150px;
    display: inline-block;
    margin-left: 27px;
}

.pojazd-col-rok {
    position: relative;
    width: 100px;
    display: inline-block;
    margin-left: 10px;
}

.pojazd-col-model {
    position: relative;
    width: 250px;
    display: inline-block;
    /*margin-left: 10px;*/
}

.pojazd-col-wersja {
    position: relative;
    width: 250px;
    display: inline-block;
    /*margin-left: 10px;*/
}


.pojazd-col-model .input-wrapper {
    left: -4px;
}

.pojazd-col-wersja .input-wrapper {
    left: -4px;
}

.pojazd-col-recznie {
    width: 308px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}

.pojazd-col-marka .input-wrapper {
    left: 28px;
}

@media (max-width: 1199px) {
    .pojazd-col-recznie {
        display: none;
    }
}

@media (max-width: 991px) {
    .pojazd-col-marka {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .pojazd-col-rok {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .pojazd-col-model {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .pojazd-col-wersja {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .pojazd-col-marka .input-wrapper {
        left: 10px;
    }

    .pojazd-col-rok .input-wrapper {
        left: -3px;
    }
}

.affix .menu-vin {
    display: none;
}

.navbar-nav li:last-of-type a {
    border-right: 0 solid #eee;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 25px;
}

.filtr-kryteria-edycja-atrybutu {
    float: right;
}

#modal_edycja_atrybutu_tecDoc_body {
    font-size: 13px !important;
    font-weight: normal !important;
}

.wyszukiwarka-wewnwtrzna-gorna {
    position: absolute;
    z-index: 10;
    width: 100%;
}

    .wyszukiwarka-wewnwtrzna-gorna .content-bg {
        border: 0;
    }

.wyszukiwarka-wewnwtrzna .carousel-caption {
    display: none;
}

.wyszukiwarka-wewnwtrzna-dolna {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
}

    .wyszukiwarka-wewnwtrzna-dolna .content-bg {
        border: 0;
    }

    .wyszukiwarka-wewnwtrzna-dolna .car-bg {
        background-color: #211f20;
        color: #fff;
        font-family: 'Open Sans' !important;
        font-weight: normal;
        padding: 0;
        border: 0;
    }

@media screen and (min-width: 992px) {
    .carousel-indicators-gora {
        top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .wyszukiwarka-wewnwtrzna-dolna {
        position: initial;
        width: 100%;
    }

        .wyszukiwarka-wewnwtrzna-dolna .car-bg {
            background-color: #211f20;
            color: #fff;
            font-family: 'Open Sans' !important;
            font-weight: normal;
            padding: 0;
            border: 0;
            padding-top: 20px;
        }

    .wyszukiwarka-wewnwtrzna-gorna {
        position: initial;
        width: 100%;
    }

        .wyszukiwarka-wewnwtrzna-gorna .car-bg {
            background-color: #211f20;
            color: #fff;
            font-family: 'Open Sans' !important;
            font-weight: normal;
            padding: 0;
            border: 0;
            padding-top: 20px;
        }
}

.stopka-terminarz {
    padding-top: 7px;
}

.grupa-znajdz-grupe-combo .k-autocomplete {
    padding: 0;
}

.blad-tekst {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
    /* -webkit-border-radius: 20px;
     */
    -moz-border-radius: 20px;
    /* border-radius: 20px;
     */
    background-color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* -webkit-box-shadow: #B3B3B3 2px 2px 2px;
     */
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    /* box-shadow: #B3B3B3 2px 2px 2px;
     */
}

.blad-wroc {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
}

.blad-link, .blad-link:hover, .blad-link:visited {
    color: #fff;
}

.blad-podtytul {
    padding-top: 8px;
    display: block;
}

.blad-tekst-h2 {
    font-family: 'Open Sans';
    font-weight: 400;
}

.blad-tekst-h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    padding-top: 10px;
}

.cart-summary-link, .cart-transport-link {
    cursor: pointer;
}

.montaz-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 419px) {
    .sklep-baner-top {
        display: none;
    }
}

form#WyborOponWgRozmiaru {
    max-width: 276px;
}

.main-thumb-one {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #333;
        font-weight: 400;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ceced2;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .navbar-collapse {
        padding-left: 0
    }
}

.label-regulamin {
    margin-left: 0;
}

.porownywarka-czesci-naglowek .btn-porownywarka.porownywarka-podglad-item-delete-all {
    float: right;
    margin: 13px;
}

.porownywarka-czesci-naglowek .page-title-list {
    margin-top: 25px;
    float: left;
    margin-left: 10px;
}

button.btn.btn-default.btn-porownywarka.form-control.porownywarka-podglad-item-back-history {
    float: left;
    margin-top: 13px;
    margin-left: 13px;
}

.cena-kafelki {
    padding-top: 25px;
}

.grid .product-name {
    margin-bottom: 5px;
    max-height: 22px;
}

@media (max-width: 768px) {
    .k-popup .k-list .k-item, .k-fieldselector .k-list .k-item, .k-list-optionlabel, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
        padding: 6px 2px !important;
    }
}

.pull-right-md {
    float: right;
}

.sub-title-list-span {
    width: 65%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .pull-right-md {
        float: left;
    }

    .sub-title-list-span {
        width: 41%;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .pull-right-md {
        float: left;
    }

    .sub-title-list-span {
        width: 69%;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .pull-right-md {
        float: left;
    }

    .sub-title-list-span {
        width: 48%;
    }
}

.sub-title-list .btn-zmien-pojazd {
    padding-top: 0;
    padding-left: 0;
}

.panel-green a {
    color: #fff;
}

.wyszukiwarka_rd {
    padding-left: 5px;
}

.btn-stan-online {
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    font-size: 15px;
    color: #575757;
    cursor: pointer;
}

.lista-cena-dostepnosc-2-preview, .lista-cena-dostepnosc-preview {
    display: block;
    font-size: 24px;
}

.lista-cena-dostepnosc, .lista-cena-dostepnosc-2 {
    display: inline-block;
    font-size: 24px;
    width: 96px;
    margin: 5px 0 1px 0;
}

.lista-cena-dostepnosc-2-porownywarka, .lista-cena-dostepnosc-porownywarka, .cena-dostepnosc-porownywarka {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #000;
}

.cena-dostepnosc-2-porownywarka {
    display: block;
    font-size: 20px;
    text-align: right;
    color: #bebec3;
}

.lista-cena-dostepnosc-2, .lista-cena-dostepnosc-2-preview {
    color: #949498;
}

.lista-towar-waluta, .porownywarka-towar-waluta {
    font-size: 13px;
    color: #949498;
    font-weight: 600;
}

.dostepnosc-naglowek {
    display: block;
    font-size: 12px;
    padding-bottom: 8px;
    color: #999999;
}

.dostepnosc-kontener img, .simple img {
    vertical-align: unset;
}

.dostepnosc-kontener img {
	visibility: hidden;
}

.lista-cena-towaru {
    font-size: 23px;
    font-weight: 700;
}

.price-block .lista-cena-towaru {
	font-size: 32px;
    display: block;
    line-height: 6px;
    margin-top: 15px;
}

.simple .product-name {
    margin-bottom: 0;
    margin-top: 0;
}

.simple-grid span {
    padding-right: 5px;
}

.stan-graficzny-2 {
    display: inline-block;
}

.simple .price {
    padding-left: 15px;
}

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item, .k-list-optionlabel, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    font-size: 13.5px;
}

.naglowek-panel-tytul {
    margin-top: 11px;
    display: inline-block;
}

.login-bg {
    background-color: #fff;
}

.main-login {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
    overflow-x: hidden;
    margin-top: 10%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #8c8c8c;
    max-width: 700px;
}

.formularz-naglowek {
    position: relative;
    display: block;
    width: 100%;
}

.formularz-naglowek-txt {
    font-size: 26px;
    color: #000;
    text-align: center;
    z-index: 2;
    position: relative;
}

    .formularz-naglowek-txt:before {
        position: absolute;
        width: 90%;
        display: block;
        margin: 0 auto;
        height: 2px;
        background-color: #000;
        top: 19px;
        left: 27px;
        content: '';
        z-index: -1;
    }

.formularz-kontener {
    background-color: #fff;
    height: 550px;
    padding-top: 1px;
}

.formularz-naglowek-txt span {
    background-color: #fff;
    padding: 5px 15px;
}

#FormularzKontaktowy label {
    text-transform: uppercase;
    font-size: 13px;
}

#FormularzKontaktowy row {
    margin: 0;
}

#FormularzKontaktowy .form-control {
    border-radius: 0;
}

.formularz-naglowek-podtytul {
    text-align: center;
    font-size: 14px;
    color: #777;
    font-weight: 600;
    margin-bottom: 40px;
}

.formularz-naglowek-kontene {
}

.formularz-obowiazkowe {
    float: right;
    color: #999;
    font-size: 12px;
}

.btn-wyslij-wiadomosc, .btn-wyslij-wiadomosc:hover, .btn-wyslij-wiadomosc:active, .btn-wyslij-wiadomosc:focus {
    background-color: #000;
    color: #fff !important;
    border-radius: 0;
    float: left;
    padding: 10px 15px;
    cursor: pointer;
}

#FormularzKontaktowy .modal-footer, #FormularzKontaktowy .modal-header {
    border: none;
}

#FormularzKontaktowy .modal-footer {
    border: none;
    padding: 0;
}

#FormularzKontaktowy .modal-body {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

#FormularzKontaktowy .modal-header {
    padding-bottom: 0;
}

@media (max-width:769px) {
    .formularz-naglowek-txt {
        font-size: 19px;
    }
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.body-lista-towar {
    background: linear-gradient(to right, rgb(5, 9, 48) 0%, rgb(255, 255, 255) 100%);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: none;
}

h1.page-title, h2.page-title {
    font-size: 21px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.disabled-link {
    pointer-events: none;
    opacity: .4;
    filter: alpha(opacity=40);
    display:none;
}
.wybor-pojazdu-combo-reset-button {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    margin-left: 5px;
}

#language {
    float: right;
    padding: 0 15px 0 15px;
    border-right: 1px solid #dad9d9;
    display: none;
}

div#lang_menu {
    font-size: 14px;
    display: block;
    padding: 25px 8px;
}

.language-flag {
    margin: 5px;
}

button#add-to-favorite {
    margin-top: 10px;
}

span#ilosc-ulubionych-towarow {
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    color: #fff;
    background-color: #4b6c9e;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

.naglowek-lista-ulubionych span {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px #eee;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.podsumowanie-lista-ulubionych {
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
}

.podsumowanie-wartosc-lista-ulubionych {
    text-align:right;
    padding:0;
}
.podsumowanie-label-lista-ulubionych {
    padding: 0;
}

.dodaj-wszystkie-produkty-button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.czas-dostawy-img, .czas-dostawy-txt {
    display: inline-block;
}

.czas-dostawy-img {
    height: 23px;
    width: 34px;
    margin-left: 10px;
    margin-right: 8px;
    background-image: url(img/Ikony/czas_dostawy.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    float: left;
}

.czas-dostawy-txt {
    padding-top: 3px;
    padding-right: 12px;
}

.czas-dostawy-ukryj {
    display: none;
}

.czas-dostawy-spinner {
    margin: 0;
    width: 45px;
    text-align: center;
    display: inline-block;
    position: relative;
}

    .czas-dostawy-spinner > div {
        width: 8px;
        height: 8px;
        background-color: #252424;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

.stan-online-spinner > div {
    width: 8px;
    height: 8px;
    background-color: #252424;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.czas-dostawy-spinner .bounce1, .stan-online-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.czas-dostawy-spinner .bounce2, .stan-online-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.czas-dostawy-spinner .bounce3, .stan-online-spinner .bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.czas-dostawy-spinner-label {
    line-height: 10px;
    display: inline-block;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.czas-dostawy-red {
    color: #d90125;
}

.timers {
    padding-left: 3px !important;
    padding-right: 3px !important;
    background: transparent !important;
}

.czas-dostawy {
    display: block;
}

.czas-dostawy-txt {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    height: 60px;
    padding: 13px 17px;
    
}

.timer-body-block {
    font-family: Tahoma;
    font-size: 14px;
    line-height: 15px;
}

.timer .table-cell {
    display: inline-block;
}

.timer .table-cell .tab-val {
    display: inline-block;
    font-weight: bold;
}

.timer .table-cell .tab-metr {
    display: inline-block;
    font-weight: bold;
}

.timer .table-cell .tab-val {
    display: inline-block;
    font-weight: bold;
}

.li-czas-dostawy {
    display:none;
}

.logowanie-inline {
    /*display:block;
     width: 500px;
     display:inline-block;
     left:-388px;
     z-index:9999;
     color:#333;
    */
    width: 300px;
    left: -190px;
    z-index: 9999;
    color: #333;
  
}

.naglowek-historia-moich-zakupow {
    font-size: 24px;
    border-bottom: solid 2px #909090;
    margin-bottom: 30px;
    padding-bottom: 7px;
}

.naglowek-zamowienia-header {
    border-bottom: solid 1px #e4e4e4;
    margin: 10px 10px 0 0;
    padding-bottom: 5px;
    color: #737373;
}

.naglowek-zamowienia-row {
    border-bottom: solid 1px #e4e4e4;
    margin: 10px 10px 0 0;
    padding-bottom: 5px;
}

.naglowek-lista-zwroty-reklamcje span {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px #eee;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.zapytaj-czesci-tytul {
    background-color: #4b6c9e;
    width: 100%;
    color: #fff;
    padding: 8px;
    text-align: center;
    margin-bottom:15px;
}

.zapytaj-czesci-podtytul {
    margin-bottom: 2px;
}

.zapytaj-czesci-dane {
    border-bottom: 2px solid #7d7d7d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.zapytaj-czesci-wyslij, .zapytaj-czesci-wyslij:hover {
    background-color: #4b6c9e;
    border: 1px solid #4b6c9e;
    color: #fff !important;
    border-radius: 0
}

.btn-wyslij-zapytanie, .btn-wyslij-zapytanie:hover {
    background-color: #4b6c9e;
    border: 1px solid #4b6c9e;
    width: 175px;
    margin-top:10px;
}


.formularz-kontaktowy-naglowek{
    text-align:center;
}

    .formularz-kontaktowy-naglowek h3, .formularz-kontaktowy-naglowek p{
        font-weight: bold;
    }

    .formularz-kontaktowy-naglowek p {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;

    }

.formularz-kontaktowy-label {
    font-size: 18px;
    padding-top: 30px;
}

.formularz-kontaktowy-wyslij, .formularz-kontaktowy-wyslij:hover{
    background-color: #4b6c9e;
    border: 1px solid #4b6c9e;
    color: #fff !important;
    border-radius: 0;
    width:100%;
}

#form-zwroty-reklamacje .form-control {
    border-radius: 0;
    height: 44px;
    padding: 12px 12px;


}
#form-zwroty-reklamacje .upload {
    position: relative;
    width: 48%;
    padding: 12px 8px;
    text-align: center;
    background: #dd4b4d;
    border-radius: 3px;
    display: inline-block;
    height: 44px;
}

    #form-zwroty-reklamacje .upload input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

    #form-zwroty-reklamacje .upload label {
        color: #fff;
    }


#form-zwroty-reklamacje label {
    margin: 0;
    overflow-x: hidden;
    height: 23px;
    color: #9e9e9e;
    font-weight: normal;
}

#form-zwroty-reklamacje .upload-label {
    width: 48%;
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 11px 15px;
    height: 44px;
    margin-left: -5px;
}

.btn-primary {
    background: #000;
    color:#fff !important;
    border-color: #000;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
      background: #4b6c9e !important;
        border-color: #4b6c9e !important;
    }

.btn-reklamacje:link, .btn-reklamacje:hover, .btn-reklamacje:visited, .btn-reklamacje:focus {
    color: #333;
    box-shadow: none;
}

.cart-item-price-before-rebate {
    text-decoration: line-through;
  text-decoration-color: #4b6c9e;
}


.produkty-powiazane-block {
    display: inline;
    float: left;
}

.produkty-powiazane-cena-kafelki {
    padding-top: 12px;
    padding-left: 5px;
}

.produkty-powiazane-list-price {
    font-size: 19px;
}

.produkty-powiazane-list-tax {
    font-size: 12px;
}

.produkty-powiazane-cart-button {
    width: 190px;
    height: 35px;
}

.media-heading-ulubione{
    font-size:15px;
}

.media-body-ulubione {
    padding-top: 0;
}

.dostepnosc-ulubione {
    margin-top: 22%;
}

.cart-price-ulubione {
    vertical-align: top;
    font-size: 18px;
    padding-top: 5px;
    display: inline-block;
}

    .cart-price-ulubione .cart-item-price {
        vertical-align: inherit;
    }

    .cart-price-ulubione .cart-item-price {
        vertical-align: inherit;
    }

    .cart-delete-ulubione {
        /*margin-top: 20px;*/
    }

.cart-list-item-checkbox-ulubione {
    margin-top: 55% !important;
    height: 15px;
    width: 15px;
}

.media-ulubione {
    display: inline-block;
    width: 94%;
    margin-top:5px;
}

.checkbox-ulubione {
    display: inline-block;
    width: 15px;
    vertical-align: top;
    margin-top: 5%;
}
.price-block {
    padding-top: 19px;
    text-align: right;
}
@media (min-width:1200px) {
    .ulubione-cena-label {
        padding-left: 25%;
    }
}

@media (max-width:769px) {
    .dostepnosc-ulubione {
        margin-top: 3%;
        text-align: right;
    }

    .cart-price-ulubione {
        display: block !important;
        width: 100%;
    }

    .lista-ulubione .no-magin {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .cart-delete-ulubione {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .price-block {
        margin-top: 0;
        text-align: right;
    }

    .lista-ulubione .cart-list-item {
        position:relative;
    }
    .lista-ulubione .sekcja-usun-xs {
        position: absolute;
        bottom: 28px;
    }
}


.home-banner {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(./img/autoland-header.jpg);
    height: 99vh;
    background-size: cover;
    background-position: center;

}

.wyszukiwarka-wewnwtrzna-srodkowa {
    padding-top: 13%;
}

.wyszukiwarka-wewnwtrzna-srodkowa .car-bg {
    background-color: transparent;
    border-top: none;
    padding: 0;
}

.wybor-pojazdu-naglowek {
    margin-bottom: 50px;
    color:#fff;
}

.wyszukiwarka-wewnwtrzna-srodkowa .input-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap .k-select,
.wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap .k-select,
.wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap .k-select,
.wyszukiwarka-wewnwtrzna-srodkowa .k-datetimepicker .k-select + .k-select,
.wyszukiwarka-wewnwtrzna-srodkowa .k-list-container.k-state-border-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.wyszukiwarka-wewnwtrzna-srodkowa .logo {
    display: block;
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.wyszukiwarka-wewnwtrzna-srodkowa .form-control-kendo{
    font-size:18px;
    height:31px;
}
.wyszukiwarka-wewnwtrzna-srodkowa .form-group{
    margin-bottom:0;
}

.wyszukiwarka-wewnwtrzna-srodkowa .input-wrapper {
    left: 10px;
    color: #000;
    position: absolute;
    z-index: 9;
    background-color: #e4e4e4;
    padding: 2px 8px 2px 7px;
    border-radius: 50%;
    border: 1px solid #a5a5a5;
    margin-top: 10px;
    margin-left: -5px;
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-marka .input-wrapper {
    margin-left: -7px;
}
.combo-bg .k-dropdown-wrap {
    background-image: none;
}

.wyszukiwarka-wewnwtrzna-srodkowa .k-textbox > input,
.wyszukiwarka-wewnwtrzna-srodkowa .k-autocomplete .k-input,
.wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap .k-input,
.wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap .k-input,
.wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap .k-input,
.wyszukiwarka-wewnwtrzna-srodkowa .k-selectbox .k-input {
    height: 39px;
    padding-left: 28px;
}

@media (min-width:991px) {
    .pojazd-col-marka .k-input {
        padding-left: 0 !important;
    }
}
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-textbox > input,
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-autocomplete .k-input,
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-picker-wrap .k-input,
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-numeric-wrap .k-input,
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-dropdown-wrap .k-input,
    .wyszukiwarka-wewnwtrzna-srodkowa #WyszukajWgOpisu .k-selectbox .k-input, #vin-decoder-input, #opis-pojazdu-vin-input {
        height: 40px;
        background-color: #e9e9e9;
        color: #555;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .k-block,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-button,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-textbox,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-drag-clue,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-touch-scrollbar,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-window,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-window-titleless .k-window-content,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-window-action, .k-inline-block,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-grid .k-filter-options,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-grouping-header .k-group-indicator,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-autocomplete, .k-multiselect,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-combobox,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-datepicker,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-timepicker,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-colorpicker,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-datetimepicker,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-notification,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-numerictextbox,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-colorpicker,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-list-container,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-calendar-container,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-calendar td,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-calendar .k-link,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-treeview .k-in,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-editor-inline,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-tooltip,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-tile,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-slider-track,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-slider-selection,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-upload,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-split-button
    .wyszukiwarka-wewnwtrzna-srodkowa .k-gantt-views,
    .wyszukiwarka-wewnwtrzna-srodkowa .k-gantt-views > .k-current-view {
        border-radius: 0;
    }
.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-marka,
.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-rok,
.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-model,
.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-wersja {
   /* margin-left: 25px; */
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-marka,
.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-rok {
    width: 180px;
    /*border-right: 1px solid #cacaca;*/
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-model {
    width: 218px;
    /*border-right: 1px solid #cacaca;*/
}



.wyszukiwarka-wewnwtrzna-srodkowa .combo-bg {
    background-color: #e9e9e9;
    height: 46px;
    display:flex;
}

.wyszukiwarka-wewnwtrzna-srodkowa .k-textbox, .wyszukiwarka-wewnwtrzna-srodkowa .k-autocomplete, .wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap, .wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap, .wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap {
    border-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-style: solid;
}

    .wyszukiwarka-wewnwtrzna-srodkowa .k-combobox .k-select, .wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap .k-select, .wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap .k-select {
        border-left: none;
    }

.wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap.k-state-default, .wyszukiwarka-wewnwtrzna-srodkowa .k-state-default > .k-select, .wyszukiwarka-wewnwtrzna-srodkowa .form-control {
    border-radius: 0;
    border: none;
    height: 45px;
    background-color: #e9e9e9;
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-marka {
    width: 150px;
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-rok {
    width: 125px;
}

.wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-wersja {
    /* width: auto;  */
    flex-grow: 1;
}


.wyszukiwarka-wewnwtrzna-srodkowa .kendo-fix .k-dropdown-wrap {
    background-color: #e9e9e9;
}

.wyszukiwarka-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.wyszukiwarka-opcja {
    background-color: #e9e9e9;
    height:46px;
}

    .wyszukiwarka-opcja:nth-child(1) img {
        padding: 10px 3px 10px 9px;
        max-width: 74px;
    }

    .wyszukiwarka-opcja:nth-child(2) img {
        padding: 10px 3px 10px 9px;
        max-width: 74px;
    }


.wyszukiwarka-wewnwtrzna-srodkowa-header .usr-row {
    border: 1px solid #bb2122;
    color: #f6f6f6;
  background-color: #333;
}

.wyszukiwarka-wewnwtrzna-srodkowa-header div#historyDD {
    background-color: #cc292a;
}

.wyszukiwarka-wewnwtrzna-srodkowa-header .usr-box {
    float: right;
    padding: 0 15px 0 15px;
    border-right: 1px solid #b71f20;
}

.wyszukiwarka-wewnwtrzna-srodkowa-header .first {
    border-left: 1px solid #b71f20;
}

.wyszukiwarka-wewnwtrzna-srodkowa-header .top-section-btn {
    font-size: 14px;
    display: block;
    padding: 15px 8px;
}

.wyszukiwarka-wewnwtrzna-srodkowa-header h2 {
    font-size: 18px;
    margin-top: 16px;
}

.wyszukiwarka-wewnwtrzna-srodkowa h1 {
    font-size: 42px;
    text-align: center;
    text-shadow: 0 4px 5px rgba(0, 0, 0, 0.49);

}

.wyszukiwarka-opcja .btn {
    padding: 0;
    border: 0;
}



@media (min-width:769px){
    .wyszukiwarka-opcja:nth-child(1) .btn {
        border-right: 1px solid #9c9c9c;
    }
}
.wyszukiwarka-opcja .dropdown-menu {
    border: 0;
    border-radius: 0;

}

.wyszukiwarka-opcja div:nth-child(1){
    width:66px;
}

.wyszukiwarka-wewnwtrzna-srodkowa .k-autocomplete.k-state-default, .wyszukiwarka-wewnwtrzna-srodkowa .k-picker-wrap.k-state-default, .wyszukiwarka-wewnwtrzna-srodkowa .k-numeric-wrap.k-state-default, .wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap.k-state-default {
    background-image: none;
    background-color: #e9e9e9;
    border: 0;
    width: 100%;
}

.combo-bg .k-dropdown-wrap.k-state-default {
    background-image: none;
    background-color: #e9e9e9;
    border: 0;
    width: 86%;
}

.combo-year .k-dropdown-wrap.k-state-default {
    width: 78%;
}

.baner-glowna-naglowek .rotate-box-tytul {
	position: relative;
    text-transform: uppercase;
    font-size: 30px;
}

.baner-glowna-naglowek {
    text-align: left;
    padding: 30px 0 20px;
    font-size: 30px;
}
    .baner-glowna-naglowek.wh {
        background-color: #fff;
        background-image: url(./img/naglowek-linia-czerwona.png);
        background-size: unset;
        background-repeat: no-repeat;
        background-position: center;
    }

    .baner-glowna-naglowek span {
	padding: 0;
	background: transparent;
        z-index: 1;
        padding: 0 20px;
        font-size: 18px;
    }

    .baner-glowna-naglowek.wh span {
        background-color: transparent;
        color: #7f0000;
        font-weight:700;
    }

        .baner-glowna-naglowek:before {
display: none;
            width: 95%;
            content: '';
            display: block;
            position: absolute;
            height: 2px;
            top: 40px;
        }

    .baner-glowna-naglowek.wh:before {
        background-color: transparent;
        width: 95%;
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        top: 40px;
    }

.baner-glowna {
}

.oleje-img {
    background-image: url(./img/banery/oleje.jpg);
    height: 250px;
}

.akumulator-img {
    background-image: url(./img/banery/akumulatory.jpg);
    height: 250px;
}


.baner-glowna-tresc {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.baner-glowna-kontener {
    margin-top: 15px;
    margin-bottom: 50px;
	background: transparent;
	color: #333;
}

.baner-glowna-tresc p:nth-child(1) {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}
.baner-glowna-tresc p:nth-child(2) {
    font-size: 16px;
    margin: 5px 0;
}

.main-home{
    padding:0;
	max-width: 100%;
	width: 1170px;
}
.modul-popularne-czesci {
    text-align: center;
    background-color:#fff;
    margin:0;
}
.modul-dlaczgeo-warto-tresc {

    text-align:center;
}

.modul-dlaczgeo-warto-tytul {
    color: #b20000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}
.modul-dlaczgeo-warto-tresc {
    color: #fff;
  
}

.modul-dlaczgeo-warto-kontener {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3e3e3f;
    text-align: center;
    margin:0;
}
.modul-popularne-czesci-item {
  
    border-left: 2px solid #7d7d7d;
    border-top: 2px solid #7d7d7d;
    padding:0;
}

    .modul-popularne-czesci-item:nth-child(1), .modul-popularne-czesci-item:nth-child(7) {
        border-left: 0;
        padding: 0;
    }

    .modul-popularne-czesci-item a {
        height: 115px;
        display: block;
    }

.modul-popularne-czesci-item img {
    padding-top: 20px;
}

.modul-dlaczgeo-warto-tresc {

    text-align:center;
}

.modul-dlaczgeo-warto-tytul {
    color: #b20000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}
.modul-dlaczgeo-warto-tresc {
    color: #fff;
  
}

.modul-dlaczgeo-warto-kontener {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3e3e3f;
    text-align: center;
    margin:0;
}

.modul-dlaczgeo-warto-tresc.telefon {
    font-size: 22px;
}

.modul-dlaczgeo-warto-naglowek {
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-image: url(./img/naglowek-linia.png);
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modul-dlaczgeo-warto{
    margin-bottom:30px;
}

footer .fa-caret-right {
    color: #4b4b4b;
}
footer .fa-circle {
    color: rgb(75, 108, 158);
    font-size: 11px;
    line-height: 17px;
}
.pojazd-col-marka .k-i-arrow-s, .pojazd-col-rok .k-i-arrow-s, .pojazd-col-model .k-i-arrow-s, .pojazd-col-wersja .k-i-arrow-s {
    margin-top: 5px;
}

.naglowek-promocje-slider {
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 0;
    font-family: Open Sans;
    color: #7f0000;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    background-image: url(./img/naglowek-linia-czerwona.png);
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
}

.fa-kupowali {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.kupowali-cena-kontener {
    margin-top: 8px;
    border: 1px solid #7f0000;
}

.promocje-slider {
    border: 5px solid #f9f9f9;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: #fff;
}

#WyszukajWgOpisu input {
    width: 100%;
    font-size: 17px;
}

#WyszukajWgOpisu .k-autocomplete {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width:1000px){
    .wyszukiwarka-wew-kontener {
        max-width: 820px;
    }
}

.wyszukiwarka-wew-kontener
{
    width: 100%;
}

#WyszukajWgOpisu .input-group-addon, #WyszukajWgVIN #vin-decoder-window-szukaj-button, #opis-pojazdu-vin-window-szukaj-button {
    color: #cc292a;
    font-size: 17px;
    cursor: pointer;
    border-radius: 0;
}

.pojazd-col-btn .input-group-addon {
    color: #cc292a;
    font-size: 17px;
    background-color: #eee;
    height: 46px;
    border-radius: 0;
    width:100%;
}

#WyszukajWgNumeru input, #WyszukajWgNazwy input {
    font-size: 17px;
    height:46px;
}

#WyszukajWgNumeru .btn, #WyszukajWgNazwy .btn {
    color: #cc292a;
    font-size: 17px;
    background-color: #eee;
    height: 46px;
    border-radius: 0;
}

    #WyszukajWgNumeru .btn:hover, #WyszukajWgNazwy .btn:hover {
        color: #cc292a !important;
    }

#WyszukajWgNumeru .input-group, #WyszukajWgNazwy .input-group {
    width: 100%;
}
.wyszukiwarka-opcja button {
    border-radius:0;
    height:43px;
}
.wyszukiwarka-opcja.aktywny {
    background-color: #b7b7b7;
}

#wyszukiwarka-opcja-pojazd li{
    padding:5px 10px 5px 10px;
    cursor: pointer;
}

#wyszukiwarka-opcja-pojazd .dropdown-menu{
    width:340px;
    padding-top:15px !important;
}

    #wyszukiwarka-opcja-pojazd .dropdown-menu:hover {
        color: #333;
    }

.wyszukiwarka-opcja button {
    background-color: transparent;
    width: 20px;
}

.usr-row {
    color: #ffffff;
	background-color: #006dbb;
	border: none;
	border-top: 3px solid red;
    border-bottom: 3px solid red;
}

div#historyDD {
  background-color: #333;
}

.usr-box {
    float: right;
    padding: 0 15px 0 15px;
    border-left: 1px solid #eee;
    border-right: 0;
}

.first {
  border-left: 1px solid #fff;
}

.header-row a {
    color: #fff;
}

.col-wg-numeru {
    background-color: transparent;
}


.nav-active a {
    border-top: none;
}

.navbar-nav a {
    border-top: none;
    border-right: none;
}

#header-bg {
	background-image: url(./img/autoland-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#nav.affix {
	background-image: url(./img/autoland-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-bg {
    background: transparent;
	border-bottom: none;
}


.logo-top-sklep {
    max-width: 68px;

}

.nav > li > a {
    padding: 20px 15px;
}
.nav-txt {
    border-right: 1px solid #000;
    padding: 0 20px 0 0;
}

.nav > li {
    padding: 7px 0;
}

    .nav > li:nth-child(1){
        padding: 0;
    }


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav a:hover {
    border-top: none;
}

.szukaj-wg-numeru {
    padding-top: 13px;
}


#nav.affix-top {

    border-bottom: none;
}

#nav.affix {
    border-bottom: none;
}


.btn-szukaj-wg-numeru {
    background-color: rgb(75, 108, 158);
    color: #fff;
}

.btn-dropdown-wg-numeru {
    background-color: #ededed;
    color: #333;
    border-left: 1px solid rgb(75, 108, 158);
}

.opony-zamienniki {
    background-color: #000;

}


.zapytaj-czesci-tytul {
    background-color: #4b6c9e;
}


.cart-button {
    background-color: #0a0f12;
}

.wyszukiwarka-opcja{
    cursor: pointer;
}

.btn-cart:hover{

    color:#fff !important;
}

#WyszukajWgVIN #vin-decoder-input, #opis-pojazdu-vin-input {
    height: 40px;
    border: none;
    width: 100%;
    font-size: 17px;
    text-transform: none;
    padding-left:10px;
}
    #WyszukajWgVIN #vin-decoder-input::-webkit-input-placeholder {
      
        color: #555;
    }
    #WyszukajWgVIN #vin-decoder-input::-moz-placeholder {
      
        color: #555;
    }
    #WyszukajWgVIN #vin-decoder-input:-ms-input-placeholder {
       
        color: #555;
    }
    #WyszukajWgVIN #vin-decoder-input:-moz-placeholder {

        color:#555;
    }

#opis-pojazdu-vin-input {
    color: #555;
    text-transform: uppercase;
}
    #opis-pojazdu-vin-input::-webkit-input-placeholder {
        color: #555;
        text-transform: none;
    }

    #opis-pojazdu-vin-input::-moz-placeholder {
        color: #555;
        text-transform: none;
    }

    #opis-pojazdu-vin-input:-ms-input-placeholder {
        text-transform: none;
        color: #555;
    }

    #opis-pojazdu-vin-input:-moz-placeholder {
        color: #555;
        text-transform:none;
    }





    #czesci-nazwa-input::-webkit-input-placeholder, #szukajWgNumeru::-webkit-input-placeholde {
        color: #555;
    }
#czesci-nazwa-input::placeholder, #szukajWgNumeru::placeholder {
    color: #555;
}
#czesci-nazwa-input:-ms-input-placeholder, #szukajWgNumeru:-ms-input-placeholder {
    color: #555;
}
#czesci-nazwa-input::-ms-input-placeholder, #szukajWgNumeru::-ms-input-placeholder {
    color: #555;
}
#czesci-nazwa-input:-moz-placeholder, #szukajWgNumeru:-moz-placeholder {
    color: #555;
}

#WyszukajWgVIN .input-group {
    width: 100%;
}


/* ZMIANY KOLORW PODSTAWOWYCH ELEMENTOW - PRZENIESC DO PA*/
.hist {
    color: #ffffff;
    background-color: #211f20;

}

.btn-porownywarka, .btn-porownywarka:hover, .btn-porownywarka:active:hover {

    background-color: #0a0f12 !important;

}

#RememberMe{
    margin-left:1px;
}

.logowanie-inline {
    right: 0;
    left: auto;
}

.panel-heading:hover {
    background-color: #4b6c9e;
    color: #fff;
}

.cart-button:hover {
    background-color: #4b6c9e;
}

.btn-szukaj-wg-numeru:hover, .btn-dropdown-wg-numeru:hover, .btn-szukaj-wg-numeru:focus {
    color: #fff !important;
}

.btn-cart:hover, .btn-cart:active:hover {
    background-color: #4b6c9e !important;
}

.tow-history-cart {
    background-color: #0a0f12;
}
.btn-wyslij-zapytanie {
    background-color: #fff;
    border: 1px solid #ccc;
}
    .tow-history-cart:hover, .btn-porownywarka:hover, .second-link, .second-link:hover, .second-link-kontakt, .second-link-kontakt:hover, .btn-wyslij-zapytanie:hover {
        background-color: #4b6c9e !important;
    }

.hist-link{
    color:#000 !important;
}

.baner-glowna-kontener a:link, .baner-glowna-kontener a:hover, .baner-glowna-kontener a:visited {
    color: #fff;
}

.breadcrumbs {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

 #wyszukiwarka-opcja-pojazd li {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    font-size:13px
}

#wyszukiwarka-opcja-pojazd .checkbox-inline, #wyszukiwarka-opcja-pojazd .radio-inline {
    font-size: 13px;
    vertical-align: top;
}

#wyszukiwarka-opcja-pojazd li:hover, #wyszukiwarka-opcja-pojazd .checkbox-inline:hover, #wyszukiwarka-opcja-pojazd .radio-inline:hover
{
    text-decoration: underline;
}

.pojazdy-demo {
    height: 60px;
    padding: 0;
    height: 60px;
    padding: 0;
    border-right: none;
    width: 8px;
}

.pojazdy-demo:hover {
background-color:transparent !important;
}

.btn-szukaj-wg-nazwy-toolbar {
    background-color: #ca0707!important;
    color: #fff!important;
    height: 34px!important;
    border-radius: 0 5px 5px 0!important;
    border-color: #ca0707!important;
}

#WyszukajWgNazwyToolbar {
    margin-top: 12px;
}

.home #WyszukajWgNazwyToolbar {
    margin-bottom: 12px;
}

span.koszyk-ilosc {
    display: block;
    position: absolute;
    top: 9px;
    left: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

#utworz-nowe-konto {
    color: #777;
    margin-top: 7px;
    display: inline-block;
    text-decoration: underline;
    font-size: 13px;
}

.product-car-accordion-heading:hover{
    color:#333;
}

.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 100px;
}

.media-left {
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.list-col-1 {
    display: block;
    display: inline-block;
    width: 140px;
    height: 35px;
}

.list-col-2 {
    display: block;
    display: inline-block;
    width: 230px;
    height: 35px;
}

@media(max-width:769px) {
    .sidebar-wrapper-towary{
        top:40px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
        background-color: transparent;
        border-bottom: 1px solid #040404;
    }

    .sekcja-usun-xs{
        padding-top:15px;
        padding-bottom:15px;
    }


    .navbar-inverse .navbar-nav > li > a {
        color: #000;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .logo-baner-top h2{
        display:none;
    }
    .nav-logo img {
        margin-top: -5px;
    }

    .opony-dodaj-do-porownywanych {
        top: 150px;
        width: 100%;
        display: block;
    }

    .opony-zamienniki {
        top: 183px;
        left:0;
        width: 100%;
        display: block;
    }



}

@media (max-width:1000px){

    .wyszukiwarka-opcja {
        cursor: pointer;
        width: 49.7%;
        display: inline-block;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa h1 {
        font-size: 25px;
        padding: 0 30px;
        text-align: left;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa-header h2 {
        font-size: 15px;
    }

    .wyszukiwarka-container {
        display: block;
        margin: 0 15px;
    }

    .wyszukiwarka-opcja.aktywny {
        text-align: center;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .combo-bg {
        display: block;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-marka {
        width: 100%;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-rok {
        width: 100%;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .pojazd-col-model {
        width: 100%;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa .k-dropdown-wrap.k-state-default, .wyszukiwarka-wewnwtrzna-srodkowa .k-state-default > .k-select, .wyszukiwarka-wewnwtrzna-srodkowa .form-control {
        border-bottom: 1px solid #d2d2d2;
    }

    .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-textbox > input, .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-autocomplete .k-input, .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-picker-wrap .k-input, .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-numeric-wrap .k-input, .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-dropdown-wrap .k-input, .wyszukiwarka-wewnwtrzna-srodkowa #WyborPojazduListy .k-selectbox .k-input {
        padding-top: 8px;
    }
    .wyszukiwarka-wewnwtrzna-srodkowa .logo {
        display: block;
        max-width: 80px;
    }

    .combo-bg .k-dropdown-wrap.k-state-default {
        width: 90%;
    }


}

@media (max-width:500px){
    .kontakt-box{
        display:none;
    }
    .usr-box {
        border-left: 1px solid #bf0017;
        border-right: none;
    }


}
.zamawiajacy-naglowek {
    padding-top:0;
}
@media (max-width:769px) {
    .wyszukiwarka-opcja {
        cursor: pointer;
        width: 49.4%;
        display: inline-block;
    }
    .home-banner {
        height:630px;
    }
    .home-container{
        margin: 0 -10px;
    }
    #WyszukajWgOpisu input {
      
        font-size: 14px;
    }
    #WyszukajWgVIN #vin-decoder-input {
        font-size: 15px;
     }

    .product-list-title {
        padding-left:0;
        padding-right:0;
    }

    .rabat-col {
        padding-left: 0;
        padding-right: 0;
    }

    .zamawiajacy-naglowek {
        padding-top: 15px;
    }

    .cart-list-item:nth-child(2) > .cell {
        margin-top: -65px;
    }
}

@media (max-width:991px) {

    .modul-popularne-czesci-item:nth-child(3) {
        border-left: 0;
    }

    .modul-popularne-czesci-item:nth-child(4) {
        border-left: 2px solid #7d7d7d
    }

    .modul-popularne-czesci-item:nth-child(5) {
        border-left: 0;
    }
    .modul-popularne-czesci-item:nth-child(9) {
        border-left: 0;
    }
    .modul-popularne-czesci-item:nth-child(10) {
        border-left: 2px solid #7d7d7d
    }
    .modul-popularne-czesci-item:nth-child(11) {
        border-left: 0;
    }
}


.product-promo .border-add{
    height:395px;
}

.al .czas-dostawy-txt {
    height: 51px;
    padding: 9px 17px;
    font-size: 13px;
    display:inline-block;
}

.al .timer-body-block {
    font-size: 13px;
}

@media (max-width: 991px){
    .logo-baner-top{
        display:none;
    }
}

@media (max-width: 800px) {
    .li-czas-dostawy {
        display: none !important;
    }
}



.modul-popularne-czesci-item a:link, .modul-popularne-czesci-item a:hover, .modul-popularne-czesci-item a:visited {
    color: #000;
    font-weight: bold;
}

.modul-popularne-czesci-item a {
    height: 135px;
}

@media (max-width:991px) {
    .modul-popularne-czesci-item:nth-child(3) {
        border-left: 0;
    }

    .modul-popularne-czesci-item:nth-child(4) {
        border-left: 2px solid #7d7d7d
    }

    .modul-popularne-czesci-item:nth-child(5) {
        border-left: 0;
    }

    .modul-popularne-czesci-item:nth-child(9) {
        border-left: 0;
    }

    .modul-popularne-czesci-item:nth-child(10) {
        border-left: 2px solid #7d7d7d
    }

    .modul-popularne-czesci-item:nth-child(11) {
        border-left: 0;
    }
}
.link-baner {
	display: block;
	position: relative;
	margin-bottom: 22px;
	max-width: 500px;
    margin: 0 auto;
}

.link-baner h3 {
	text-align: center;
    color: #fff;
    background: #4b6c9e;
	border: 1px solid #4b6c9e;
    padding: 15px;
    width: 100%;
    bottom: -33px;
    z-index: 10;
    position: absolute;
    text-transform: uppercase;
	transition: all .2s linear;
}

.link-baner:hover h3 {
	color: #4b6c9e;
	background: #fff;
}

.link-baner img {
	margin-top: -201px;
	opacity: 0.9;
	transition: all .2s linear;
}

.link-baner:hover img {
	opacity: 1;
}

.float-banner {
    width: 100vm;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
}

.float-banner-space {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 1100px;
}

.float-banner-image {
    width: 100%;
}

@media (max-width:1460px){
    .float-banner {
        display:none;
    }
}

.zapytaj-czesci-tytul .close {
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
}

#send-to-friend, #add-to-favorite,#buy-online, #where-to-buy, .price-block .btn-wyslij-zapytanie {
    width: 192px;
	margin-top: 5px !important;
}

.email-tytul {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.qr-dropdown-al {
    float: right;
    padding: 13px 15px 14px 15px;
    border-right: 1px solid #b71f20;
}

.beta-info {
    color: #888;
    position: absolute;
    bottom: 70px;
    right: 35px;
    padding-left:15px;
    font-size:13px;
}


span.porownywarka-ilosc {
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

ul.breadcrumbs li:first-child{
    cursor:pointer;
}


.col-sort {
    width: 227px;
    display: inline-block;
}

.col-ilosc {
    width: 135px;
    display: inline-block;
    height: 38px;
}

.list-results-value-container {
    width: 100%;
    width: 370px;
    padding-top: 5px;
    display: block;
    display: inline-block;
    min-height: 37px;
}

.nav-telefon{
    color:#000;
    float:right;
    font-size:16px;
	margin-top: 10px;
}



.baner-cykliczny-bg {
    background: #111;
	margin-bottom: 15px;
}

.wyszukiwarka-absolutna {
	width: 100%;
	max-width: 500px;
	position: absolute;
	top: 0;
	right: 19%;
	z-index: 99;
}

.wyszukiwarka-tytul {
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

#WyborPojazduListy {
    background-color: #eee;
	padding: 10px 10px 0 10px;
}

#WyborPojazduListy .etykieta-paliwa {
	margin-top: -5px;
}

#WyborPojazduListy .form-control {
    width: 100%;
    height: 50px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#WyborPojazduListy .k-textbox > input, #WyborPojazduListy .k-autocomplete .k-input, #WyborPojazduListy .k-picker-wrap .k-input, #WyborPojazduListy .k-numeric-wrap .k-input, #WyborPojazduListy .k-dropdown-wrap .k-input, #WyborPojazduListy .k-selectbox .k-input {
    height: 42px;
}

#WyborPojazduListy .k-dropdown-wrap.k-state-default {
    border-color: #fff;
}

#WyborPojazduListy .form-group.kendo-fix {
    height: 51px;
}

#WyborPojazduListy .k-state-default > .k-select {
    border-color: #ffffff;
}

#WyborPojazduListy input[name=markaId_input] {
    padding-left: 41px;
    width: 92% !important;
}

#WyborPojazduListy input[name=rokProdukcji_input] {
    padding-left: 41px;
    width: 80% !important;
}

#WyborPojazduListy input[name=modelId_input] {
    padding-left: 41px;
    width: 92% !important;
}

#WyborPojazduListy input[name=wersjaId_input] {
    padding-left: 41px;
    width: 92% !important;
}

#WyborPojazduListy .k-combobox .k-icon, #WyborPojazduListy .k-dropdown, .k-selectbox .k-icon {
    margin-top:15px;
}

.wyszukiwarka-wg-nr-bg{
    background-color:#e7e6e7;
}

#WyborPojazduListy .form-group {
    margin-bottom: 5px;
}

.car-desc-combo {
    background-color: #e7e6e7;
    margin-top: 5px;
    margin-bottom: 13px;
    border-top: 5px solid #333;
    padding: 5px;
}

.link-szukaj-czesci:link, .link-szukaj-czesci:hover, .link-szukaj-czesci:visited {
    color: rgb(75, 108, 158) !important;
}

.popularne-czesci-nazwa {
    background-color: #fff;
    color: #306fce;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
	transition: opacity .2s ease-in-out;
}

.modul-popularne-czesci-item {
    width: 190px;
    display: block;
    margin: 0 auto 15px auto;
}

.popularne-czesci-foto {
	display: flex;
    background: #fff;
    position: relative;
    height: 100px;
	transition: opacity .2s ease-in-out;
}

.popularne-czesci-foto img {
	align-self: center;	
}

.popularne-czesci-foto .img-white {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.modul-popularne-czesci-item a:hover .popularne-czesci-foto {
	background: #306fce;
}

.modul-popularne-czesci-item a:hover .popularne-czesci-foto .img-white {
	opacity: 1;
}

.modul-popularne-czesci-item a:hover .popularne-czesci-nazwa {
	background-color: #306fce;
    color: #fff;
}

.modul-popularne-czesci {
	background: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
    margin: auto;
}



.wybierz-marke-logotyp {
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    min-width: 121px;
    flex: 1;
    text-align: center;
    margin: 0px 5px 10px 5px;
}

.wybierz-marke-logotyp a {
	display: block;
	border: 1px solid #fff;
	transition: border-color .2s ease-in-out;
}

.wybierz-marke-logotyp a:hover {
	border-color: #306fce;
}

.wybierz-marke-logotyp img{
    margin:0 auto;
}

.modul-popularne-czesci-item {
    padding-right: 5px;
    padding-left: 5px;
    min-width: 175px;
    flex: 1;
    text-align: center;
    margin: 0 auto 10px auto;
	border: none !important;
}
/*
.modul-popularne-czesci-item span:nth-child(1){
    display: block;
    background-color: #fff;
    text-align: center;
}
*/
.modul-popularne-czesci-item img{
    margin: 0 auto;
}

.wybierz-marke-tytul {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.promocje-slider-kontener{
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
}

.promocje-slider-nazwa {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 15px;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 86px;
}

.promocje-slider-cena {
    color: rgb(75, 108, 158);
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-transform: lowercase;
}

.promocje-slider-img {
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promocje-slider-naglowek {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 30px;
}

.promocje-slider {
    margin-top: 30px;
}

.promocje-slider-kontener-promocja {
    color: #b7b7b7;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
    font-size: 19px;
}

.footer-t1 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 21px;
}

.footer-t2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    border-color: #ffffff;
    border-radius: 0;
}

.car-desc-combo .input-group-addon {
    background-color: #4a4a4a;
    border-radius: 4px;
    color: #fff !important;
    border-radius: 0;
}

#chbFiltrBenzyna, #chbFiltrOlejNap {
    /*display: none;*/
	margin-right: 5px;
	margin-left: 5px;
}
@media (max-width:768px){
    .wyszukiwarka-tytul {
        font-size: 14px;
    }
    #WyborPojazduCmb .k-input {
        padding-left: 50px;
        line-height: 42px;
        font-size: 16px;
    }

    .combo-year .k-dropdown-wrap.k-state-default{
        width:auto;
    }

    .navbar-collapse {
   
        width: 100%;
    }
    .navbar-nav > li > a {
        border-bottom: none !important;
    }

    .nav-txt {
        border-right: none;
        padding: 0;
    }
}

.navbar-nav > li:nth-child(4) > a > span{
    border-right:none;
}

.k-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    text-transform: uppercase;
}

.k-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    text-transform: uppercase;
}

.k-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    text-transform: uppercase;
}

.k-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
    text-transform: uppercase;
}

.grupa-znajdz-grupe-combo .k-widget {
    width: 100%;
    height: 21px;
}

#znajdzGrupeDrzewaCmb {
    width: 100%;
    border: 1px solid #ccc;
    height: 20px;
}

#znajdzGrupeDrzewaCmb {
    width: 100%;
    border: 1px solid #ccc;
    height: 20px;
}

    #znajdzGrupeDrzewaCmb::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        text-transform: unset;
        color: #999;
    }

    #znajdzGrupeDrzewaCmb::-moz-placeholder { /* Firefox 19+ */
        text-transform: unset;
        color: #999;
    }

    #znajdzGrupeDrzewaCmb:-ms-input-placeholder { /* IE 10+ */
        text-transform: unset;
        color: #999;
    }

    #znajdzGrupeDrzewaCmb:-moz-placeholder { /* Firefox 18- */
        text-transform: unset;
        color:#999;
    }


    @media (min-width:1200px){
        .main-lista-towar:before, .main-towar:before {
            content: '';
            display: block;
            top: 0;
            left: 0;
            background-image: url(/Content/SzablonyWygladu/AC_2019/img/lista-bg.jpg);
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: -1;
        }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
    background-color:transparent;
}

.wybierz-marke-logotyp img {
	transition: all .2s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wybierz-marke-logotyp a:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.wyszukiwarka-main {
    background: #ebeff2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wyszukiwarka-main #szukaj-wg-numeru .btn-dropdown-wg-numeru {
	background: #4b6c9e;
}

#szukaj-wg-numeru {
	width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

@media (max-width:1200px) {
	.wyszukiwarka-absolutna {
		position: relative;
		width: auto;
		max-width: 100%;
		top: 0;
		right: 0;
	}
}

.paliwo-label {
	display: inline-block;
	float: right; 
	margin-right: 7px;
}

@media (max-width: 1700px) {
	.wyszukiwarka-absolutna {
		right: 15%;
	}
}

@media (max-width: 1500px) {
	.wyszukiwarka-absolutna {
		position: relative;
		width: auto;
		max-width: 100%;
		top: 0;
		right: 0;
	}
}
@media (max-width:700px) {

	#chbFiltrBenzyna, #chbFiltrOlejNap {
		margin-right: 1px;
		margin-left: 4px;
	}
	
	#WyborPojazduListy .etykieta-paliwa img {
		max-width: 30px;
		height: auto;
	}
	
	.baner-glowna-naglowek .rotate-box .box-a {
		width: 138%;
	}
	
	.paliwo-label {
		display: none;
	}
	
}

.btn-zamow-gray button.btn.cart-button {
    background-color: #e3e3e3 !important;
}
@media (max-width:420px) {
    .list-results-value-container {
        width: 320px;
    }
}

.naglowek-panel-tytul {
    margin-top: 11px;
    margin-top: 5px;
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 22px;
}

.wybor-opon-bg {
    background-image: url('img/opony_tlo_baner.png');
    height: 315px;
    background-size: cover;
}
.koszyk-cennik > button > .cart-text-add {
    display: none;
}
.price-block > .list-val.block{
    clear:both;
}

.simple .product-list-desc{
    min-height:auto;
}

.panel-pickup-point {
    margin-bottom: 20px;
}

.cart-button-form {
    border: 1px solid #dadada;
}

.cart-button-form:hover .cart-text {
    color: #000;
}

.cart-button-form .cart-text {
    color: #000;
}

.cart-button-form .cart-text{
    padding-left:0;
}

.opona-nazwa-rozmiar {
    display: block;
    font-size: 18px;
    padding-top: 5px;
}

.opona-homologacja-lista-gwiazdka {
    display: inline-block;
    font-weight: bold;
    float: left;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 2px 12px;
    font-size: 18px;
}


.opona-homologacja-lista {
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 3px;
    font-size: 18px;
}

.opona-rof-lista, .opona-xl-lista {
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    border: solid 1px #868686;
    padding: 3px;
    font-size: 18px;
}

.forgot-password {
    color: #333 !important;
    text-decoration: underline;
    line-height: 34px;
    font-weight: 600;
}

.btn-generuj-haslo, .btn-generuj-haslo:hover, .btn-generuj-haslo:active:hover {
    font-size: 14px;
    background-color: #000 !important;
    color: #fff !important;
    border: 0;
    width: 100%;
}

.btn-generuj-haslo-przejdz-do-strony-glownej, .btn-generuj-haslo-przejdz-do-strony-glownej:hover, .btn-generuj-haslo-przejdz-do-strony-glownej:active:hover {
    font-size: 14px;
    background-color: #000 !important;
    color: #fff !important;
    border: 0;
}

.generuj-haslo-przejdz-do-strony-glownej-zawartosc {
    margin-top: 100px;
    margin-bottom: 20px;
}

.logowanie-dane-lokalizacja {
    font-weight: bold;
    margin-bottom: 15px;
}

.karta-opona-feature a {
    text-decoration: underline;
}


.strona-start-modul-row {
	background: #111;
}

#hp-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 24px;
	justify-content: center;
}

.hp-category-item {
	display: block;
	position: relative;
}

.hp-category-item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.hp-category-item h3 {
	display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,.7);
    justify-content: center;
    align-items: center;
}

.modul-naglowek {
	text-align: center;
    font-size: 20px;
    color: #fff;
    /* background-image: url(./img/naglowek-linia.png); */
	border-top: 1px solid #fff;
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
    padding-bottom: 30px;
	margin-top: 80px;
}

.modul-dlaczgeo-warto-kontener {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
	justify-content: center;
	background: transparent;
}

.dlaczego-item {
	width: 25%;
	max-width: 250px;
}

.dlaczego-item h3 {
	color: #b20000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.dlaczego-item h3 a {
	color: #b20000;
}

.dlaczego-item p {
	color: #fff;
}

.dlaczego-telefon {
	font-size: 22px;
}


.drzewo-grupa-cennik {
    margin-top: 13px;
    padding: 10px 0 0 15px;
}

.drzewo-grupa-cennik h4 {
    margin-bottom: 5px;
    padding: 9px 10px;
    text-align: left;
    font-weight: 500;
    background-color: #211f20!important;
    color: #fff!important;
    border-right: 0;
    border: 1px solid #4c4c4c;
    border-left: 3px solid #006dbb!important;
    font-size: 14px;
    border-radius: 0;
    margin-top: 5px;
}

.drzewo-grupa-cennik-ul {
	font-size: 13px;
}

.drzewo-grupa-cennik-li {
    background-color: #f9f9f9;
    margin-bottom: 6px;
}

.drzewo-grupa-cennik-li div {
    cursor: pointer;
    font-size: 12px!important;
    min-height: 25px;
    line-height: 30px;
    padding-left: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    border: 1px solid #eee;
}

.drzewo-grupa-cennik-li div:hover {
    background-color: #006dbb;
    color: #fff;
}

.drzewo-grupa-cennik-li>a>div {
    height: 32px;
    overflow: hidden;
    position: relative;
}

.drzewo-rozwin {
    height: 17px;
    height: 30px;
    width: 17px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
}

.drzewo-grupa-cennik-li div:hover .drzewo-rozwin {
    border-left: 1px solid #005fa2;
}

.drzewo-rozwin:before {
    height: 17px;
    width: 17px;
    content: "";
    display: block;
    cursor: pointer;
    font-family: FontAwesome;
    text-align: center;
}

.in .drzewo-grupa-cennik-li {
    margin-bottom: 0;
}

@media (max-width: 800px) {
	
	.product-title h3, .product-title h1 {
		margin-bottom: 20px;
	}
	
	.modul-dlaczgeo-warto-kontener {
		grid-template-columns: 1fr 1fr;
	}
	
	footer h4 {
		margin-top: 40px;
	}
	
}

@media (max-width: 500px) {
	
	.modul-dlaczgeo-warto-kontener {
		grid-template-columns: 1fr;
	}
	
}

@media (max-width: 768px) {
	.navbar-brand>img {
		display: block;
	}
}

