.header-border-top-multi-colour {
    --angle: 0deg;
    width: 100%;
    /*height: 50vmin;*/
    border-top: 6px solid;
    border-image: conic-gradient(from var(--angle), #f1c40f, #2ecc71, #e74c3c, #2ecc71, #2980b9, #8e44ad, #f1c40f) 1;

    animation: 10s rotate linear infinite;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}


.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    display: none;
}

.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 0 10px;
    font-weight: 300;
    text-align: center;
    line-height: inherit;
    margin: 0;
    border-radius: 4px;
    background-color: #bd0d52;
}

.bt_sync_shimpent_track_pincode_checker_wrap.classic #bt_sync_shimpent_track_pincode_checker {
    border: 1px solid #999;
    background-color: #fff;
    max-width: 50%;
}

.bt_sync_shimpent_track_pincode_checker_shipping_to_text > b {
    color: #bd0d52;
}

.bt_sync_shimpent_track_pincode_checker_shipping_to_text > a {
    display: none;
}

.woocommerce-wishlist {
    display: block;
}

.has-global-padding {
    padding: 0 !important;
}
