/*
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 : 08-Sept-2023, 4:05:09 pm
    Author     : naeem.tabsyst
*/

.pqv-prodt_img img {
    height: 250px;
    width: 270px;
    object-fit: contain;
    object-position: center;
}

 @media only screen and (max-width: 992px){
  
    .pqv-prodt_img img  {
        height: 250px;
    width: 270px;
    }
     
 }
 .pqv-price{
         color: #3E4152;
    font-family: Assistant;
    font-size: 22.487px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
 }
 
 
   .pqv-select_variant_btn_stock_styling:not([data-stock="In-Stock"]) {
    background-color: #e7e7e7;
    border: 1px solid #5a5a5a;
    color: #5a5a5a;
    background-image: linear-gradient(to bottom right, transparent 46%, #00000021 48%);
    background-size: 102% 100%;
    background-repeat: no-repeat;
}
.sold-out-badge{
   font-size: 10px;
    color: black;
    font-weight: bold;
}