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




.product-vendor{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  font-size:14px;
  line-height:1.2;
}

.product-vendor__icon{
  width:18px;
  height:18px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 35%, #ffffff 28%, transparent 29%),
    radial-gradient(circle at 50% 85%, #ffffff 38%, transparent 39%),
    rgb(28,97,231);
  flex-shrink:0;
}

.product-vendor__name{
  color:rgb(28,97,231);
  font-weight:600;
  text-decoration:none;
}

.product-vendor__name:hover{
  text-decoration:underline;
}



.mvx-contact-deatil, .mvx-ratingcls, .mvx-theme01 .mvx-banner-middle{
	display:none !important;
}