/*@media (min-width: 1200px){*/

/*    .list-product {*/
/*        overflow: hidden;*/
/*        height: 1100px*/
/*    }*/
  
/*}*/

@media only screen and  (max-width:736px){
    .c-register .tooltip .tooltiptext::after {
        right: 84px !important;
    }
    .tooltip{
        top: 38px !important;
    }
    .list-product {
        overflow: hidden;
        max-height: 1100px;
    }
}
