.center-all {
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.loading {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    pointer-events: none;
    opacity: 0;
}
.loading.active {
    display: flex;
    opacity: 1;
    pointer-events: all;
    position: relative;
}
.loading svg {
  width: 25px;
  height: 25px;
}
.loading.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://epsonemear.a.bigcontent.io/v1/static/spinner);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.product {
    padding: 60px 0;
}
.xgn-accordion__content img {
    width: 100%;
    max-width: 170px;
}
@media (max-width: 474px) {
    .db-upto474 {
        display: block;
    }
}
@media (min-width: 480px) {
    .r-above-420 {
        text-align: right;
    }
}
@media (max-width: 576px) {
    .search-form__row {
        flex-direction: column;
    }
    .search-form__item {
        width: 100%;
    }
    .search-form__item label {
        padding-top: 20px;
    }
    #selectProduct.search-form__item label {
        padding-top: 0;
    }
    .xgn-accordion__content img {
        width: 50% !important;
    }
    .select-wrap {
        width: 100%;
        padding: 20px 20px 0;
    }
}
@media (max-width: 576px) {
    .xflex-span {
        padding-left: 0 !important;
    }
    .m-fit {
        width: 100%;
        padding: 30px 30px 30px 20px;
        justify-content: left;
    }
}
.mw-100vw {
    max-width: 100vw;
}