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


/* скрытие полей в оформлении заказа*/
#billing_country_field,
#billing_city_field,
#billing_state_field{
  display: none !important;
}

/* Замена значка для "Hot" товаров */
.product-label.featured::after{
	display: inline-block;
	content: "\f11d";
	font-family: "woodmart-font";
	font-weight: 400;
}

/* banner header */
.home .whb-general-header{
    opacity: .85;
    transform: scale(1);
		transition: all ease .3s;
}
.home .whb-general-header:hover{
	opacity: 1;
}

/* растягиваем префутер */
.wd-prefooter {
    padding-bottom: 0 !important;
	--wd-container-w: 100%;
}