/*
Theme Name: Adorn Child
Theme URI: http://adorn.edge-themes.com
Description: A child theme of Adorn Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: adorn
Template: adorn
*/

 .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        height: 15% !important;
    }



    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(2n) {
        top: calc(0% + 0px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
        top: calc(15% + 5px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
        top: calc(30% + 10px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
        top: calc(45% + 15px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(6n) {
        top: calc(60% + 20px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(7n) {
        top: calc(75% + 25px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(8n) {
        top: calc(90% + 30px) !important
    }

    .edge-woo-single-page.edge-woo-single-thumb-on-left-side .edge-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(9n) {
        top: calc(105% + 35px) !important
    }