CITIZEN ALTERNA VO10-6771F (2024)

').appendTo(document.body);} else {$('.modal-backdrop').css('display','block');}$('body').css('overflow-y', 'hidden');$('.NWA_popover.bottom .arrow').css('display','none');$('div#NotifyWhenAvailable_popup').css({ top: 'calc(50% - 50%)', left: 'calc(50% - 140px)', position: 'fixed', // 'margin-top': -$('.nwa-inner-wrapper').height()/2, // 'margin-left': -$('.nwa-inner-wrapper').width()/2,});} else {$('div#NotifyWhenAvailable_popup').css({top: offset.top,left: ((offset.left-$('div#NotifyWhenAvailable_popup').width()/2) + $(selector).width()/2)});} });};$(document).click(function(event) { if (!$(event.target).is("#NotifyWhenAvailable_popup, button[lkmwa=true], input[lkmwa=true], .NWA_popover-title, .arrow, .NWA_popover-content, #NWAYourName, #NWAYourEmail, #NWAYourComment, #NWACaptchaImage, #NWACaptcha, #NotifyWhenAvailableSubmit, #NotifyWhenAvailable_popup p, #NotifyWhenAvailable_popup span, .NWA_popover, #NotifyWhenAvailableForm, .NWAError, input.NWA_popover_field_error, #button-cart, #button-nwa-duplicate, #NWAPrivacyPolicy, #NWAPrivacyPolicy *")) { $('div#NotifyWhenAvailable_popup').fadeOut(300); $('.modal-backdrop').fadeOut(300); $('body').css('overflow-y', 'inherit'); } });});

  • Watches Watches
  • Citizen Citizen
  • Citizen ALTERNA VO10-6771F

CITIZEN ALTERNA VO10-6771F

  • -27%

In Stock

153

US $153

US $209

Add to Cart

Availability: In Stock

  • Manufacturer: Citizen
  • Product Code: 55-01
  • Authenticity: 100% new, genuine and original
  • Packaging: Original box, watch, instruction manual, Japanese warranty card
  • Features: Movement - Solar Quartz; Case Material - Stainless Steel; Case Size - 40.6; Water Resistance - 100; Glass - Mineral
  • Shipping: Worldwide shipping from Japan

Related Products

-27%

Citizen ALTERNA VO10-6742F

US $187US $136

-27%

Citizen ALTERNA VO10-6741F

US $187US $136

-27%

Citizen ALTERNA VO10-6772F

US $209US $153

-27%

Citizen ALTERNA WICCA PAIR VO10-6741F/KL4-516-11

US $388US $284

Out of stock

Description

CITIZEN ALTERNA VO10-6771F - men's watch made by Citizen. It has Japanese solar quartz movement and H500 calibre. Stainless steel case of round shape. Case dimensions are 40.6 mm. in diameter and 11 mm. in thickness. The dial of this Citizen watch is black. Display type: analog. This timepiece has mineral glass. Stainless steel band, band color: silver. 100 m. water resistance. The watch is from Citizen Collection collection. The following features are equipped: date, chronograph, glowing hands, glowing markers.

  • Chronograph
    You can measure the amount of time between two events using this watch.
  • Glowing Hands
    The hands of this model have a luminous layer that glows in the dark.
  • Glowing Markers
    The markers of this model have a luminous layer that glows in the dark.
  • Solar Powered
    This watch can be charged from almost any light source and run few months or more in the dark when fully-charged.

Specification

Brand

Citizen

Collection

Citizen Collection

Gender

Men's

Movement

Solar Quartz

Calibre

H500

Case Material

Stainless Steel

Case Shape

Round

Case Size

40.6

Case Thickness

11

Dial Type

Analog

Dial Color

Black

Band Material

Stainless Steel

Band Color

Silver

Water Resistance

100

Glass

Mineral

Features

Date, Chronograph, Glowing Hands, Glowing Markers

Product appearance and specifications are subject to change by the manufacturer without notice.

Reviews (0)

  • (0)
  • 0%

  • 0%

  • 0%

  • 0%

  • 0%

