/**
 * Custom styles
 * Developed by: WAM DIGITAL
 * Date: 04/04/2022
 */

/**
 * PDP
 */
.product-showcase .flex-direction-nav .feather-chevron-left,
.product-showcase .flex-direction-nav .feather-chevron-right {
    width: 50px;
    height: 50px;
}

.product-showcase .flex-direction-nav .feather-chevron-left polyline,
.product-showcase .flex-direction-nav .feather-chevron-right polyline {
    stroke: #28282A;
}

/**
 * Checkout
 */
.woocommerce-order-pay .order_details {
    margin-bottom: 76px;
}

.woocommerce-order-pay .order_details .method img {
    margin-bottom: 0;
}