.rednaoProductContainer{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.productHeader{

}

.ProductLabel{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0 10px;
}

.productPrice{
    font-weight: bold;
    padding: 0 10px;
}


.rnProductFieldContainer{
    padding: 10px;
}

.ProductImage{
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ProductSearch{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    background-color: rgba(1, 118, 254, 0.3);
    color: white;
    opacity: 0;
}

.ProductImage:hover .ProductSearch{
    opacity: 1;
}

.rednaoProductContainer{
    position: relative;
}

.productCheck{
    color:#666;
    cursor: pointer;

}

.productCheck.rnFloat{
    position: absolute;
    top:15px;
    left: 15px;
    z-index: 100001;
}

.productCheck.rnChecked{
    color:#2e69ff;

}

.productPrice .amount{
    color:#4c71fb;
    font-weight: bold;
}

.rnProductGroupFieldContainer{
    display: flex;
    flex-wrap: wrap;

}

.swiperImagePreview{
    height: 500px;
}

.thumbnail-swiper-container .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.thumbnail-swiper-container .swiper-slide-thumb-active {
    opacity: 1;
}

@media(max-height: 700px){
    rn-product-group-preview-dialog .modal__container{
        margin-top: 1px;
        max-width: 95% !important;
    }
}

.ProductImage img{
    padding: 2px;
}

.thumbnail-swiper-container .swiper-slide{
    width: auto;
    padding: 5px;
}
