.amasty-shipbar.container {
    width: 100%;
}

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

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

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

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

.amasty-shipbar .bar-content {
    display: inline-flex;
    position: relative;
    width: 100%;
}
.amasty-shipbar .bar-content.no-border {
    border-radius: 0;
}

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

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

.amasty-shipbar .label-content {
    font-family: 'Barlow Semi Condensed medium' !important;
    font-weight: 500;
}

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

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

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

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

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

.amasty-shipbar .closed {
    cursor: pointer;
    padding-top: 42px;
    pointer-events: all;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .amasty-shipbar .label-content {
        font-size: 16px !important;
    }

    .amasty-shipbar .closed {
        padding-top: 26px;
    }
}

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

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

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

    .amasty-shipbar-car.closed {
        display: block;
    }
}
