.fs-promo-wrapper.promo-minicart-sidebar, .fs-promo-wrapper.promo-cart-summary, #minicart-content-wrapper .tr-frees-promotion, #minicart-content-wrapper td.free-shipping-promotion,
#minicart-content-wrapper .extra {
    float: left;
    width: 100%;
}

.free-shipping-promotion {
    padding: 0;
}

td.free-shipping-promotion {
    font-size: 14px;
    background: linear-gradient(to right, #FDFFAE99, #DEFFC399, #93EBFF99);
    border-radius: 7px;
}

span.fs-promo-wrapper.promo-minicart-sidebar {
    padding: 12px 15px 12px 15px;
}

.free-shipping-promotion.goal-achieved {
    font-size: 15px;
}

.mini-only-inner-span {
    background-color: #FEFFC3CC;
}

.zsdev-cart-sidebar span.fs-promo-label b .mini-only-inner-span {
    background-color: unset;
}

.zsdev-cart-sidebar span.fs-promo-label b {
    font-weight: 600;
}

tr.tr-frees-promotion {
    width: calc(100% - 20px) !important;
    margin: 0 10px 15px 10px;
}

td.free-shipping-promotion {
    line-height: 20px;
}

span.fs-promo-label {
    padding: 8px 15px;
    display: inline-block;
}

@keyframes slideInFade {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End at the original position */
    }
}

.promotion-icon, .free-shipping-promotion {
    animation: slideInFade 1s ease-out;
}

.promotion-icon {
    width: 29px;
    height: 16px;
    vertical-align: middle;
}

.wrap-flex-promo {
    display: flex;
    align-items: center; /* Vertically center items */
    justify-content: flex-start; /* Align items to the start of the container */
}

img.promotion-icon {
    margin-right: 0;
    margin-left: 15px;
}

#minicart-content-wrapper .fs-promo-label {
    font-size: 14px;
}

.zsdev-cart-sidebar td.free-shipping-promotion, .zsdev-cart-sidebar span.fs-promo-wrapper.promo-cart-summary b {
    font-size: 15px !important;
}

span.fs-promo-wrapper.promo-cart-summary {
    margin-top: 10px;
}

/* fix bas button in minicart */
.block-minicart .block-content > .actions {
    margin-top: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.block-minicart .block-content > .actions > .primary {
    margin: 0;
}
