.wpc-competitor-info {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
}

.wpc-competitor {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid #bbbbbb;
    border-radius: 10px
}

.wpc-logo {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.wpc-name {
    flex: 1;
    font-weight: bold;
}

.wpc-price {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 10px;
}

.wpc-reviews {
    margin: 0 10px;
}

.wpc-buy-button {
   background-color: #4CAF50;
    color: white;
    padding: 4px 7px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}
.wpc-buy-button:hover{
    background-color: #10dd1a;
    color: white;
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .buy-text {
        display: none; /* Hide the text on mobile devices */
    }
}

.baddge_in_stock{
    width:20px;background:green;border-radius:50%;border:1px solid green;height: 20px;
}
.baddge_hors_stock{
    width:20px;background:red;border-radius:50%;border:1px solid red;height: 20px;
}

.block_offre{
    font-size:12px;position: absolute; 
    z-index: 10;
    margin: 0;
    bottom: 10px;
        right: 10px;
}
.block_compare{
    text-align: center;
    margin-bottom: 5px;
}
.block_compare a{    text-transform: uppercase;
 
    border: 2px solid var(--global-palette-btn-bg-hover)!important;
    color:var(--global-palette-btn-bg-hover)!important;
    border-radius: 4px!important;
    padding: 10px!important;
    display: block!important;
    font-size: 12px!important;
    
}

a.woocommerce-LoopProduct-link-title {
  /* text-transform: lowercase!important; */
	      font-size: 16px!important;
}

a.woocommerce-LoopProduct-link-title::first-letter {
  text-transform: uppercase!important;
}

.wpc_info_data{
	text-align:center;display: flex;align-items: center;
}
.wpc_info_data img {margin-left:10px}
@media (max-width: 768px) {

.wpc-competitor{
	flex-direction: column;
    align-items: normal;
    text-align: center;
}
}