.LiveField
.LiveField__container {
    padding: 8px 0px;
}
.Product__label, .Product__price {
  text-align: center;
}

.Paperform__Container{
    padding-top: 0px;
}
.Product__imgthumb i {
    opacity: 0!important;
}
.Product__imgthumb:hover i {
    opacity: 0!important;
}

@media screen and (max-width: 720px) {
.Product__imgthumb {
background-width: 100%;
object-fit: contain;
background-repeat: no-repeat !important;
}
.Product__imgthumb::before {
height: 100px !important;
padding-bottom: 0 !important;
}
.Product__withquantity {
min-width: 100px !important;
margin: 1px !important;
}
.ProductGallery {
flex-wrap: nowrap !important;
justify-content: space-between;
}
.ProductGallery * {
font-size: 10px !important;
}
.Choices__choice {
min-width: 100px;
}
.Choices__label {
font-size: 12px !important;
}
}
.popup{
    left: 0:
    top: 0;
    width: 100%;
    z-index: 1001;
}