#w4p-productList .shop-toolbar {
  display:none;
}
#w4p-productShow hr.mb-2,
#w4p-productShow div.d-flex.flex-wrap.justify-content-between {
  display:none!important;
}
.form-group label {
  padding-left: 0px;
}
.form-control {
  border-radius: 0px;
}

/* .site-header .site-menu>ul>li.active>a::before {
    bottom: -2px;
} */
.site-header .site-branding .site-logo {
    width: fit-content;
}
.product-card .product-price {
    background-color: #e3eeff;
}
.product-card-body h3.product-title a {
    font-size: 18px;
    line-height: 24px;
}
.product-card .product-badge {
    display: none;
}