/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 09 2025 | 11:33:56 */
/* 9/7/2025 */
.related.products .dg-info-af-price {
	display: none;
}

.dg-info-af-price{
	font-size: 10px;
}
/* ----------------- */

.entry-product-tab-list-item {
    margin: 112px 0 0;
}

.woo-single-info {
    margin-bottom: 60px;
}

/* Price Filter */
.widget_price_filter .price_slider_amount {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
}

/* Related products title */
.product-section-heading {
    font-size: 20px;
	margin-left:20px;
}

/* Related products images */
.related.products .swiper-slide.swiper-slide-visible {
    width: 250px!important;
    margin-right: auto!important;
    margin-left: auto;
}

/* Accordion Hover Color and bold */
.elementor-accordion.elementor-tab-title:hover {
    color: #8BBE30;
}

.elementor-accordion-title {
    font-weight: 700!important;
}

.elementor-accordion-title:hover{
	font-weight: 700!important;
	color: #8BBE30!important;
}

.elementor-tab-title.elementor-active {
    color: #8BBE30!important;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon {
    color: #8BBE30!important;
}

/* -------------------------------------- */
.quantity-button-wrapper label{
	   text-transform: initial!important;
}

.type-product .stock.out-of-stock::before{display:none;}

.type-product .stock.out-of-stock {
    padding: 0 0 0 0px;
}

/*
.single-product .type-product .price{
    margin-bottom: 25px!important;
}*/

.single-product .entry-title {
    font-size: 20px;
	font-weight: 500;
}

.single-product form.cart .variations td {
    display: block;
    margin-bottom: -11px;
}

.entry-product-meta{
	display:none
}

.quantity-button-wrapper{
    display: grid;
}

.single-product form.cart .quantity-button-wrapper>label {
    margin: 13px 0px 8px;
}

.entry-product-section-heading.product-description-heading{
	display:none
}


.entry-meta-review-rating{
	display:none
}

.variations .label{
	display:none!important
}

.single-product form.cart {
    border-bottom: 0px solid var(--edumall-color-box-border);
    padding: 0 0 0px;
    margin: 0px 0 -9px;
}

.single-product .page-title-bar-08 {
    margin-bottom: 80px;
}

/*
.quantity-button-wrapper {
    display: block!important;
    margin-bottom: 39px!important;
}*/

/* Single Product Page | Sale Price */
.price > del .amount {
    color: #696969!important;
}

.product.sale ins, .product.sale ins .amount, .single-product .product.sale .entry-summary>.price ins .amount {
    color: #8BBE30;
}

.single-product .woocommerce-Price-amount.amount{
    color: #8BBE30;
}

.woocommerce-Price-amount.amount {
	 color: #8BBE30;
}

