
.products-line .product-item {
    clear: both;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.products-line .product-item .product-item-details{ overflow: hidden; }
.products-line .product-item .product-item-name, 
.products-line .product-item .price-box, 
.products-line .product-item .product-item-inner {
    float: left;
    margin-right: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-right: 15px;
    box-sizing: border-box;
}
.products-line .product-item .product-item-name {
    margin-top: 5px;
    width: 40%;
    text-align: left;
}
.products-line .product-item .price-box {
    width: 13%;
    text-align: center;
	margin-bottom: 0;
}
.products-line .product-item .product-item-inner {
    width: 47%;
    padding-right: 0;
}
.products-line .product-item .product-item-inner .product-item-actions {
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
}
.products-line .product-item .product-item-inner .product-item-actions,
.products-line .product-item .product-item-inner .product-item-description{ float:left; margin-right:0; }
.products-line .product-item .product-item-inner .product-item-actions .actions-primary,
.products-line .product-item .product-item-inner .product-item-actions .actions-secondary{ float:left; margin-right:10px; width: 40%;}  
.products-line .product-item .product-item-inner .product-item-description {
    float: left;
    width: 40%;
    margin: 0;
    padding: 5px 0;
    text-align: right;
}
.products-line .product-item .product-item-inner .product-item-description p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.products-line .product-item .product-item-inner .product-item-description .action.more {
    display: inline-block;
    vertical-align: middle;
}
.toolbar-products .mode-line::before {
    content: '\e609';
}

/*27519*/

.products-line .product-item .product-item-name {
    margin: 0px;
}
.page-products .products.line .product-item-info {
    width: 100%;
    padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .products-line .product-item{ min-width: 580px; }
	.products-line .product-item .product-item-name {
		width: 30%;
	}
	.products-line {
		overflow-x: auto;
	}
}



.list_of_products th {
	background-color: #20376d;
	color: #fff;
	border: 1px solid #fff;
	white-space: nowrap;
	height: 50px !important;
}
.list_of_products td {
	border: 1px solid #ddd;
}
.list_of_products th, .list_of_products td {
	padding: 5px 10px;
	font-size: 13px;
	vertical-align:middle;
	min-width: 14px;
}
.list_of_products td #qty {
	width: 30px;
	padding: 2px;
	text-align: center;
	height: 30px;
	vertical-align:middle;
}

.list_of_products .action.tocart.primary {
	padding: 0;
	background: transparent;
	border: 0;
	width: 35px;
	font-size: 0;
	height: 31px;
	background: url("../images/casrt-sd.png");
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align:middle;
	background-size:contain;
}
.list_of_products td i {
	width: 100%;
	text-align: center;
}

.list_of_products th:last-child {
	width: 95px;
}
.list_of_products td .product-item-inner .actions-secondary {
	display: none;
}

.list_of_products td.sofgre {
	text-align: center;
}	
.list_of_products td.td-price-kb {
	text-align: right;
	font-weight: bold;
}
.list_of_products th.sofert-ver {
	font-size: 11px;
	white-space: normal;
	text-align: center;
	width: 70px;
}
.list_of_products th.Bezeichnung {
	min-width: 130px;
}


.curcles i {
	color: #ff9833;
}
.curcles i.fa-snowflake-o
{
	color: #006bb4;
}
.list_of_products td i {
	font-size: 15px;
}


@media (min-width:768px) and (max-width:1199px) {
.list_of_products {
	display: block;
	overflow-x: scroll;
}	
	
}
@media (max-width:767px) {
.list_of_products th {	display: none;}
.list_of_products td::before {
	content: attr(data-th);
	font-weight: 600;
	display: block;
	text-align: center;
	font-size:14px;
}
.intial_element_listing {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.list_of_products td {
	border: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 25%;
	float: none;
}
.list_of_products td.Bezeichnung {
	min-width: 50%;
}
.list_of_products td:last-child {
	width: 100%;
	border-top: 0;
}
.list_of_products td:last-child {
	width: 100%;
	border: 0;
}
.list_of_products td.td-price-kb { text-align:center;}

.list_of_products td i {
	vertical-align: middle;
	padding-top: 11px;
}
}
@media (max-width:479px) {

.list_of_products td {  width:50% !important;}

.list_of_products td:nth-child(2n) {    border-right: 0;}
.list_of_products td:nth-last-child(2) {    border-bottom: 0 !important;}

}


.filter-options-item.yourClass {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.filter-options-content {
    padding-bottom: 10px;
}

.payment-method .label {
    display: inline-block;
}

.filter-options-item.yourClass .filter-options-content {
    display: block !important;
}

.filter-options-item li.item span.label {
    display: inline-block;
    padding: 0;
}
 
@media (max-width:767px) {
	body {
background-position: center center;
    }
}

tr.intial_element_listing:nth-child(odd) {
    background: #f0f0f0;
}

.product.info.detailed .additional-attributes {
    width: 100%;
    overflow: hidden;
    max-width: 700px;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-row {
    display: flex;
    width: 50%;
    float: left;
}
.catalog-product-view .product.data.items .additional-attributes > div:nth-child(4n) {
    background: #efefef;
}
.catalog-product-view .product.data.items .additional-attributes > div:nth-child(4n) + div {
    background: #efefef;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-label {
    padding: 5px;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-label {
    flex-basis: 200px;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-label {
    font-weight: bold;
}

@media only screen and (max-width:767px){
	.catalog-product-view .product.data.items .additional-attributes .attributes-row {
    display: flex;
    width: 100%;
    float: left;
}
.catalog-product-view .product.data.items .additional-attributes > div:nth-child(4n) {
    background: none;
}
.catalog-product-view .product.data.items .additional-attributes > div:nth-child(4n) + div {
    background: none;
}
.catalog-product-view .product.data.items .additional-attributes > div:nth-child(2n) {
    background: #efefef;
}
}

.catalog-product-view .product.data.items .additional-attributes .attributes-row + .attributes-row {
    margin-top: 5px;
}


.filter-group .filter-options-item.yourClass .filter-options-content {
    padding-left: 1px;
    padding-right: 1px;
}

.filter-group .filter-options-item.yourClass {
    display: inline-block;
    width: 33.3% !important;
    float: left;
    padding: 0px;
}

.filter-group {
    display: inline-block;
    width: 100%;
}

.filter-group .filter-options-item.yourClass .filter-options-content.reifen_breite {
    padding-left: 10px;
}

.filter-group .filter-options-item.yourClass .filter-options-content.zollgroesse {
    padding-right: 10px;
}

.filter-options-item.yourClass.active {
    width: 50%;
    float: left;
}

.am-dropdown .am-select, .am-dropdown .chosen-container .chosen-choices {
    font-size: 10px !important;
}


.catalogsearch-result-index .yourClass .filter-options-title {
    display: none;
}

.catalogsearch-result-index .filter-group .filter-options-item.yourClass:first-child > .filter-options-content {
    padding-left: 10px;
}

.catalog-product-view div.fotorama__stage {
    width: auto !important;
    height: 400px !important;
    overflow: hidden;
}
.breadcrumbs
{
	display: none !important;
}

.intial_element_listing .product-item-inner {
    width: 70px;
}

.minicart-items .action.edit {
    display: none;
}

.kurzfr-ver {
    border: 2px solid red !important;
}

[data-label="Excl. tax"]:before {
    content: unset !important;
}

.product-info-main table.list_of_products {
    margin-bottom: 25px;
}