/* only for mobile phone application */
@media (max-width: 768px) {
    /* format header to stick on top */
    .ct-header [data-row="middle"]{
        position: fixed !important;
        top: 0;
		left: 0;
		right: 0;
        z-index: 9999;
	}	
    /* format footer to stick on bottom */
    .ct-footer [data-row="top"] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    /* format button colors to transparent */
	.ct-footer [data-row="top"] .wp-element-button {
        background-color: transparent !important;
    }
	.ct-footer [data-row="top"] .wc-block-mini-cart__button {
        background-color: transparent !important;
    }
/*    
    app_account_widget
    app_cart_widget

*/

}
