#product-description{
            position: relative !important;
            width: 100% !important;
            overflow: auto !important;

        }
        .btn-whapp{
            position: fixed;
            bottom: 185px;
            right: 25px;
            width: 50px;
            height: 50px;
            background-color:transparent;
            color: #fff !important;
            border-radius: 50%;
            text-decoration: none;
            z-index: 999;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:25px;
        }
        .text-wha{
            position: fixed;
            bottom: 170px;
            right: 5px;
            background-color:transparent;
            color: rgb(11, 44, 6) !important;
            padding: 5px;
            text-decoration: none;
            z-index: 999;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:12px;
            font-weight: bold;
        }
        .btn-whapp:hover{
         background-color:#232F5D;
        }