/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/*Estilo del CARET del Breadcrumb en el template de producto*/
#brd_tpl_prod .breadcrumb-separator svg{
    fill:white !important;
}
/**
 * @snippet       CSS to Move Gallery Columns @ Single Product Page
 * @how-to        businessbloomer.com/woocommerce-customization
 * @author        Rodolfo Melogli, Business Bloomer
 * @compatible    WooCommerce 9
 * @community     https://businessbloomer.com/club/
 */
 
/* Make image 75% width to make room to its right */
/* 
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 85% !important;
    float: right;
    
}
 */
/* Make Gallery 25% width and place it beside the image */
/* 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 15%;
    float: right;
    z-index:10000000;
}
 */
/* Style each Thumbnail with width and margins */
/* 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 0% 0% 0%;
}*/