/*
 Theme Name:   Dental INS
 Description:  Woodmart Child Theme
 Author:       EBEN :: Tech Consulting
 Author URI:   https://eben.es
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  dentalins
*/

/*****************************************************/
/* Header											 */
/*****************************************************/
/* Minicar */
.whb-header .wd-header-cart .wd-cart-subtotal .tax_label {
	display:none !important;
}

/*****************************************************/
/* BODY												 */
/*****************************************************/

.wd-content-layout {
    padding-block: 0px;
}



.whb-header .wd-nav.wd-nav-main > li > a {
	color:#b42173;
}

/*****************************************************/
/* Home												 */
/*****************************************************/

/* Home */
.home.page-template-default .main-page-wrapper {
	padding-top: 0px !important;
}


/*****************************************************/
/* Listado productos								 */
/*****************************************************/
.archive.woodmart-archive-shop .page-title .wd-nav-product-cat {
	display:none;
}

.archive.woodmart-archive-shop .page-title .wd-back-btn {
	display:none;
}

.archive.woodmart-archive-shop .page-title .wd-btn-show-cat.wd-action-btn.wd-style-text {
	display: none;
}
 
.archive.woodmart-archive-shop .shop-content-area .wd-show-sidebar-btn a {
	display: none;
}




/*****************************************************/
/* Ficha Producto									 */
/*****************************************************/

/* Ficha Producto */
.product-template-default.single-product .product-tabs-wrapper {
	display:none !important;
}

.product-template-default.single-product .wd-prefooter {
	display: none;
}

.product-template-default.single-product .woocommerce-variation-price span.price > span.amount bdi {
	margin-bottom: 10px;
    font-size: 25px;
    display: inline-block;
}

/* Precio con IVA */
.single-product .summary .precio-iva {
	font-size: 15px;
	color:#A2A2A2;
	margin-top: -20px;
}

.single-product .summary .precio-iva .amount {
	opacity: 0.65;
}




