.float_section {
    position: fixed;
    bottom: 20px;
    right: 14px;
    z-index: 10;
    display: grid;
    grid-row-gap: 25px;
    row-gap: 12px;
}

.float_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    cursor: pointer;
}

.float_icon p {
    margin: 0;
}

.float_image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    position: relative !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3), darkgray 0px 0px 0px 10px inset;
}

.float_checkout {
    bottom: 80px;
}

@media(max-width: 768px) {
    .float_section {
        bottom: 80px;
    }

    .float_checkout {
        bottom: 143px;
    }

    .float_image {
        width: 55px !important;
        height: 55px !important;

    }
}