/* Standard basket */
.basket-mini {
    display: none;
}
div#maincenterpart{
	padding: 0;
}
div#maincenterpart .container-fluid > :first-child{
    /*position: absolute;*/
    top: 100%;
    width: 100%;
}
div#maincenterpart .container-fluid {
    padding: 0;
	position: relative;
}

.basket-standard .header {
	align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Ethnocentric Rg';
    font-size: 1.6vw;
    line-height: 1;
    background: #BF7000;
    color: #fff;
	padding: 12px;
	margin: 0 0 24px;
}

.basket-standard > .container-xxl {
    padding: 0;
}

.basket-standard .header h2 {
    color: #fff;
	line-height: 1;
	font-size: 1.6vw;
}

.basket-standard .header h2 {
	margin: 0;
}

.common-summary-detail .header {
    display: none;
}

.basket-standard .basket-save.input-group {
    border-bottom: 1px solid var(--ai-secondary);
	width: auto;
}

.basket-standard .basket-save .basket-name {
	border: none;
}

.basket-standard .basket-save .btn {
	border: none;
	width: 5rem;
}

.basket-standard-main {
	border: 1px solid var(--ai-tertiary);
	padding: 1rem;
	margin: 0;
}

.basket-standard-main quantity a,
.basket-standard-main action a {
	text-decoration: none;
}

.basket-standard-coupon {
	padding: 1rem !important;
	text-align: center;
	margin: 0;
}

.basket-standard-coupon .header,
.basket-standard-coupon .content {
	vertical-align: middle;
	display: inline-block;
	width: 49%;
}

.basket-standard-coupon .header h2 {
	font-size: 1rem;
	margin: 10px 0;
}

.basket-standard-coupon .attr-list {
	display: inline-block;
	font-weight: bold;
	list-style: none;
	margin: 0.5rem;
}

.basket-standard-coupon .attr-item .coupon-code,
.basket-standard-coupon .attr-item .change {
	font-weight: bold;
	font-size: 133%;
	padding: 0.5rem;
}

.basket-standard-coupon .btn-primary,
.basket-standard-coupon .btn-primary:hover {
	background: none;
	border: none;
	color: var(--ai-primary);
	font-weight: bold;
	font-size: 125%;
}

.basket-standard-coupon .input-group {
	border-bottom: 1px solid var(--ai-secondary);
}

.basket-standard-coupon .coupon-new .btn {
	width: 5rem;
}

.basket-standard-coupon .coupon-new .coupon-code {
	width: calc(100% - 5rem);
	border: none;
}

.basket-standard-coupon .minibutton.delete:after {
	display: inline-block;
	font-size: 125%;
}

.aimeos .common-summary-detail .basket .product-item {
    padding: 0.5rem 25px;
    border-bottom: 1px solid #eee;
}
.basket-bulk {
    display: none;
}
h3.supplier-name {
    display: none;
}
.total .quantity, 
.col-4.unitprice {
    display: none;
}
.col-3.price{
    display: none;
}
.total .price,
.tax .price{
    display: block; 
}
.basket-standard .subtotal .d-flex, 
.basket-standard .delivery .d-flex, 
.basket-standard .total .d-flex, 
.basket-standard .tax .d-flex {
    justify-content: flex-end;
    gap: 10px;
}
.basket-standard .subtotal .d-flex, 
.basket-standard .delivery .d-flex, 
.basket-standard .total .d-flex, 
.basket-standard .tax .d-flex {
    justify-content: flex-end;
    gap: 10px;
}
.basket > div > a.minibutton.modify {
    display: none;
}
span.prodqty {
    display: none;
}
.total-details .action {
    display: none;
}
.minibutton.change {
    padding: 0 5px;
    vertical-align: baseline;
}
.aimeos .common-summary-detail .headline {
    border: none;
    background: #fff;
}
.basket-standard-coupon {
    display: none;
}
.aimeos .button-group .btn-action {
    background: #bf7000;
    border-color: #bf7000;
}
.checkout-standard .button-group {
    display: block;
}
.aimeos .button-group .btn-action:hover{
	background:#ffa500;
	color:#000;
}
body .topfooterslide div#maincenterpart {
    display: none;
}
.basket-standard .header div.col-sm-6{
	display: none;
}
.common-summary-detail .product-item .row {
    justify-content: flex-end;
}
.basket-related {
    display: none;
}
.common-summary-detail .headline .row {
    justify-content: flex-end;
}
.aimeos .common-summary-detail .headline {
    padding: 0.5rem 25px;
}
.common-summary-detail .price-total {
    justify-content: flex-end;
}


@media (max-width: 1024px) {
	.aimeos .common-summary-detail .headline {
		padding: 0.5rem 7px;
	}
	.aimeos .common-summary-detail .basket .product-item {
		padding: 0.5rem 7px;
	}
	.basket-standard .header h2 {
		font-size: 2.6vw;
	}
}
@media (max-width: 667px) {
	.basket-standard-coupon .header,
	.basket-standard-coupon .content {
		display: block;
		width: 100%;
	}
	.basket-standard .header h2 {
		font-size: 24px;
	}

}


.basket-standard .basket-name {
	display: inline-block;
	max-width: 20rem;
	margin: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 120%;
    line-height: 1.5;
	background-color: #fff;
}