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

.amasty-shipbar.container.fixed {
    position: fixed;
    z-index: 9999;
}

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

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

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

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

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

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

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

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

.amasty-shipbar .close-button {
    position: absolute;
    right: 10px;
    top: 0;
}

.amasty-shipbar .extra {
    position: relative;
    width: 20px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.amasty-shipbar .close-button .extra {
    width: 10px;
    margin-right: 5px;
}

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

.amasty-shipbar .closed {
    padding-top: 8px;
    position: absolute;
    right: 0;
    cursor: pointer;
    pointer-events: all;
    display: none!important;
}
.amasty-shipbar-wrap .amasty-shipbar{
    position: absolute;
    right: 70px;
    top: 75px;
    max-width: 250px;
}
/* .amasty-shipbar-wrap .amasty-shipbar.fixed.top{

} */
.amasty-shipbar-wrap .content{
    padding: 20px 10px 10px;
}
.bar-content.no-border .content{
    border: 2px solid #ccc
 }
.bar-content.no-border .content .label-content{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
 }

@media only screen and (max-width: 1023px) {
    .amasty-shipbar .content {
        margin: auto;
    }

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

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

    .amasty-shipbar-car.closed {
        display: block;
    }
    .amasty-shipbar-wrap{
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .amasty-shipbar-wrap .amasty-shipbar{
        right: inherit;
        top: inherit;
        position: relative;
    }
    .amasty-shipbar.container.fixed{
        position: relative;
    }
}