'); } if (json['name']) { $('input[name=\'ciname\']').after('

' + json['name'] + '

'); } if (json['email']) { $('input[name=\'ciemail\']').after('

' + json['email'] + '

'); } if (json['text']) { $('textarea[name=\'cireview\']').after('

' + json['text'] + '

'); } if (json['title']) { $('input[name=\'cititle\']').after('

' + json['title'] + '

'); } if (json['rating']) { for(var i in json['rating']) { $('#cirating-'+i).append('

' + json['rating'][i] + '

'); } } if (json['captcha']) { $('#cicaptcha').append('

' + json['captcha'] + '

'); } $('.cireview-form .text-danger').parents('.form-group').addClass('has-error'); if (json['success']) { $('#cireview-modal').find('.modal-header').before('

' + json['success'] + '

'); $('#cireview-graph').before('

' + json['success'] + '

'); $('input[name=\'ciname\']').val(''); $('input[name=\'cireview_image\']').val(''); $('textarea[name=\'cireview\']').val(''); $('input[name=\'cititle\']').val(''); $('input[name=\'ciemail\']').val(''); $('.cirating:checked').prop('checked', false); $('input.cirating-stars[type=number]').each(function() { $(this).rating('clear'); }); $('#ciattach_images').html(''); $('#cicaptcha input').val(''); if (json['refresh']) { refreshReviews({ before: function() { abortCiReviewSearch(); }, callback: function() { $('a[href="#tab-review"]').html(json['tab_review']); if (json['cireviewgraph']) { $('#cireviewgraph').html(json['cireviewgraph']); } if (json['aggeratereview']) { $('#cireview-aggerate').html(json['aggeratereview']); } } }); } setTimeout(function() { var offset = $('.cireview-form').offset() var mypos = (Math.round(offset.top) - 10); if ($(window).scrollTop() > mypos) { $('html, body').animate({ scrollTop: mypos }, 'slow'); } $('#cireview-modal').find('.close').trigger('click'); },500); } } }); }); $('.ciattach_images').each(function() { $(this).magnificPopup({ type:'image', delegate: 'a', gallery: { enabled:true } }); }); $('#cireview-aggerate').on('click', '.addrating', function() { $('.cireview-write').trigger('click'); // $('#cireview-modal').modal('show'); }); $('#ciattach_images').on('click', '.attach_image_close', function() { var $this = $(this); var id = $this.attr('data-id'); if (id && confirm("Are you sure?")) { $.ajax({ url: 'index.php?route=cireviewpro/cireview/delete', type: 'post', data: 'id=' + id, dataType: 'json', beforeSend: function() { }, complete: function() { }, success: function(json) { if (json['success']) { $('input[name="cireview_image"]').val(json['code']); if (json['attach_images']) { var html = ''; for(var i in json['attach_images']) { html += '

  • '; } $('#ciattach_images').html(html); } } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); $('#button-ciattachupload').on('click', function() { var node = this; $('.ciattachupload .alert').remove(); $('#form-ciattach-upload').remove(); $('body').prepend('

    '); $('#form-ciattach-upload input[name=\'ciattachfile\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-ciattach-upload input[name=\'ciattachfile\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=cireviewpro/cireview/upload', type: 'post', dataType: 'json', data: new FormData($('#form-ciattach-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(node).button('loading'); }, complete: function() { $(node).button('reset'); }, success: function(json) { $('.ciattachupload .alert').remove(); if (json['error']) { $(node).parent().append('

    ' + json['error'] + '

    '); } if (json['success']) { $(node).parent().append('

    ' + json['success'] + '

    '); $('input[name="cireview_image"]').val(json['code']); if (json['attach_images']) { var html = ''; for(var i in json['attach_images']) { html += '

  • '; } $('#ciattach_images').html(html); } } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); $('.cireview-abuse').on('click', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); var modaldiv = $('#cireview-abuse-'+product_id); modaldiv.find('.alert').remove(); if (review_id && product_id && cireview_id) { var data = $('#cireview-abuse-'+product_id+ ' input, #cireview-abuse-'+product_id+ ' textarea').serialize(); if (data) { data += '&'; } data += 'review_id='+review_id+'&product_id='+product_id+'&cireview_id='+cireview_id; $.ajax({ url: 'index.php?route=cireviewpro/cireview/cireviewAbuse&product_id='+product_id, type: 'post', data: data, dataType: 'json', beforeSend: function() { $this.button('loading'); }, complete: function() { $this.button('reset'); }, success: function(json) { modaldiv.find('.alert').remove(); if (json['error']) { modaldiv.find('.modal-header').before('

    ' + json['error'] + '

    ') } if (json['success']) { // update particular div text modaldiv.find('.modal-header').before('

    ' + json['success'] + '

    '); setTimeout(function() { modaldiv.find('.close').trigger('click'); }, 1000); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); function ciDataModal(target, find_modal, el) { $(target).find(find_modal).attr('data-back', target); var ev = $(target).find(find_modal).attr('id'); $(find_modal).appendTo("body"); $(find_modal).modal('show'); $(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) { $(find_modal).appendTo($(find_modal).attr('data-back')); $(find_modal).removeAttr('data-back'); }); } $('.data-modal').on('click', function() { var target = $(this).attr('data-target'); var find_modal = $(this).attr('data-find_modal'); ciDataModal(target, find_modal, $(this)); }); $('#cireview-policy-modal').on('shown.bs.modal', function (e) { var num_modals = $('.modal-backdrop').length; if (num_modals > 1) { var calc_zindex = 10; var use_nummodal = num_modals - 1; var zindex = parseFloat($(this).css('z-index')); $(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) )); // access modal variables var $backdrop = $(this).data('bs.modal').$backdrop; $backdrop.addClass("cireviewpro-policy-backdrop"); var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index')); $('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) ); } }); $('#cireview-policy-modal').on('hidden.bs.modal', function (e) { $(this).css('z-index', ''); // console.log("cireview-policy-modal hidden"); if ($('.modal').hasClass('in')) { $('body').addClass('modal-open'); } }); $('#cireview-modal').on('hidden.bs.modal', function (e) { // console.log("cireview-modal hidden"); var modal = $(this); modal.find('.alert').remove(); $('.cireview-form .has-error').each(function() { $(this).removeClass('has-error'); }); $('.cireview-successmsg').hide().html(''); $('.cireview-form').show(); $('.cireview-successmsg-title').hide().html(''); $('.cireview-form-title').show(); }); $('#cireview-abuse-55').on('hidden.bs.modal', function (e) { // console.log("cireview-abuse- hidden"); var modal = $(this); modal.find('input[name="ciabreason"]').prop("checked", false); modal.find('.other_reason').addClass('hide'); modal.find('textarea').val(''); modal.find('.alert').remove(); modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''}); }); $('input[name="ciabreason"]').on('click', function() { if ($(this).val() == 'OTHER' || $(this).attr('data-details')==1) { $('.other_reason').removeClass('hide'); } else { $('.other_reason').addClass('hide'); $('.other_reason textarea').val(''); } }); $('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); if (review_id && product_id && cireview_id) { $('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id}); //abuse-button-action var target = '#cimodal-cireview-abuse-'+product_id; var find_modal = '#cireview-abuse-'+product_id; ciDataModal(target, find_modal, $(this)); // $('#cireview-abuse-'+product_id).modal('show'); } }); $('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var action = $this.attr('data-action'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); // $('.text-danger').remove(); var oldClass = $(this).find('i').attr('data-class'); if (review_id && product_id && cireview_id) { $.ajax({ url: 'index.php?route=cireviewpro/cireview/cireviewVote', type: 'post', data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id), dataType: 'json', beforeSend: function() { $this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); }, complete: function() { $this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); }, success: function(json) { var $parent = $this.parents('.cireview-vote'); $('.text-danger').remove(); if (json['error']) { $parent.append('

    '+ json['error'] +'

    ') } if (json['success']) { // update particular div text $parent.find('.vote-action').html(json['before_text']); $parent.find('.vote-result').html(json['after_text']); $parent.append('

    '+ json['success'] +'

    ') } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); $(document).delegate('.ciopenreviewpopup', 'click', function() { $('a[href="#tab-review"]').trigger('click'); $('.cireview-write').trigger('click'); })});function ciOpenReviewPopup() { $('.cireview-write').trigger('click');}//-->

    CITIZEN ALTERNA VO10-6771F (2024)

    References

    Top Articles
    Texas State Park Login
    M11 Bustime
    Patreon, reimagined — a better future for creators and fans
    Ffxiv Shelfeye Reaver
    News - Rachel Stevens at RachelStevens.com
    My Boyfriend Has No Money And I Pay For Everything
    Athletic Squad With Poles Crossword
    Ou Class Nav
    1TamilMV.prof: Exploring the latest in Tamil entertainment - Ninewall
    Bustle Daily Horoscope
    Amateur Lesbian Spanking
    Tamilblasters 2023
    A.e.a.o.n.m.s
    What is a basic financial statement?
    Local Dog Boarding Kennels Near Me
    Magicseaweed Capitola
    Directions To 401 East Chestnut Street Louisville Kentucky
    Mflwer
    Kountry Pumpkin 29
    ELT Concourse Delta: preparing for Module Two
    Caledonia - a simple love song to Scotland
    20 Different Cat Sounds and What They Mean
    Exl8000 Generator Battery
    Dewalt vs Milwaukee: Comparing Top Power Tool Brands - EXTOL
    Watch Your Lie in April English Sub/Dub online Free on HiAnime.to
    Cain Toyota Vehicles
    480-467-2273
    Arrest Gif
    Saxies Lake Worth
    Publix Near 12401 International Drive
    lol Did he score on me ?
    Salemhex ticket show3
    Mark Ronchetti Daughters
    Newsday Brains Only
    Babbychula
    Garrison Blacksmith's Bench
    Audi Q3 | 2023 - 2024 | De Waal Autogroep
    M3Gan Showtimes Near Cinemark North Hills And Xd
    Senior Houses For Sale Near Me
    John F Slater Funeral Home Brentwood
    Heavenly Delusion Gif
    Sams La Habra Gas Price
    Culver's of Whitewater, WI - W Main St
    Ezpawn Online Payment
    Yakini Q Sj Photos
    Coffee County Tag Office Douglas Ga
    Professors Helpers Abbreviation
    Clock Batteries Perhaps Crossword Clue
    116 Cubic Inches To Cc
    Deshuesadero El Pulpo
    Compete My Workforce
    Marion City Wide Garage Sale 2023
    Latest Posts
    Article information

    Author: Tyson Zemlak

    Last Updated:

    Views: 5320

    Rating: 4.2 / 5 (63 voted)

    Reviews: 86% of readers found this page helpful

    Author information

    Name: Tyson Zemlak

    Birthday: 1992-03-17

    Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

    Phone: +441678032891

    Job: Community-Services Orchestrator

    Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

    Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.