/*
Theme Name: DTFtransfer
Description: Child theme for DTFtransfer
Author: studio360
Author URI: https://studio360.at/
Template: Avada
Version: 2024.02.01
Text Domain:  Avada
*/

.fusion-woo-badges-wrapper {
	display: none !important;
}

/* remove some sections and badges  by Jaba */
.onsale {
	display: none !important;
}

.related .product{
	display: none !important;
}

.cross-sells {
	display: none !important;
}

/* end remove sections and badges */

/* checkbox for special service by Jaba */
.data-check-option {
    margin: 10px 0;
    font-size: 14px;
	width: 100%;
}
.data-check-option label {
    cursor: pointer;
}

/* end checkbox special service */


/* hide cart update button */
.fusion-update-cart {
	display: none !important;
}


.fusion-column-wrapper .fusion-woo-cart_table-wrapper .shop_table .product-quantity 
{
	display: none;
}