.product-item.not-available-product .product-list-image{
    opacity: .3;
}
.maxmodal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.maxmodal-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.3);
}
.maxmodal-wrapper{
    position: relative;
    width: 800px;
    max-width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.maxmodal-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
    cursor: pointer;
}
.maxmodal-close span{
    position: absolute;
    display: block;
    height: 50px;
    width: 2px;
    right: 20px;
    background: #fff;
}
.maxmodal-close span:first-child{
    transform: rotate(45deg)
}
.maxmodal-close span:last-child{
    transform: rotate(135deg)
}
.maxmodal-header{

}
.maxmodal-content{
    height: 100%;
    background: #ffffff;
    padding: 30px;
    font-size: 12pt;
    overflow: auto;
}
.maxmodal-close{

}
