#item-list {
    overflow: hidden;
    min-height: 332px;
}

.standard-list-item {
    margin: 0 2px 5px;
    width: 195px;
    float: left;
    white-space: normal;
}

.list-limiter.inline .standard-list-item,
.list-limiter.inline .mini-list-item {
    float: none;
    display: inline-block;
    margin: 1px;
    margin-bottom: 5px;
}

.standard-list-item .box, .mini-list-item .box {
    /*width: 177px;
    height: 252px;*/
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 14px;
}

#wheel-info-boxes .box.size-pitches {
  padding-bottom: 9px;  
}

.standard-list-item h3, .mini-list-item h3,
.standard-list-item h2, .mini-list-item h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: normal;
    max-height: 32px;
    overflow: hidden;
    margin-left: -8px;
    padding-left: 8px;
}

.standard-list-item .box-content {
    /*padding: 2px 15px;
    position: relative;
    overflow: hidden;*/
    padding: 0px 12px;
    height: 245px;
}

.standard-list-item div.list-item-image {
    position: relative;
    margin-bottom: 10px;
    padding-top: 4px;
}

.standard-list-item img.item-image, .mini-list-item img.item-image {
    display: block;
    height: 163px;
    width: 176px;
    margin: 0 auto;
}

.standard-list-item img.item-image-tire, .mini-list-item img.item-image-tire {
    display: block;
    height: 163px;
    width: 176px;
    margin: 0 auto;
}

.standard-list-item .tag {
    bottom: -14px;
    right: -33px;
}

.standard-list-item p, .mini-list-item p {
    line-height: 15px;
    margin-bottom: 0;
    min-height: 15px;
}

#wheel-info-boxes.cart-icons .mini-list-item p {
    text-align: center;
}

.standard-list-item p.extra-info, .mini-list-item p.extra-info {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#no-items {
    padding: 100px 0;
    text-align: center;
}

.standard-list-item .list-price {
    position: relative;
}

.standard-list-item p.price {
    font-size: 19px;
    margin: 5px 0px;
    /*line-height: 25px;*/
    color: #1d1d1f;
}

.standard-list-item .buy {
    top: -9px;
    position: absolute;
    right: 0;
}

.standard-list-item .availability {
    margin-right: -10px;
}

.standard-list-item .list-item-footer,
.mini-list-item .list-item-footer {
    height: 29px;
    font-size: 11px;
    color: #6F6D6D;
    text-align: center;
}

.mini-list-item .list-item-footer p {
    padding: 0px 10px;
}

/*.standard-list-item .price-box, 
.car-list-item .price-box {
    position: absolute;
    width: 152px;
    bottom: 14px;
}*/

#tire-list #next-page, #configurator-list #next-page {
    width: 100%;
    height: 210px;    
}

#tire-list #next-page .box-content, #configurator-list #next-page .box-content{
    padding-right: 0px;
}

#next-page.standard-list-item a#show-next  {
    background-image: url("/bundles/dmcconfigurator/images/item-name-arrow.png");
    background-position: 21px 131px;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 100px;
    padding-top: 127px;
    text-align: center;
    width: 100%;
}

#tire-list #next-page.standard-list-item a#show-next, #configurator-list #next-page.standard-list-item a#show-next  {
    background-image: none;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 6px 10px 7px;
    text-align: center;
    width: 130px;
    margin: 7px auto 0px;
    border-radius: 0px;
}

#next-page.standard-list-item a#show-next:hover span#show-next-arrow {
    background-position: -20px -66px;
}

#next-page.standard-list-item span#show-next-arrow {
    background-image: url("/bundles/dmcconfigurator/images/transparent-arrows.png");
    background-position: -20px 0;
    display: block;
    height: 33px;
    left: 80px;
    position: absolute;
    top: 90px;
    width: 20px;
}

#next-page.standard-list-item #show-all  {
    bottom: 70px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#next-page.standard-list-item #show-all a {
    margin-left: -8px;
}

/*********************
      Mini Items
**********************/

.mini-list-item {
    margin: 2px;
    width: 195px;
    margin-bottom: 2px;
    float: left;
    white-space: normal;
}

#goods-by-producer, #goods {
    margin-bottom: 6px;
}

.mini-list-item .box-content {
    position: relative;
    padding: 0px 12px;
    height: 205px;
}

.mini-list-item .image-box img {
    display: block;
}

.mini-list-item div.list-item-image {
    position: relative;
    margin-bottom: 8px;
    margin-top: 0px;
}

