.hp-field{
    position:absolute!important;
    left:-9999px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
}

#filter-reset-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
#filter-reset-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.bigger-icons-distributor img{
    width: 56px;
}
#form-for-product .collback-form-body .flexbox-container{
    width: 100%;
}
#form-for-product .collback-form-body .flexbox-container .flex-col-md-0{
    display: none;
}

#form-for-product .collback-form-body .flexbox-container .flex-col-6{
    width: 100%;
}
.collback-form-fields-under-input-text {
    padding-left: 12px;
    text-align: left;
}
.collback-form-fields-under-input-text a{
    color: #0D131A;
}
.no-hover:hover{
    text-decoration: none!important;
}
.old-site-arrow{
    z-index: -1;
}

.collback-form-container-buy-info {
    justify-content: space-around;
}
.update-img-fix{
    margin: 0 auto;
    max-width: 100%;
}