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


/* Scope only to the short description lists with our class */
.woocommerce-product-details__short-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.woocommerce-product-details__short-description li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.woocommerce-product-details__short-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url("https://topflow.gr/wp-content/uploads/2025/06/ticktop.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.topimg{
max-width: 500px;
	margin: auto;
}

/* WOOCOMERCE PRICES */
/* Change all WooCommerce prices to black */
.woocommerce-Price-amount,
.woocommerce-Price-amount amount,
.price,
.price ins,
.price del,
.amount,
.total .amount,
.cart_totals .amount,
.woocommerce-mini-cart__total .amount,
.woocommerce-checkout-review-order-table .amount,
.product-price-value,
.wd-entities-title .price,
.product-grid-item .price,
.single-product-page .price {
    color: #000000 !important;
}
.amount{
	color: #000000 !important;
}

/* Ensure cart and checkout prices are black */
.woocommerce table.shop_table .amount,
.woocommerce-cart .cart-subtotal .amount,
.woocommerce-cart .order-total .amount,
.woocommerce-checkout .order-total .amount {
    color: #000000 !important;
}

/* Mini cart prices */
.wd-dropdown-cart .amount,
.cart-widget-side .amount {
    color: #000000 !important;
}


.btn-cart{
	display: none;
}
div.quantity input[type="number"]{
font-weight: 700;
color: #000;
}
:root {
    --wd-form-brd-color: #77CCCE;
    --wd-form-brd-color-focus: #77CCCE;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number{
color: #000!important;
}
