.main-ati-panel {
    margin: unset;
}
.main-ati-panel > * {
    margin: unset;
    border-radius: unset;
}
.ati-panel-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-height: 800px;
}
.ati-panel-wrapper-menu {
    width: 300px;
    background: var(--ati-pbg);
}
.ati-panel-wrapper-menu > * {
    padding: var(--ati-m-padd);
}
.ati-panel-header {
    display: flex;
    height: 60px;
    align-items: center;
    background: var(--ati-pbg);
    border-bottom: var(--ati-border-color) 1px solid;
}
.ati-panel-content-header {
    flex-direction: row-reverse;
}
.ati-panel-header > .ati-user {
    margin-inline-start: unset;
    position: absolute;
    right: 0;
    margin-right: var(--ati-m-marg);
}
.ati-panel-wrapper-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: -webkit-fill-available;
    overflow: hidden;
}
.ati-panel-wrapper-content > *{
    padding: var(--ati-m-padd);
}
.ati-panel-header .ati-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ati-panel-content {
    flex: 1;
    position: relative;
}
.ati-panel-loader {
    position: absolute;
    width: -webkit-fill-available; 
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    background: var(--ati-bg);
    z-index: 99;
}
.ati-panel-breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
    padding: var(--ati-m-padd);
    border-bottom: var(--ati-border-color) 1px solid;
    background: var(--ati-pbg);
    border-radius: var(--ati-m-rad);
}
@media screen and (max-width: 1024px) {
    .ati-panel-content .ati-block-product{
        flex-basis: 150px;
        width: 150px;
    }
}