.scrollbar {
    /* margin-right: -14px; */
    /*float: left;*/
    /* height: 480px; */
    height: 365px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    /* overflow-y: auto;
overflow-x: hidden; */
    /*margin-bottom: 25px;*/
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
}

#style-2::-webkit-scrollbar {
    width: 8px;
    /*background-color: #F5F5F5;*/
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #699C47;
}

#style-2 {
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-successx {
    color: #fff;
    background-color: #699c47;
    border-color: #699c47
}

.btn-outline-successx {
    color: #699c47;
    border-color: #699c47
}

.btn-outline-successx:hover {
    color: #fff;
    background-color: #699c47;
    border-color: #699c47
}


.product-corner-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.component01Image {
    margin-bottom: 35px !important;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}