/*
 Theme Name:   Barab Child  
 Theme URI:    https://wordpress.themeholy.com/barab/
 Description:  This is a child theme for Barab - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     barab
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  barab-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */     
 /* Strike through regular price in product section */
.product-price del,
.product-price .woocommerce-Price-amount del,
.product-price del .woocommerce-Price-amount,
.product-price prices del,
.woocommerce-Price-amount del {
    text-decoration: line-through !important;
    color: #777 !important;
    font-weight: normal !important;
}

.product-price ins,
.product-price prices ins {
    color: #e63900; /* Sale price color */
}
