.elementor-10 .elementor-element.elementor-element-2fe28c2b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-40398a35 *//* মেইন বাটন স্টাইল */
.cart-content-wrapper > .cart_totals .cart-totals-inner .checkout-button {
    width: 100% !important;
    background: #0853ae !important;
    position: relative !important;
    outline: none !important;
    /* প্যাডিং যাতে ফিক্সড থাকে */
    padding: 15px 30px !important; 
    box-sizing: border-box !important;
    /* অলটাইম অ্যানিমেশন রান থাকবে */
    animation: constantPulse 2s infinite ease-in-out !important; 
}

/* অলটাইম নড়াচড়া/গ্লো করার অ্যানিমেশন (উইদাউট লেআউট শিফট) */
@keyframes constantPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(8, 83, 174, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(8, 83, 174, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(8, 83, 174, 0);
    }
}/* End custom CSS */