.single-product .flex-direction-nav {
    display: none;
    opacity: 0;
}

.shortcode-whatsapp-container {
    padding: 0;
    position: relative;
    width: 100%;
}

.shortcode-whatsapp-container a.shortcode-whatsapp-button {
    background-color: transparent !important;
}

.shortcode-whatsapp-container a.shortcode-whatsapp-button .button_icon img {
    max-width: 320px !important;
}

.shortcode-whatsapp-container a.shortcode-whatsapp-button .button_icon {
    position: absolute;
    left: -15px;
}

@media (max-width: 768px) {
    .shortcode-whatsapp-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
    }

    .shortcode-whatsapp-container a.shortcode-whatsapp-button .button_icon img {
        max-width: 290px !important;
    }

    .shortcode-whatsapp-container a.shortcode-whatsapp-button .button_icon {
        position: relative;
        left: 0;
    }
}
