button.single_add_to_cart_button {
    padding: 7px 15px;
    text-shadow: 0 0 0;
    border-radius: 2px;
    font-weight: 300 !important;
    display: inline-block;
    color: #eb6e25;
    border: 1px solid #eb6e25;
    background-color: #fff;
}
button.single_add_to_cart_button:before {
    display: none;
}
.suggested-product form.cart {
	display: none;
}
.single-product .woocommerce-message {
    flex-direction: column !important;
}
.suggest-product-actions {
    display: flex;
    align-items: center;
}
.suggest-product-actions span {
    padding: 7px 15px;
    color: #eb6e25;
    margin: 20px 10px 0;
    border-radius: 2px;
    border: 1px solid #eb6e25;
    cursor: pointer;
}
.suggest-product-actions span:hover {
    background: #eb6e25;
    color: #fff;
}
.notp_popup {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    background: rgb(0 0 0 / 50%);
}
.notp_notice {
 position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    text-align: left;
    min-height: 100px;
    padding: 10px 20px;
    align-items: center;
    background: #fff;
    box-shadow: 0px -1px 8px -1px rgb(0 0 0 / 7%), 0px 2px 0px #dddddd;
    border-radius: 3px;
}
.notp_notice span.close {
    position: absolute;
    top: 0px;
    right: 0;
    color: #1b1a1a;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    line-height: 20px;
    opacity: 1;
    font-size: 25px;
	cursor:pointer
}