.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 50px;
		border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #f74b00;
}


.ast-primary-header-bar {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    font-size: .85em;
    margin-bottom: .5em;
    display: none;
    line-height: 1.3;
    opacity: .6;
}


.wsc-left-sec-product {
    color: #481919;
    max-width: 5;
    display: none;
}


.woocommerce #reviews h2 {
    font-weight: 400;
    display: none;
}

.woocommerce #reviews #review_form {
    border: 2px solid #efefef;
    padding: 0em;
}

.woocommerce .comment-reply-title {
    font-size: 1rem;
    line-height: 1.3;
    display: none;
}

.woocommerce div.product .product_title {
    margin: 0 0 .5em 0;
    font-size: 26px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 1em;
    color: var(--nv-text-color);
    opacity: .75;
    display: none;
}


.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 1em;
    color: var(--nv-text-color);
    opacity: .75;
    display: none;
}

.woocommerce-review__published-date  {

display: none;

}


.woocommerce-review__dash {

display: none;

}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    display: none;
}

.product_meta>span {
    display: none;
}

.wsc-cart-button {
    background-color: #0366d6;
    color: #ffffff;
    display: inline-block;
    animation: wiggle 5s infinite;
    font-weight: 500;
}

.woocommerce div.product .product_title {
    margin: 0 0 .5em 0;
    font-size: 24px;
    line-height: 1.6em;
}

.img-wrap .out-of-stock-badge {
    color: var(--nv-text-color);
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0;
    background: var(--nv-light-bg);
    text-align: center;
    opacity: .9;
    z-index: 1;
    display: none;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    color: green;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del {
    font-weight: 500;
    color: red;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
    color: var(--nv-text-color);
    font-weight: 700;
    color: green;
}

.woocommerce span.onsale {
    background-color: var(--nv-c-1);
    border-radius: 0;
    line-height: inherit;
    min-height: auto;
    left: 0;
    top: 0;
    font-weight: 500;
    display: none;
}
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
    text-decoration: none;
}