/* Add custom CSS styles below */ 
/* الكود الذي يوضع في إعدادات المتجر العامة */
.my-special-button {
    padding: 15px 40px !important; /* تكبير الحجم */
    font-size: 20px !important;    /* تكبير الخط */
    position: relative !important; 
    top: 80px !important;         /* تحريكه للأسفل بـ 20 بكسل */
}