.woocommerce-product-gallery {
    position: relative;
}

.product-gallery-prev,
.product-gallery-next {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    outline: none;
    z-index: 20;
}

.product-gallery-prev { left: 10px; }
.product-gallery-next { right: 10px; }

.woocommerce-product-gallery .product-gallery-prev:hover,
.woocommerce-product-gallery .product-gallery-next:hover,
.woocommerce-product-gallery .product-gallery-prev:active,
.woocommerce-product-gallery .product-gallery-next:active,
.woocommerce-product-gallery .product-gallery-prev:focus,
.woocommerce-product-gallery .product-gallery-next:focus {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    outline: none;
}

.ast-onsale-card {
    box-shadow: none;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}