var semi_order_list = {
S: [
'BLACKxBLACK',
'MARINERBLUExBLACK',
'OLIVEGREENxNAVY',
]};
$(function(){
$(document).on('change','input[name="variation"]',function(){var color = $(this).next().children('.color').html();$('#semi_order_message').css('display',(semi_order_list[currentSiz…