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

/* Sets the cart button on top R/H corner font to white */
.wd-header-cart.wd-design-3 .wd-cart-subtotal .woocommerce-Price-amount {
    color: white !important;
}

/* Sets the product price font colour and size (IE Homepage) */
.product-wrapper .wrap-price .price .woocommerce-Price-amount.amount {
    color: rgb(0, 0, 0) !important;
    font-size: 18px !important;
}

/*
.wrapp-category .hover-mask .wd-entities-title {
    display: inline-block!important;
    padding: 10px 20px!important;
    background-color: #007BFF!important;
    color: white!important;
    text-decoration: none!important;
    text-align: center!important;
    border-radius: 5px!important;
    transition: background-color 0.3s ease!important;
}

.wrapp-category .hover-mask .wd-entities-title:hover {
    background-color: #0056b3 !important;
}*/

/* Rounded brand logos */
.wd-product-brands img { border-radius: 10px !important; }

.hide-menu {
	display: none; }

.cat-design-center .wrapp-category::before {
	opacity: 0.4 !important; 
	border-radius: 10px !important;
}

.cat-design-center:hover .wrapp-category::before {
	opacity: 0.15 !important; 
}

.product-image-wrap img {
	border-radius: 10px !important;
}

.product-grid-item .product-image-link img, .product-grid-item .hover-img img {
  border-radius: 10px !important;
}

/* Product Shopping Menu - Make categories less spaced apart */
.wd-sub-menu li > a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
}

/* Out of Stock - On Back Order Font Colour/Size */

p.available-on-backorder {
  font-size: 16px !important;
  color: #bb1515 !important;
}

/* Hide SKU from listing. Hide category, add: span.posted_in, */
span.sku_wrapper {
	display: none;
}

/* Allows the "SOLD OUT" / "DISCONTINUED" banner to expand wider to fit the discontinued banner. */ 
.discontinued-label-custom {
	max-width: 60% !important;
}