/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 28, 2024, 3:32:29 PM
    Author     : hend
*/

.product-item .product-labels-container{
    position: absolute;
    z-index: 99;
}
.product-item .product-item-label.product-item-label-top{
    display: block;
    background-color: red;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product-item .product-item-label.product-item-label-middle{
    display: inline-block;
    background-color: #fff1ad;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
}
[lang="en"] .product-item .product-item-label.product-item-label-middle{
    font-size: 1.2rem;
}
.product-item .product-item-label.product-item-label-bottom{
    display: block;
    background-color: #fff1ad;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}
@media (max-width: 767px){
    .product-item .product-item-label.product-item-label-middle{
        font-size: 1.1rem;
        padding: 7px;
    }
    .product-item .product-item-label.product-item-label-bottom{
        font-size: 1.2rem;
        padding: 8px ;
    }
    [lang="en"] .product-item .product-item-label.product-item-label-middle{
        font-size: 1.1rem;
        /*position: relative;*/
    }
}