1) Please add this to Theme Options => Custom CSS:
.woocommerce.product-shadows.product-standard #product-img-slider .lSSlideWrapper,
.woocommerce.product-shadows.product-standard #product-img-slider .lSPager.lSGallery li,
.woocommerce.product-shadows .lSAction>a, .woocommerce.product-shadows #product-img-noslider ul.slides>li, .woocommerce.product-shadows div.product div.images .flex-control-thumbs li img,
.woocommerce.product-shadows div.product div.images.woocommerce-product-gallery .flex-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
2) Please add this to Theme Options => Custom CSS:
.price ins {
color: red;
}