/*
Author: Capitanu Mihai
x2-custom.css (c) 2023
Desc: custom css applied to all pages
Created:  2023-08-14T06:09:00.050Z
*/

/* [X2-92] */
.product-item-actions .actions-primary {
    width: max-content;
 }

 /* [X2-124] */
 .minimal-price-link, .price-excluding-tax, .price-including-tax {
    white-space: normal;
    text-align: start;
}
/* [X3-234] */
ol.minicart-items div.product-item-details .price-excluding-tax {
    text-align: unset;
}

/* [X2-143] */
#opmode-banner{
    background-color: rgba(175,0,0,1);
    padding: 10px;color:rgba(255,255,255,1);
    font-family: Sans-Serif;
    text-align:center;
}
#opmode-banner a {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
/* [X3-171] */
.cart-container .field.qty div.mage-error  {
    position: absolute;
    top: 50px;
}
body.catalog-product-view:not([class*=printq]) #maincontent:before {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	height: 470px;
	/* background-color: #2bff00; */
}

body.catalog-product-view:not([class*=printq]) .product-info-main{
	margin-top: 20px;
}
body.catalog-product-view:not([class*=printq]) .page-main-inner{
	position: relative;
}

/*Produkte*/

/*Produktbewertung in Shopview deaktivieren*/
.product-reviews-summary.short {
    display: none !important;
  }
/*Preisdarstellung*/
.price-including-tax + .price-excluding-tax::before, .weee[data-label]::before {
    font-size: 0.75rem !important;
    padding-right: 10px;
  }