.ss-checkout-continue-btn{
    display:none !important;
}
.wc-block-components-order-summary-item__quantity{
    display:none !important;
}
.wc-block-cart-item__prices{
    display:none !important;
}
.wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-card-wrapper {
    opacity: 1;
    position: relative;
    height: auto;
    top: auto;
    visibility: visible;
}
.wc-block-components-checkout-place-order-button{
    display:none !important;
}
.h-5 {
    height: 1.25rem !important;
}


.product-mini img {
    border-radius: 10px;
}
.recaptcha-wrap>span>span>div{
	margin: 0 auto;
}
[data-name=subscribe-email] span.wpcf7-not-valid-tip {
    text-align: left;
}
@media (max-width: 1023px) {
    .rounded-3xl > div > div:nth-child(1),
    .rounded-3xl > div > div:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 1.5rem;
    }
}
@media (max-width: 639px) {
    .rounded-3xl > div > div:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 1.5rem;
    }
}



.trending-card del {
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
    font-weight: 500;
}