
/* 
 @Storefront theme 
 @ this code will work for move image section to right
*/
.single-product div.product .woocommerce-product-gallery {
    float: right !important;
}

/*
 @blocky theme
 @ this code will work for move image section to right

*/

.product-entry-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

/*
@neve theme
@ this code will work for move image section to right

*/

.nv-single-product-top {
    flex-direction: row-reverse !important;
}


/*
@woostify theme
@ this code will work for move image section to right

*/
.woostify-container .product-gallery {
    float: right !important;
}


/*
@Botiga theme
@ this code will work for move image section to right

*/

.product-gallery-summary.gallery-default {
    display: flex;
    flex-direction:row-reverse;
}

.product-gallery-summary .woocommerce-product-gallery__image {
    margin-left: 20px !important;
}


/*
@Botiga theme
@ this code will work for move image section to right

@end
*/

.single-product span.onsale {
    z-index: 2;
    left: 575px;
}
.single-product .related span.onsale {
    z-index: 2;
    left: auto;
}




/* @media (min-width: 768px){
    .single-product div.product .woocommerce-product-gallery {
    float: right !important;
    }

} */