/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Move wishlist icon from top left to top right on product images */
.nmww-button.for-product,
.nmww-block-button-wrapper,
.products-block-post-template .product .nmww-button,
.nmww-button.for-single-product-gallery {
    left: auto !important;
    right: 10px !important;
}

/* Mobile adjustment */
@media (max-width: 460px) {
    .nmww-button.for-product,
    .nmww-block-button-wrapper,
    .products-block-post-template .product .nmww-button {
        left: auto !important;
        right: 6px !important;
    }
}

@media (max-width: 767px) {
    .nmww-button.for-single-product-gallery {
        left: auto !important;
        right: 15px !important;
    }
}

.nmww-button.for-single-product-gallery {
    left: auto !important;
    right: 22px !important;
}