/*
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: #e6f5fe;
}

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;
}
#my-orders-table .order-details{
    display: flex;
    flex-direction: row;
    align-items: start;
}
#my-orders-table .order-details .order-infos-container{
    display: flex;
    flex-direction: column;
}

body.customer-account-create .form.create.account {
    display        : flex;
    flex-direction : column;
}

body.customer-account-create .form.create.account fieldset {
    width : 100%;
}

body.customer-account-create .form.create.account fieldset.create.info fieldset .fields {
    width          : 100%;
    display        : flex;
    flex-direction : row;
}

body.customer-account-create .form.create.account fieldset.create.info fieldset .fields .field {
    width : auto;
}

#my-orders-table div.previews_container img {
    width  : 120px;
    margin : 5px 0;
}
