//$(".category-138 #breadcrumb_wrapper").prepend('
');
//.
$('select[name="shipping_address_id"]').change(function(){
setTimeout(function(){location.reload();},2000);
});
$(".nuevaFlechaDer").click(function(){
$(".flex-next").trigger('click');
});
$(".nuevaFlechaIzq").click(function(){
$(".flex-prev").trigger('click');
});
if($('.header_item.account').html()){
var customer_name = $('.header_item.account').html().split(' ');
$('.my-profile-txt').html(customer_name[0]);
}
$('.myaccount-link-list li:last-child a').html('Mis tickets de soporte');