.mobile_banner_plus {
		display: none;
	}
@media only screen and (max-width: 991px) {
	.mobile_banner_plus {
		display: block;
	}
}
.mobile_banner_plus {
    color: #fff;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

.voucher_new_add {
    width: 100%;
    display: block;
    float: left;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
}

/* hide elements from mobile menu */

@media screen and (max-width: 991px) {
    li.hide-on-mobile {
        display: none;
    }

    .show-on-mobile > ul.dropdown-resmenu {
        display: block !important;
    }

    .hide-shop > a {
        display: none !important;
    }
}

/* after update */
.variations tr th.label label {
    color: #111111;
    font-weight: normal !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
}
.woocommerce div.product form.cart .variations th.label {
    padding-right: 1em;
    padding-left: 0px;
}
.variations tr th.label {
    display: table-cell;
    line-height: 30px !important;
    text-align: left;
    padding: 0.5em 0.6em 0.3em;
}
.wishlist_table .product-add-to-cart a {
    background-color: #935386;
    color: #fff;
    padding: 6px 25px;
    font-weight: 700;
    border-radius: 3px;
}

.woocommerce-checkout input#pwgc-redeem-button {
    color: #333;
}

.woocommerce #customer_login form.login .form-row input[type="submit"], .woocommerce #customer_login form.register .form-row input[type="submit"], .woocommerce-page #customer_login form.login .form-row input[type="submit"], .woocommerce-page #customer_login form.register .form-row input[type="submit"] {
    padding:0px 15px !important;
}

.woocommerce form.lost_reset_password .form-row .input-text, .woocommerce-page form.lost_reset_password .form-row .input-text {
        border: 1px solid #dbdbdb !important;
}

.woocommerce ul#shipping_method {
	display:flex;
	flex-direction:column-reverse;
}