/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

html {
	scroll-behavior: smooth;
}

[id] {
	scroll-margin: 60px;
}

/* .product-wrapper .wrap-price {
	display: none !important;
}

.wd-suggestion-content p.price {
	display: none;
}

.price {
	display: none;
}

.woocommerce-mini-cart__buttons.buttons .button.btn-cart.wc-forward {
	display: none;
} */

/* REMOVE PRICING */
#order_review .product-total, #order_review tfoot {
	display: none;
}

.woocommerce-order-overview__total.total {
	display: none;
} 

.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table.product-total, .woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-total.product-total, .woocommerce-table--order-details.shop_table.order_details tfoot {
	display: none;
}

.woocommerce-order-details__title, .order-again {
	display: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot, .shop_table.woocommerce-checkout-review-order-table .product-total {
	display: none;
}


/* WOODMART PRICINGS */
tbody tr.cart_item .wd-checkout-prod-total.product-total {
	display: none;
}

p.price, span.price {
	display: none !important;
}

.wd-sticky-btn.wd-sticky-btn-shown span.price {
	display: none;
}

.wd-product .wrap-price {
	display: none !important;
}

.cart-info span.quantity {
	display: none !important;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__total.total {
	display: none;
}

/* CART PAGE */
th.product-price, th.product-subtotal, td.product-price, td.product-subtotal {
	display: none;
}

.cart_totals h2, .cart_totals table {
	display: none;
}


/* CHEECKOUT PAGE */
.wc_payment_methods.payment_methods.methods {
	display: none;
}

.button.btn-cart.wc-forward {
	display: none;
}

.wd-checkout-steps .step-cart.step-inactive{
	display: none;
}


.wp-singular.post-template-default .comments-area {
	display: none;
}

.wp-singular.post-template-default .wd-post-reply.wd-style-1 {
	display: none;
}

/* PDF 3D */
@media (max-width:520px) {
    .df-posts>.df-popup-thumb {
        width: calc(100% - 30px) !important;
    }
}

@media (min-width:520px) {
    .df-posts>.df-popup-thumb {
        width: calc(33.33% - 30px) !important;
    }
}