.mini-list-item .tag {
    bottom: -14px;
    right: -33px;
}

.mini-list-item .list-price {
    position: relative;
}

.mini-list-item p.price {
    font-size: 19px;
    line-height: 19px;
    color: #1d1d1f;
    margin-bottom: 4px;
}

.mini-list-item p.price span.from, 
.standard-list-item p.price span.from {
    font-size: 13px;
    font-weight: normal;
}

.mini-list-item .price-box {
    position: absolute;
    bottom: 5px;
}

.mini-list-item .detail {
    bottom: 2px;
    position: absolute;
    right: 5px;
    padding: 0px 0px;
}

/*********************
    New Car Items
**********************/
.car-list-item {
    width: 195px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    white-space: normal;
}

.car-list-item:last-child {
    margin-right: 0px;
}

.car-list-item .box-content {
    padding: 0px 12px;
   /* height: 226px;*/
}

.car-list-item .logo {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    right: -5px;
}
.car-list-item div.list-item-image {
    position: relative;
    /*left: -7px;*/
    padding-top: 19px;
    padding-bottom: 12px;
}

.car-list-item h3 {
    font-size: 12px;
    padding-top: 4px;
    line-height: 15px;
    margin-left: -4px;
}

.car-list-item p.price {
    text-align: center;
}

.car-list-item .list-item-footer {
    font-size: 11px;
    text-align: center;
}

.car-list-item .list-item-footer p {
    color: #6F6D6D !important;
    line-height: 29px;
}

.image-box-caption {
    height: 34px;
    width: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    position: absolute;
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    padding: 12px 8px 7px 8px;
    bottom: 21px;
    text-transform: uppercase;
}

/* Special cara */
/*
#contact,
#navigation-strip .hr,
.limiter-list.hr,
.info-widepanel.hr,
#wheel-info-boxes.hr,
.facebookOuter,
#references-boxes,
#recommended-products-wheels,
#recommended-products-tires,
#recommended-products   {*/
.hr   {
    position: relative;
}

div#navigation-strip {
    overflow: visible;   
}

#route_texts_tp_writing #navigation-strip,
#route_texts_contact #navigation-strip,
#route_texts_wholesale #navigation-strip,
#route_tires_tests #navigation-strip,
#route_tires_tests_detail #navigation-strip,
#route_tires_producers #navigation-strip,
#route_tires_search_width #navigation-strip,
#route_eshop4ueshop_category #navigation-strip,
#route_eshop4ueshop_goods_detail #navigation-strip,
#route_eshop4ueshop_variant_detail #navigation-strip,
#route_configurator_wheel_detail #navigation-strip,
#route_elektrony_speedline_truck #navigation-strip,
#route_homepage #navigation-strip
{
    overflow: hidden;
}


#main div#banner {
    top: -1px;
}
/*
#contact:before,
#navigation-strip .hr:before,
.limiter-list.hr:before,
/*.info-widepanel.hr:before,
#wheel-info-boxes.hr:before,
.facebookOuter:before,
#references-boxes:before,
#recommended-products-wheels:before,
#recommended-products-tires:before,
#recommended-products:before {*/
.hr:before {
    content: "";
    position: absolute;
    left: -100%;
    top: -1px;
    height: 1px;
    width: 300%;
    background-color: #cfcfcf;
}

tr.hr:before {
    height: 0px;
}

#cart-form tr.hr:before, #order-table tr.hr:before {
    height: 1px;
}

div.popup-window .hr:before {
    left: -30px;
    width: 280px;
}

#goods-detail table.hr:before {
    top: 0px;
}

#route_configurator_car_variants h1 {
    margin: 11px 15px -3px 11px;   
}

/* Special pas */
#recommended-products-wheels:after,
#recommended-products-tires:after,
#recommended-products:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    height: 330px;
    width: 300%;
    background-color: #fafafa;
    z-index: -1;
}

#order-products #recommended-products:after, #order-products #recommended-products {
    background-color: #ffffff;
}

#bundles-panel:after, #recent-cars:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    height: 402px;
    width: 300%;
    background-color: #fafafa;
    z-index: -1;
}

#references-boxes:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    height: 50px;
    width: 300%;
    background-color: #ffffff;
    z-index: -1;
}

#variant-tires .tab-container:after, #variant-tires .tab-text:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    height: 300px;
    width: 300%;
    background-color: #ffffff;
    z-index: -1;
}

