
			.gmnoprint {
	  margin: 10px;
    z-index: 0;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: unset !important;
    bottom: 0px !important;
}
p.woocommerce-store-notice.demo_store {
    background-color: #626262;
    color:#FFFFFF;
}
a.woocommerce-store-notice__dismiss-link {
    color:#FFFFFF !important;
}
.woocommerce-checkout .argmc-coupon-step .woocommerce-info.custom_point_checkout, 
.woocommerce-checkout .order-coupon-step .woocommerce-info.custom_point_checkout {
    display: block !important;
}
.woocommerce .argmc-wrapper form.checkout_coupon {
    width: 100%;
}
.woocommerce-MyAccount-navigation ul .-more {
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 0;
}
.woocommerce span.onsale {
		display: none !important;
}
/*MWB Custom CSS*/
#mwb_wpr_order_notice {
    display: none;
}
/*MWB END Custom CSS*/
#billing_country_field {
  display: none;
}
#shipping_country_field {
  display: none;
}
#wdap_custom_checkout_field {
	display: none;
}
.variation-Points {
    display: none !important;
}

/* Tabs z index fix */
.sswcmaat .woocommerce-MyAccount-navigation>ul>li.is-active {
	z-index: 9;
}

/*ARG Tab*/
.argmc-wrapper .argmc-tabs-list {
	margin-bottom: 0px;
}
.argmc-wrapper .argmc-login-tabs {
	margin-top: 40px;
}
/*Checkout CSS*/
tr.woocommerce-shipping-totals.shipping {
	background-color: #efefef;
	font-size: 16px;
}
tr.cart-subtotal {
	font-size: 16px;
}
tr.fee {
	font-size: 16px;
}
tr.cart-discount {
	font-size: 16px;
}
tr.order-total {
	font-size: 17px;
	color:#EA0000;
}
div.argmc-form-steps.argmc-form-step-2.argmc-order-payment-step.current {
	padding-left: 12px;
	padding-right: 12px;
}

/*Cart Products Popup Z-Index*/
div.elementor-menu-cart__container .elementor-lightbox {
	z-index: 99;
	overflow: visible;
	height: 100%;
}
div.elementor-menu-cart__main {
	z-index: 99;
	overflow: visible;
	height: 100%;
}

/*Chat Bubble Z-Index*/
.onc-component--tl, .onc-component--tr, .onc-component--bl, .onc-component--br {
	z-index: 90;
}
/*Hide View Cart*/
div.elementor-menu-cart__subtotal {
	display: none !important;
}
/*Hide Checkout Payment*/
ul.wc_payment_methods.payment_methods.methods {
	display: none !important;
}
div.woocommerce-terms-and-conditions-wrapper {
	margin-top: 30px;
	margin-bottom: -50px;
	padding-left: 20px;
	padding-right: 20px;
}
li.wc_payment_method.payment_method_cod {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
/*Hide Edit Options Checkout*/
a.tm-cart-edit-options {
	display: none !important;
}
div.product_meta {
	display: none !important;
}
/*Error Notice*/
ul.woocommerce-error {
	margin-bottom: 0px;
}


/*Add Spacing Above Product Title*/
div.astra-shop-summary-wrap {
	padding-top: 10px;
}
/*Remove Add Coupon*/
div.woocommerce-form-coupon-toggle {
	display: none !important;
}
div.coupon {
	display: none !important;
}
td.actions {
	display: none !important;
}
/*Privacy Policy Checkout*/
div.woocommerce-privacy-policy-text {
	padding-bottom: 50px;
	margin-top: -25px;
}
/*Add Space on Woo Notice*/
div.woocommerce-form-login-toggle {
	padding-top: 5px;
}
/* Hide Cart Column (Change number 4 with number of column you want to remove) */
 
.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
display: none;
}
.woocommerce table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6) {
display: none;
}
/*Hide Cart Subtotal*/
tr.cart-subtotal {
	display: none !important;
}


/*Hide Toggle Show Password*/
i#togglePassword {
    display: none !important;
	  visibility: hidden !important;
}
span.dashicons.dashicons-visibility {
display: ltr;
display: none;
}		