.InvigorateSystems-shipbar.container {
    display: inline-grid;
    width: 100%;
    min-height: 54px;
}

.InvigorateSystems-shipbar.fixed {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.header .InvigorateSystems-shipbar.fixed {
    position: unset;
}

.InvigorateSystems-shipbar.top {
    top: 0;
}

.InvigorateSystems-shipbar.bottom {
    bottom: 0;
}

.InvigorateSystems-shipbar .main-container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.InvigorateSystems-shipbar .bar-content {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.InvigorateSystems-shipbar .bar-content.no-border {
    border-radius: 0;
}

.InvigorateSystems-shipbar-car .shipbar-mobile {
    display: block;
    width: 60px;
    margin-right: 5px;
}

.InvigorateSystems-shipbar-car {
    margin: auto 5px;
}

.InvigorateSystems-shipbar .label-content {
    vertical-align: middle;
}

.InvigorateSystems-shipbar .content {
    margin: auto;
    padding: 15px 60px;
    text-align: center;
}

.InvigorateSystems-shipbar .close-button {
    position: absolute;
    right: 10px;
    margin: 15px 0;
}

.InvigorateSystems-shipbar .extra {
    position: relative;
    width: 20px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.page-footer .InvigorateSystems-shipbar .main-container{
    padding: 10px 60px;
}
.InvigorateSystems-shipbar .close-button .extra {
    width: 15px;
    margin-right: 5px;
}

.InvigorateSystems-shipbar .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.InvigorateSystems-shipbar .closed {
    padding-top: 8px;
    position: absolute;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}
.header-row > div.shipping.bar {
  width: 100%;
  display: block;
}
.InvigorateSystems-shipbar[style="pointer-events: none;"] .main-container
{
    justify-content: end;
}
.InvigorateSystems-shipbar-car.closed {
    min-height: 56px;
}
.InvigorateSystems-shipbar .main-container{
    display: flex;
}
.InvigorateSystems-shipbar .closed{
    padding: 0;
    position: unset;
}
@media only screen and (max-width: 767px) {
    .InvigorateSystems-shipbar .content {
        margin: auto;
        padding: 45px 15px 15px 12px;
    }

    .InvigorateSystems-shipbar-car {
        display: none;
    }

    .InvigorateSystems-shipbar .bar-content {
        border-radius: 0;
    }

    .InvigorateSystems-shipbar-car.closed {
        display: block;
    }
    /* add by rajal 15-09-2025 start*/
    .header.header-row{
        display: grid;
    }
    .page-header.type4 .header-main .header-center{
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .page-header.type4 .header-main .header-right {
        grid-column-start: 2;
        grid-row-start: 1;
    }
    .header-row > div.shipping.bar{
        grid-row-start: 2;
        grid-column: span 2 / span 2;
    }
    /* add by rajal 15-09-2025 end*/
}