/* custom Style*/

.frame-default ul.ce-bullets, .ce-bodytext ul {
    padding: revert;
    list-style: disc;
}
.frame-default ol.ce-bullets, .ce-bodytext ol{
    padding: revert;
    list-style: decimal;
}
.aimeos .input-group .btn {
    width: auto;
}

.aimeos .addbasket .input-group {
    text-align: inherit;
}
.aimeos .common-summary-detail td.quantity input {
   
    width: 5em;
}

/*.catalog-home,
.catalog-home h1, .catalog-home h2,
.catalog-home h3, .catalog-home h4 {
	/*font-weight: normal;*/
	/*font-size: 100%;*/
	color: #efefef !important;
	color: var(--ai-secondary, #efefef) !important;
}
*/
p.footer-menu-link {
	margin: 0 5px;
}

@media(min-width: 1200px){
	p.start-foot {
	margin-left: 80px
	}
}

.aimeos .price-list {
	color: #fff !important;
	color: var(--ai-secondary, #fff !important) !important;
	
}
.catalog-detail-basket .price-item .value {
	color: #555;
}

.catalog-detail-basket .price-item:first-of-type .taxrate {
	color: #555;
}