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


/* Base styles for the attribute filters */
/* Scoped to Diamond Origin widget */
#woodmart-woocommerce-layered-nav-5 .wd-swatches-filter .wd-swatch-wrap {
  display: inline-block;
  margin: 5px;
}

#woodmart-woocommerce-layered-nav-5 .wd-swatches-filter .wd-swatch-wrap a {
  display: inline-block;
  padding: 10px 22px;
  border: 2px solid #0f6663;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #0f6663;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

#woodmart-woocommerce-layered-nav-5 .wd-swatches-filter .wd-swatch-wrap.wd-active a {
  background-color: #0f6663;
  color: #ffffff;
  border-color: #0f6663;
}

#woodmart-woocommerce-layered-nav-5 .wd-swatches-filter .wd-swatch-wrap a:hover {
  background-color: #0f6663;
  color: #ffffff;
}

#woodmart-woocommerce-layered-nav-5 .wd-swatches-filter .wd-swatch-wrap .count {
  display: none !important;
}

/* Grid layout for the Diamond Shape widget */


/* Hide WooCommerce swatch count */
#woodmart-woocommerce-layered-nav-4 .count {
  display: none !important;
}
.count {
  display: none !important;
}

.wd-swatch {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	border-radius: 50% !important;
}
.open-inquiry-popup {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.wpcf7-form-control[name="preferred-time"] {
    color: black !important;
}