/*
Theme Name: Urbanloft Theme
Theme URI: https://urbanloft.co.id
Template: hello-elementor
Author: Unggul Kirindi
Author URI: https://artadia.co.id
Description: A plain-vanilla &amp; lightweight theme for Urbanloft Website
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 0.0.1.1674886060
Updated: 2023-01-28 06:07:40

*/

.wc-qr-code-wrapper {
    position: relative;
    display: inline-block;
}

.wc-qr-code-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wc-qr-code {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.wc-qr-code::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.elementor-menu-toggle:focus, .elementor-menu-toggle .eicon-menu-bar:focus {
outline: none !important;
}

.cart-subtotal, .order-total , .shop_table .shop_table_responsive {
	display:none !important;
}