/* ======================================
   EPC Product Gallery
   Estilo de flechas
====================================== */

.woocommerce-product-gallery .wd-carousel-arrow,
.woocommerce-product-gallery .wd-btn-arrow{
    width:30px;
    height:30px;
    background:#0082f1 !important;
    border-radius:50%;
    color:#ffffff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .25s ease;
}

.woocommerce-product-gallery .wd-carousel-arrow:hover,
.woocommerce-product-gallery .wd-btn-arrow:hover{
    background:#006fd1 !important;
    transform:scale(1.08);
}