<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.amasty-shipbar.container {
    display: block;
    width: 100%;
	max-width: none;
    min-height: none;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

.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: 4px 0px;
    text-align: center;
}

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

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

.amasty-shipbar .close-button .extra {
    width: 15px;
    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;
}

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

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

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

    .amasty-shipbar-car.closed {
        display: block;
    }
}
</pre></body></html>