div#block-4 {
    DISPLAY: NONE;
}
.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
    /* display: none; */
    display: unset;
  
}

ul#menu-footer-menu-useful-links {
    margin-top: 20px;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

tr.cart-subtotal {
    display: none;
}

th.product-quantity {
    display: none;
}

td.product-quantity {
    display: none;
}

.woocommerce-message {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}


@media (max-width:767px;) {
.main-page-wrapper {
	margin-bottom:unset !important;
}	
}









div#block-4 {
    DISPLAY: NONE;
}
.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
    /* display: none; */
    display: unset;
  
}

ul#menu-footer-menu-useful-links {
    margin-top: 20px;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

tr.cart-subtotal {
    display: none;
}

th.product-quantity {
    display: none;
}

td.product-quantity {
    display: none;
}

.woocommerce-message {
    display: none;
}

.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}

h3.invoice-heading {
    display: none;
}

a.have-coupon-link {
    display: none;
}

.mp_price_str {
    display: none;
}

@media (max-width:767px;) {
.main-page-wrapper {
	margin-bottom:unset !important;
}	
}

a#ui-id-1 {
    color: #000000;
}


img.woocommerce-placeholder.wp-post-image {
    display: none;
}



.cart-actions {
    display: none;
}

a.button.cancel.wcs_block_ui_on_click {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

@media (max-width: 768.98px) {
    .shop_table_responsive :is(tbody,tfoot,tr) {
       
        display: unset !important;
    }
	
	.shop_table tr :is(td,th):last-child {

    border: 1px solid !important;
}
	    .shop-table-with-img td:not(:last-child) {
        border-bottom: 1px dashed var(--brdcolor-gray-300);
        border-bottom: 1px solid !important;
    }
	
	    .shop-table-with-img tr {
				padding-inline-start: unset !important;}
}


/*checkout css start*/
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid #CFFF7F;
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    /* vertical-align: middle; */
    font-size: 14px;
    transition: border-color .5s ease;
}


:is(.register,.login) .button {
    width: 100%;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: #CFFF7F;
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}


/*div#customer_login {
    margin-left: 70px;
    margin-right: 70px;
    background-color: #ffffff0f;
    border-radius: 25px;
    border: 2px solid #CFFF7F;
    padding: 35px;
}*/
/*checkout css end*/






