@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.shipping-bar-wrapper {
    display: flex;
    width: 100%;
}

.shipping-bar-wrapper .main-container {
    min-height: 40px;
}

.shipping-bar-wrapper .amasty-shipbar {
    padding: 0;
    min-height: 40px;
}

.header-offer .shipping-bar-wrapper .amasty-shipbar .bar-content {
    width: 100%;
    height: 100%;
}

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

.amasty-shipbar .amasty-shipbar-car {
    position: relative;
    margin: 0;
}

.amasty-shipbar .amasty-shipbar-car .amshipbar-mobile {
    transform: scale(-1, 1) scale(0.6);
    width: 50px;
    margin: 0;
}

.amasty-shipbar .content {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    min-height: 40px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.amasty-shipbar .content .label-content {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.amasty-shipbar .content .progress-bar {
    width: 100%;
    max-width: 320px;
}

.amasty-shipbar .content .progress-bar .meter {
    height: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-width: 0.5px;
    border-style: solid;
    border-radius: 12px;
}

.amasty-shipbar .content .progress-bar .meter span {
    display: block;
    height: 100%;
    border-radius: 12px;
}

.minicart-wrapper .amasty-shipbar .content .top-section .amasty-shipbar-car .amshipbar-mobile {
    transform: scale(-1, 1) scale(0.5);
    width: 40px;
    margin: 0;
}

.minicart-wrapper .amasty-shipbar .content .top-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.minicart-wrapper .amasty-shipbar .content .label-content {
    font-size: 12px;
}

.page-header .minicart-wrapper .block-minicart .items-total {
    margin-bottom: 10px !important;
}

.checkout-cart-index .amasty-shipbar .content {
    gap: 10px;
}

@media (max-width: 768px) {
    .amasty-shipbar .amasty-shipbar-car {
        display: flex;
    }
    .checkout-cart-index .shipping-bar-wrapper .amasty-shipbar {
        min-height: 70px;
    }
    .checkout-cart-index .shipping-bar-wrapper .main-container {
        min-height: 70px;
    }
    .checkout-cart-index .amasty-shipbar .content {
        gap: 0px;
        min-height: 60px;
    }
    .checkout-cart-index .amasty-shipbar .amasty-shipbar-car {
        order: 2;
        /* width: 10%; */
        justify-content: end;
        display: flex;
    }
    .amasty-shipbar .amasty-shipbar-car .amshipbar-mobile {
        width: 40px;
    }
    .checkout-cart-index .amasty-shipbar .content .progress-bar {
        order: 2;
        width: 80%;
    }
    .amasty-shipbar .content .label-content {
        font-size: 12px !important;
    }
    .checkout-cart-index .amasty-shipbar .content .label-content {
        order: 1;
        width: 100%;
    }

    .minicart-wrapper .amasty-shipbar .content {
        padding: 0;
    }
    .minicart-wrapper .amasty-shipbar .content .label-content {
        font-size: 10px !important;
    }
}

.price-excluding-tax,
.checkout-cart-index .totals.sub.excl {
    display: none !important;
}
