html {
    background: #fff;
}
.dialog-off-canvas-main-canvas {
    background: #fff;
}
div#page-wrapper {
    max-width: 100%;
    padding: 0px;
    background: #fff;
}
.site-header__initial {
    display: none;
}
.main-content {
    width: 100%;
}
.main-content__container.container {
    padding: 0px;
}
div#content {
    display: block;
    width: 100%;
    margin: 0px;
}
/* drupal css */
.view, .view-content {
    display: block;
}
.views-element-container {
    margin: 0;
}
.main-content__container {
    padding: 0px;
}
.node__content {
    padding: 0px;
}
div#block-olivero-subtheme-mainpagecontent {
    margin: 0px;
}

/* Need to check */

section.comments {
    max-width: 1320px;
    margin: 0 auto;
    padding:0px 10px;
}
ul.links.inline {
    max-width: 1320px;
    margin: 0 auto;
    padding:0px 10px;
}
.node__meta {
    max-width: 1320px;
    margin: 10px auto;
    padding: 0px 10px;
}
.wide-content.field.field--name-field-blog-image.field--type-image.field--label-above {
    width: 100%;
    display: block;
    max-width: 1320px;
    margin: 0 auto;
    padding:0px 10px;
}
.field__item img {
    max-width: 300px;margin: 0px auto;text-align: center;
}
.field.field--name-field-author-name.field--type-string.field--label-above ,.field.field--name-field-category.field--type-entity-reference.field--label-above{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 10px;
}
/* Order information patch */
.layout-region.layout-region-checkout-footer {
    float: none;
}

/*for footer contact block*/
#block-olivero-subtheme-contactinfo-2 .block__title{
    font-family: var(--ff-secondary);
    font-size: var(--fs-h5);
    font-weight: 600;
    color: var(--text-color-light);
    padding-bottom: 20px;
    margin: 0px;
}

.path-frontpage .messages-list{
    display:block;
}

/* body:has(.ui-dialog) > *:not(.ui-dialog){
    pointer-events:none;
    user-select:none;
}
body:has(.ui-dialog) > *:not(.ui-dialog) *{
    user-select:none;
} */
/*disable popup background */ 
.ui-dialog::after{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
}
/*disable popup background */

.cart-btn .cart-count{
    width: auto !important;
    min-width: 20px !important;
 }

/** datatable classes*/ 
 #interchangeTbl_wrapper .dt-search {
  display:none !important;
}

#brand:focus, #interchange:focus{
    outline: 0;
    box-shadow: none;
}
.order-info-data-block {display: flex;
    gap: 30px;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;}
.customer-information {
    display: flex;
    flex-wrap: wrap;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  width: 75%;
}
.billing_total-information {display: block;
    margin: 0;
    position: relative;
    padding: 0;}
.billing_total-information .cart-total-wrapper {display: flex;justify-content: end;margin-top: 0;}
.order-info-data {background: #f3f3f3;padding: 40px 0px;}
.order-information {display: block;padding: 20px;background: #fff;border-radius: 10px;}
.customer-billing, .customer-information__shipping {width: 50%;}    
.order-info-data-block .field.field--name-address.field--type-address.field--label-hidden.field__item, .field.field--name-field-purchase-order-number.field--type-string.field--label-above{margin-bottom: 0;}

/*custom order table*/
.custom-order-table-wrap {
    width: 100%;
    margin-bottom: 10px;
}
table.custom-order-table {
    width: 100%;
    background-color: #f3f3f3;
}
table.custom-order-table, table.custom-order-table th, table.custom-order-table td{
    border: 1px solid #ccc;
}
table.custom-order-table th, table.custom-order-table td {
    padding: 5px 15px;
}
table.custom-order-table th {
    background-color: #fff;
}
